The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-06-02 13:54:24 to 2026-06-02 14:47:51 UTC [more...]

[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
 2026-06-02 14:47 UTC  (7+ messages)
` [PATCH bpf-next v2 1/8] bpftool: Pass host flags to bootstrap libbpf
` [PATCH bpf-next v2 2/8] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
` [PATCH bpf-next v2 3/8] bpftool: Append extra host flags
` [PATCH bpf-next v2 4/8] libbpf: Initialize CFLAGS before including Makefile.include
` [PATCH bpf-next v2 5/8] tools/bpf: build: Append extra cflags
` [PATCH bpf-next v2 6/8] selftests/bpf: Initialize operation name before use

[PATCH v1 0/2] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-06-02 14:42 UTC 

[PATCH v3 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-06-02 14:46 UTC  (3+ messages)
` [PATCH v3 19/19] mm/mm_init: Fold __init_page_from_nid() into __init_deferred_page()

[PATCH v4] fuse: back uncached readdir buffers with pages
 2026-06-02 14:44 UTC  (2+ messages)

[patch V2 00/25] timekeeping/ptp: Expand snapshot functionality
 2026-06-02 14:44 UTC  (3+ messages)
` [patch V2 16/25] virtio_rtc: Use provided clock ID for history snapshot

[PATCH v7 00/23] tools build: Append -fzero-init-padding-bits=all option
 2026-06-02 14:40 UTC  (24+ messages)
` [PATCH v7 01/23] tools: lib: thermal: Fix typo
` [PATCH v7 02/23] tools/thermal: "
` [PATCH v7 03/23] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v7 04/23] tools/thermal: "
` [PATCH v7 05/23] selftests/nolibc: Use a dedicated cross cc-option helper
` [PATCH v7 06/23] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v7 07/23] perf build: Append extra host flags
` [PATCH v7 08/23] tools build: Append extra host CFLAGS for fixdep
` [PATCH v7 09/23] tools: bootconfig: Append extra cflags
` [PATCH v7 10/23] tools: counter: "
` [PATCH v7 11/23] tools: dma: "
` [PATCH v7 12/23] tools: gpio: "
` [PATCH v7 13/23] tools: hv: "
` [PATCH v7 14/23] tools: iio: "
` [PATCH v7 15/23] tools: mm: "
` [PATCH v7 16/23] tools: objtool: Append extra host cflags
` [PATCH v7 17/23] tools: power: acpi: Append extra cflags
` [PATCH v7 18/23] tools: power: x86/intel-speed-select: "
` [PATCH v7 19/23] tools: sched_ext: "
` [PATCH v7 20/23] tools: spi: "
` [PATCH v7 21/23] tools: tracing: "
` [PATCH v7 22/23] tools: usb: "
` [PATCH v7 23/23] selftests: Include tools Makefile.include

[PATCH v2 0/4] KVM: Miscellaneous SEV/SNP related fixes
 2026-06-02 14:43 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
` [PATCH v2 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path

[PATCH mm-hotfixes] mm/huge_memory: use correct flags for device private PMD entry
 2026-06-02 14:40 UTC  (2+ messages)

[PATCH v2] sched/isolation: Postpone re-allocation of housekeeping cpumask until initcall
 2026-06-02 14:39 UTC 

[net-next] [v3] net: sfc: avoid format string warning
 2026-06-02 14:39 UTC  (2+ messages)

[PATCH] crypto: marvell/octeontx - fix DMA cleanup using wrong loop index
 2026-06-02 14:38 UTC 

[PATCH v2] xfs: do not inactivate inodes on a failed mount
 2026-06-02 14:37 UTC 

[PATCH v5 0/7] s390: Improve this_cpu operations
 2026-06-02 14:36 UTC  (9+ messages)
` [PATCH v5 1/7] s390/percpu: Infrastructure for more efficient "

[PATCH v6 00/28] KVM: combined patchset for MBEC/GMET support
 2026-06-02 14:32 UTC  (57+ messages)
` [PATCH 01/28] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 02/28] KVM: x86/mmu: remove SPTE_PERM_MASK
` [PATCH 03/28] KVM: x86/mmu: free up bit 10 of PTEs in preparation for MBEC
` [PATCH 04/28] KVM: x86/mmu: shuffle high bits of SPTEs "
` [PATCH 05/28] KVM: x86/mmu: remove SPTE_EPT_*
` [PATCH 06/28] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 07/28] KVM: x86/mmu: rename and clarify BYTE_MASK
` [PATCH 08/28] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 09/28] KVM: x86/mmu: introduce ACC_READ_MASK
` [PATCH 10/28] KVM: x86/mmu: pass PFERR_GUEST_PAGE/FINAL_MASK to kvm_translate_gpa
` [PATCH 11/28] KVM: x86/mmu: pass pte_access for final nGPA->GPA walk
` [PATCH 12/28] KVM: x86: make translate_nested_gpa vendor-specific
` [PATCH 13/28] KVM: x86/mmu: split XS/XU bits for EPT
` [PATCH 14/28] KVM: x86/mmu: move cr4_smep to base role
` [PATCH 15/28] KVM: VMX: enable use of MBEC
` [PATCH 16/28] KVM: nVMX: pass advanced EPT violation vmexit info to guest
` [PATCH 17/28] KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violations
` [PATCH 18/28] KVM: x86/mmu: add support for MBEC to EPT page table walks
` [PATCH 19/28] KVM: nVMX: advertise MBEC to nested guests
` [PATCH 20/28] KVM: nVMX: allow MBEC with EVMCS
` [PATCH 21/28] KVM: x86/mmu: propagate access mask from root pages down
` [PATCH 22/28] KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/D
` [PATCH 23/28] KVM: SVM: add GMET bit definitions
` [PATCH 24/28] KVM: x86/mmu: hard code more bits in kvm_init_shadow_npt_mmu
` [PATCH 25/28] KVM: x86/mmu: add support for GMET to NPT page table walks
` [PATCH 26/28] KVM: SVM: enable GMET and set it in MMU role
` [PATCH 27/28] KVM: SVM: work around errata 1218
` [PATCH 28/28] KVM: nSVM: enable GMET for guests

[PATCH v4 0/4] iio: light: add support for veml6031x00 ALS series
 2026-06-02 14:33 UTC  (8+ messages)
` [PATCH v4 2/4] "

[PATCH v2] tracing: fix CFI violation in probestub test
 2026-06-02 14:33 UTC  (2+ messages)

[PATCH v2] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-06-02 14:30 UTC 

[PATCH] usb: gadget: udc: Fix NULL pointer dereference in gadget_match_driver
 2026-06-02 14:30 UTC  (4+ messages)

[PATCH] dt-bindings: Consolidate "sram" property definition
 2026-06-02 14:29 UTC  (2+ messages)
` [Linux-stm32] "

[PATCH net-next] ixgbe: implement get_queue_stats_rx
 2026-06-02 14:29 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 0/8] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-02 14:29 UTC  (3+ messages)

[PATCH v3 00/11] mfd: lm3533: convert to OF bindings, improve support
 2026-06-02 14:28 UTC  (12+ messages)
` [PATCH v3 05/11] mfd: lm3533: Convert to use OF bindings
` [PATCH v3 08/11] video: backlight: lm3533_bl: Improve linear sysfs logic
` [PATCH v3 09/11] video: backlight: lm3533_bl: Set initial mapping mode from DT
` [PATCH v3 10/11] video: backlight: lm3533_bl: Implement backlight_scale property

[PATCH 0/2] selftests/damon: test kdamond refresh_ms
 2026-06-02 14:28 UTC  (2+ messages)

[PATCH v2 00/18] perf cs-etm: Queue context packets for frontend
 2026-06-02 14:27 UTC  (19+ messages)
` [PATCH v2 01/18] "
` [PATCH v2 02/18] perf test: Add workload-ctl option
` [PATCH v2 03/18] perf test: Add a workload that forces context switches
` [PATCH v2 04/18] perf test cs-etm: Test process attribution
` [PATCH v2 05/18] perf test: Add deterministic workload
` [PATCH v2 06/18] perf test cs-etm: Replace unroll loop thread with deterministic decode test
` [PATCH v2 07/18] perf test cs-etm: Remove asm_pure_loop test
` [PATCH v2 08/18] perf test cs-etm: Replace memcpy test with raw dump stress test
` [PATCH v2 09/18] perf test: Add named_threads workload
` [PATCH v2 10/18] perf test cs-etm: Test decoding for concurrent threads test
` [PATCH v2 11/18] perf test cs-etm: Remove duplicate branch tests
` [PATCH v2 12/18] perf test cs-etm: Reduce snapshot size
` [PATCH v2 13/18] perf test cs-etm: Speed up basic test
` [PATCH v2 14/18] perf test cs-etm: Remove unused Coresight workloads
` [PATCH v2 15/18] perf test cs-etm: Make disassembly test use kcore
` [PATCH v2 16/18] perf test cs-etm: Add all branch instructions to test
` [PATCH v2 17/18] perf test cs-etm: Speed up disassembly test
` [PATCH v2 18/18] perf test cs-etm: Move existing tests to coresight folder

[v2 00/16] mm: PMD-level swap entries for anonymous THPs
 2026-06-02 14:24 UTC  (17+ messages)
` [v2 01/16] mm: add softleaf_to_pmd() and convert existing callers
` [v2 02/16] mm: extract mm_prepare_for_swap_entries() helper
` [v2 03/16] fs/proc: use softleaf_has_pfn() in pagemap PMD walker
` [v2 04/16] mm/huge_memory: move softleaf_to_folio() inside migration branch
` [v2 05/16] mm/migrate_device: move softleaf_to_folio() inside device-private branch
` [v2 06/16] mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_SUPPORTS_PMD_SOFTLEAF
` [v2 07/16] mm: add PMD swap entry detection support
` [v2 08/16] mm: add PMD swap entry splitting support
` [v2 09/16] mm: handle PMD swap entries in fork path
` [v2 10/16] mm: swap in PMD swap entries as whole THPs during swapoff
` [v2 11/16] mm: handle PMD swap entries in non-present PMD walkers
` [v2 12/16] mm: handle PMD swap entries in MADV_WILLNEED
` [v2 13/16] mm: handle PMD swap entries in UFFDIO_MOVE
` [v2 14/16] mm: handle PMD swap entry faults on swap-in
` [v2 15/16] mm: install PMD swap entries on swap-out
` [v2 16/16] selftests/mm: add PMD swap entry tests

[PATCH net-next v2 0/3] netconsole: Fix reported problems
 2026-06-02 14:26 UTC  (4+ messages)
` [PATCH net-next v2 1/3] netconsole: do not schedule skb pool refill from NMI
` [PATCH net-next v2 2/3] netconsole: do not dequeue pooled skbs that cannot satisfy len
` [PATCH net-next v2 3/3] netconsole: take target_cleanup_list_lock in drop_netconsole_target()

[PATCH 1/2] MAINTAINERS: Add myself to imx-pip as reviewer
 2026-06-02 14:26 UTC  (5+ messages)
` [PATCH 2/2] MAINTAINERS: Add myself to dw100 "

[PATCH] iio: adc: ad4080: fix AD4880 chip ID
 2026-06-02 14:25 UTC  (5+ messages)

[PATCH v2] gpio: mt7621: fix interrupt banks mapping on gpio chips
 2026-06-02 14:25 UTC 

[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-02 14:24 UTC  (5+ messages)
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs

[PATCH v3 00/10] KVM: s390: More gmap and vsie fixes
 2026-06-02 14:23 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: s390: Fix _gmap_unmap_crste()
` [PATCH v3 02/10] KVM: s390: Fix _gmap_crstep_xchg_atomic()
` [PATCH v3 03/10] KVM: s390: Avoid potentially sleeping while atomic when zapping pages
` [PATCH v3 04/10] KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()
` [PATCH v3 05/10] KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()
` [PATCH v3 06/10] KVM: s390: Fix fault-in code
` [PATCH v3 07/10] KVM: s390: Lock pte when making page secure
` [PATCH v3 08/10] KVM: s390: Prevent memslots outside the ASCE range
` [PATCH v3 09/10] KVM: s390: Fix possible reference leak in fault-in code
` [PATCH v3 10/10] KVM: s390: Remove ptep_zap_softleaf_entry()

[PATCH v3] thermal: amlogic: add missing dependency on MESON_SM
 2026-06-02 14:19 UTC 

[PATCH 2/2] selftests/damon/sysfs_refresh: test kdamond refresh_ms
 2026-06-02 14:23 UTC  (2+ messages)

[PATCH] ntfs: serialize volume label accesses
 2026-06-02 14:22 UTC  (2+ messages)

[PATCH net-next v3 0/4] second series for xpcs based rsfec configuratio
 2026-06-02 14:20 UTC  (2+ messages)

[PATCH v2 0/6] Rework index projection syntax
 2026-06-02 14:17 UTC  (7+ messages)
` [PATCH v2 1/6] rust: ptr: rename `ProjectIndex::index` to `build_index`
` [PATCH v2 2/6] rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
` [PATCH v2 3/6] rust: ptr: add panicking index projection variant
` [PATCH v2 4/6] rust: dma: update to keyworded index projection syntax
` [PATCH v2 5/6] gpu: nova-core: convert to keyworded "
` [PATCH v2 6/6] rust: ptr: remove implicit index "

[PATCH v2 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
 2026-06-02 14:16 UTC  (4+ messages)
` [PATCH V2 2/8] perf/x86/intel/uncore: Fix refcnt and other cleanups

[PATCH V1] accel/amdxdna: Preserve user address when PASID is disabled
 2026-06-02 14:15 UTC  (2+ messages)

[PATCH 1/2] selftests/damon/_damon_sysfs: support kdamond refresh_ms
 2026-06-02 14:13 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: ti: k3-am62p-verdin: Add device tree overlays
 2026-06-02 14:13 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-am62p-verdin: Add NAU8822 Bridge Tied Load
` [PATCH 2/3] arm64: dts: ti: k3-am62p-verdin: Reserve UART_4 for Cortex-R5F
` [PATCH 3/3] arm64: dts: ti: k3-am62p-verdin: Add Toradex OV5640 CSI Cameras

[syzbot] [btrfs?] WARNING in btrfs_add_delayed_iput (3)
 2026-06-02 14:13 UTC 

[PATCH] phy: fsl-imx8mq-usb: fix typec switch leak on probe error path
 2026-06-02 14:12 UTC 

[PATCH] RDMA/irdma: Fix typo in SQ completions generation
 2026-06-02 14:11 UTC  (4+ messages)

[PATCH 0/3] clk: qcom: gdsc: three pre-existing correctness fixes
 2026-06-02 14:09 UTC  (4+ messages)
` [PATCH 1/3] clk: qcom: gdsc: propagate gdsc_check_status() errors from gdsc_poll_status
` [PATCH 2/3] clk: qcom: gdsc: propagate gdsc_enable() failure for ALWAYS_ON domains
` [PATCH 3/3] clk: qcom: gdsc: tear down per-domain genpds in gdsc_unregister()

[PATCH v2] cgroup/cpuset: Change email address of Chen Ridong
 2026-06-02 14:08 UTC 

[PATCH] block: Avoid mounting the bdev pseudo-filesystem in userspace
 2026-06-02 14:07 UTC  (6+ messages)
    ` [PATCH] make new mount API honour SB_NOUSER (was Re: [PATCH] block: Avoid mounting the bdev pseudo-filesystem in userspace)

[PATCH net-next v3 08/14] net: ethernet: oa_tc6: Remove FCS size in RX frame
 2026-06-02 14:07 UTC  (3+ messages)

[PATCH net-next 0/9] net: dsa: microchip: remove unnecessary dsa_switch_ops callbacks
 2026-06-02 14:06 UTC  (5+ messages)
` [PATCH net-next 7/9] net: dsa: microchip: implement port_hsr_join for KSZ9477 only

[PATCH] [v2] RDMA/hfi1, rdmavt: open-code rvt_set_ibdev_name()
 2026-06-02 14:04 UTC 

[PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split
 2026-06-02 14:03 UTC  (13+ messages)

[PATCH] xfs: convert dquot iterator map allocation to kmalloc_array()
 2026-06-02 14:01 UTC  (3+ messages)
` [PATCH v2] xfs: convert dquot iterator map allocation to kmalloc_objs()

[PATCH] media: iris: Enumerate cap->bus_info to differentiate between encoder and decoder
 2026-06-02 13:59 UTC 

[PATCH-next v5 0/6] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-06-02 13:58 UTC  (3+ messages)
` [PATCH-next v5 4/6] cgroup/cpuset: Make cpuset_attach_old_cs track task group leaders

[PATCH] fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis pass
 2026-06-02 13:58 UTC  (2+ messages)

[PATCH v7 000/120] x86: Introduce a centralized CPUID data model
 2026-06-02 13:58 UTC  (4+ messages)
` [PATCH v7 047/120] x86/cpu/amd: Refactor CPUID(0x1) level calculation

[PATCH v8 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-06-02 13:58 UTC  (4+ messages)
` [PATCH v8 2/2] "

linux-next: manual merge of the jc_docs tree with the kbuild tree
 2026-06-02 13:57 UTC 

[PATCH 00/11] HID: storing pointers in 'hid_device_id::driver_data'
 2026-06-02 13:57 UTC  (5+ messages)

[PATCH net-next v4 0/12] net: atlantic: add PTP support for AQC113 (Antigua)
 2026-06-02 13:54 UTC  (13+ messages)
` [PATCH net-next v4 1/12] net: atlantic: correct L3L4 filter flow_type masking and IPv6 handling
` [PATCH net-next v4 2/12] net: atlantic: move active_ipv4/ipv6 bitmap updates after HW write
` [PATCH net-next v4 3/12] net: atlantic: decouple aq_set_data_fl3l4() from driver internals
` [PATCH net-next v4 4/12] net: atlantic: add AQC113 hardware register definitions and accessors
` [PATCH net-next v4 5/12] net: atlantic: add AQC113 filter data structures and firmware query
` [PATCH net-next v4 6/12] net: atlantic: fix AQC113 HW init: ART, L2 filter slot, MAC address
` [PATCH net-next v4 7/12] net: atlantic: implement AQC113 L2/L3/L4 RX filter ops
` [PATCH net-next v4 8/12] net: atlantic: add AQC113 PTP traffic class and TX path setup
` [PATCH net-next v4 9/12] net: atlantic: extend hw_ops and TX descriptor for AQC113 PTP
` [PATCH net-next v4 10/12] net: atlantic: add AQC113 PTP hardware ops in hw_atl2
` [PATCH net-next v4 11/12] net: atlantic: add AQC113 TX timestamp polling and PTP TX classification
` [PATCH net-next v4 12/12] net: atlantic: add AQC113 PTP support in aq_ptp and driver core

[PATCH] fs/ntfs3: bound attr_off in UpdateResidentValue against data_off
 2026-06-02 13:55 UTC  (2+ messages)

[PATCH] fs/ntfs3: bound DeleteIndexEntryAllocation memmove length
 2026-06-02 13:55 UTC  (2+ messages)

[PATCH] ASoC: soc-core: Create device_link to ensure correct suspend order
 2026-06-02 13:55 UTC  (5+ messages)

[PATCH] Bluetooth: btusb: Add support for TP-Link TL-UB250
 2026-06-02 13:54 UTC 


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