linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 14:40:03 to 2020-09-21 15:53:53 UTC [more...]

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-21 15:53 UTC  (3+ messages)
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation

[PATCH 0/3] powercap: Enable RAPL for AMD Fam17h
 2020-09-21 15:51 UTC  (2+ messages)

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-21 15:49 UTC  (2+ messages)

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-21 15:50 UTC  (12+ messages)
` [PATCH v7 12/34] i2c: tegra: Use clk-bulk helpers
` [PATCH v7 30/34] i2c: tegra: Clean up variable names

[PATCH] nvme: replace meaningless judgement by checking whether req is null
 2020-09-21 15:49 UTC  (3+ messages)

Linux 5.9-rc6
 2020-09-21 15:50 UTC  (3+ messages)

[PATCH 0/4] Pass zPCI hardware information via VFIO
 2020-09-21 15:49 UTC  (5+ messages)
` [PATCH 1/4] s390/pci: stash version in the zpci_dev

linux-next: manual merge of the usb tree with the pci tree
 2020-09-21 15:50 UTC  (2+ messages)

[GIT PULL] libnvdimm fix for v5.9-rc7
 2020-09-21 15:49 UTC  (2+ messages)

[PATCH v3 0/6] Convert the intel iommu driver to the dma-iommu api
 2020-09-21 15:48 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] s390/vfio-ap: fix unregister GISC when KVM is already gone results in OOPS
 2020-09-21 15:45 UTC  (2+ messages)

[PATCH 1/2] drm/msm: Replace active_list with refcount
 2020-09-21 15:47 UTC  (4+ messages)
` [PATCH 2/2] drm/msm: Leave inuse count intact on map failure

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-21 15:45 UTC  (4+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func

[PATCH] ubsan: introducing CONFIG_UBSAN_LOCAL_BOUNDS for Clang
 2020-09-21 15:45 UTC  (3+ messages)

[PATCH -next] phy: fix USB_LGM_PHY warning & build errors
 2020-09-21 15:45 UTC  (2+ messages)

[PATCH v6 0/7] arm_pmu: Use NMI for perf interrupt
 2020-09-21 15:45 UTC  (6+ messages)
` [PATCH v6 5/7] KVM: arm64: pmu: Make overflow handler NMI safe

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 15:44 UTC  (16+ messages)
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec

linux-next: Tree for Sep 21
 2020-09-21 15:42 UTC  (2+ messages)
` linux-next: Tree for Sep 21 (drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c)

[PATCH 1/2] dt-bindings: tas2562: Add the TAS2110 amplifier
 2020-09-21 15:38 UTC  (2+ messages)
` [PATCH 2/2] ASoC: tas2562: Add the TAS2110 class-D amplifier

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-21 15:37 UTC  (5+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[RFC PATCH 2/2] PM: hibernate: introduce opportunistic memory reclaim
 2020-09-21 15:36 UTC  (3+ messages)

[PATCH -next] fpga: dfl: simplify the return expression of fme_perf_pmu_register
 2020-09-21 15:36 UTC  (2+ messages)

[PATCH -next] ocxl: simplify the return expression of free_function_dev()
 2020-09-21 15:34 UTC  (2+ messages)

[PATCH] pci: meson: build as module by default
 2020-09-21 15:34 UTC  (2+ messages)

[RFC v5 0/5] Add support length of each segment in the segcblist (breaks TREE04)
 2020-09-21 15:34 UTC  (3+ messages)

[PATCH 1/3] auxdisplay: Make charlcd.[ch] more general
 2020-09-21 15:33 UTC  (37+ messages)
` [PATCH v2 00/33] Make charlcd device independent
  ` [PATCH v2 01/32] auxdisplay: Use an enum for charlcd backlight on/off ops
  ` [PATCH v2 02/32] auxdisplay: Introduce hd44780_common.[ch]
  ` [PATCH v2 03/32] auxdisplay: Move hwidth and bwidth to struct hd44780_common
  ` [PATCH v2 04/32] auxdisplay: Move ifwidth "
  ` [PATCH v2 05/32] auxdisplay: Move write_data pointer to hd44780_common
  ` [PATCH v2 06/32] auxdisplay: Move write_cmd pointers to hd44780 drivers
  ` [PATCH v2 07/32] auxdisplay: Move addr out of charlcd_priv
  ` [PATCH v2 08/32] auxdisplay: hd44780_common_print
  ` [PATCH v2 09/32] auxdisplay: provide hd44780_common_gotoxy
  ` [PATCH v2 10/32] auxdisplay: add home to charlcd_ops
  ` [PATCH v2 11/32] auxdisplay: Move clear_display to hd44780_common
  ` [PATCH v2 12/32] auxdisplay: make charlcd_backlight visible "
  ` [PATCH v2 13/32] auxdisplay: Make use of enum for backlight on / off
  ` [PATCH v2 14/32] auxdisplay: Move init_display to hd44780_common
  ` [PATCH v2 15/32] auxdisplay: implement hd44780_common_shift_cursor
  ` [PATCH v2 16/32] auxdisplay: Implement hd44780_common_display_shift
  ` [PATCH v2 17/32] auxdisplay: Implement a hd44780_common_display
  ` [PATCH v2 18/32] auxdisplay: Implement hd44780_common_cursor
  ` [PATCH v2 19/32] auxdisplay: Implement hd44780_common_blink
  ` [PATCH v2 20/32] auxdisplay: cleanup unnecessary hd44780 code in charlcd
  ` [PATCH v2 21/32] auxdisplay: Implement hd44780_common_fontsize
  ` [PATCH v2 22/32] auxdisplay: Implement hd44780_common_lines
  ` [PATCH v2 23/32] auxdisplay: Remove unnecessary hd44780 from charlcd
  ` [PATCH v2 24/32] auxdisplay: Move char redefine code to hd44780_common
  ` [PATCH v2 25/32] auxdisplay: Call charlcd_backlight in place
  ` [PATCH v2 26/32] auxdisplay: Move clear_fast to hd44780
  ` [PATCH v2 27/32] auxdisplay: remove naive display clear impl
  ` [PATCH v2 28/32] auxdisplay: hd44780: Remove clear_fast
  ` [PATCH v2 29/32] auxdisplay: charlcd: replace last device specific stuff
  ` [PATCH v2 30/32] auxdisplay: Change gotoxy calling interface
  ` [PATCH v2 31/32] auxdisplay: charlcd: Do not print chars at end of line
  ` [PATCH v2 32/32] auxdisplay: lcd2s DT binding doc
  ` [PATCH v2 33/33] auxdisplay: add a driver for lcd2s character display

[PATCH] soc: mediatek: cmdq: Remove timeout handler in helper function
 2020-09-21 15:32 UTC  (3+ messages)

[PATCH] mm/page_poison.c: replace bool variable with static key
 2020-09-21 15:29 UTC 

[PATCH] coccinelle: misc: add excluded_middle.cocci script
 2020-09-21 15:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V8 0/4] Add the page size in the perf record (kernel)
 2020-09-21 15:26 UTC  (5+ messages)
` [PATCH V8 1/4] perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE
` [PATCH V8 2/4] perf/x86/intel: Support PERF_SAMPLE_DATA_PAGE_SIZE
` [PATCH V8 3/4] powerpc/perf: "
` [PATCH V8 4/4] perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE

[PATCH V8 0/3] fuse: Add support for passthrough read/write
 2020-09-21 15:28 UTC  (4+ messages)
` [PATCH V8 3/3] fuse: Handle AIO read and write in passthrough

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-21 15:27 UTC 

[PATCH v4 0/2] Use the generic PHY framework for Ingenic USB PHY
 2020-09-21 15:27 UTC  (4+ messages)
` [PATCH v4 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-09-21 15:27 UTC  (5+ messages)

[PATCH] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-21 15:26 UTC  (9+ messages)

[RFC PATCH v2] sched/fair: select idle cpu from idle cpumask in sched domain
 2020-09-21 15:21 UTC  (5+ messages)

[PATCH 0/3] drm: commit_work scheduling
 2020-09-21 15:20 UTC  (7+ messages)
` [PATCH 2/3] drm/atomic: Use kthread worker for nonblocking commits

[PATCH] objtool: ignore unreachable trap after call to noreturn functions
 2020-09-21 15:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next v3] mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packet
 2020-09-21 15:15 UTC  (2+ messages)

[PATCH v6 0/2] Add Intel LGM soc DMA support
 2020-09-21 15:13 UTC  (4+ messages)
  ` [PATCH v6 2/2] "

[PATCH v2 net-next] net: phy: realtek: enable ALDPS to save power for RTL8211F
 2020-09-21 15:13 UTC  (2+ messages)

[PATCH] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-21 15:12 UTC  (7+ messages)

[PATCH 0/3] objtool: Extend CFA updating/checking
 2020-09-21 15:12 UTC  (9+ messages)
` [PATCH 1/3] objtool: check: Fully validate the stack frame
` [PATCH 3/3] objtool: check: Make SP memory operation match PUSH/POP semantics

bdi cleanups v6
 2020-09-21 15:09 UTC  (5+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size

[PATCH AUTOSEL 5.8 01/20] device_cgroup: Fix RCU list debugging warning
 2020-09-21 15:07 UTC  (21+ messages)
` [PATCH AUTOSEL 5.8 02/20] ASoC: pcm3168a: ignore 0 Hz settings
` [PATCH AUTOSEL 5.8 03/20] ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811
` [PATCH AUTOSEL 5.8 04/20] ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions
` [PATCH AUTOSEL 5.8 05/20] ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1
` [PATCH AUTOSEL 5.8 06/20] clk: versatile: Add of_node_put() before return statement
` [PATCH AUTOSEL 5.8 07/20] RISC-V: Take text_mutex in ftrace_init_nop()
` [PATCH AUTOSEL 5.8 08/20] i2c: aspeed: Mask IRQ status to relevant bits
` [PATCH AUTOSEL 5.8 09/20] s390/init: add missing __init annotations
` [PATCH AUTOSEL 5.8 10/20] lockdep: fix order in trace_hardirqs_off_caller()
` [PATCH AUTOSEL 5.8 11/20] EDAC/ghes: Check whether the driver is on the safe list correctly
` [PATCH AUTOSEL 5.8 12/20] drm/amdkfd: fix a memory leak issue
` [PATCH AUTOSEL 5.8 13/20] drm/amd/display: Don't use DRM_ERROR() for DTM add topology
` [PATCH AUTOSEL 5.8 14/20] drm/amd/display: update nv1x stutter latencies
` [PATCH AUTOSEL 5.8 15/20] drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is
` [PATCH AUTOSEL 5.8 16/20] drm/amd/display: Don't log hdcp module warnings in dmesg
` [PATCH AUTOSEL 5.8 17/20] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
` [PATCH AUTOSEL 5.8 18/20] objtool: Fix noreturn detection for ignored functions
` [PATCH AUTOSEL 5.8 19/20] i2c: mediatek: Send i2c master code at more than 1MHz
` [PATCH AUTOSEL 5.8 20/20] riscv: Fix Kendryte K210 device tree

[RESEND PATCH V2 0/6] Support PCIe3 uncore PMU on Snow Ridge
 2020-09-21 15:06 UTC  (2+ messages)

[PATCH] PCI: dwc/meson: do not fail on wait linkup timeout
 2020-09-21 15:05 UTC  (2+ messages)

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-21 15:04 UTC  (18+ messages)

[PATCH -next] rtc: meson: simplify the return expression of meson_vrtc_probe
 2020-09-21 15:04 UTC  (2+ messages)

[PATCH] um: vector: Use GFP_ATOMIC under spin lock
 2020-09-21 14:36 UTC  (2+ messages)

[PATCH 3/9 next] lib/iov_iter: Improved function for importing iovec[] from userpace
 2020-09-21 14:57 UTC  (3+ messages)

KASAN: stack-out-of-bounds Read in xfrm_selector_match (2)
 2020-09-21 14:56 UTC 

[PATCH AUTOSEL 5.4 01/15] device_cgroup: Fix RCU list debugging warning
 2020-09-21 14:48 UTC  (16+ messages)
` [PATCH AUTOSEL 5.4 02/15] ASoC: pcm3168a: ignore 0 Hz settings
` [PATCH AUTOSEL 5.4 03/15] ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811
` [PATCH AUTOSEL 5.4 04/15] ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions
` [PATCH AUTOSEL 5.4 05/15] ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1
` [PATCH AUTOSEL 5.4 06/15] RISC-V: Take text_mutex in ftrace_init_nop()
` [PATCH AUTOSEL 5.4 07/15] i2c: aspeed: Mask IRQ status to relevant bits
` [PATCH AUTOSEL 5.4 08/15] s390/init: add missing __init annotations
` [PATCH AUTOSEL 5.4 09/15] lockdep: fix order in trace_hardirqs_off_caller()
` [PATCH AUTOSEL 5.4 10/15] EDAC/ghes: Check whether the driver is on the safe list correctly
` [PATCH AUTOSEL 5.4 11/15] drm/amdkfd: fix a memory leak issue
` [PATCH AUTOSEL 5.4 12/15] drm/amd/display: update nv1x stutter latencies
` [PATCH AUTOSEL 5.4 13/15] drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is
` [PATCH AUTOSEL 5.4 14/15] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
` [PATCH AUTOSEL 5.4 15/15] objtool: Fix noreturn detection for ignored functions

[PATCH v3 00/10] Independent per-CPU data section for nVHE
 2020-09-21 14:53 UTC  (4+ messages)
` [PATCH v3 05/11] kvm: arm64: Remove hyp_adr/ldr_this_cpu

arm-smmu 5000000.iommu: Cannot accommodate DMA offset for IOMMU page tables
 2020-09-21 14:51 UTC  (2+ messages)

KMSAN: uninit-value in hci_event_packet (2)
 2020-09-21 14:51 UTC 

[PATCH] modpost: allow modpost to fail on warnings
 2020-09-21 14:50 UTC  (3+ messages)

[PATCH] cgroup: Add cgroupstats numbers to cgroup.stat file
 2020-09-21 14:50 UTC  (2+ messages)

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2020-09-21 14:50 UTC  (3+ messages)

[PATCH v4 0/6] arm64: dts: ti: Add USB support for J7200 EVM
 2020-09-21 14:39 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: ti-serdes-mux: Add defines for J7200 SoC
` [PATCH v4 2/6] arm64: dts: ti: k3-j7200-main: Add SERDES lane control mux
` [PATCH v4 3/6] arm64: dts: ti: k3-j7200-main.dtsi: Add USB to SERDES lane MUX
` [PATCH v4 4/6] arm64: dts: ti: k3-j7200-main: Add USB controller
` [PATCH v4 5/6] arm64: dts: ti: k3-j7200-common-proc-board: Configure the SERDES lane function
` [PATCH v4 6/6] arm64: dts: ti: k3-j7200-common-proc-board: Add USB support

[PATCH] dma: debug: convert comma to semicolon
 2020-09-21 14:48 UTC  (2+ messages)

[PATCH] PCI: dwc: Added link up check in map_bus of dw_child_pcie_ops
 2020-09-21 14:48 UTC  (5+ messages)

[PATCH] usb: yurex: Rearrange code not to need GFP_ATOMIC
 2020-09-21 14:45 UTC  (3+ messages)

[PATCH -next] HID: intel-ish-hid: simplify the return expression of ishtp_bus_remove_device()
 2020-09-21 14:45 UTC  (2+ messages)

KASAN: stack-out-of-bounds Write in read_extent_buffer
 2020-09-21 14:45 UTC  (2+ messages)

[PATCH 0/4] perf/amd/uncore: Support user core/thread and slice specification
 2020-09-21 14:43 UTC  (5+ messages)
` [PATCH 1/4] perf/amd/uncore: Prepare to scale for more attributes that vary per family
` [PATCH 2/4] perf/amd/uncore: Allow F17h user threadmask and slicemask specification
` [PATCH 3/4] perf/amd/uncore: Allow F19h user coreid, threadmask, and sliceid specification
` [PATCH 4/4] perf/amd/uncore: Inform the user how many counters each uncore PMU has

[PATCH AUTOSEL 4.19 1/9] ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811
 2020-09-21 14:41 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 2/9] ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions
` [PATCH AUTOSEL 4.19 3/9] ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1
` [PATCH AUTOSEL 4.19 4/9] RISC-V: Take text_mutex in ftrace_init_nop()
` [PATCH AUTOSEL 4.19 5/9] s390/init: add missing __init annotations
` [PATCH AUTOSEL 4.19 6/9] lockdep: fix order in trace_hardirqs_off_caller()
` [PATCH AUTOSEL 4.19 7/9] drm/amdkfd: fix a memory leak issue
` [PATCH AUTOSEL 4.19 8/9] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
` [PATCH AUTOSEL 4.19 9/9] objtool: Fix noreturn detection for ignored functions

kernel BUG at fs/reiserfs/prints.c:LINE!
 2020-09-21 14:41 UTC 

[PATCH AUTOSEL 4.14 1/3] s390/init: add missing __init annotations
 2020-09-21 14:41 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 2/3] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
` [PATCH AUTOSEL 4.14 3/3] objtool: Fix noreturn detection for ignored functions

[PATCH AUTOSEL 4.9 1/3] s390/init: add missing __init annotations
 2020-09-21 14:41 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 2/3] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
` [PATCH AUTOSEL 4.9 3/3] objtool: Fix noreturn detection for ignored functions

[PATCH AUTOSEL 4.4] s390/init: add missing __init annotations
 2020-09-21 14:41 UTC 

[PATCH] bus: mhi: core: Fix the building of MHI module
 2020-09-21 14:40 UTC 

[PATCH] sched/rt: Disable RT_RUNTIME_SHARE by default
 2020-09-21 14:39 UTC 

[PATCH][next] PCI: brcmstb: fix a missing if statement on a return error check
 2020-09-21 14:40 UTC 

[PATCH 0/3] objtool: Miscellaneous cleanup/fixes
 2020-09-21 14:40 UTC  (5+ messages)
` [PATCH 3/3] objtool: check: Handle calling non-function symbols in other sections


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).