mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v11 00/23] Allow AET to use PMT as loadable module
 2026-09-11  0:06 UTC  (4+ messages)
` [PATCH v11 01/23] x86/resctrl: Give better names to X86_FEATURE flags for monitoring

[PATCH] drm/tyr: use bitfield! for non-MMIO fields
 2026-09-11  0:06 UTC 

[PATCH v3 0/3] exfat: speed up file creation in large directories
 2026-09-11  0:02 UTC  (3+ messages)
` [PATCH v3 2/3] exfat: retain the next empty directory entry hint

[PATCH v3 1/2] mm/khugepaged: Never install PMDs in uffd-minor-registered VMAs
 2026-09-11  0:02 UTC  (3+ messages)

[PATCH v13 0/2] Add support for LTC3208 multi-display driver
 2026-09-11  0:01 UTC  (3+ messages)
` [PATCH v13 1/2] dt-bindings: leds: Document LTC3208 Multidisplay LED Driver
` [PATCH v13 2/2] leds: ltc3208: Add driver for "

[PATCH net-next v10 00/15] ax88179_178a: Add support for AX88179A-based chips
 2026-09-11  0:00 UTC  (3+ messages)
` [PATCH net-next v10 06/15] ax88179_178a: Add HW support for AX179A-based chips

[PATCH bpf 1/2] bpf: Fix divide-by-zero in btf_struct_walk()
 2026-09-11  0:00 UTC  (2+ messages)

[PATCH bpf v3 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
 2026-09-11  0:00 UTC  (2+ messages)

[PATCH] xfs: add per-mount read/write I/O completion counters
 2026-09-11  0:00 UTC  (3+ messages)

kernel/trace/ftrace.c:6651:40: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-09-10 23:59 UTC 

[net-next, v2 00/11] add features to bnge
 2026-09-10 23:59 UTC  (3+ messages)
` [net-next, v2 08/11] bnge: add NTUPLE filter infrastructure

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-10 23:56 UTC  (45+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 02/44] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v13 03/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v13 04/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v13 05/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v13 06/44] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 08/44] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v13 09/44] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v13 10/44] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v13 11/44] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v13 12/44] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v13 13/44] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v13 14/44] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v13 15/44] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v13 16/44] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v13 17/44] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v13 18/44] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v13 19/44] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v13 20/44] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v13 21/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v13 22/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v13 23/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v13 24/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v13 25/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v13 26/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v13 27/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v13 28/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v13 29/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH v13 30/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v13 31/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v13 32/44] KVM: selftests: Test conversion before allocation
` [PATCH v13 33/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 41/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH net v3 0/4] net: wan: fix FSL UCC HDLC lifecycle bugs
 2026-09-10 23:54 UTC  (5+ messages)
` [PATCH net v3 1/4] net: wan: fsl_ucc_hdlc: validate protocol before starting device
` [PATCH net v3 2/4] net: wan: fsl_ucc_hdlc: allocate suspend backup before quiescing
` [PATCH net v3 3/4] net: wan: hdlc: close active devices before protocol detach
` [PATCH net v3 4/4] net: wan: fsl_ucc_hdlc: release HDLC device on remove

[PATCH v7 1/2] fuse: don't BUG when the copy buffer is exhausted
 2026-09-10 23:52 UTC  (3+ messages)

[PATCH net v4 7/7] selftests: drv-net: Add VLAN test
 2026-09-10 23:52 UTC  (3+ messages)

[PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
 2026-09-10 23:51 UTC  (2+ messages)

[PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
 2026-09-10 23:51 UTC  (2+ messages)

[PATCH v8 1/2] fuse: don't BUG when the copy buffer is exhausted
 2026-09-10 23:51 UTC  (2+ messages)
` [PATCH v8 2/2] fuse: return -E2BIG for an oversized SETXATTR over io-uring

[PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
 2026-09-10 23:51 UTC  (2+ messages)

[PATCH v8 04/12] PCI: liveupdate: Document driver binding responsibilities
 2026-09-10 23:50 UTC  (2+ messages)

[PATCH v8 03/12] PCI: liveupdate: Track incoming preserved PCI devices
 2026-09-10 23:49 UTC  (2+ messages)

[syzbot] [mm?] [cgroups?] inconsistent lock state in fs_reclaim_acquire (4)
 2026-09-10 23:49 UTC  (2+ messages)

[PATCH v12 0/2] Add support for LTC3208 multi-display driver
 2026-09-10 23:48 UTC  (3+ messages)
` [PATCH v12 1/2] dt-bindings: leds: Document LTC3208 Multidisplay LED Driver
` [PATCH v12 2/2] leds: ltc3208: Add driver for "

[PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
 2026-09-10 23:48 UTC  (2+ messages)

[PATCH] writeback: bound cleanup_offline_cgwb() rescans by rotating b_attached
 2026-09-10 23:47 UTC  (3+ messages)

[PATCH v3 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-10 23:47 UTC  (8+ messages)
` [PATCH v3 1/7] proc/task_mmu: remove unnecessary helpers
` [PATCH v3 2/7] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v3 3/7] proc/task_mmu: clarify shmem mapping walk conditions in smap_gather_stats()
` [PATCH v3 4/7] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v3 5/7] proc/task_mmu: change proc_get_vma() to stop returning gate VMA at the end
` [PATCH v3 6/7] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
` [PATCH v3 7/7] selftests/proc: add /proc/pid/smaps_rollup tearing tests

[PATCH net 0/2] net: psp: avoid conflicts with skb->decrypted and sk_validate_xmit_skb()
 2026-09-10 23:46 UTC  (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: drv-net: psp: test PSP and TCP ULP mutual exclusion

[PATCH net v4 5/7] net: stmmac: Disable S-Tag processing on dwmac4
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 4/7] net: stmmac: Do not advertise S-VLAN stripping when it is disabled
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 3/7] net: stmmac: Rework S-VLAN handling
 2026-09-10 23:46 UTC  (2+ messages)

[PATCH net v4 2/7] net: stmmac: Stop toggling the EDVLP bit
 2026-09-10 23:45 UTC  (2+ messages)

[PATCH net v4 1/7] net: stmmac: Remove VLAN perfect matching dead code
 2026-09-10 23:45 UTC  (2+ messages)

[PATCH 0/2] x86/tdx: Use TDVMCALLs directly for earlyprintk
 2026-09-10 23:44 UTC  (4+ messages)
` [PATCH 1/2] x86/tdx: Move port I/O definitions to a shared header
` [PATCH 2/2] x86/early_printk: Avoid #VE emulation for TDX guest serial output

[PATCH v8 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-10 23:42 UTC  (17+ messages)
` [PATCH v8 2/9] scsi: ibmvfc: add NOOP command support
` [PATCH v8 3/9] scsi: ibmvfc: add FPIN extended flag and async sub-CRQ queue handle
` [PATCH v8 4/9] scsi: ibmvfc: extend async event handlers for async sub-CRQ events
` [PATCH v8 5/9] scsi: ibmvfc: add interrupt routine for asynchronous sub CRQ
` [PATCH v8 6/9] scsi: ibmvfc: extend channel reg/dereg helpers for async sub-CRQ
` [PATCH v8 7/9] scsi: ibmvfc: fix IRQ leak and guard deregister on channel reg failure
` [PATCH v8 8/9] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v8 9/9] scsi: ibmvfc: handle extended FPIN events

[PATCH net v2] ppp: enforce minimum MTU/MRU to fix Deflate buffer underflows
 2026-09-10 23:42 UTC  (2+ messages)

[PATCH net v4 0/7] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-09-10 23:42 UTC  (3+ messages)
` [PATCH net v4 6/7] selftests: drv-net: Move _set_ethtool_feat() into lib

[PATCH v2 1/2] dt-bindings: soc: xilinx: Document ifm ZynqMP VHIP6 EvalBoard
 2026-09-10 23:39 UTC  (5+ messages)

[PATCH] wifi: wcn36xx: Fix potential use-after-free in TX ack timer teardown
 2026-09-10 23:36 UTC  (2+ messages)

[PATCH v1 0/2] Cleanup UCSI DisplayPort OOB fix
 2026-09-10 23:35 UTC  (3+ messages)
` [PATCH v1 1/2] Revert "usb: typec: ucsi: displayport: Fix OOB altmode array index"
` [PATCH v1 2/2] usb: typec: ucsi: displayport: Check CAM to fix OOB altmode array index

[PATCH v5 0/4] selftests: add shared Makefile for BPF selftests and a new memcg test
 2026-09-10 23:33 UTC  (5+ messages)
` [PATCH v5 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v5 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v5 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v5 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
 2026-09-10 23:30 UTC  (7+ messages)
` [PATCH v2 3/5] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter

[RFC PATCH 0/7] sched/cache: Per-task control of cache aware scheduling via prctl
 2026-09-10 23:28 UTC  (3+ messages)

Path forward for Virtualized Swap?
 2026-09-10 23:27 UTC  (2+ messages)

[PATCH] MAINTAINERS: add rust-for-linux list for Tyr
 2026-09-10 23:20 UTC 

[PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards
 2026-09-10 23:17 UTC  (11+ messages)
` [PATCH v2 1/9] ASoC: dt-bindings: qcom,apr: Add modem_apps GLINK channel for shikra
` [PATCH v2 2/9] dt-bindings: sound: qcom,lpass-va-macro: Add clock constraints "
` [PATCH v2 3/9] arm64: dts: qcom: shikra: Add QAIF CPU node for audio
` [PATCH v2 4/9] arm64: dts: qcom: shikra: Add gpr node
` [PATCH v2 5/9] arm64: dts: qcom: shikra: Add soundwire and macro nodes
` [PATCH v2 6/9] arm64: dts: qcom: shikra-cqm-evk: Enable sound card support
` [PATCH v2 7/9] arm64: dts: qcom: shikra-cqs-evk: "
` [PATCH v2 8/9] arm64: dts: qcom: shikra-iqs-evk: "
` [PATCH v2 9/9] arm64: defconfig: Enable Qualcomm PM4125 and WSA885X drivers

[PATCH v4 00/15] iommu/arm-smmu-v3: Add PRI support
 2026-09-10 23:17 UTC  (16+ messages)
` [PATCH v4 01/15] iommu/arm-smmu-v3: Disable the impl before disabling the SMMU on shutdown
` [PATCH v4 02/15] iommu/arm-smmu-v3: Add arm_smmu_attach_release()
` [PATCH v4 03/15] iommu/arm-smmu-v3: Add Q_POS() macro
` [PATCH v4 04/15] iommu/arm-smmu-v3: Drain in-flight fault events on domain detach
` [PATCH v4 05/15] iommu/arm-smmu-v3: Flush in-flight fault work "
` [PATCH v4 06/15] iommu/arm-smmu-v3: Allocate IOPF queue without FEAT_SVA
` [PATCH v4 07/15] iommu/arm-smmu-v3: Submit CMDQ_OP_PRI_RESP for IOPF event
` [PATCH v4 08/15] iommu/arm-smmu-v3: Disable the queue IRQs before disabling the SMMU
` [PATCH v4 09/15] iommu/arm-smmu-v3: Disable PRI when no IRQ handler is registered
` [PATCH v4 10/15] iommu/arm-smmu-v3: Support PRI Page Request in arm_smmu_handle_ppr()
` [PATCH v4 11/15] iommu/arm-smmu-v3: Discard partial PRI faults on PRIQ overflow
` [PATCH v4 12/15] iommu/arm-smmu-v3: Allocate IOPF queue for ARM_SMMU_FEAT_PRI
` [PATCH v4 13/15] PCI/ATS: Add PRI stubs
` [PATCH v4 14/15] PCI/ATS: Export pci_enable_pri() and pci_reset_pri()
` [PATCH v4 15/15] iommu/arm-smmu-v3: Enable PRI for PCI device in arm_smmu_probe_device()

[PATCH] rcu: Drop the private tick-internal.h include from tree.c
 2026-09-10 23:16 UTC  (2+ messages)

[PATCH] net: 8390: pcnet_cs: release PCMCIA window on setup_shmem_window() error
 2026-09-10 23:14 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
 2026-09-10 23:09 UTC  (7+ messages)
` [PATCH v3 3/12] "

[PATCH v6 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
 2026-09-10 23:05 UTC  (2+ messages)

[PATCH v15 00/16] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-09-10 23:04 UTC  (9+ messages)
` [PATCH v15 12/16] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v15 14/16] barrier: add tests for smp_cond_load_*_timeout()
` [PATCH v15 15/16] barrier: timeout validity checks for smp_cond_load_relaxed_timeout()
` [PATCH v15 16/16] barrier: timeout validity checks for smp_cond_load_acquire_timeout()

[PATCH] selftests/harness: Drain the test process group after a timeout
 2026-09-10 23:02 UTC 

[PATCH] drm/tyr: reduce size of doorbell array
 2026-09-10 23:01 UTC 

[PATCH RFC 00/13] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-10 22:59 UTC  (3+ messages)

[PATCH 0/2] crypto: zstd - avoid initializing the workspace twice
 2026-09-10 22:58 UTC  (5+ messages)
` [PATCH 1/2] crypto: zstd - Avoid redundant cstream initialization

[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
 2026-09-10 22:57 UTC  (12+ messages)

[PATCH wq/for-7.4 0/2] workqueue: give percpu its own max_active and derive attrs from flags
 2026-09-10 22:53 UTC  (2+ messages)

[PATCH 0/4] sched/cache: Fixes for cache aware scheduling
 2026-09-10 22:50 UTC  (4+ messages)
` [PATCH 4/4] sched/cache: Introduce task_struct->sched_cache_grp

[PATCH] KVM: SEV: Return INVALID_INPUT on SNP req/resp buffer access failure
 2026-09-10 22:50 UTC  (2+ messages)

[PATCH 0/4] vfio: Fix cdev second-open and harden selftests
 2026-09-10 22:50 UTC  (4+ messages)
` [PATCH 2/4] selftests/vfio: Wait out transient -EBUSY on open/bind

[PATCH] media: microchip-csi2dc: Power off on probe failure and remove
 2026-09-10 22:48 UTC 

[PATCH 1/4] sched/cache: Keep nr_pref_llc_running in the runnable domain
 2026-09-10 22:48 UTC  (2+ messages)

[PATCH v2] mtd: spinand: Do not update the QE bit on devices without one
 2026-09-10 22:44 UTC  (2+ messages)
` [PATCH v3] "

[PATCH V3] accel/amdxdna: Fix unsafe use of handle_mm_fault()
 2026-09-10 22:39 UTC  (2+ messages)

[PATCH] drm/panel: simple: Clean up resources on DSI attach failure
 2026-09-10 22:38 UTC 

lib/base64.c:58:18: warning: implicit conversion from 'int' to 's8' (aka 'signed char') changes value from 131 to -125
 2026-09-10 22:35 UTC  (2+ messages)

[syzbot] [kernel?] WARNING: locking bug in finish_task_switch (3)
 2026-09-10 22:34 UTC 

[PATCH v3 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
 2026-09-10 22:34 UTC  (2+ messages)

drivers/mmc/host/mxcmmc.c:545:24: sparse: sparse: incorrect type in assignment (different base types)
 2026-09-10 22:33 UTC 

fs/fat/fat_test.c:261:9: sparse: sparse: incorrect type in initializer (different base types)
 2026-09-10 22:33 UTC 

[PATCH v4] usb: dwc3: gadget: fix IRQ storm on invalid event buffer count
 2026-09-10 22:30 UTC  (2+ messages)

[PATCH 1/1] bonding: crypto offload enabled, non-offload slave failover, rekey failed
 2026-09-10 22:30 UTC  (3+ messages)

[PATCH v3 0/2] zstd: use x86 feature infrastructure for BMI2 dispatch
 2026-09-10 22:25 UTC  (3+ messages)
` [PATCH v3 2/2] zstd: use cpu_feature_enabled() for in-kernel "

[PATCH] drm/xe/i2c: cancel the client work on remove
 2026-09-10 22:23 UTC  (2+ messages)

[PATCH] mm/hugetlb: account for allowed nodes when gathering surplus pages
 2026-09-10 22:20 UTC  (3+ messages)

[PATCH 0/4] kconfig: improve input validation for numeric options
 2026-09-10 22:19 UTC  (4+ messages)
` [PATCH 4/4] kconfig: prevent out-of-bounds user input "

[PATCH v1 00/13] iio: adc: ad4134: Enable greater sample rate data capture
 2026-09-10 22:19 UTC  (7+ messages)
` [PATCH v1 08/13] dt-bindings: iio: adc: adi,ad4134: Document SPI connection mode

[PATCH 0/4] arm64: dts: allwinner: add A733/Cubie A7S DTS support
 2026-09-10 22:18 UTC  (3+ messages)
` [PATCH 3/4] arm64: dts: allwinner: add Allwinner A733 SoC

[RFC PATCH net-next 0/8] tools: ynl: C-based YNL linter
 2026-09-10 22:17 UTC  (9+ messages)
` [RFC PATCH net-next 1/8] netlink: specs: nftables: add uapi-header
` [RFC PATCH net-next 2/8] netlink: specs: conntrack: "
` [RFC PATCH net-next 3/8] tools: ynl: add C-based YNL linter
` [RFC PATCH net-next 4/8] netlink: specs: rt-link: add C naming info
` [RFC PATCH net-next 5/8] netlink: specs: rt-link: re-align IPv4 devconf
` [RFC PATCH net-next 6/8] netlink: specs: rt-link: re-align ifla-inet6-stats
` [RFC PATCH net-next 7/8] netlink: specs: rt-link: fix ifinfo-flags names
` [RFC PATCH net-next 8/8] netlink: specs: rt-link: fix netkit-policy names

[PATCH] PCI: aardvark: Disable PHY on probe failures
 2026-09-10 22:17 UTC 

[PATCH v3 0/5] spi: dw: use threaded interrupt
 2026-09-10 22:17 UTC  (3+ messages)
` [PATCH v3 5/5] spi: dw: use threaded interrupt and optimize the threaded ISR

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®