linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-14 14:20:07 to 2026-09-15 07:17:16 UTC [more...]

[PATCH v7 00/11] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-09-15  7:15 UTC  (8+ messages)
` [PATCH v7 01/11] riscv: Add B to hwcap and hwprobe
` [PATCH v7 02/11] dt-bindings: riscv: Require block-size for Zicbom, Zicbop, and Zicboz
` [PATCH v7 03/11] dt-bindings: riscv: Add Zic64b extension description
` [PATCH v7 04/11] riscv: Add Zic64b to cpufeature and hwprobe
` [PATCH v7 05/11] riscv: dts: spacemit: k3: Add Zic64b ISA extension
` [PATCH v7 06/11] riscv: dts: spacemit: k1: "
` [PATCH v7 07/11] riscv: dts: sophgo: sg2044: "

[PATCH v3 0/4] misc: vmw_zerocopy: VMware zero-copy buffer sharing driver
 2026-09-15  7:13 UTC  (6+ messages)
` [PATCH v3 1/4] misc: vmw_vmci: Reserve a datagram resource id for zero-copy buffer sharing
` [PATCH v3 2/4] misc: vmw_zerocopy: Add VMware zero-copy buffer sharing driver
` [PATCH v3 3/4] Documentation: misc: Add vmw_zerocopy driver documentation
` [PATCH v3 4/4] selftests: misc: Add vmw_zerocopy selftest

[PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
 2026-09-15  7:10 UTC  (4+ messages)
    ` [v2 "

[PATCH v2 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-15  6:50 UTC  (6+ messages)
` [PATCH v2 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH v2 3/3] blk-cgroup: move async bio punt state to blkcg

Path forward for Virtualized Swap?
 2026-09-15  6:44 UTC  (25+ messages)

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-15  6:32 UTC  (26+ messages)
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available

[PATCH v6 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-15  6:28 UTC  (6+ messages)
` [PATCH v6 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed

[PATCH v10 00/28] KVM: Enable FRED support with KVM VMX
 2026-09-15  6:03 UTC  (5+ messages)
` [PATCH v10 09/28] KVM: VMX: Save/restore guest FRED RSP0

[PATCH v2] memblock: reject non-page-aligned reserve_mem regions
 2026-09-15  5:45 UTC  (2+ messages)

[PATCH v3 0/4] hwmon: AMPINEL support and shared fixes
 2026-09-15  5:29 UTC  (10+ messages)
` [PATCH v3 1/4] HID: generic: Respect specialized drivers match callbacks
` [PATCH v3 2/4] hwmon: (aquacomputer_d5next) Avoid truncating scaled sensor readings
` [PATCH v3 3/4] hwmon: (aquacomputer_d5next) Expire the initial sensor cache
` [PATCH v3 4/4] hwmon: (aquacomputer_d5next) Add AMPINEL support

[PATCH net-next v2 0/2] ipv6: update NUD_FAILED neighbors from NA messages
 2026-09-15  5:26 UTC  (4+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] selftests: net: test untracked NA recovery of FAILED neighbors

[PATCH v3] hwmon: (lm75) Add support for Nuvoton NCT7715
 2026-09-15  5:20 UTC 

[PATCH v2 0/5] dmaengine: Add batched scatter-gather DMA support
 2026-09-15  5:12 UTC  (5+ messages)
` [PATCH v2 4/5] PCI: epf-mhi: Add batched DMA read support

[RFC PATCH v2 0/9] mm/damon: hardware-sampled access reports
 2026-09-15  2:54 UTC  (2+ messages)

[RFC PATCH v3 0/8] mm/damon: introduce hugepage_size probe filter
 2026-09-15  2:09 UTC  (3+ messages)
` [RFC PATCH v3 6/8] Docs/mm/damon/design: update for "
` [RFC PATCH v3 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size

[PATCH 0/6] mm/damon: misc improvements in tests and documents
 2026-09-15  2:00 UTC  (4+ messages)
` [PATCH 6/6] Docs/mm/damon/design: fix typos in temporal auto-tuning algorithm section

[PATCH v3] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2026-09-15  0:57 UTC  (3+ messages)

[PATCH v2 0/3] x86/resctrl: Keep default MBM mode at boot and fix ABMC
 2026-09-15  1:11 UTC  (16+ messages)
` [PATCH v2 1/3] x86/resctrl: Fix ABMC counter programming for extended counter ranges
` [PATCH v2 2/3] fs/resctrl: Assign counters to existing groups when enabling mbm_event
` [PATCH v2 3/3] x86/resctrl: Keep mbm_assign_mode in default mode at boot

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-15  1:08 UTC  (43+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
 2026-09-15  0:12 UTC  (4+ messages)

[PATCH 0/2] make: accelerate tagging process
 2026-09-15  0:07 UTC  (3+ messages)
` [PATCH 1/2] make: parallelize tags generation
` [PATCH 2/2] make: cache per-directory tags

[PATCH net-next v11 00/15] Begin upstreaming Homa transport protocol
 2026-09-14 23:35 UTC  (17+ messages)
` [PATCH net-next v11 01/15] net: homa: define user-visible API for Homa
` [PATCH net-next v11 02/15] net: homa: create homa_wire.h
` [PATCH net-next v11 03/15] net: homa: create homa_impl.h
` [PATCH net-next v11 04/15] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v11 05/15] net: homa: create homa_tx_pool.h and homa_tx_pool.c
` [PATCH net-next v11 06/15] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v11 07/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v11 08/15] net: homa: create homa_interest.h and homa_interest.c
` [PATCH net-next v11 09/15] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v11 10/15] net: homa: create homa_outgoing.c
` [PATCH net-next v11 11/15] net: homa: create homa_utils.c
` [PATCH net-next v11 12/15] net: homa: create homa_incoming.c
` [PATCH net-next v11 13/15] net: homa: create homa_timer.c
` [PATCH net-next v11 14/15] net: homa: create homa_plumbing.c
` [PATCH net-next v11 15/15] net: homa: create Makefile and Kconfig

[PATCH v2] hwmon: (aquacomputer_d5next) Add AMPINEL support
 2026-09-14 22:39 UTC  (2+ messages)

[PATCH] hwmon: (aquacomputer_d5next) Add AMPINEL support
 2026-09-14 19:57 UTC 

[PATCH v2] docs: sound: hdspm: clean up driver doc
 2026-09-14 19:58 UTC 

[PATCH] Documentation: KVM: x86: document KVM_GET_*/KVM_SET_* ordering
 2026-09-14 19:03 UTC  (2+ messages)

[PATCH] docs: sound: hdspm: clean up driver doc
 2026-09-14 18:46 UTC  (3+ messages)

[PATCH net-next v15 6/6] net: dsa: mxl862xx: document devlink flash and info support
 2026-09-14 18:34 UTC 

[PATCH net-next v15 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
 2026-09-14 18:34 UTC 

[PATCH net-next v15 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
 2026-09-14 18:34 UTC 

[PATCH net-next v15 3/6] driver core: add device_schedule_reprobe()
 2026-09-14 18:34 UTC 

[PATCH net-next v15 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
 2026-09-14 18:34 UTC 

[PATCH] docs: landlock: clarify TTY signal scoping
 2026-09-14 18:09 UTC 

[PATCH] docs: kdoc: fix struct_group_tagged() parsing regression
 2026-09-14 17:20 UTC  (2+ messages)

[PATCH v2 07/21] kallsyms: reimplement mksysmap in C
 2026-09-14 17:01 UTC  (4+ messages)

[PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
 2026-09-14 16:45 UTC  (4+ messages)

[PATCH 0/3] keys: Add well known IDs for fs-verity/dm-verity keys
 2026-09-14 16:41 UTC  (4+ messages)
` [PATCH 1/3] keys: add KEY_SPEC_DM_VERITY_KEYRING
` [PATCH 2/3] keys: add KEY_SPEC_FS_VERITY_KEYRING
` [PATCH 3/3] Documentation: keys: document IDs added since KEY_SPEC_REQKEY_AUTH_KEY

[PATCH v2] docs: s390: pci: Fix the sriov_numvfs attribute name
 2026-09-14 16:39 UTC  (2+ messages)

[PATCH v2 0/4] Fix HugeTLB subpool used_hpages tracking
 2026-09-14 16:30 UTC  (4+ messages)

[PATCH v2 1/4] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
 2026-09-14 16:12 UTC  (2+ messages)

[PATCH v2 4/4] mm: hugetlb: Avoid re-allocating global reservations on region add failure
 2026-09-14 16:03 UTC  (2+ messages)

[PATCH v2 2/4] mm: hugetlb: Fix out_put_pages subpool reserve calculation
 2026-09-14 16:00 UTC  (2+ messages)

[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
 2026-09-14 15:30 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-14 15:30 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] hwmon: (pmbus/max34440): Add support for ADPM12300
 2026-09-14 15:29 UTC  (2+ messages)

[PATCH v5 0/6] hwmon: (lm63) Add Sensylink CTF2301 support
 2026-09-14 15:28 UTC  (9+ messages)
` [PATCH v5 1/6] dt-bindings: vendor-prefixes: Add Sensylink
` [PATCH v5 2/6] dt-bindings: hwmon: Move LM63 family to a dedicated binding
` [PATCH v5 3/6] dt-bindings: hwmon: Add Sensylink CTF2301
` [PATCH v5 4/6] hwmon: (lm63) Add Sensylink CTF2301 support

[PATCH v2 3/4] mm: hugetlb: Fix subpool usage leak on allocation failure
 2026-09-14 15:26 UTC  (2+ messages)

[PATCH v2] hwmon: (socfpga) add Agilex 5 channel mapping
 2026-09-14 15:23 UTC  (2+ messages)

[PATCH v6 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
 2026-09-14 14:51 UTC  (2+ messages)

[RFC PATCH v2 0/8] mm/damon: introduce hugepage_size probe filter
 2026-09-14 14:44 UTC  (3+ messages)
` [RFC PATCH v2 6/8] Docs/mm/damon/design: update for "
` [RFC PATCH v2 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size

[PATCH v4 0/3] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-09-14 14:42 UTC  (5+ messages)
` [PATCH v4 1/3] module: pull out add_taint_module() to be public
` [PATCH v4 2/3] module: fix up documentation for add_taint() and add_taint_module()
` [PATCH v4 3/3] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[PATCH v3 0/2] Documentation/litmus-tests: Add SRCU fastpath litmus tests
 2026-09-14 14:39 UTC  (3+ messages)
` [PATCH v3 1/2] Documentation/litmus-tests: Add SRCU fastpath anchor-before-scan test
` [PATCH v3 2/2] Documentation/litmus-tests: Add SRCU fastpath scan-before-anchor test

[PATCH v16 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-14 14:35 UTC  (3+ messages)
` [PATCH v16 02/13] KVM: x86: Prevent host DR7 debug register leak into guest OS on NMI


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).