messages from 2026-09-16 21:56:17 to 2026-09-17 16:40:48 UTC [more...]
[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-17 16:22 UTC (36+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v3 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v3 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v3 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v3 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v3 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v3 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v3 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v3 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v3 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v3 27/40] mm: remove hugetlb_inline.h
` [PATCH v3 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v3 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v3 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v3 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v3 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v3 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v3 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v3 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
[PATCH v8 0/5] riscv: Add initial CBQRI resctrl support
2026-09-17 16:39 UTC (4+ messages)
` [PATCH v8 1/5] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH v8 2/5] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v8 3/5] riscv_cbqri: Make RESCTRL_FS available on RISC-V
[PATCH v7 0/5] riscv: Add Ssqosid and initial CBQRI resctrl support
2026-09-17 16:27 UTC (6+ messages)
` [PATCH v7 2/5] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
[PATCH net-next v16 6/6] net: dsa: mxl862xx: document devlink flash and info support
2026-09-17 16:11 UTC
[PATCH net-next v16 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
2026-09-17 16:11 UTC
[PATCH net-next v16 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
2026-09-17 16:11 UTC
[PATCH net-next v16 3/6] driver core: add device_schedule_reprobe()
2026-09-17 16:11 UTC
[PATCH net-next v16 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
2026-09-17 16:11 UTC
[PATCH v3 00/20] kbuild: significantly speed up kernel builds
2026-09-17 16:06 UTC (21+ messages)
` [PATCH v3 01/20] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v3 02/20] kallsyms: index symbols by token to speed up table compression
` [PATCH v3 03/20] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH v3 04/20] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v3 05/20] kbuild: only emit vmlinux relocations when required
` [PATCH v3 06/20] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v3 07/20] kallsyms: reimplement mksysmap in C
` [PATCH v3 08/20] kbuild: cache list, composite object state per object
` [PATCH v3 09/20] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v3 10/20] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v3 11/20] kbuild: avoid re-running compiler and linker probes
` [PATCH v3 12/20] modpost: cache section relocation mismatch state
` [PATCH v3 13/20] modpost: emit module descriptors as assembly
` [PATCH v3 14/20] kbuild: batch module finalisation
` [PATCH v3 15/20] objtool: cache relocations, do less work, eliminate relocation hash
` [PATCH v3 16/20] objtool: size the instruction hash to the text
` [PATCH v3 17/20] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v3 18/20] rust: make exports.o depend on the headers generated for it
` [PATCH v3 19/20] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v3 20/20] kbuild: compress the kernel with pigz if available
[PATCH] docs: translations: pt_BR: translate maintainer-devicetree.rst
2026-09-17 15:48 UTC (2+ messages)
[PATCH v16 0/9] blk: honor isolcpus configuration
2026-09-17 15:44 UTC (2+ messages)
[PATCH v5 00/16] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-09-17 15:29 UTC (14+ messages)
` [PATCH v5 01/16] x86/cpufeatures: Support Privilege Level Zero Association (PLZA)
` [PATCH v5 06/16] fs/resctrl: Introduce kernel mode states for resctrl
` [PATCH v5 07/16] fs/resctrl: Introduce resctrl_set_kmode_support() to register supported modes
` [PATCH v5 09/16] fs/resctrl: Add interface to display supported and active kernel modes
[PATCH v6 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
2026-09-17 15:15 UTC (8+ messages)
` [PATCH v6 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route
[PATCH v3 00/19] drm/panel: embed a drm_bridge into every drm_panel
2026-09-17 15:14 UTC (3+ messages)
` [PATCH v3 18/19] drm/tve200: don't create a panel_bridge
[PATCH v2 0/8] KVM: SVM: Support direct setting of VMSA for SEV-SNP guests
2026-09-17 14:59 UTC (6+ messages)
` [PATCH v2 6/8] KVM: SEV: Add SNP vCPU state get and set commands
[PATCH 5.15.y 1/2] landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation
2026-09-17 14:55 UTC (2+ messages)
` [PATCH 5.15.y 2/2] selftests/landlock: Add tests for whiteout object creation
[PATCH] docs: wmi: fix spelling of "frequency"
2026-09-17 14:53 UTC (2+ messages)
[PATCH net-next v2 0/2] ipv6: update NUD_FAILED neighbors from NA messages
2026-09-17 14:37 UTC (5+ messages)
` [PATCH net-next v2 1/2] "
[PATCH 00/10] mm/damon: improve readability, clarity and test coverage
2026-09-17 14:37 UTC (3+ messages)
` [PATCH 10/10] Docs/mm/damon/design: clarify bp is basis point
[PATCH v2 00/21] kbuild: significantly speed up kernel builds
2026-09-17 14:32 UTC (6+ messages)
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available
[PATCH v6 0/2] sched: Enable preferred SMT siblings on NVIDIA Olympus
2026-09-17 14:05 UTC (3+ messages)
` [PATCH 1/2] sched/fair: Honor asymmetric SMT priority in idle selection
` [PATCH 2/2] sched/topology: Add asymmetric SMT packing override
[PATCH v6 0/9] Organize the SMMUv3 invalidation flow so iommupt can use it
2026-09-17 13:56 UTC (17+ messages)
` [PATCH v6 1/9] iommu/arm-smmu-v3: Handle ARM erratum for CONT under invalidation with SVA
` [PATCH v6 2/9] iommu/arm-smmu-v3: Pass the parameters for the invalidation in a struct
` [PATCH v6 3/9] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
` [PATCH v6 4/9] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH v6 5/9] iommu/arm-smmu-v3: Keep track in the arm_smmu_invs if RIL is used
` [PATCH v6 6/9] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH v6 7/9] iommu/arm-smmu-v3: Populate the tlbi at the top of the call chain
` [PATCH v6 8/9] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation
` [PATCH v6 9/9] iommu/arm-smmu-v3: Support the DS expansion of RIL's SCALE
[PATCH 0/3] kmemleak: fix stale documentation and raise the verbose default
2026-09-17 13:47 UTC (4+ messages)
` [PATCH 1/3] Documentation: kmemleak: describe the metadata pool, not the early log
` [PATCH 2/3] Documentation: kmemleak: fix stale statements about scanning
` [PATCH 3/3] mm: kmemleak: raise min_unref_scans to 3 for verbose auto-scan
[PATCH v9 0/4] kallsyms: embed source file:line info in kernel stack traces
2026-09-17 13:37 UTC (5+ messages)
` [PATCH v9 1/4] "
` [PATCH v9 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v9 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v9 4/4] kallsyms: add KUnit tests for lineinfo feature
[PATCH v2] docs: sound: hdspm: clean up driver doc
2026-09-17 12:37 UTC (2+ messages)
[PATCH 1/2] hwmon: vexpress: point the DT binding reference at the schema
2026-09-17 11:58 UTC
[PATCH 2/2] dt-bindings: arm: vexpress: drop the obsolete hwmon and regulator text files
2026-09-17 11:58 UTC
[PATCH v4 0/2] drm: Rename drm_atomic_state
2026-09-17 11:54 UTC (4+ messages)
` [PATCH v4 1/2] drm: Rename struct drm_atomic_state to drm_atomic_commit
[PATCH v3] docs: translations: pt_BR: translate researcher-guidelines.rst
2026-09-17 11:41 UTC (2+ messages)
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-17 11:40 UTC (5+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
[PATCH v5 0/2] Add driver for Infineon TDA38740/TDA38725
2026-09-17 11:33 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: pmbus: Add Infineon tda38740 and tda38725
` [PATCH v5 2/2] hwmon: (pmbus/tda38740) Add driver for Infineon TDA38740/TDA38725
[PATCH v6 16/19] HID: Add documentation for Lenovo Legion Go drivers
2026-09-17 10:45 UTC (4+ messages)
[PATCH v50 0/7] firmware: imx: driver for NXP secure-enclave
2026-09-17 10:22 UTC (5+ messages)
` [PATCH v50 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [EXT] "
[PATCH v1 0/4] x86/vmware: Preserve panic diagnostics in vmware.log
2026-09-17 9:07 UTC (3+ messages)
` [PATCH v1 4/4] x86/vmware: Run panic diagnostics before kdump by default
[PATCH] Documentation: netlink: fix spelling in tcp_metrics.yaml
2026-07-29 9:27 UTC (2+ messages)
[PATCH v5 00/27] vfio/pci: Add CXL Type-2 device passthrough support
2026-09-17 8:48 UTC (9+ messages)
` [PATCH v5 06/27] vfio/pci: Detect CXL devices and load the CXL provider on demand
` [PATCH v5 21/27] vfio/cxl: Exclude the HDM decoder registers from direct BAR access
` [PATCH v5 24/27] vfio/cxl: Export the HDM memory region as a dma-buf
` [PATCH v5 25/27] vfio/cxl: Run the CXL reset at the vfio reset points
[PATCH v2] docs: iio: backend: use literal block for commands
2026-09-17 8:46 UTC (3+ messages)
[PATCH] efivarfs: avoid slow QueryVariableInfo() in statfs()
2026-09-17 8:36 UTC (2+ messages)
[PATCH] docs: pcmcia: Update location of PCMCIA_DEV_ID_MATCH_* constants
2026-09-17 8:19 UTC (2+ messages)
[PATCH] docs: Makefile: Add a testdocs target for the documentation unit tests
2026-09-17 7:54 UTC (3+ messages)
[PATCH bpf-next 0/1] bpf: btf: make vmlinux BTF disposable at boot to save ~5 MiB
2026-09-17 7:10 UTC (5+ messages)
` [PATCH bpf-next 1/1] bpf: btf: add btf=off boot parameter to disable and free vmlinux BTF
[PATCH 0/3] I3C character device driver using driver_override
2026-09-17 6:23 UTC (8+ messages)
` [PATCH 3/3] i3c: add i3cdev character device module for user-space access
[RFC PATCH v2 00/10] mm/damon: improve readability, clarity and test coverage
2026-09-17 4:05 UTC (2+ messages)
` [RFC PATCH v2 10/10] Docs/mm/damon/design: clarify bp is basis point
DAMON reporting more hot memory on huge pages (was: "Re: [RFC PATCH v2 0/9] mm/damon: hardware-sampled access reports")
2026-09-17 3:35 UTC (4+ messages)
[PATCH v3 0/4] Fix HugeTLB subpool used_hpages tracking
2026-09-17 3:13 UTC (6+ messages)
` [PATCH v3 1/4] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
` [PATCH v3 2/4] mm: hugetlb: Fix out_put_pages subpool reserve calculation
` [PATCH v3 3/4] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH v3 4/4] mm: hugetlb: Avoid re-allocating global reservations on region add failure
[PATCH v4 00/11] mm: Switch device DAX to section-based vmemmap optimization
2026-09-17 1:35 UTC (2+ messages)
[PATCH v3] hwmon: (lm75) Add support for Nuvoton NCT7715
2026-09-17 1:20 UTC (3+ messages)
[PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
2026-09-17 0:23 UTC (2+ messages)
[PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
2026-09-17 0:18 UTC (2+ messages)
[PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
2026-09-17 0:07 UTC (2+ messages)
[PATCH v2 0/2] hwmon: (pmbus/tps53679) Select page 0 for single-page parts
2026-09-17 0:06 UTC (5+ messages)
` [PATCH v2 1/2] hwmon: (pmbus/tps53679) Select page 0 for single-page TPS53676
` [PATCH v2 2/2] hwmon: (pmbus/tps53679) Select page 0 for single-page TPS536C7
[PATCH v8 05/12] PCI: liveupdate: Preserve bus numbers during Live Update
2026-09-16 23:54 UTC (2+ messages)
[PATCH net-next v15 00/12] net: pcs: Introduce support for fwnode PCS
2026-09-16 23:53 UTC (3+ messages)
[PATCH net-next v16 00/12] net: pcs: Introduce support for fwnode PCS
2026-09-16 23:51 UTC (13+ messages)
` [PATCH net-next v16 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v16 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v16 03/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v16 04/12] net: phylink: save phylink instance fwnode on phylink_create
` [PATCH net-next v16 05/12] net: phylink: support PCS provider release
` [PATCH net-next v16 06/12] net: phylink: support late PCS provider attach
` [PATCH net-next v16 07/12] net: Document PCS subsystem
` [PATCH net-next v16 08/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v16 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v16 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v16 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v16 12/12] net: airoha: add phylink support
[PATCH v8 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
2026-09-16 23:50 UTC (2+ messages)
[PATCH v16 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
2026-09-16 23:45 UTC (4+ messages)
` [PATCH v16 02/13] KVM: x86: Prevent host DR7 debug register leak into guest OS on NMI
[PATCH 1/2] hwmon: (pmbus/tps53679) Select page 0 for single-page TPS53676
2026-09-16 23:06 UTC (2+ messages)
[PATCH v2] docs: kdoc: fix struct_group_tagged() parsing regression
2026-09-16 21:56 UTC (2+ messages)
[PATCH v2] docs: kdoc: fix struct_group_tagged() parsing regression
2026-09-16 21:56 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).