The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-05-12 05:21:40 to 2026-05-12 07:00:59 UTC [more...]

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-12  7:00 UTC 

[PATCH v3 0/2] Support sparse unidirectional GPIO lines
 2026-05-12  7:00 UTC  (5+ messages)
` [PATCH v3 1/2] gpio: regmap: Support sparsed fixed direction
` [PATCH v3 2/2] gpio: regmap: Don't set a fixed direction line

[PATCH net] net: ethtool: phy: avoid NULL deref when PHY driver is unbound
 2026-05-12  6:59 UTC  (2+ messages)

[PATCH v3] drm/gem: Make the GEM LRU lock part of drm_device
 2026-05-12  6:59 UTC 

[PATCH v2] drm/loongson: use managed KMS polling
 2026-05-12  6:56 UTC  (2+ messages)

[PATCH v2] media: rzg2l-cru: Add MAINTAINERS entry
 2026-05-12  6:54 UTC 

[PATCH] drivers/base/memory: make memory block get/put explicit
 2026-05-12  6:52 UTC  (2+ messages)

[PATCH] btrfs: lock balance status ioctls against shutdown
 2026-05-12  6:53 UTC 

[PATCH] wifi: mt76: mt7921: fix resource leak in probe error path
 2026-05-12  6:52 UTC 

[PATCH 02/12] kho: store incoming radix tree in kho_in
 2026-05-12  6:51 UTC  (9+ messages)
  ` [PATCH 03/12] kho: add a struct for radix callbacks
  ` [PATCH 11/12] kho: return virtual address of mem_map

[PATCH 0/8] ras: aest: extend AEST support to Device Tree frontend
 2026-05-12  6:51 UTC  (6+ messages)
` [PATCH 4/8] ras: aest: Add panic_on_ue module parameter

[PATCH] ASoC: fsl_sai: Eliminate possible interrupt storm during probe
 2026-05-12  6:52 UTC 

[PATCH v3 0/5] arm_mpam: resctrl: Counter Assignment (ABMC)
 2026-05-12  6:50 UTC  (3+ messages)
` [PATCH v3 1/5] arm_mpam: resctrl: Pick classes for use as mbm counters

[PATCH v2] fs/dax: check for empty/zero entries before calling pfn_to_page()
 2026-05-12  6:48 UTC  (2+ messages)

[PATCH v2 00/16] add AUXADC, EFUSE and thermal drivers for the MediaTek mt6323 PMIC
 2026-05-12  6:47 UTC  (15+ messages)
` [PATCH v2 05/16] iio: adc: mediatek: add mt6323 PMIC AUXADC driver
` [PATCH v2 06/16] nvmem: add mt6323 PMIC EFUSE driver
` [PATCH v2 07/16] thermal: mediatek: add PMIC thermal support
` [PATCH v2 08/16] mfd: mt6397-core: add mt6323 AUXADC support
` [PATCH v2 09/16] mfd: mt6397-core: add mt6323 EFUSE support
` [PATCH v2 10/16] mfd: mt6397-core: add mt6323 thermal support
` [PATCH v2 11/16] ARM: dts: mediatek: mt6323: add AUXADC support
` [PATCH v2 12/16] ARM: dts: mediatek: mt6323: add EFUSE support
` [PATCH v2 13/16] ARM: dts: mediatek: mt6323: add thermal support
` [PATCH v2 14/16] MAINTAINERS: add MediaTek mt6323 PMIC AUXADC driver maintainer
` [PATCH v2 15/16] MAINTAINERS: add MediaTek mt6323 PMIC EFUSE "
` [PATCH v2 16/16] MAINTAINERS: add MediaTek mt6323 PMIC thermal "

[PATCH] dt-bindings: arm-smmu: qcom: Add compatible for IPQ9650 SoC
 2026-05-12  6:47 UTC 

[PATCH 0/4] drm/imagination: Multiple enhancement
 2026-05-12  6:47 UTC  (5+ messages)
` [PATCH 1/4] drm/imagination: Populate FW common context ID before passing to the FW
` [PATCH 2/4] drm/imagination: Don't timeout job if its fence has been signaled
` [PATCH 3/4] drm/imagination: Rename FW booted to FW initialised
` [PATCH 4/4] drm/imagination: Access FW initialised state with READ/WRITE_ONCE

"alloc_tag was not set" when running mm/ksft_hmm.sh
 2026-05-12  6:47 UTC  (9+ messages)

[PATCH v7 0/2] Add Lontium LT7911EXC eDP to MIPI DSI bridge
 2026-05-12  6:40 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: bridge: "
` [PATCH v7 2/2] drm/bridge: "

[PATCH v3 0/7] PCI: Add common helper for 100 ms delay after link training
 2026-05-12  6:45 UTC  (4+ messages)
` [PATCH v3 4/7] PCI: dwc: Use common pci_host_common_link_train_delay() helper

[PATCH RESEND] clocksource: move NXP timer selection to drivers/clocksource
 2026-05-12  6:45 UTC 

[LINUX PATCH] serial: xilinx_uartps: fix runtime PM race during probe
 2026-05-12  6:41 UTC 

[PATCH RESEND bpf-next v10 0/8] bpf: Extend the bpf_list family of APIs
 2026-05-12  6:41 UTC  (14+ messages)
` [PATCH RESEND bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
` [PATCH RESEND bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH RESEND bpf-next v10 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH RESEND bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH RESEND bpf-next v10 6/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH RESEND bpf-next v10 7/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH RESEND bpf-next v10 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[PATCH v6 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-05-12  3:11 UTC  (5+ messages)

[PATCH v2] ocfs2: reject inconsistent inode size before truncate
 2026-05-12  6:40 UTC  (2+ messages)

[PATCH v2] drm/loongson: use managed KMS polling
 2026-05-12  6:40 UTC  (2+ messages)

[PATCH v2 0/9] exfat: convert to iomap
 2026-05-12  6:40 UTC  (7+ messages)
` [PATCH v2 7/9] exfat: add iomap buffered I/O support
` [PATCH v2 8/9] exfat: add iomap direct "
` [PATCH v2 9/9] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek

[PATCH net-next] net: arp: Fix the coding style issue regarding spaces in arp_state_to_flags()
 2026-05-12  6:39 UTC 

[PATCH] drm/gud: Add RCade Display Adapter VID/PID pair
 2026-05-12  6:39 UTC  (4+ messages)

[PATCH net-next v9 0/2] selftests: openvswitch: add pop_vlan test
 2026-05-12  6:38 UTC  (4+ messages)
` [PATCH net-next v10 "
  ` [PATCH v10 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
  ` [PATCH v10 2/2] selftests: openvswitch: add pop_vlan test

[PATCH] docs/power: note Btrfs limitation with FIBMAP for swap file offset
 2026-05-12  6:37 UTC 

[PATCH v3 0/9] Optimize anonymous large folio unmapping
 2026-05-12  6:36 UTC  (9+ messages)
` [PATCH v3 4/9] mm/memory: Batch set uffd-wp markers during zapping
` [PATCH v3 6/9] mm/swapfile: Add batched version of folio_dup_swap

[PATCH v3 26/30] maple_tree: Use maple copy node for mas_wr_split()
 2026-05-12  6:35 UTC  (3+ messages)

[PATCH v3 1/3] staging: sm750fb: remove unused <asm/mtrr.h> include
 2026-05-12  6:34 UTC  (3+ messages)
` [PATCH v3 2/3] staging: sm750fb: remove unused <linux/platform_device.h> include
` [PATCH v3 3/3] staging: sm750fb: remove unused functions

[PATCH v2] drm/virtio: move cursor resv lock acquisition to prepare_fb
 2026-05-12  6:34 UTC  (2+ messages)

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-12  6:34 UTC  (3+ messages)

[PATCH] riscv: module: Use scope-based resource management for scratch buf
 2026-05-12  6:33 UTC 

[PATCH v4] media: verisilicon: Create AV1 helper library
 2026-05-12  6:33 UTC  (2+ messages)

[PATCH v4 0/1] cpuhp: Expedite RCU when toggling system-wide SMT mode
 2026-05-12  6:32 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH] riscv: module: Use generic cmp_int() instead of custom cmp_3way()
 2026-05-12  6:32 UTC 

[PATCH] staging: rtl8723bs: fix line lengths in rtw_cmd.c
 2026-05-12  6:31 UTC 

[PATCH v4 2/2] leds: ltc3208: Add driver for LTC3208 Multidisplay LED Driver
 2026-05-12  6:30 UTC 

[PATCH v7 0/1] block/blk-mq: use atomic_t for quiesce_depth to avoid lock contention on RT
 2026-05-12  6:28 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH v4] wifi: ath11k: fix peer resolution on rx path when peer_id=0
 2026-05-12  6:29 UTC 

[PATCH v2 1/7] platform/x86/amd/hsmp: Add new HSMP messages for Family 1Ah, Model 50h-5Fh
 2026-05-12  6:28 UTC  (7+ messages)
  ` [PATCH v2 2/7] platform/x86/amd/hsmp: Add metrics table support for Family 1Ah "
  ` [PATCH v2 6/7] platform/x86/amd/hsmp: Make metric table read locking use guard(mutex)
  ` [PATCH v2 4/7] sysfs: Add SYSFS_HUGE_BIN_FILE flag for binary attributes larger than PAGE_SIZE

[PATCH net-next v4 1/9] net: dsa: add tag driver for LAN9645X
 2026-05-12  6:28 UTC  (2+ messages)

[PATCH] gfs2: Fix recursive quota glock locking in do_sync
 2026-05-12  6:26 UTC 

[PATCH] drm/loongson: clean up KMS polling on probe failure
 2026-05-12  6:26 UTC  (3+ messages)

[PATCH] drivers/base/memory: make memory block get/put explicit
 2026-05-12  6:25 UTC  (4+ messages)

[PATCH v1 0/2] Add trng driver to JHB100
 2026-05-12  6:24 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: Add bindings for StarFive JHB100 SoC trng controller
` [PATCH v1 2/2] hwrng: starfive: Update clk and reset sequence

[PATCH] fuse: use current creds for backing files
 2026-05-12  6:22 UTC  (2+ messages)

[PATCH 0/6] psi: slightly improve performance of psi
 2026-05-12  6:20 UTC  (7+ messages)
` [PATCH 1/6] psi: move curr_in_memstall out of psi_group_change
` [PATCH 2/6] psi: reorganize the psi members for cacheline benifits
` [PATCH 3/6] psi: use prefetch to preread the parent groupc
` [PATCH 4/6] psi: do not call record_times when the state is not changed
` [PATCH 5/6] psi: add psi group for the root cgroup
` [PATCH 6/6] psi: remove psi_bug and moves checking of NR_RUNNING ahead

[PATCH] docs: kernel-doc: python: strip __counted_by_ptr macro
 2026-05-12  6:20 UTC  (2+ messages)

IBM Power S822LC: pci 0021:0d:00.0: xHCI HW did not halt within 32000 usec status = 0x0
 2026-05-12  6:17 UTC  (5+ messages)

[PATCH] block: don't overwrite bip_vcnt in bio_integrity_copy_user()
 2026-05-12  6:17 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v1 1/2] igb: use napi_schedule_irqoff() instead of napi_schedule()
 2026-05-12  6:16 UTC 

[PATCH v3] usb: cdnsp: Add support for device-only configuration
 2026-05-12  6:16 UTC  (3+ messages)

[PATCH v2 1/2] staging: sm750fb: remove unused <asm/mtrr.h> include
 2026-05-12  6:13 UTC  (4+ messages)
` [PATCH v2 2/2] staging: sm750fb: remove unused <linux/platform_device.h> include

[RFC PATCH 0/5] mm: support zswap-backed anonymous large folio swapin
 2026-05-12  6:14 UTC  (3+ messages)

[PATCH v1 0/6] Add support for Infineon/Intel XMM6260 modem
 2026-05-12  6:13 UTC  (6+ messages)
` [PATCH v1 2/6] usb: chipidea: tegra: Avoid controller/PHY init if bus is externally controlled

[PATCH v2 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-12  6:12 UTC  (3+ messages)
` [PATCH v2 1/2] spi: qcom-geni: trace: Add trace events for Qualcomm GENI SPI
` [PATCH v2 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver

[PATCH 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-12  6:10 UTC  (9+ messages)
` [PATCH v1 1/2] spi: qcom-geni: trace: Add trace events for Qualcomm GENI SPI

[PATCH v4 0/3] gpio: Add EIO GPIO support
 2026-05-12  6:08 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: gpio: zynq: Sort compatible strings alphabetically
` [PATCH v4 2/3] dt-bindings: gpio: Add EIO GPIO compatible to gpio-zynq
` [PATCH v4 3/3] gpio: zynq: Add eio gpio support

[PATCH] docs: reporting-issues: fix advice wording
 2026-05-12  6:09 UTC  (2+ messages)

[PATCH v3] rhashtable: Bounce deferred worker kick through irq_work
 2026-05-12  6:07 UTC 

[PATCH v3 05/12] mm, swap: unify large folio allocation
 2026-05-12  6:07 UTC  (5+ messages)

[PATCH net-next 0/2] Add ICSSG firmware stats related to HSR
 2026-05-12  6:06 UTC  (3+ messages)
` [PATCH net-next 1/2] net: ti: icssg: Derive stats array lengths from ARRAY_SIZE
` [PATCH net-next 2/2] net: ti: icssg: Add HSR and LRE PA statistics

[PATCH v2] ocfs2: don't BUG_ON an invalid journal dinode
 2026-05-12  6:05 UTC  (2+ messages)

[PATCH v2] Bluetooth: btusb: MT7925: Add VID/PID 13d3/3609
 2026-05-12  6:03 UTC 

[PATCH] nvme: make providing NGUID as UUID usage less scary
 2026-05-12  6:02 UTC  (5+ messages)

[PATCH v6 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-12  6:00 UTC  (3+ messages)
` [PATCH v6 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[PATCH] sched: disable preemption around blk_flush_plug in sched_submit_work
 2026-05-12  5:56 UTC 

[PATCH] sched_ext: Add tracepoint for scheduler exit
 2026-05-12  5:56 UTC 

[PATCH v7 00/15] mm/mglru: improve reclaim loop and dirty folio handling
 2026-05-12  5:56 UTC  (3+ messages)

[PATCH v3 0/3] Documentation: security-bugs: new updates covering triage and AI
 2026-05-12  5:54 UTC  (9+ messages)
` [PATCH v3 2/3] Documentation: security-bugs: explain what is and is not a security bug

[RFC PATCH 04/12] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2026-05-12  5:49 UTC  (6+ messages)

[PATCH RFC v2] mm, slab: add an optimistic __slab_try_return_freelist()
 2026-05-12  5:49 UTC 

[PATCH v9 0/8] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-05-12  5:43 UTC  (3+ messages)
` [PATCH v9 7/8] riscv: dts: spacemit: k1-bananapi-f3: add SD card support with UHS modes

[PATCH net v3] rds: filter RDS_INFO_* getsockopt by caller's netns
 2026-05-12  5:42 UTC  (2+ messages)

[PATCH v2 2/9] crash_dump: Fix potential double free and UAF of keys_header
 2026-05-12  5:42 UTC  (5+ messages)

[PATCH v1] perf record: Refactor ARM64 leaf caller setup out of arch
 2026-05-12  5:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] usb: gadget: composite: fix integer underflow in WebUSB GET_URL handling
 2026-05-12  5:39 UTC  (2+ messages)

Re: [PATCH net-next v7 2/4] net: stmmac: eic7700: enable clocks before syscon access and correct RX sampling timing
 2026-05-12  5:39 UTC  (2+ messages)
          `  "

[PATCH] pci: quirks: Advertise D3cold capability for UPD720201
 2026-05-12  5:39 UTC 

[PATCH v1] Bluetooth: btusb: MT7925: Add VID/PID 13d3/3609 Add VID 13d3 & PID 3609 for MediaTek MT7925 USB Bluetooth chip
 2026-05-12  3:34 UTC 

[PATCH v1 1/2] staging: sm750fb: remove unused #include directives
 2026-05-12  5:37 UTC  (2+ messages)

[PATCH v2 00/10] sched: Flatten the pick
 2026-05-12  5:37 UTC  (3+ messages)
` [PATCH v2 08/10] sched/fair: Add newidle balance to pick_task_fair()

[PATCH] Greybus audio protocols drivers: correct sscanf() return value check
 2026-05-12  5:35 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v1 00/14] perf build: Reduce build time by one third
 2026-05-12  5:35 UTC  (15+ messages)
` [PATCH v1 01/14] bpftool build: Restrict feature tests during bootstrap compilation
` [PATCH v1 02/14] perf trace beauty: Make beauty generated C code standalone .o files
` [PATCH v1 03/14] perf build: Decouple pmu-events from prepare umbrella target
` [PATCH v1 04/14] perf build: Remove empty archheaders target
` [PATCH v1 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
` [PATCH v1 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
` [PATCH v1 07/14] perf build: Move static libbpf dependency out of prepare step
` [PATCH v1 08/14] perf build: Pre-generate BPF skeletons during umbrella prepare phase
` [PATCH v1 09/14] perf build: Move libsymbol dependency out of prepare step
` [PATCH v1 10/14] perf build: Remove redundant libbpf feature check for static builds
` [PATCH v1 11/14] tools build: Integrate libdebuginfod into test-all fast path
` [PATCH v1 12/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
` [PATCH v1 13/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
` [PATCH v1 14/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds

[PATCH v3] staging: sm750fb: Keep g_fbmode array non-const
 2026-05-12  5:35 UTC  (3+ messages)

[PATCH 2/2] PCI: endpoint: pci-epf-ntb: Add check to detect 'db_count' value of 0
 2026-05-12  5:34 UTC  (2+ messages)
` [PATCH 0/2] PCI: endpoint: pci-epf-{v}ntb: A couple of fixes

[PATCH] xfs: snapshot current CIL sequence under xc_push_lock
 2026-05-12  5:34 UTC  (4+ messages)

cleanup the RAID6 P/Q library v2
 2026-05-12  5:20 UTC  (20+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "
` [PATCH 19/19] raid6_kunit: randomize buffer alignment

[PATCH 3/3] KVM: x86: conditionally update masterclock data in pvclock_update_vm_gtod_copy()
 2026-05-12  5:21 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox