Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-09-08 06:49:05 to 2026-09-08 20:56:06 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-08 20:55 UTC  (4+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 03/23] kallsyms: index symbols by token to speed up table compression

[PATCH 00/13] ARM: deprecated platform removal
 2026-09-08 20:36 UTC  (46+ messages)
` [PATCH 01/13] ARM: remove sa1100 platform
` [PATCH 02/13] ARM: remove footbridge
` [PATCH 03/13] ARM: remove riscpc
` [PATCH 04/13] ARM: remove legacy pxa board files
` [PATCH 05/13] ARM: orion/dove/mv78xx0: remove all "
` [PATCH 06/13] ARM: omap2: remove omap24xx support
` [PATCH 07/13] ARM: imx: remove i.MX31 SoC support
` [PATCH 08/13] ARM: imx: remove nommu support
` [PATCH 09/13] ARM: lpc18xx: remove entire platform
` [PATCH 10/13] ARM: stm32: remove stm32f4/f7/h7 MCU support
` [PATCH 11/13] ARM: versatile: remove mps2 support
` [PATCH 12/13] ARM: at91: remove samv7 support
` [PATCH 13/13] ARM: axxia: remove entire platform

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

[PATCH net-next v4 5/7] netconsole: show empty string for an unset IP address
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 4/7] netconsole: reject a target mixing IPv4 and IPv6 addresses
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 3/7] netconsole: reject enabling a target with no remote IP address
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 2/7] netconsole: use the address family instead of the ipv6 flag
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 1/7] netconsole: add an address family to struct inet_addr
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH v20 0/9] Enable CXL PCIe Port Protocol Error handling and logging
 2026-09-08 18:39 UTC  (7+ messages)
` [PATCH v20 4/9] cxl/pci: Thread port and dport through RAS handling helpers
` [PATCH v20 7/9] cxl: Add port and dport identifiers to CXL AER trace events
` [PATCH v20 9/9] Documentation: cxl: Document CXL protocol error handling

Path forward for Virtualized Swap?
 2026-09-08 18:30 UTC  (6+ messages)

[PATCH 0/3 v4] delaytop: add delay max, timestamp and sorting for top latency analysis
 2026-09-08 18:23 UTC  (5+ messages)
` [PATCH 1/3 v4] delaytop: add delay max for delaytop
` [PATCH 2/3 v4] delaytop: add timestamp of delay max
` [PATCH 3/3 v4] delaytop: sort by max delay to highlight top latency processes

[PATCH v1 0/4] x86/vmware: Preserve panic diagnostics in vmware.log
 2026-09-08 18:07 UTC  (5+ messages)
` [PATCH v1 1/4] x86/vmware: Add a bounded panic log sender
` [PATCH v1 2/4] x86/vmware: Add the vmware_record_panic_msg sysctl
` [PATCH v1 3/4] x86/vmware: Report guest crashes after kmsg dumpers
` [PATCH v1 4/4] x86/vmware: Run panic diagnostics before kdump by default

[RFC PATCH] Docs/mm/damon/design: clarify when qt_exceeds increases
 2026-09-08 17:50 UTC 

[PATCH v2 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-08 17:37 UTC  (11+ messages)

[PATCH v10 00/24] Introduce SCMI Telemetry support
 2026-09-08 16:57 UTC  (4+ messages)
` [PATCH v10 06/24] firmware: arm_scmi: Add basic "

[PATCH v5] arm64: dts: renesas: r8a779g0: Add GICv3 ITS and update PCIe nodes
 2026-09-08 16:25 UTC  (3+ messages)

[PATCH 0/2] hwmon: Add Axiado AX3000 TSADC driver
 2026-09-08 16:12 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add Axiado AX3000 TSADC
` [PATCH 2/2] hwmon: axiado-tsadc: Add AX3000/AX3005 TSADC support

[PATCH] docs: hwmon: sysfs-interface: Fix bracket
 2026-09-08 16:05 UTC  (2+ messages)

[PATCH v2 0/4] kho: rename "scratch" to "bootmem"
 2026-09-08 15:56 UTC  (5+ messages)
` [PATCH v2 1/4] memblock: get rid of CONFIG_MEMBLOCK_KHO_SCRATCH
` [PATCH v2 2/4] memblock: rename KHO_SCRATCH to KHO_NOPRSRV
` [PATCH v2 3/4] kho: rename KHO scratch to KHO bootmem
` [PATCH v2 4/4] kho: rename kho_scratch= commandline parameter to kho_bootmem=

[PATCH v5 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
 2026-09-08 15:44 UTC  (8+ messages)

[PATCH v3] arm64: mpam: Document when to set arm64.nompam
 2026-09-08 14:56 UTC 

[PATCH 0/9] docs: kernel-parameters: Remove ten entries for parameters that no longer exist
 2026-09-08 14:51 UTC  (3+ messages)
` [PATCH 2/9] docs: kernel-parameters: Drop the bau= entry

[PATCH net-next v15 00/12] net: pcs: Introduce support for fwnode PCS
 2026-09-08 14:40 UTC  (2+ messages)

[RFC PATCH v2 0/2] Monitor Yoga Slim 7x EC sensors without taking over cooling
 2026-09-08 14:36 UTC  (4+ messages)
` [RFC PATCH v2 1/2] platform: arm64: qcom-hamoa-ec: monitor Slim 7x legacy sensors
` [RFC PATCH v2 2/2] platform: arm64: qcom-hamoa-ec: test sensor and variant handling

[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-08 14:30 UTC  (2+ messages)

[PATCH v4 0/8] Enhance TLP packet decoder with field-level parsing and versioning
 2026-09-08 14:05 UTC  (9+ messages)
` [PATCH v4 1/8] perf hisi-ptt: Abstract trace data buf and offset
` [PATCH v4 2/8] perf hisi-ptt: Complete the field names for 4DW and 8DW packets
` [PATCH v4 3/8] perf hisi-ptt: Extract the raw data printing part
` [PATCH v4 4/8] perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing
` [PATCH v4 5/8] perf hisi-ptt: Add parsing of supported message types and proto length
` [PATCH v4 6/8] perf hisi-ptt: Add field-level parsing for header DW0/DW1/DW2/DW3
` [PATCH v4 7/8] hwtracing: hisi_ptt: Add pattern PMU config for trace format selection
` [PATCH v4 8/8] perf hisi-ptt: Pass pattern version to decoder for compatibility

[PATCH v2] Docs/mm/damon/design: fix broken :ref: usage and a typo
 2026-09-08 13:52 UTC 

[PATCH v12 0/3] drivers/base: Introduce revocable
 2026-09-08 13:42 UTC  (4+ messages)
` [PATCH v12 1/3] revocable: Revocable resource management
` [PATCH v12 2/3] revocable: Add KUnit test cases
` [PATCH v12 3/3] gpio: Leverage revocable for accessing struct gpio_chip

[PATCH net-next v13 0/6] net: dsa: mxl862xx: devlink flash and rescue
 2026-09-08 12:38 UTC  (7+ messages)
` [PATCH net-next v13 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
` [PATCH net-next v13 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v13 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode

[PATCH 0/4] sched/numa: Add per-process automatic NUMA balancing control
 2026-09-08 12:24 UTC  (5+ messages)
` [PATCH 1/4] sched/numa: Track per-process automatic NUMA balancing mode
` [PATCH 2/4] sched/numa: Add prctl controls for process mode
` [PATCH 3/4] proc: Report process NUMA balancing mode
` [PATCH 4/4] Documentation: Describe per-process NUMA balancing control

[PATCH v4] Input: yealink.rst: Fix wording, quotation and typo
 2026-09-08 11:55 UTC 

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

[PATCH net-next] net: run netdev work under the ops-compat lock
 2026-09-08 11:26 UTC  (2+ messages)

[drm-xe:drm-xe-next 3/6] htmldocs: Documentation/gpu/rfc/gpusvm:70: ./drivers/gpu/drm/drm_gpusvm.c:70: WARNING: Lexing literal_block 'struct driver_range {\n struct drm_gpusvm_range base;\n unsigned int num_pages; // 1: inline_pages, >1: pages[]\n union {\n 
 2026-09-08 10:51 UTC 

[PATCH v2 0/8] KVM: SVM: Support direct setting of VMSA for SEV-SNP guests
 2026-09-08 10:33 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: SEV: Document SNP direct VMSA userspace ABI
` [PATCH v2 2/8] KVM: SVM: Implement GET_AP_APIC_IDS NAE event
` [PATCH v2 3/8] KVM: SVM: Hold SRCU while reloading guest-owned VMSAs
` [PATCH v2 4/8] KVM: SEV: Add direct VMSA capability
` [PATCH v2 5/8] KVM: SEV: Allow VMSA pages in SNP launch updates
` [PATCH v2 6/8] KVM: SEV: Add SNP vCPU state get and set commands
` [PATCH v2 7/8] KVM: selftests: Test the SNP APIC-ID-list GHCB request
` [PATCH v2 8/8] KVM: selftests: Test SNP vCPU state and direct VMSA launch

[PATCH v3] Documentation: Update after split of <linux/mod_devicetable.h>
 2026-09-08  9:45 UTC  (3+ messages)

[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-08  9:29 UTC  (13+ messages)
` [PATCH v2 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH v2 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH v2 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH v2 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH v2 11/11] Documentation/mm: update DAX vmemmap deduplication docs

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-08  7:45 UTC  (11+ messages)
` [PATCH v2 03/15] accel/qda: Add initial QDA DRM accelerator driver

[PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise
 2026-09-08  7:35 UTC  (3+ messages)

[PATCH ipsec v2 0/6] xfrm: state: exact mark/mask match for control-plane SA lookups
 2026-09-08  6:49 UTC  (7+ messages)
` [PATCH ipsec v2 1/6] xfrm: state: exact mark/mask match for SPI-keyed "
` [PATCH ipsec v2 2/6] xfrm: fix use-after-free of migrated state in xfrm_do_migrate_state()
` [PATCH ipsec v2 3/6] xfrm: fix hw offload state leak on xfrm_do_migrate_state() error path
` [PATCH ipsec v2 4/6] xfrm: include mark in MIGRATE_STATE SA collision check
` [PATCH ipsec v2 5/6] xfrm: pass extack through to xfrm_init_replay() from xfrm_init_state()
` [PATCH ipsec v2 6/6] docs: xfrm: include mark in XFRM_MSG_MIGRATE_STATE EEXIST tuple

[PATCH v2] memblock: reject non-page-aligned reserve_mem regions
 2026-09-08  6:48 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