linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 04:26:02 to 2019-09-23 09:47:01 UTC [more...]

dm-crypt error when CONFIG_CRYPTO_AUTHENC is disabled
 2019-09-23  9:46 UTC  (7+ messages)
      ` [dm-devel] "

[PATCH -next] fuse: Make fuse_args_to_req static
 2019-09-23  9:45 UTC  (2+ messages)

KASAN: use-after-free Read in usb_anchor_resume_wakeups
 2019-09-23  9:42 UTC  (4+ messages)
    `  "

[PATCH 00/17] KVM monolithic v1
 2019-09-23  9:31 UTC  (3+ messages)
` [PATCH 15/17] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers

[PATCH 0/5] provide the XTAL clock via OF on Meson8/8b/8m2
 2019-09-23  9:31 UTC  (4+ messages)
` [PATCH 4/5] clk: meson: meson8b: don't register the XTAL clock when provided via OF

[PATCH v1 0/3] mm/memory_hotplug: Export generic_online_page()
 2019-09-23  9:31 UTC  (4+ messages)

[PATCH] sched/core: Remove double update_max_interval() call on CPU startup
 2019-09-23  9:30 UTC 

[PATCH] EDAC: Armada XP: Use devm_platform_ioremap_resource() in two functions
 2019-09-23  9:25 UTC  (3+ messages)
  `  "

[PATCH] thermal: qoriq: add thermal monitor unit version 2 support
 2019-09-23  9:24 UTC  (4+ messages)

[PATCH v3 0/3] Add IMX290 CMOS image sensor support
 2019-09-23  9:22 UTC  (5+ messages)
` [PATCH v3 2/3] media: i2c: Add IMX290 CMOS image sensor driver
` [PATCH v3 3/3] MAINTAINERS: Add entry for "

[PATCH 1/2] x86/mm: consolidate bad_area handling to the end
 2019-09-23  9:22 UTC  (3+ messages)
` [PATCH 2/2] x86/mm: replace a goto by merging two if clause

linux-next: Tree for Sep 18
 2019-09-23  9:20 UTC  (3+ messages)
` linux-next: Tree for Sep 18 (objtool)

[PATCH] gen-insn-attr-x86.awk: Fix regexp warnings
 2019-09-23  9:19 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH 0/4] pwm: mxs: add support for setting polarity via DT
 2019-09-23  9:17 UTC  (11+ messages)
` [PATCH 1/4] pwm: mxs: implement ->apply
` [PATCH 2/4] pwm: mxs: remove legacy methods
` [PATCH 3/4] pwm: mxs: add support for inverse polarity
` [PATCH 4/4] dt-bindings: pwm: mxs-pwm: Increase #pwm-cells

[PATCH v4 0/3] leds: Add control of the voltage/current regulator to the LED core
 2019-09-23  9:14 UTC  (4+ messages)
` [PATCH v4 1/3] led: make led_set_brightness_sync() use led_set_brightness_nosleep()

[PATCH] vhost: It's better to use size_t for the 3rd parameter of vhost_exceeds_weight()
 2019-09-23  9:12 UTC  (3+ messages)

[PATCH] arm64: errata: Update stale comment
 2019-09-23  9:12 UTC 

For review: pidfd_send_signal(2) manual page
 2019-09-23  9:12 UTC 

For review: pidfd_open(2) manual page
 2019-09-23  9:11 UTC 

[PATCH v1 1/2] dt-bindings: add vendor prefix for logic technologies limited
 2019-09-23  9:08 UTC  (4+ messages)
` [PATCH v1 2/2] drm/panel: simple: add display timings for logic technologies displays

[PATCH 1/3] HID: google: whiskers: more robust tablet mode detection
 2019-09-23  9:09 UTC  (4+ messages)

[PATCH] ACPICA: make acpi_load_table() return table index
 2019-09-23  9:08 UTC  (14+ messages)

[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
 2019-09-23  9:05 UTC  (11+ messages)
` [RFC patch 01/15] entry: Provide generic syscall entry functionality
` [RFC patch 03/15] x86/entry: Use generic syscall entry function
` [RFC patch 09/15] entry: Provide generic exit to usermode functionality
` [RFC patch 10/15] x86/entry: Move irq tracing to C code

[PATCH v1 0/2] Add initial support for slimport anx7625
 2019-09-23  9:08 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding
` [PATCH v1 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

[PATCH] ata: libahci_platform: Use common error handling code in ahci_platform_get_resources()
 2019-09-23  9:07 UTC  (2+ messages)

[RFC PATCH for 5.4 0/7] Membarrier fixes and cleanups
 2019-09-23  9:06 UTC  (2+ messages)

[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:05 UTC  (4+ messages)
` [PATCH v17 07/19] kunit: test: add initial tests

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:02 UTC  (20+ messages)
` [PATCH v18 01/19] kunit: test: add KUnit test runner core
` [PATCH v18 02/19] kunit: test: add test resource management API
` [PATCH v18 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v18 04/19] kunit: test: add assertion printing library
` [PATCH v18 05/19] kunit: test: add the concept of expectations
` [PATCH v18 06/19] lib: enable building KUnit in lib/
` [PATCH v18 07/19] kunit: test: add initial tests
` [PATCH v18 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v18 09/19] kunit: test: add support for test abort
` [PATCH v18 10/19] kunit: test: add tests for kunit "
` [PATCH v18 11/19] kunit: test: add the concept of assertions
` [PATCH v18 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v18 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v18 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v18 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v18 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v18 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v18 19/19] kunit: fix failure to build without printk

[PATCH v6 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2019-09-23  8:59 UTC  (3+ messages)
  ` [PATCH v6 1/2] dt-bindings: display/bridge: Add binding for NWL mipi dsi host controller

Kernel Concurrency Sanitizer (KCSAN)
 2019-09-23  8:59 UTC  (6+ messages)

[PATCH 1/3] cifs: Add support for root file systems
 2019-09-23  8:53 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 0/5] irqchip/irq-bcm7038-l1 updates
 2019-09-23  8:52 UTC  (5+ messages)
` [PATCH v2 5/5] irqchip/irq-bcm7038-l1: Support brcm,int-fwd-mask

[PATCH] selftests/net: replace AF_MAX with INT_MAX in socket.c
 2019-09-23  8:51 UTC  (2+ messages)

[PATCH v3] mm: memory: fix /proc/meminfo reporting for MLOCK_ONFAULT
 2019-09-23  8:50 UTC  (5+ messages)

[PATCH STABLE 4.9] x86, mm, gup: prevent get_page() race with munmap in paravirt guest
 2019-09-23  8:48 UTC  (3+ messages)

[PATCH] memcg: Only record foreign writebacks with dirty pages when memcg is not disabled
 2019-09-23  8:42 UTC  (2+ messages)

[PATCH] regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF
 2019-09-23  8:39 UTC  (2+ messages)

[PATCH 1/1] clk: meson: gxbb: let sar_adc_clk_div set the parent clock rate
 2019-09-23  8:38 UTC  (2+ messages)

bringing back media/zoran driver
 2019-09-23  8:36 UTC  (3+ messages)

[PATCH v2 0/2] Optimise io_uring completion waiting
 2019-09-23  8:35 UTC  (5+ messages)
` [PATCH v2 1/2] sched/wait: Add wait_threshold

[PATCH AUTOSEL 5.3 001/203] ALSA: hda: Flush interrupts on disabling
 2019-09-23  8:35 UTC  (6+ messages)
` [PATCH AUTOSEL 5.3 034/203] ASoC: meson: g12a-tohdmitx: override codec2codec params
` [PATCH AUTOSEL 5.3 084/203] media: omap3isp: Don't set streaming state on random subdevs

[PATCH v2 0/3] reset: meson: add Meson-A1 SoC support
 2019-09-23  8:34 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: meson: add reset controller for Meson-A1 SoC
` [PATCH v2 2/3] dt-bindings: reset: add bindings for the Meson-A1 SoC Reset Controller
` [PATCH v2 3/3] reset: add support "

[PATCH -next] scsi: hisi_sas: Make three functions static
 2019-09-23  8:33 UTC  (2+ messages)

[PATCH] ath10k: fix memory leak
 2019-09-23  8:30 UTC  (2+ messages)

[PATCH v2 1/2] PCI: pciehp: Do not disable interrupt twice on suspend
 2019-09-23  8:28 UTC  (6+ messages)
` [PATCH v2 2/2] PCI: pciehp: Prevent deadlock on disconnect

[PATCH v8 0/3] fix double page fault on arm64
 2019-09-23  8:28 UTC  (3+ messages)
` [PATCH v8 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

[Patch V10 0/8] Tegra XUSB gadget driver support
 2019-09-23  8:25 UTC  (9+ messages)
` [Patch V10 1/8] phy: tegra: xusb: Add XUSB dual mode support on Tegra210
` [Patch V10 2/8] phy: tegra: xusb: Add usb3 port fake "
` [Patch V10 3/8] phy: tegra: xusb: Add vbus override "
` [Patch V10 4/8] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding
` [Patch V10 5/8] arm64: tegra: Add xudc node for Tegra210
` [Patch V10 6/8] arm64: tegra: Enable xudc on Jetson TX1
` [Patch V10 7/8] usb: gadget: Add UDC driver for tegra XUSB device mode controller
` [Patch V10 8/8] arm64: defconfig: Enable tegra XUDC support

[PATCH net-next 05/10] ath: Use dev_get_drvdata where possible
 2019-09-23  8:26 UTC  (2+ messages)

[PATCH][next] ath: fix various spelling mistakes
 2019-09-23  8:25 UTC  (2+ messages)

[PATCH v3] mm/kasan: dump alloc and free stack for page allocator
 2019-09-23  8:20 UTC  (9+ messages)
              ` [PATCH] mm, debug, kasan: save and dump freeing stack trace for kasan

[PATCH 00/32] Kill pr_warning in the whole linux code
 2019-09-23  8:20 UTC  (4+ messages)
` [PATCH 30/32] tools lib bpf: Renaming pr_warning to pr_warn

[PATCH] dt-bindings: fixed-regulator: fix compatible enum
 2019-09-23  8:18 UTC 

[PATCH] net: ath: fix missing checks for bmi reads and writes
 2019-09-23  8:18 UTC  (2+ messages)

[PATCH] drm/panel: samsung: s6e8aa0: Add backlight control support
 2019-09-23  8:16 UTC  (2+ messages)

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-23  8:15 UTC  (3+ messages)
` [PATCH v10 3/6] mm: Introduce Reported pages

[PATCH 0/2] Support CMDQ interface and control flow
 2019-09-23  8:14 UTC  (3+ messages)
` [PATCH 2/2] drm/mediatek: Apply CMDQ "

[PATCH] serdev: Add ACPI devices by ResourceSource field
 2019-09-23  8:14 UTC  (4+ messages)

[PATCH] sample/hw_breakpoint: avoid sample hw_breakpoint recursion for arm/arm64
 2019-09-23  8:09 UTC 

12abeb544d: ltp.read_all_dev.fail
 2019-09-23  8:11 UTC  (2+ messages)
` [LTP] "

threads-max observe limits
 2019-09-23  8:08 UTC  (9+ messages)

[PATCH 1/1] sched/eas: introduce system-wide overutil indicator
 2019-09-23  8:05 UTC  (2+ messages)

[PATCH v3 0/3] Add Global Clock controller (GCC) driver for SC7180
 2019-09-23  8:01 UTC  (6+ messages)
` [PATCH v3 2/3] dt-bindings: clk: qcom: Add YAML schemas for the GCC clock bindings
` [PATCH v3 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SC7180

[RFC] VSOCK: add support for MSG_PEEK
 2019-09-23  7:58 UTC  (2+ messages)

[PATCH v2 rebased] powerpc/fadump: when fadump is supported register the fadump sysfs files
 2019-09-23  7:54 UTC 

[PATCH v3 1/3] mmc: Add MMC software queue support
 2019-09-23  7:53 UTC  (3+ messages)

[PATCH v2 0/2] crypto: sun4i-ss: Enable power management
 2019-09-23  7:53 UTC  (4+ messages)
` [PATCH v2 2/2] crypto: sun4i-ss: enable pm_runtime

[PATCH net v2] net: stmmac: selftests: Flow Control test can also run with ASYM Pause
 2019-09-23  7:49 UTC 

[PATCH net] net: stmmac: selftests: Flow Control test can also run with ASYM Pause
 2019-09-23  7:47 UTC  (2+ messages)

[PATCH 0/5] net: ethernet: stmmac: some fixes and optimization
 2019-09-23  7:46 UTC  (3+ messages)

[PATCH] vhost/vsock: Micro optimize error handle
 2019-09-23  7:41 UTC 

[PATCH net] net: stmmac: selftests: Flow Control test can also run with ASYM Pause
 2019-09-23  7:32 UTC  (3+ messages)

[PATCH] powerpc/xive: Fix bogus error code returned by OPAL
 2019-09-23  7:31 UTC  (2+ messages)

[PATCH 0/3] pinctrl: meson-a1: add pinctrl driver
 2019-09-23  7:29 UTC  (8+ messages)
` [PATCH 2/3] pinctrl: meson-a1: add pinctrl driver for Meson A1 Soc

[PATCH v1 2/2] drm: Clear the fence pointer when writeback job signaled
 2019-09-23  7:25 UTC  (2+ messages)
` [v1,2/2] "

[PATCH v1 1/2] drm: Free the writeback_job when it with an empty fb
 2019-09-23  7:24 UTC  (2+ messages)
` [v1,1/2] "

[PATCH v3 1/8] dt-bindings: timer: Convert Exynos MCT bindings to json-schema
 2019-09-23  7:13 UTC  (4+ messages)
  ` [RFT v3 4/8] ARM: dts: exynos: Remove MCT subnode for interrupt map on Exynos4210

[PATCH] usb: hub: Minor refactoring in usb_hub_init()
 2019-09-23  7:11 UTC  (2+ messages)

[PATCH 1/1] f2fs: check total_segments from devices in raw_super
 2019-09-23  7:04 UTC  (2+ messages)

[PATCH v7 00/21] KVM RISC-V Support
 2019-09-23  7:01 UTC  (9+ messages)
` [PATCH v7 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v7 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v7 11/21] RISC-V: KVM: Handle WFI "
` [PATCH v7 18/21] RISC-V: KVM: Add SBI v0.1 support

[PATCH] PCI: Do not use bus number zero from EA capability
 2019-09-23  7:00 UTC  (2+ messages)

[PATCH v2 0/3] Add new binding regulator-fixed-clock to regulator-fixed
 2019-09-23  6:58 UTC  (4+ messages)
` [PATCH v2 3/3] dt-bindings: regulator: add regulator-fixed-clock binding

[PATCH v2] drm: tweak drm_print_bits()
 2019-09-23  6:58 UTC 

[PATCH] drm/komeda: Use devm_platform_ioremap_resource() in komeda_dev_create()
 2019-09-23  6:54 UTC  (2+ messages)

Kernel panic during drm/nouveau init 5.3.0-rc7-next-20190903
 2019-09-23  6:50 UTC  (5+ messages)

[PATCH v2 1/1] f2fs: update multi-dev metadata in resize_fs
 2019-09-23  6:49 UTC  (2+ messages)

[PATCH 0/2] mmc: tegra: Use proper DMA mask
 2019-09-23  6:41 UTC  (4+ messages)
` [PATCH 2/2] mmc: tegra: Implement ->set_dma_mask()

[PATCH V7 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-23  6:37 UTC  (3+ messages)
` [PATCH V7 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox
` [PATCH V7 2/2] mailbox: introduce ARM SMC based mailbox

[PATCH V3 2/2] mm/pgtable/debug: Add test validating architecture page table helpers
 2019-09-23  6:27 UTC  (2+ messages)

[PATCH] broadcom: Fix an compile warning in nvram_init
 2019-09-23  6:18 UTC 

[PATCH] dimlib: make DIMLIB a hidden symbol
 2019-09-23  6:18 UTC  (3+ messages)

[Patch v2 0/7] media: i2c: ov2659: maintenance series
 2019-09-23  6:17 UTC  (5+ messages)
` [Patch v2 5/7] media: i2c: ov2659: Add powerdown/reset gpio handling

[PATCH net] gianfar: Make reset_gfar static
 2019-09-23  6:16 UTC 

[PATCH -next] dm clone: Make __hash_find static
 2019-09-23  6:11 UTC 

[PATCH RFC 00/14] qcom: support wakeup capable GPIOs
 2019-09-23  6:11 UTC  (10+ messages)
` [PATCH RFC 05/14] dt-bindings/interrupt-controller: pdc: add SPI config register

[PATCH v4 4/6] platform/x86: huawei-wmi: Add battery charging thresholds
 2019-09-23  6:06 UTC  (2+ messages)

[PATCH -next] nfsd: Make nfsd_reset_boot_verifier_locked static
 2019-09-23  5:58 UTC 

[PATCH] scsi: core: Log SCSI command age with errors
 2019-09-23  6:01 UTC 

[PATCH] x86/mm: fix return value of p[um]dp_set_access_flags
 2019-09-23  6:00 UTC  (5+ messages)

[PATCH] mm/hotplug: Reorder memblock_[free|remove]() calls in try_remove_memory()
 2019-09-23  5:46 UTC  (2+ messages)

[RFC-v2 0/2] ext4: Improve ilock scalability to improve performance in DirectIO workloads
 2019-09-23  5:44 UTC  (3+ messages)
` [RFC-v2 1/2] ext4: Add ext4_ilock & ext4_iunlock API
` [RFC-v2 2/2] ext4: Improve DIO writes locking sequence

[PATCH V8 0/2] arm64/mm: Enable memory hot remove
 2019-09-23  5:43 UTC  (3+ messages)
` [PATCH V8 1/2] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V8 2/2] arm64/mm: Enable memory hot remove

[PATCH] smack: fix an compile error in smack_post_notification
 2019-09-23  5:17 UTC  (2+ messages)

[PATCH net-next] tuntap: Fallback to automq on TUNSETSTEERINGEBPF prog negative return
 2019-09-23  5:15 UTC  (15+ messages)

[GIT PULL] Crypto Update for 5.4
 2019-09-23  5:05 UTC  (2+ messages)
` [GIT PULL] Crypto Fixes "

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-09-23  4:57 UTC  (8+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm

[PATCH v4 00/10] mm: Page fault enhancements
 2019-09-23  4:25 UTC  (10+ messages)
` [PATCH v4 02/10] mm/gup: Fix __get_user_pages() on fault retry of hugetlb
` [PATCH v4 03/10] mm: Introduce FAULT_FLAG_DEFAULT
` [PATCH v4 04/10] mm: Introduce FAULT_FLAG_INTERRUPTIBLE
` [PATCH v4 05/10] mm: Return faster for non-fatal signals in user mode faults
` [PATCH v4 06/10] userfaultfd: Don't retake mmap_sem to emulate NOPAGE
` [PATCH v4 07/10] mm: Allow VM_FAULT_RETRY for multiple times
` [PATCH v4 08/10] mm/gup: "
` [PATCH v4 09/10] mm/gup: Allow to react to fatal signals
` [PATCH v4 10/10] mm/userfaultfd: Honor FAULT_FLAG_KILLABLE in fault path


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).