mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH bpf-next v6 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
 2026-05-22 17:33 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf: Factor out stack_map build ID helpers

[PATCH v9 00/16] drm/msm: Add PERFCNTR_CONFIG ioctl
 2026-05-22 17:32 UTC  (6+ messages)
` [PATCH v9 01/16] drm/msm: Remove obsolete perf infrastructure
` [PATCH v9 02/16] drm/msm: Allow CAP_PERFMON for setting SYSPROF
` [PATCH v9 03/16] drm/msm/adreno: Sync registers from mesa
` [PATCH v9 04/16] drm/msm/registers: Sync gen_header.py "
` [PATCH v9 05/16] drm/msm/registers: Add perfcntr json

[PATCH v1] mtd: Consistently define pci_device_ids
 2026-05-22 17:32 UTC 

[PATCH v3 0/8] iio: temperature: ltc2983: Add support for ADT7604
 2026-05-22 17:31 UTC  (5+ messages)
` [PATCH v3 8/8] "

[PATCH v7] iio: imu: kmx61: Use guard(mutex)() over manual locking
 2026-05-22 17:29 UTC  (4+ messages)

[PATCH V2 0/3] Add Hawi UFS PHY and Controller support
 2026-05-22 17:27 UTC  (4+ messages)
` [PATCH V2 1/3] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: Add Hawi UFS PHY compatible
` [PATCH V2 2/3] scsi: ufs: qcom :dt-bindings: Document the Hawi UFS controller
` [PATCH V2 3/3] phy: qcom-qmp-ufs: Add UFS PHY support on Hawi

[tip: x86/tdx] x86/virt/tdx: Clarify try_init_module_global() result caching
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Move TDX global initialization states to file scope
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Consolidate TDX global initialization states
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
 2026-05-22 17:26 UTC 

[tip: x86/tdx] coco/tdx-host: Introduce a "tdx_host" device
 2026-05-22 17:26 UTC 

[tip: x86/tdx] coco/tdx-host: Expose TDX module version
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
 2026-05-22 17:26 UTC 

[tip: x86/tdx] coco/tdx-host: Expose P-SEAMLDR information via sysfs
 2026-05-22 17:26 UTC 

[tip: x86/tdx] coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratum
 2026-05-22 17:26 UTC 

[tip: x86/tdx] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Allocate and populate a module update request
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Introduce skeleton for TDX module updates
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Abort updates after a failed step
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Shut down the current TDX module
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Reset software states during TDX module shutdown
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Install a new TDX module
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Initialize the newly-installed TDX module
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Restore TDX module state
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/seamldr: Add module update locking
 2026-05-22 17:26 UTC 

[tip: x86/tdx] coco/tdx-host: Lock out module updates when reading version
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Refresh TDX module version after update
 2026-05-22 17:26 UTC 

[tip: x86/tdx] x86/virt/tdx: Enable TDX module runtime updates
 2026-05-22 17:26 UTC 

[PATCH v3 0/2] iio: dac: Add support for AD5529R DAC
 2026-05-22 17:24 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: iio: dac: Add AD5529R
` [PATCH v3 2/2] iio: dac: Add AD5529R DAC driver support

[PATCH v2] kernel: refactor: shorten has_pending_signals
 2026-05-22 17:24 UTC  (6+ messages)

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-22 17:22 UTC  (9+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[PATCH v2 0/3] KVM: Fix guest_memfd binding overlap errno and selftest
 2026-05-22 17:21 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: guest_memfd: Return -EEXIST for overlapping bindings
` [PATCH v2 2/3] KVM: selftests: Test guest_memfd binding overlap without GPA overlap
` [PATCH v2 3/3] KVM: selftests: Remove unnecessary "%s" formatting of a constant string

[PATCH v4] 00/30] Cleaning up the KVM clock mess
 2026-05-22 17:21 UTC  (8+ messages)
` [PATCH v4 27/30] KVM: x86: Add KVM_VCPU_TSC_EFFECTIVE_FREQ attribute

[PATCH v2 0/7] arm64: dts: renesas: r8a779md: Add support for R-Car M3Le R8A779MD SoC and Geist board
 2026-05-22 17:21 UTC  (5+ messages)
` [PATCH v2 7/7] arm64: dts: renesas: r8a779md: Add support for R-Car M3Le R8A779MD Geist
    ` [PATCH v3] "

[PATCH v3 0/2] ACPI: CPPC: Add CPPC v4 support (ACPI 6.6)
 2026-05-22 17:20 UTC  (3+ messages)
` [PATCH v3 2/2] ACPI: CPPC: Add ospm_nominal_perf support

[PATCH net] tap: free page on error paths in tap_get_user_xdp()
 2026-05-22 17:20 UTC  (2+ messages)

[PATCH net] tun: free page on build_skb failure in tun_xdp_one()
 2026-05-22 17:20 UTC  (2+ messages)

[PATCH] rust: kernel: use strict provenance APIs
 2026-05-22 17:19 UTC 

[PATCH v2 0/4] phy: qcom: qmp-combo fixes + x1-dell-thena DT maintenance
 2026-05-22 17:16 UTC  (7+ messages)
` [PATCH v2 1/4] phy: qcom: qmp-combo: skip USB power_off/exit after device teardown
` [PATCH v2 4/4] arm64: dts: qcom: x1-dell-thena: bump linux,cma to 256 MiB

[PATCH v15 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-05-22 17:16 UTC  (5+ messages)
` [PATCH v15 net-next 05/11] net/nebula-matrix: add channel layer
` [PATCH v15 net-next 10/11] net/nebula-matrix: add common/ctrl dev init/reinit operation

[PATCH 0/2] KVM: selftests: guest_memfd close() fix and hardening
 2026-05-22 17:15 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Cast guest_memfd fd to a signed int when checking for >= 0
` [PATCH 2/2] KVM: selftests: Add and use kvm_free_fd() to harden against fd goofs

[PATCH v6 0/3] ksz87xx: add support for low-loss cable equalizer errata
 2026-05-22 17:15 UTC  (2+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-05-22 17:13 UTC  (7+ messages)
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of "

[PATCH v2] PM: sleep: Use complete() in device_pm_sleep_init() and skip no_pm devices in dpm_wait()
 2026-05-22 17:12 UTC  (2+ messages)

[PATCH 0/6] rust: binder: reduce `as` casts
 2026-05-22 17:12 UTC  (7+ messages)
` [PATCH 1/6] rust: binder: use strict provenance APIs
` [PATCH 2/6] rust: binder: transmute transaction data
` [PATCH 3/6] rust: binder: enable `clippy::ptr_as_ptr` lint
` [PATCH 4/6] rust: binder: enable `clippy::ref_as_ptr` lint
` [PATCH 5/6] rust: binder: enable `clippy::as_underscore`
` [PATCH 6/6] rust: binder: enable `clippy::cast_lossless`

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-22 17:12 UTC  (9+ messages)

[PATCH] ipvs: Use flexible array for MH lookup table
 2026-05-22 17:12 UTC  (2+ messages)

[GIT PULL]: Generic phy fixes for v7.1
 2026-05-22 17:09 UTC 

[PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
 2026-05-22 17:09 UTC  (10+ messages)
` [PATCH v21 1/9] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v21 2/9] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v21 3/9] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v21 4/9] ring-buffer: Show commit numbers in buffer_meta file
` [PATCH v21 5/9] ring-buffer: Cleanup persistent ring buffer validation
` [PATCH v21 6/9] ring-buffer: Cleanup buffer_data_page related code
` [PATCH v21 7/9] ring-buffer: Have dropped subbuffers be persistent across reboots
` [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file
` [PATCH v21 9/9] ring-buffer: Show persistent buffer dropped events in trace_pipe file

[PATCH] arcnet: com90xx: Mark cards and numcards variables as __ro_after_init
 2026-05-22 17:08 UTC  (3+ messages)

[PATCH] f2fs: another way to set large folio by remembering inode number
 2026-05-22 17:08 UTC  (10+ messages)
` [PATCH v2] "
            ` [f2fs-dev] "

[PATCH v3 00/11] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
 2026-05-22 17:05 UTC  (13+ messages)
` [PATCH v3 01/11] arm64: dts: ti: k3-am62-verdin: Add Toradex DSI to LVDS adapter with 10.1" display
` [PATCH v3 02/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS
` [PATCH v3 03/11] dt-bindings: vendor-prefixes: Add Riverdi
` [PATCH v3 04/11] dt-bindings: display: panel-lvds: Add Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00
` [PATCH v3 05/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" DSI
` [PATCH v3 06/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
` [PATCH v3 07/11] arm64: dts: ti: k3-am62-verdin: Add NAU8822 Bridge Tied Load
` [PATCH v3 08/11] arm64: dts: ti: k3-am62-verdin: Reserve UART_4 for Cortex-M4F
` [PATCH v3 09/11] arm64: dts: ti: k3-am62-verdin: Add Toradex OV5640 CSI Cameras
` [PATCH v3 10/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Verdin Mezzanine CAN
` [PATCH v3 11/11] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with Toradex Display 10.1" LVDS

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-22 17:05 UTC  (7+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks

[PATCH] KVM: selftests: Randomize dirty_log_test's delay before reaping the bitmap
 2026-05-22 17:02 UTC 

[PATCH v3 0/2] media: Add bindings and driver for Sony IMX678
 2026-05-22 17:01 UTC  (3+ messages)
` [PATCH v3 2/2] media: i2c: imx678: Add "

[PATCH] bpf: Fix preorder-unaware index in replace_effective_prog and purge_effective_progs replace_effective_prog() and purge_effective_progs() compute the target index in the effective program array by sequentially walking the hlist (pos++). However, since commit 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs"), compute_effective_progs() partitions the effective array: preorder programs occupy indices 0..preorder_cnt-1 and normal programs occupy indices preorder_cnt..end. The sequential hlist walk does not account for this partitioning, so when BPF_F_PREORDER programs coexist with normal programs the computed index diverges from the actual position in the effective array. In replace_effective_prog() this causes BPF_LINK_UPDATE to overwrite the wrong slot: the freed program pointer remains in the correct slot while an unrelated neighbor is clobbered. Fix both functions by searching the effective array directly for the target program pointer instead of computing an index from the hlist. This is correct regardless of array layout since it matches by pointer identity. For purge_effective_progs(), resolve the effective prog from the link when the direct prog pointer is NULL (link-based detach path). Fixes: 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs") Signed-off-by: Himanshu Anand <anand.himanshu17@gmail.com>
 2026-05-22 17:00 UTC  (2+ messages)
` [PATCH] bpf: Fix preorder-unaware index in replace_effective_prog and purge_effective_progs replace_effective_prog() and purge_effective_progs() compute the target index in the effective program array by sequentially walking the hlist (pos++). However, since commit 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs"), compute_effective_progs() partitions the effective array: preorder programs occupy indices 0..preorder_cnt-1 and normal programs occupy indices preorder_cnt..end. The sequential hlist walk does not account for this partitioning, so when BPF_F_PREORDER programs coexist with normal programs the computed index diverges from the actual position in the effective array. In replace_effective_prog() this causes BPF_LINK_UPDATE to overwrite the wrong slot: the freed program [snip]

[PATCH] thermal: sysfs: fix whitespace and use octal permissions
 2026-05-22 16:57 UTC  (3+ messages)
` [PATCH v2] thermal: sysfs: remove space before tab in macro

[PATCH] usb: atm: ueagle-atm: use synchronous request_firmware()
 2026-05-22 16:56 UTC  (4+ messages)

[GIT PULL] SCSI fixes for 7.1-rc4+
 2026-05-22 16:56 UTC 

[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
 2026-05-22 16:54 UTC  (4+ messages)

[PATCH v2 0/3] staging: cleanup of sdio_intf.c
 2026-05-22 16:53 UTC  (4+ messages)

[PATCH v02] mailbox: pcc: report errors for PCC clients
 2026-05-22 16:52 UTC  (6+ messages)

[PATCH v2 0/2] fs/pipe: reduce pipe->mutex contention by pre-allocating outside the lock
 2026-05-22 16:51 UTC  (4+ messages)
` [PATCH v2 1/2] fs/pipe: pre-allocate pages outside pipe->mutex in anon_pipe_write
` [PATCH v2 2/2] selftests/pipe: add pipe_bench microbenchmark

[RFC PATCH v2 0/8] timekeeping: Fix draft tracking precision and add feed-forward discipline via vmclock
 2026-05-22 16:50 UTC  (12+ messages)

[PATCH v3] thermal: core: Add WQ_UNBOUND to alloc_workqueue users
 2026-05-22 16:49 UTC  (2+ messages)

[PATCH v7 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-05-22 16:49 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema

[PATCH v4 0/6] media: Fix new smatch warnings
 2026-05-22 16:49 UTC  (3+ messages)
` [PATCH v4 5/6] media: staging: ipu3-imgu: Add range check for imgu_css_cfg_acc_stripe

[PATCH v3] cgroup/dmem: introduce a peak file
 2026-05-22 16:48 UTC  (2+ messages)

[GIT PULL] sched_ext: Fixes for v7.1-rc4
 2026-05-22 16:48 UTC 

[GIT PULL] cgroup: Fixes for v7.1-rc4
 2026-05-22 16:47 UTC 

[PATCH] cpufreq: intel_pstate: Improve warning message on HWP-disabled hybrid CPUs
 2026-05-22 16:46 UTC  (2+ messages)

[PATCH v2] usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()
 2026-05-22 16:45 UTC 

[PATCH] nfsd: reset write verifier on deferred writeback errors
 2026-05-22 16:44 UTC 

[PATCH V2 0/3] cpufreq: Simplify freq limit handling
 2026-05-22 16:43 UTC  (2+ messages)

[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
 2026-05-22 16:41 UTC  (9+ messages)
` [PATCH v2 1/4] x86/tdx: Use PFN directly for mapping "
` [PATCH v2 2/4] x86/tdx: Use PFN directly for unmapping "
` [PATCH v2 3/4] x86/tdx: Drop exported function tdx_quirk_reset_page()
` [PATCH v2 4/4] x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external users

[PATCH v20 00/10] ring-buffer: Making persistent ring buffers robust
 2026-05-22 16:40 UTC  (4+ messages)
` [PATCH v20 02/10] ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer

[PATCH v5 00/28] mtd: spi-nor: Enhance software protection
 2026-05-22 16:39 UTC  (13+ messages)
` [PATCH v5 04/28] mtd: spi-nor: swp: Improve locking user experience
` [PATCH v5 13/28] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH v5 14/28] mtd: spi-nor: swp: Create helpers for building the SR register

[ANNOUNCE] Email reviews from Sashiko enabled for kvm@
 2026-05-22 16:38 UTC 

[PATCH v2 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-22 16:37 UTC  (7+ messages)
` [PATCH v2 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH v2 4/4] memcg: multi objcg charge support

[PATCH v3] nvme: reject keep-alive passthrough on non-fabrics
 2026-05-22 16:27 UTC  (3+ messages)

[PATCH v4] nvme: reject keep-alive passthrough on non-fabrics
 2026-05-22 16:26 UTC 

[PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction
 2026-05-22 16:26 UTC  (17+ messages)

[PATCH RFC 0/3] iio: add Open Sensor Fusion UART driver
 2026-05-22 16:24 UTC  (3+ messages)
` [PATCH RFC 2/3] iio: osf: add Open Sensor Fusion UART IIO driver

[PATCH] selftests/cgroup: enable memory controller in hugetlb memcg test
 2026-05-22 16:24 UTC  (2+ messages)

[PATCH 0/4] ASoC: meson: aiu: align I2S design to the AXG one
 2026-05-22 16:24 UTC  (4+ messages)
` [PATCH 4/4] ASoC: meson: aiu: use aiu-formatter-i2s to format I2S output data

[PATCH v5 0/2] mm: improve large folio readahead for exec memory
 2026-05-22 16:23 UTC  (3+ messages)
` [PATCH v5 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v5 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

[PATCH v2 0/2] x86/tdx: Port I/O emulation fixes
 2026-05-22 16:22 UTC  (4+ messages)
` [PATCH v2 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O

[v7 PATCH] arm64: mm: show direct mapping use in /proc/meminfo
 2026-05-22 16:22 UTC  (2+ messages)

[PATCH v1] Bluetooth: hci_qca: Increase SSR delay for rampatch and NVM loading
 2026-05-22 16:22 UTC  (3+ messages)

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-05-22 16:17 UTC  (7+ messages)
` [PATCH v2 1/2] mm/memcontrol: add dmem charge/uncharge functions
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging to memcg

[PATCH v3] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-22 16:16 UTC  (8+ messages)

[PATCH 0/3] spacemit: k1: Add support for Banana Pi BPI-CM6 IO board
 2026-05-22 16:11 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: riscv: spacemit: Add Banana Pi BPI-CM6 compatible

[PATCH 0/8] x86-32 CPU configuration cleanups
 2026-05-22 16:11 UTC  (5+ messages)
` [PATCH 3/8] x86: make TSC usage unconditional
` [PATCH 5/8] x86: remove dependencies on CONFIG_M... CPU options

[PATCH 0/9] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-05-22 16:11 UTC  (3+ messages)
` [PATCH 5/9] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document the missing I3C power source option

[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-05-22 16:11 UTC  (4+ messages)
` [PATCH 2/3] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq

[PATCH 0/2] iio: adc: ad4080: add support for AD4884
 2026-05-22 16:10 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: ad4080: add AD4884 support

[PATCH 0/6] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-22 16:10 UTC  (3+ messages)

[RFC PATCH] cgroup/rstat: convert rstat lock from spinlock to rwlock
 2026-05-22 16:08 UTC  (2+ messages)

[PATCH v2 0/3] remove mmap_action success, error hooks
 2026-05-22 16:07 UTC  (5+ messages)
` [PATCH v2 1/3] drivers/char/mem: eliminate unnecessary use of success_hook
` [PATCH v2 2/3] mm/vma: remove mmap_action->success_hook
` [PATCH v2 3/3] mm/vma: eliminate mmap_action->error_hook, introduce error_filter

[PATCH v14 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-05-22 16:05 UTC  (3+ messages)

[PATCH v2 0/4] PCI: Introduce pci_suspend_retains_context() API
 2026-05-22 16:04 UTC  (2+ messages)

[for-next][PATCH 00/15] tracing: Updates for 7.2
 2026-05-22 16:03 UTC  (5+ messages)
` [for-next][PATCH 10/15] tracing: Allow perf to read synthetic events

[PATCH fwctl 0/3] fwctl/bnxt: DMA buffer support for HWRM commands
 2026-05-22 16:01 UTC  (3+ messages)
` [PATCH fwctl 1/3] fwctl: Add driver_data field to fwctl_rpc

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-22 16:01 UTC  (5+ messages)
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update

[PATCH net-next v4 0/2] Add OVS packet family YNL spec and unicast notification support
 2026-05-22 16:00 UTC  (3+ messages)

[PATCH v2 0/4] firmware: qcom: scm: Add minidump SRAM destination support
 2026-05-22 15:58 UTC  (6+ messages)
` [PATCH v2 3/4] firmware: qcom: scm: Add minidump SRAM support

[PATCH v5 0/3] pps: improve PREEMPT_RT performance
 2026-05-22 15:56 UTC  (4+ messages)

[PATCH net-next] net: e100: remove redundant static variable initializations
 2026-05-22 15:55 UTC  (2+ messages)

[PATCH v1 net-next] s390/ism: Drop superflous zeros in pci_device_id array
 2026-05-22 15:54 UTC  (2+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-22 15:53 UTC  (11+ messages)

[PATCH v2 00/11] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
 2026-05-22 15:51 UTC  (3+ messages)
` [PATCH v2 01/11] arm64: dts: ti: k3-am62-verdin: Add Toradex DSI to LVDS adapter with 10.1" display

[GIT PULL] smb3 client fixes
 2026-05-22 15:50 UTC 

[PATCH v2 0/2] spi: aspeed: Fix __iomem annotation and VLA parameter
 2026-05-22 15:48 UTC  (4+ messages)
` [PATCH v2 2/2] spi: aspeed: Replace VLA parameter with flat pointer in calibration helper

[PATCH] media: cx231xx: fix null pointer deref in snd_cx231xx_pcm_close
 2026-05-22 15:46 UTC 

page:  |  | latest

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

all inboxes | Powered by JetHome®