linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-14 19:04:15 to 2026-09-15 17:54:35 UTC [more...]

[PATCH v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-15 17:54 UTC  (41+ 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 net-next 0/6] vsock: assign the guest vsock device to a network namespace
 2026-09-15 17:43 UTC  (12+ messages)
` [PATCH net-next 1/6] vsock: constify the transport in vsock_for_each_connected_socket()
` [PATCH net-next 2/6] vsock: add IOCTL_VM_SOCKETS_ASSIGN_G2H_NETNS
` [PATCH net-next 3/6] vsock/virtio: support guest device network namespace

[PATCH v2 0/3] hwmon: (pmbus/tps53679) Add TPS536C7
 2026-09-15 17:31 UTC  (5+ messages)
` [PATCH v2 1/3] hwmon: (pmbus/tps53679) Fix TPS53676 phase page decoding
` [PATCH v2 2/3] dt-bindings: trivial-devices: Add TI TPS536C7
` [PATCH v2 3/3] hwmon: (pmbus/tps53679) Add support for TPS536C7

[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
 2026-09-15 17:16 UTC  (3+ messages)

[PATCH v3 0/4] hwmon: AMPINEL support and shared fixes
 2026-09-15 17:09 UTC  (11+ 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 v7 00/11] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-09-15 16:52 UTC  (13+ 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 v7 08/11] riscv: Add a getter for user PMLEN support
` [PATCH v7 09/11] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
` [PATCH v7 10/11] riscv: cpu: Output isa bases lines in cpuinfo
` [PATCH v7 11/11] riscv: hwprobe: Introduce rva23u64 base behavior

[iwl-next v14] ice: add support for unmanaged DPLL on E830 NIC
 2026-09-15 15:52 UTC 

[PATCH 0/3] KVM: Replace VCPU_RUN with KVM_RUN in comments and docs
 2026-09-15 16:03 UTC  (6+ messages)
` [PATCH 1/3] KVM: Fix comments that refer to the non-existent VCPU_RUN ioctl
` [PATCH 2/3] KVM: arm64: Fix references "
` [PATCH 3/3] KVM: PPC: Book3S HV: Fix comment naming a non-existent KVM_VCPU_RUN ioctl

[PATCH v2 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-15 15:54 UTC  (8+ 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

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

[PATCH 00/25] CoreSight / perf: Support AUX sampling
 2026-09-15 15:49 UTC  (26+ messages)
` [PATCH 01/25] perf/core: Reject non-positive AUX snapshot sizes
` [PATCH 02/25] perf/core: Prevent AUX sampling from racing with pause/resume
` [PATCH 03/25] perf/core: Export output copy helpers for CoreSight
` [PATCH 04/25] coresight: perf: End AUX output when an event is throttled
` [PATCH 05/25] coresight: perf: Extract AUX buffer update helper
` [PATCH 06/25] coresight: perf: Simplify flow for CPUs without a path
` [PATCH 07/25] coresight: perf: Validate the live context through its path
` [PATCH 08/25] coresight: perf: Validate context before resuming trace
` [PATCH 09/25] coresight: perf: Improve hardware state transitions
` [PATCH 10/25] coresight: trbe: Pad snapshot buffers
` [PATCH 11/25] coresight: trbe: Use circular buffer mode for snapshots
` [PATCH 12/25] coresight: trbe: Track per-CPU sink interrupt handling
` [PATCH 13/25] coresight: trbe: Handle an already disabled sink
` [PATCH 14/25] coresight: perf: Look up the trace path in etm_event_pause()
` [PATCH 15/25] coresight: perf: Serialize AUX pause and resume with event stops
` [PATCH 16/25] coresight: perf: Support AUX sampling with per-CPU sinks
` [PATCH 17/25] perf cs-etm: Allow history collection for samples with zero IP
` [PATCH 18/25] perf cs-etm: Unify timeless buffer decoding
` [PATCH 19/25] perf cs-etm: Propagate errors from trace queue flushing
` [PATCH 20/25] perf cs-etm: Drain pending packets before finishing trace blocks
` [PATCH 21/25] perf cs-etm: Complete packet draining with end of trace
` [PATCH 22/25] perf cs-etm: Centralize sample history collection
` [PATCH 23/25] perf cs-etm: Decode AUX samples into callchains and branch stacks
` [PATCH 24/25] perf test: Add CoreSight AUX sample decoding test
` [PATCH 25/25] Documentation: coresight: Document AUX sample decoding

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

[PATCH v4] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-09-15 15:04 UTC  (4+ messages)

[PATCH v3] hwmon: (lm75) Add support for Nuvoton NCT7715
 2026-09-15 14:37 UTC  (2+ messages)

[PATCH v2] docs: sphinx-pre-install: warn about unsupported Docutils versions
 2026-09-15 14:35 UTC  (7+ messages)
    ` rst2pdf (was [PATCH v2] docs: sphinx-pre-install: warn about unsupported Docutils versions)

[PATCH v3] docs: report Sphinx/Docutils pairs that break PDF builds
 2026-09-15 14:20 UTC 

[RFC PATCH v2 0/2] Monitor Yoga Slim 7x EC sensors without taking over cooling
 2026-09-15 14:17 UTC  (5+ messages)
` [RFC PATCH v2 1/2] platform: arm64: qcom-hamoa-ec: monitor Slim 7x legacy sensors

[PATCH net-next v16 0/6] net: dsa: mxl862xx: devlink flash and rescue
 2026-09-15 13:11 UTC  (7+ messages)
` [PATCH net-next v16 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
` [PATCH net-next v16 2/6] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v16 3/6] driver core: add device_schedule_reprobe()
` [PATCH net-next v16 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v16 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
` [PATCH net-next v16 6/6] net: dsa: mxl862xx: document devlink flash and info support

[PATCH 0/3] keys: Add well known IDs for fs-verity/dm-verity keys
 2026-09-15 12:39 UTC  (2+ messages)

[PATCH v4] platform/x86: thinkpad-acpi: Add X1 Fold keyboard attachment detection
 2026-09-15 11:32 UTC  (2+ messages)

[PATCH v2 0/8] KVM: SVM: Support direct setting of VMSA for SEV-SNP guests
 2026-09-15 11:30 UTC  (3+ messages)
` [PATCH v2 6/8] KVM: SEV: Add SNP vCPU state get and set commands

[PATCH v2] docs: kconfig: fix shell function syntax in caveats
 2026-09-15 10:59 UTC  (2+ messages)

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

[v2 for-next 0/3] block: delay support for error injection
 2026-09-15  9:11 UTC  (3+ messages)
` [v2 for-next 2/3] block: allow error injection rules to delay bios

[PATCH v5 0/6] hwmon: (lm63) Add Sensylink CTF2301 support
 2026-09-15  9:05 UTC  (5+ messages)
` [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 v10 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-15  8:39 UTC  (4+ messages)
` [PATCH v10 6/6] selftests/mm: add a GUP selftest

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

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

[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 "

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

[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 v2] memblock: reject non-page-aligned reserve_mem regions
 2026-09-15  5:45 UTC  (2+ messages)

[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  (2+ messages)

[PATCH v2 0/3] x86/resctrl: Keep default MBM mode at boot and fix ABMC
 2026-09-15  1:11 UTC  (13+ messages)
` [PATCH v2 1/3] x86/resctrl: Fix ABMC counter programming for extended counter ranges
` [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  (4+ messages)
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check

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


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