messages from 2026-07-28 22:07:51 to 2026-07-29 01:00:53 UTC [more...]
[PATCH v8 0/6] Add initial device trees for Nord platform
2026-07-29 1:00 UTC (2+ messages)
` [PATCH v8 1/6] arm64: dts: qcom: Add device tree for Nord SoC series
[PATCH] media: qcom: iris: rollback OPP vote on PM resume failure
2026-07-29 1:00 UTC (4+ messages)
[RFC PATCH] dcache: keep shrink_dcache_for_umount() making progress on busy roots
2026-07-29 0:59 UTC
[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
2026-07-29 0:53 UTC (8+ messages)
[PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
2026-07-29 0:50 UTC (2+ messages)
[PATCH v2 0/3] watchdog: ma35d1: Add support for MA35D1 Watchdog
2026-07-29 0:50 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: Add MA35D1 Watchdog binding
[PATCH net-next v9 0/2] Add ZTE DingHai Ethernet PF driver
2026-07-29 0:49 UTC (5+ messages)
` [PATCH net-next v9 1/2] dinghai: add ZTE network driver support
` [PATCH net-next v9 2/2] dinghai: add hardware register access and PCI capability scanning
[PATCH] EDAC/mc: embed channels with csrow_info
2026-07-29 0:46 UTC
[PATCH 1/2] arm64/fpsimd: ptrace: Fix inactive SVE and SSVE regsets
2026-07-29 0:42 UTC (2+ messages)
` [PATCH 2/2] kselftest/arm64: fp-ptrace: Fix checks for "
[PATCH v3] crypto: rsassa-pkcs1 - Align DMA buffer to CRYPTO_DMA_ALIGN
2026-07-29 0:41 UTC
[PATCH net v2] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-07-29 0:37 UTC (5+ messages)
[PATCH v4] hfsplus: validate B-tree record offset table
2026-07-29 0:36 UTC (3+ messages)
` [PATCH v5] "
[RFC PATCH 00/16] Page Alloc Hogger
2026-07-29 0:36 UTC (3+ messages)
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-07-29 0:35 UTC (42+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 02/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 05/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v9 06/41] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v9 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v9 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v9 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v9 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v9 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v9 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v9 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v9 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v9 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v9 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v9 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v9 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v9 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v9 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v9 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v9 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v9 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v9 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v9 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v9 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v9 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v9 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v9 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v9 39/41] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v9 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v9 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
2026-07-29 0:34 UTC (3+ messages)
` [PATCH v2 1/5] zram: fix early release of global cdict/ddict in "
[PATCH bpf-next] bpf, sparc: Add support for BPF_SDIV and BPF_SMOD in the sparc64 JIT
2026-07-29 0:33 UTC (2+ messages)
[PATCH 0/2] tracing: Fix a UAF and regex bug on trace-event
2026-07-29 0:28 UTC (3+ messages)
` [PATCH 1/2] tracing: Check return value of __register_event() in trace_module_add_events()
` [PATCH 2/2] tracing/filters: Fix false positive match in regex_match_full()
[PATCH bpf-next v4 RESEND] m68k, bpf: Add initial BPF JIT compiler support
2026-07-29 0:27 UTC
[PATCH] selftest: Fix UB of getline due to missing var init
2026-07-29 0:27 UTC (4+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline
[PATCH v4 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
2026-07-29 0:25 UTC (8+ messages)
` [PATCH v4 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c
[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
2026-07-29 0:23 UTC
[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
2026-07-29 0:21 UTC
[syzbot] [usb?] KASAN: slab-out-of-bounds Read in dummy_free_request
2026-07-29 0:19 UTC
[syzbot] [fs?] general protection fault in start_dirop
2026-07-29 0:19 UTC
[syzbot] [usb?] general protection fault in usbtest_probe
2026-07-29 0:19 UTC
[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
2026-07-29 0:18 UTC
[PATCH] mm/khugepaged: cap min_free_kbytes recommendation at 1 GiB
2026-07-29 0:17 UTC (2+ messages)
[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
2026-07-29 0:16 UTC
[PATCH] ALSA: ump: Fix double-free of ump->out_cvts on legacy rawmidi attach failure
2026-07-29 0:15 UTC
[PATCH] EDAC: fsl_ddr: use devm_platform_ioremap_resource()
2026-07-29 0:13 UTC (6+ messages)
[PATCH v5 0/5] Enable perf tracing for unprivileged users
2026-07-29 0:13 UTC (3+ messages)
` [PATCH v5 2/5] tracefs: add read-only eventfs filesystem at /sys/kernel/events
[syzbot] [usb?] WARNING in dummy_free_request (2)
2026-07-29 0:10 UTC
[PATCH v2 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
2026-07-29 0:10 UTC (5+ messages)
` [PATCH v2 4/5] iommu: Add Broadcom BCM2712 IOMMU driver
[syzbot] [usb?] possible deadlock in uvc_func_allow_link
2026-07-29 0:09 UTC
[PATCH] soc: qcom: pmic_glink_altmode: use a freezable workqueue
2026-07-29 0:08 UTC (2+ messages)
[PATCH v4 0/5] powervr: MT8173 GPU support
2026-07-29 0:08 UTC (7+ messages)
[syzbot] [kernel?] WARNING in its_msi_teardown
2026-07-29 0:08 UTC
[syzbot] [fs?] [usb?] KASAN: slab-use-after-free Read in lockref_get (2)
2026-07-29 0:08 UTC
[syzbot] [fs?] WARNING: refcount bug in config_item_get
2026-07-29 0:08 UTC
[PATCH v2 0/2] ASoC: codecs: add the Qualcomm WCD9378 audio codec
2026-07-29 0:06 UTC (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: "
` [PATCH v2 2/2] ASoC: codecs: wcd9378: add TX/capture codec driver
[PATCH v2 0/4] test-ww_mutex: Miscellaneous fixes
2026-07-29 0:07 UTC (5+ messages)
` [PATCH v2 3/4] test-ww_mutex: Handle transient -EDEADLK in test_cycle_work
` [PATCH v2 4/4] test-ww_mutex: Retry lock acquisition after timeout if deadlocked
[tip:master] BUILD SUCCESS 38eccba72916c4939010bc616a88efb88fb81baf
2026-07-29 0:06 UTC
[PATCH 0/3] selftests/bpf: Fixes for out-of-tree builds
2026-07-29 0:06 UTC (4+ messages)
` [PATCH 1/3] selftests/bpf: Route generated test headers to OUTPUT
` [PATCH 2/3] selftests/bpf: Route libarena build artifacts "
` [PATCH 3/3] selftests/bpf: Route test_kmods "
[for-next][PATCH 00/16] tracing: Updates for v7.3
2026-07-29 0:05 UTC (17+ messages)
` [for-next][PATCH 01/16] bpf: Make btf_get_module_btf() and btf_relocate_id() non-static
` [for-next][PATCH 02/16] tracing: Expose tracepoint BTF ids via tracefs
` [for-next][PATCH 03/16] selftests/bpf: Add test for tracepoint btf_ids tracefs file
` [for-next][PATCH 04/16] tracing: Point constant hist field type to string literal
` [for-next][PATCH 05/16] kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()
` [for-next][PATCH 06/16] tracing: Use __free() for expr_str() buffer
` [for-next][PATCH 07/16] tracing: Return ERR_PTR() from expr_str()
` [for-next][PATCH 08/16] tracing: Bound histogram expression strings with seq_buf
` [for-next][PATCH 09/16] tracing/user_events: Use seq_putc() in two functions
` [for-next][PATCH 10/16] tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_show()
` [for-next][PATCH 11/16] fgraph: Use trace_seq_putc() in print_graph_return()
` [for-next][PATCH 12/16] tracing: Reject invalid preemptirq_delay_test CPU affinity
` [for-next][PATCH 13/16] samples/ftrace: Prevent division by zero when nr_function_calls is zero
` [for-next][PATCH 14/16] tracing: Warn when an event dereferences a pointer in TP_printk()
` [for-next][PATCH 15/16] tracing: Use strscpy() instead of strcpy() in trace_sched_switch
` [for-next][PATCH 16/16] tracing: Use seq_buf for string concatenation
[PATCH net-next v2 0/7] net: mana: harden the HWC and add dynamic queue depth
2026-07-28 23:58 UTC (3+ messages)
` [EXTERNAL] "
Prebuilt LLVM 23.1.0-rc2 uploaded
2026-07-28 23:58 UTC
[PATCH wireless-next] wifi: cfg80211: add fw_version device attribute for sysfs
2026-07-28 23:47 UTC
[PATCH] nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatch
2026-07-28 23:56 UTC (4+ messages)
[PATCH] nilfs2: prevent out-of-bounds read in super root block parsing
2026-07-28 23:51 UTC (2+ messages)
[PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
2026-07-28 23:47 UTC (13+ messages)
` [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v2 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
Policy regarding linux-next only changes
2026-07-28 23:46 UTC (14+ messages)
[PATCH v2] nilfs2: fix infinite loop in nilfs_clean_segments()
2026-07-28 23:43 UTC (3+ messages)
[PATCH] gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind
2026-07-28 23:38 UTC (4+ messages)
[PATCH] sched/core: Skip rq->avg_idle update without a valid idle_stamp
2026-07-28 23:24 UTC
[PATCH] nilfs2: fix slab-out-of-bounds in nilfs_direct_propagate after truncation
2026-07-28 23:37 UTC (2+ messages)
[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-07-28 23:34 UTC (6+ messages)
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()
[PATCH 00/15] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
2026-07-28 23:35 UTC (5+ messages)
` [PATCH 04/15] KVM: x86/pmu: Add PMC bitmap accessor helpers
[PATCH v7 0/5] x86/pvh: fix unbootable VMs again (PVH + KASAN)
2026-07-28 23:33 UTC (8+ messages)
` [PATCH v7 2/5] x86/asm: add volatile, clobbers and zero-length check in inline memcmp
[PATCH] fprobe: Simplify fprobe_remove_ips() by reusing existing helpers
2026-07-28 23:29 UTC
[PATCH] fprobe: Fix module reference count leak on error in register_fprobe()
2026-07-28 23:27 UTC
[PATCH v7 0/6] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
2026-07-28 23:24 UTC (7+ messages)
` [PATCH v7 1/6] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v7 2/6] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v7 3/6] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v7 4/6] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v7 5/6] vfio: selftests: Retry on EAGAIN during device reset
` [PATCH v7 6/6] vfio: selftests: igb: Recover after DMA-read faults
[PATCH 0/4] PCI: Fix procfs PCI config access issues
2026-07-28 23:19 UTC (2+ messages)
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-07-28 23:18 UTC (6+ messages)
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()
[PATCH v2] PCI/proc: check user access return values in proc_bus_pci_{read,write}()
2026-07-28 23:16 UTC (2+ messages)
[PATCH 1/3] Documentation: netlink: fix spelling in tcp_metrics.yaml
2026-07-28 23:13 UTC (3+ messages)
[PATCH v3 0/7] gpu: nova: Export parameters from nova-core to nova-drm
2026-07-28 22:57 UTC (7+ messages)
` [PATCH v3 3/7] drm: nova: Add chipid enum to nova-drm UAPI
[PATCH v14 00/22] TDX KVM selftests
2026-07-28 22:56 UTC (3+ messages)
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
[PATCH v15 0/2] Lenovo Yoga Book 9 keyboard dock detection
2026-07-28 22:55 UTC (3+ messages)
` [PATCH v15 1/2] platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10
` [PATCH v15 2/2] platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driver
[RFC] PCI_IRQ_AFFINITY limits MSI-X allocation on 384 CPU / 1000+ NVMe system
2026-07-28 22:52 UTC (2+ messages)
[PATCH 2/2] audit: drop BUG_ON() from audit_signal_info_syscall()
2026-07-28 22:46 UTC (3+ messages)
PATCH] license: Migrate Linux Kernel to GPLv3+ and apply autocorrect fix
2026-07-28 22:45 UTC
[PATCH 1/2] audit: drop BUG_ON() from audit_add_to_parent()
2026-07-28 22:45 UTC (3+ messages)
[PATCH] crypto: cesa: clear cesa_dev on _remove
2026-07-28 22:42 UTC
[PATCH] KVM: x86: Re-pend NMI in vNMI hardware when injection is blocked
2026-07-28 22:40 UTC (2+ messages)
[PATCH] staging: sm750fb: fix kernel-doc comments in sm750_accel.h
2026-07-28 22:39 UTC
[PATCH net-next v3 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
2026-07-28 22:37 UTC (5+ messages)
` [PATCH net-next v3 7/7] selftests: net: getsockopt_iter: cover rawv6, ieee802154, phonet and tls
[PATCH net] netlabel: check register_netdevice_notifier() error in netlbl_unlabel_init()
2026-07-28 22:36 UTC (2+ messages)
[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
2026-07-28 22:33 UTC (3+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
[PATCH RFC 0/2] media: i2c: Surface Pro 7+ camera flip fixes
2026-07-28 22:30 UTC (3+ messages)
` [PATCH RFC 1/2] media: i2c: ov8865: fix horizontal flip control polarity
[PATCH v2 1/2] dt-bindings: pci: Add CPM6 support to AMD MDB PCIe binding
2026-07-28 22:29 UTC (2+ messages)
[PATCH v2 0/3] mmc: Add power_off_delay_us support
2026-07-28 22:28 UTC (4+ messages)
` [PATCH v2 2/3] mmc: core: Add mmc_delay_us() for microsecond precision delays
[PATCH v2 2/2] pci: AMD: Add CPM6 host controller support to AMD MDB PCIe driver
2026-07-28 22:27 UTC (2+ messages)
[PATCH v6] ptp: ocp: add CPLD ISP support for ADVA TimeCard X1
2026-07-28 22:26 UTC (5+ messages)
[PATCH net] macvlan: cap IFLA_MACVLAN_BC_QUEUE_LEN to bound broadcast backlog
2026-07-28 22:25 UTC (5+ messages)
[PATCH] ALSA: usb-audio: Add GET_SAMPLE_RATE quirk for C-Media CM6206
2026-07-28 22:22 UTC
[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-07-28 22:20 UTC (9+ messages)
` "
` "
[PATCH net-next] net: stmmac: dwxgmac2: configure INTM for per-channel interrupt routing
2026-07-28 22:19 UTC (3+ messages)
[PATCH v2 00/11] iommu/arm-smmu-v3: Add PRI support
2026-07-28 22:17 UTC (4+ messages)
` [PATCH v2 03/11] iommu/arm-smmu-v3: Add arm_smmu_drain_queue_for_iopf() helper
[PATCH v3 0/3] hwmon: emc1403: Convert to use OF bindings and add regulator support
2026-07-28 22:15 UTC (7+ messages)
` [PATCH v3 2/3] hwmon: (emc1403) Convert to use OF bindings
[PATCH RFC 0/7] spacemit: k3: Replace bad CLINT node with ACLINT nodes
2026-07-28 22:15 UTC (7+ messages)
` [PATCH RFC 1/7] dt-bindings: timer: thead,c900-aclint-mtimer: Add SpacemiT K3
` [PATCH RFC 5/7] irqchip/aclint-sswi: Add generic riscv,aclint-sswi match
` [PATCH RFC 7/7] riscv: dts: spacemit: k3: Add ACLINT MSWI and MTIMER nodes
[PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios
2026-07-28 22:15 UTC (3+ messages)
[PATCH] futex: Prevent robust futex exit race more
2026-07-28 22:13 UTC (3+ messages)
[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 16-e0xxx (MB 88ED)
2026-07-28 22:11 UTC
[for-next v4 0/2] Add Reorder Completion Queue (RCQ) support
2026-07-28 22:10 UTC (4+ messages)
[PATCH v8 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-28 22:10 UTC (13+ messages)
` [PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v8 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v8 03/12] PCI: liveupdate: Track incoming "
` [PATCH v8 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
` [PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v8 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
` [PATCH v8 09/12] PCI: liveupdate: Adopt ARI Forwarding Enable on preserved bridges
` [PATCH v8 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v8 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v8 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH] x86/microcode/intel: Panic on partial microcode update
2026-07-28 22:09 UTC (12+ messages)
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-28 22:07 UTC (9+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox