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

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 14:57 UTC  (27+ 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 00/21] kbuild: significantly speed up kernel builds
 2026-09-14 15:02 UTC  (23+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [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 19/21] rust: make exports.o depend on the headers generated for it
` [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

Path forward for Virtualized Swap?
 2026-09-14 15:00 UTC  (7+ 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)

[PATCH 0/6] mm/damon: misc improvements in tests and documents
 2026-09-14 14:50 UTC  (4+ messages)
` [PATCH 5/6] Docs/mm/damon/design: clarify when qt_exceeds increases
` [PATCH 6/6] Docs/mm/damon/design: fix typos in temporal auto-tuning algorithm section

[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  (15+ messages)
` [PATCH v16 01/13] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v16 02/13] KVM: x86: Prevent host DR7 debug register leak into guest OS on NMI
` [PATCH v16 03/13] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v16 04/13] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v16 05/13] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v16 06/13] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v16 07/13] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v16 08/13] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v16 09/13] selftests: tracing: Add syntax "
` [PATCH v16 10/13] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v16 11/13] selftests: tracing: Add wprobe trigger testcase
` [PATCH v16 12/13] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v16 13/13] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH v6 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-14 14:27 UTC  (20+ messages)
` [PATCH v6 01/18] PCI/P2PDMA: Document pdev->p2pdma lifetime rules
` [PATCH v6 02/18] PCI/P2PDMA: Document the TLP attribute assumptions
` [PATCH v6 03/18] PCI/P2PDMA: Derive routing from directional ACS controls
` [PATCH v6 04/18] PCI: Reject unreadable ACS controls in isolation checks
` [PATCH v6 05/18] PCI/P2PDMA: Evaluate ACS controls at the path divergence
` [PATCH v6 06/18] PCI/P2PDMA: Document directional ACS routing
` [PATCH v6 07/18] PCI/P2PDMA: Collect the path's ACS controls before deciding
` [PATCH v6 08/18] PCI/P2PDMA: Answer routing per TLP class
` [PATCH v6 09/18] PCI/P2PDMA: Route Relaxed Ordering Completions directly
` [PATCH v6 10/18] PCI/P2PDMA: Reject Translated Requests blocked by Translation Blocking
` [PATCH v6 11/18] PCI/P2PDMA: Route Translated Requests under Direct Translated P2P
` [PATCH v6 12/18] PCI/P2PDMA: Log detailed ACS routing diagnostics
` [PATCH v6 13/18] PCI/P2PDMA: Add KUnit tests for the ACS routing decisions
` [PATCH v6 14/18] PCI/P2PDMA: Test the ACS P2P routing walk
` [PATCH v6 15/18] PCI: Add KUnit coverage for ACS isolation checks
` [PATCH v6 16/18] PCI/P2PDMA: Document TLP-class routing
` [PATCH v6 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed
` [PATCH v6 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route

b53.rst: is the 5325/5365 "no tagging support" section still accurate?
 2026-09-14 14:16 UTC  (2+ messages)

[PATCH v51 0/7] firmware: imx: driver for NXP secure-enclave
 2026-09-14 19:40 UTC  (8+ messages)
` [PATCH v51 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v51 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v51 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v51 4/7] firmware: imx: device context dedicated to priv
` [PATCH v51 5/7] firmware: imx: adds miscdev
` [PATCH v51 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v51 7/7] arm64: dts: imx8ulp: add reserved memory for EdgeLock Enclave

[PATCH v2 00/14] ARM: deprecated platform removal
 2026-09-14 14:08 UTC 

[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
 2026-09-14 13:38 UTC  (7+ messages)
` [PATCH v4 16/16] mm/page-flags: remove PG_private

[PATCH] tracing: Clamp the printed end of a histogram bucket at U64_MAX
 2026-09-14 13:23 UTC 

[PATCH] ACPI: device-id: document struct acpi_device_id
 2026-09-14 13:11 UTC  (2+ messages)

[PATCH v10 00/20] KVM: arm64: PMU: Use multiple host PMUs
 2026-09-14 11:40 UTC  (21+ messages)
` [PATCH v10 01/20] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v10 02/20] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v10 03/20] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v10 04/20] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v10 05/20] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v10 06/20] KVM: arm64: PMU: Preserve EL2 bitmap state during migration
` [PATCH v10 07/20] KVM: arm64: PMU: Recreate events after reset
` [PATCH v10 08/20] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v10 09/20] KVM: arm64: PMU: Recreate events after PMCR_EL0 changes
` [PATCH v10 10/20] KVM: arm64: PMU: Recreate events after userspace event writes
` [PATCH v10 11/20] tools headers: Use u* types for bitfield helpers
` [PATCH v10 12/20] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v10 13/20] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v10 14/20] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v10 15/20] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v10 16/20] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v10 17/20] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v10 18/20] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v10 19/20] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v10 20/20] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v28 net-next 00/10] nbl driver for Nebulamatrix NICs
 2026-09-14 12:34 UTC  (11+ messages)
` [PATCH v28 net-next 01/10] net/nebula-matrix: add minimum nbl build framework
` [PATCH v28 net-next 02/10] net/nebula-matrix: add core driver architecture and HW layer initialization
` [PATCH v28 net-next 03/10] net/nebula-matrix: add channel layer
` [PATCH v28 net-next 04/10] net/nebula-matrix: add common resource implementation
` [PATCH v28 net-next 05/10] net/nebula-matrix: add intr "
` [PATCH v28 net-next 06/10] net/nebula-matrix: add chip-wide hardware init/deinit implementation
` [PATCH v28 net-next 07/10] net/nebula-matrix: dispatch: add control-level routing core infrastructure
` [PATCH v28 net-next 08/10] net/nebula-matrix: dispatch: implement channel RPC framework and serialize hardware ops
` [PATCH v28 net-next 09/10] net/nebula-matrix: add common/ctrl dev init/remove operation
` [PATCH v28 net-next 10/10] net/nebula-matrix: add common dev start/stop operation

[PATCH v2 00/13] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-14 12:26 UTC  (14+ messages)
` [PATCH v2 01/13] arm64: Add ESR fault helpers
` [PATCH v2 02/13] KVM: arm64: Use ESR helpers in guest abort handling
` [PATCH v2 03/13] KVM: arm64: Propagate and use esr in s2fd when handling guest aborts
` [PATCH v2 04/13] KVM: arm64: Propagate and use mmu "
` [PATCH v2 05/13] KVM: arm64: Propagate and use kvm_s2_fault_result on S2 fault
` [PATCH v2 06/13] KVM: arm64: Size the stage-2 memcache from the fault MMU
` [PATCH v2 07/13] KVM: arm64: Propagate EHWPOISON in kvm_s2_fault_pin_pfn()
` [PATCH v2 08/13] KVM: arm64: Pass walk flags to kvm_pgtable_get_leaf()
` [PATCH v2 09/13] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v2 10/13] Documentation: KVM: document arm64 KVM_PRE_FAULT_MEMORY
` [PATCH v2 11/13] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH v2 12/13] KVM: selftests: Add option for different backing in pre-fault tests
` [PATCH v2 13/13] KVM: selftests: Add nested pre-fault test for arm64

[PATCH net-next v3 0/5] netconsole: Support messages ratelimit-ing
 2026-09-14 12:09 UTC  (6+ messages)
` [PATCH net-next v3 1/5] netconsole: send the oops when oops_only is set
` [PATCH net-next v3 2/5] netconsole: add a per-target message rate limit
` [PATCH net-next v3 3/5] netconsole: allow configuring the rate limit interval through configfs
` [PATCH net-next v3 4/5] netconsole: allow configuring the rate limit burst "
` [PATCH net-next v3 5/5] docs: netconsole: document rate limit feature

[PATCH] Documentation: KVM: Fix the struct kvm_arm_device_addr name
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH] Documentation: KVM: Fix the event_source sysfs path in the PMU attribute description
 2026-09-14 12:04 UTC  (2+ messages)

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-14 11:17 UTC  (4+ messages)
` [PATCH 6/8] KVM: selftests: Enable pre_fault_memory_test for arm64

[RFC PATCH] xen/manage: allow forcing shutdown without a userspace helper
 2026-09-14 10:49 UTC 

[PATCH v50 0/7] firmware: imx: driver for NXP secure-enclave
 2026-09-14 10:47 UTC  (5+ messages)
` [PATCH v50 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[RFC PATCH 1/3] mm: restrict offload-only swap to proactive reclaim
 2026-09-14 10:44 UTC 

[PATCH v2] docs: sphinx-pre-install: warn about unsupported Docutils versions
 2026-09-14 10:35 UTC 

[PATCH v8 0/6] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-09-14 10:31 UTC  (7+ messages)
` [PATCH v8 1/6] net: wwan: t9xx: Add PCIe core
` [PATCH v8 2/6] net: wwan: t9xx: Add control plane transaction layer
` [PATCH v8 3/6] net: wwan: t9xx: Add control DMA interface
` [PATCH v8 4/6] net: wwan: t9xx: Add control port
` [PATCH v8 5/6] net: wwan: t9xx: Add FSM thread
` [PATCH v8 6/6] net: wwan: t9xx: Add AT & MBIM WWAN ports

[PATCH v4 0/3] gpu: nova-core: retain the GSP-RM log buffers
 2026-09-14 10:15 UTC  (3+ messages)
` [PATCH v4 1/3] gpu: nova-core: move the debugfs root into the module data

[PATCH] docs: sphinx-pre-install: warn about unsupported Docutils versions
 2026-09-14  9:52 UTC  (5+ messages)

[PATCH v4 0/2] Add driver for Infineon TDA38740/TDA38725
 2026-09-14  9:36 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: pmbus: Add Infineon tda38740 and tda38725
` [PATCH v4 2/2] hwmon: (pmbus/tda38740) Add driver for Infineon TDA38740/TDA38725

[PATCH v2] hwmon: (socfpga) add Agilex 5 channel mapping
 2026-09-14  9:13 UTC 

[linux-next:master 5111/5916] htmldocs: Documentation/ABI/testing/sysfs-class-power-rt9471:1: WARNING: Inline emphasis start-string without end-string. [docutils]
 2026-09-14  8:59 UTC  (2+ messages)

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-14  8:57 UTC  (11+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 15/23] modpost: emit module descriptors as assembly

[PATCH v5 0/6] hwmon: (lm63) Add Sensylink CTF2301 support
 2026-09-14  8:18 UTC  (4+ messages)
` [PATCH v5 4/6] "
` [PATCH v5 5/6] riscv: dts: spacemit: Add K3 I2C6 pinctrl state
` [PATCH v5 6/6] riscv: dts: spacemit: Add CTF2301 on K3 CoM260

[PATCH v7 00/17] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-09-14  8:20 UTC  (4+ messages)
` [PATCH v7 07/17] iio: adc: ad7768: Add power mode helper


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).