messages from 2026-09-08 20:03:39 to 2026-09-08 20:36:43 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:36 UTC (91+ messages)
` [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 v9] net: reduce RFS/ARFS flow updates by checking LLC affinity
2026-09-08 20:36 UTC (2+ messages)
[PATCH] kconfig: reject malformed KCONFIG_PROBABILITY values
2026-09-08 20:36 UTC (4+ messages)
` [PATCH v2] kconfig: warn about "
[PATCH v2] ieee802154: register a device type for the wpan dev
2026-09-08 20:35 UTC
[PATCH net v2] net: dsa: realtek: rtl8365mb: wait out the full chip reset time
2026-09-08 20:35 UTC (2+ messages)
[PATCH net 8/9] netfilter: ip6_tables: set F_PROTO when proto value is nonzero
2026-09-08 20:35 UTC (4+ messages)
[PATCH v2 00/27] objtool: dynamically detect noreturns
2026-09-08 20:33 UTC (28+ messages)
` [PATCH v2 01/27] objtool: Remove obsolete noreturns.h entries
` [PATCH v2 02/27] kbuild: Add CONFIG_OBJTOOL_DEFERRED
` [PATCH v2 03/27] kbuild: Add CONFIG_OBJTOOL_CONTROL_FLOW
` [PATCH v2 04/27] objtool: Fix dead end detection for sibling calls
` [PATCH v2 05/27] objtool: Refactor the noreturn/dead-end detection
` [PATCH v2 06/27] objtool: Ignore traps after noreturn calls in STT_CODE
` [PATCH v2 07/27] objtool: Make .discard.stack_frame_non_standard non-allocatable
` [PATCH v2 08/27] efi/libstub: Drop .discard.addressable from the stub objects
` [PATCH v2 09/27] efi/loongarch: Mark loongarch efi_boot_kernel() non-standard for objtool
` [PATCH v2 10/27] objtool: Add ANNOTATE_IGNORE_NORETURN()
` [PATCH v2 11/27] LoongArch: Annotate reboot and kexec paths as returnable
` [PATCH v2 12/27] kbuild: Defer running objtool to link time for all CFG features
` [PATCH v2 13/27] rust: Annotate the intrinsic stubs as returnable
` [PATCH v2 14/27] panic: Mark abort() __noreturn
` [PATCH v2 15/27] x86/xen: Ignore noreturn status of weak mem_map_via_hcall()
` [PATCH v2 16/27] objtool: Detect noreturns in weak functions
` [PATCH v2 17/27] x86/entry: Make rewind_stack_and_make_dead() a real function
` [PATCH v2 18/27] x86/xen: Make xen_cpu_bringup_again() "
` [PATCH v2 19/27] x86/xen: Make xen_start_kernel() noreturn
` [PATCH v2 20/27] x86/boot: Rework how pi startup symbols get exposed to vmlinux
` [PATCH v2 21/27] objtool: Fix noreturn detection for non-sibling jumps to SYM_CODE
` [PATCH v2 22/27] objtool: Add options to write/read exported noreturns to/from a file
` [PATCH v2 23/27] kbuild: Do the per-module objtool pass right before linking
` [PATCH v2 24/27] kbuild: Generate the noreturn list and validate modules against it
` [PATCH v2 25/27] objtool: Add ANNOTATE_EXPORTED_NORETURN()
` [PATCH v2 26/27] objtool: Annotate all module-exported noreturns and remove noreturns.h
` [PATCH v2 27/27] objtool: Warn about missing/stale ANNOTATE_EXPORTED_NORETURN() usage
[PATCH] MAINTAINERS: fix sysfs-platform-ayaneo-ec documentation path
2026-09-08 20:34 UTC
[PATCH v2 0/2] usb: gadget: avoid warnings during configuration transitions
2026-09-08 20:33 UTC (3+ messages)
` [PATCH v2 1/2] usb: gadget: composite: avoid warning on aborted delayed status
` [PATCH v2 2/2] usb: gadget: f_mass_storage: ignore class requests while inactive
[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
2026-09-08 20:33 UTC
[PATCH v11 0/3] module: Extend module_blacklist parameter to built-in modules
2026-09-08 20:32 UTC (4+ messages)
` [PATCH v11 1/3] module: Treat dashes and underscores interchangeably in module_blacklist
` [PATCH v11 2/3] module: Extend module_blacklist parameter to built-in modules
` [PATCH v11 3/3] module: Rename module_blacklist to module_denylist
[stable-8.2] Backport request: rbd: Fix .bdrv_get_specific_info implementation
2026-09-08 20:32 UTC (3+ messages)
[PATCH net 7/9] netfilter: arp_tables: remove the 32bit compat interface
2026-09-08 20:32 UTC (3+ messages)
[PATCH v2] rust: id_pool: document panics in `find_unused_id` and `release_id`
2026-09-08 20:31 UTC
[PATCH v2] KVM: arm64: Enable S1PIE for hVHE
2026-09-08 20:31 UTC (2+ messages)
[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
2026-09-08 20:30 UTC (2+ messages)
[PATCH v7 0/2] Add LPASS VA CSR HeartBeat pulse clock support
2026-09-08 20:29 UTC (3+ messages)
` [PATCH v7 2/2] clk: qcom: Add LPASS VA CSR heartbeat pulse clock
[PATCH v2 0/3] Support AM62P silicon revision detection via uniphier-efuse
2026-09-08 20:28 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: uniphier-efuse: Add ti,am62p-efuse compatible
[PATCH 0/5] hexagon: Add scalar v75=>v81 support
2026-09-08 20:28 UTC (3+ messages)
` [PATCH 1/5] target/hexagon: add the v75, v79 and v81 CPU models
qcc2072: board file for Asus Zenbook A16 (UX3607OA)
2026-09-08 20:29 UTC
[PATCH 00/13] srcu: Round out atomic SRCU support
2026-09-08 20:29 UTC (5+ messages)
` [PATCH 03/13] srcutree: Add reader-free fastpath to synchronize_srcu_atomic()
` [PATCH 05/13] srcutree: Honor is_atomic in check_init_srcu_struct()
[PATCH v3 0/4] ACPI: scan: Adjust power management initialization and PCI devices handling
2026-09-08 20:26 UTC (4+ messages)
[PATCH RESEND wireless-next 00/18] wifi: Add Seamless Mobility Domain (SMD) AP support
2026-09-08 20:27 UTC (6+ messages)
[PATCH 0/2] usb: gadget: avoid warnings during configuration transitions
2026-09-08 20:27 UTC (4+ messages)
` [PATCH 2/2] usb: gadget: f_mass_storage: ignore class requests while inactive
[PATCH net-next v2 0/9] net: stmmac: qcom-ethqos: add Shikra EMAC support
2026-09-08 20:25 UTC (9+ messages)
` [PATCH net-next v2 2/9] net: phy: dp83867: add regulator supply management
` [PATCH net-next v2 3/9] dt-bindings: net: qcom,ethqos: add qcom,shikra-ethqos compatible
` [PATCH net-next v2 5/9] net: stmmac: qcom-ethqos: fix RGMII_ID mode to use DLL bypass
` [PATCH net-next v2 7/9] net: stmmac: qcom-ethqos: set initial RGMII link clock to lowest speed
[PATCH net 4/9] netfilter: cttimeout: prevent UAF during module unload
2026-09-08 20:24 UTC (3+ messages)
[PATCH v2 00/22] Initial USB4/Thunderbolt support for Apple M1/M2/M3 SoCs
2026-09-08 20:24 UTC (4+ messages)
` [PATCH v2 11/22] thunderbolt: Find Apple VSE capability during startup
[PATCH] spi: spi-qpic-snand: remove interim 'dev_data' variable from qcom_spi_probe()
2026-09-08 20:23 UTC
[PATCH v10 00/15] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2026-09-08 20:23 UTC (8+ messages)
` [PATCH v10 07/15] platform-msi: Introduce platform_device_msi_rewrite()
` [PATCH v10 08/15] iommu/arm-smmu-v3: Cache and restore MSI config
[PATCH v8 0/3] drm: Extract dma-fence-to-workqueue pattern into common helpers
2026-09-08 20:22 UTC (6+ messages)
` [PATCH v8 1/3] drm: Add drm_work_fence helper
` [PATCH v8 3/3] drm/xe: Convert xe_user_fence to drm_user_fence
[PATCH v13 0/5] Add RMPOPT support
2026-09-08 20:21 UTC (4+ messages)
` [PATCH v13 4/5] x86/sev: Add support to perform RMP optimizations asynchronously
[PATCH 0/2] crypto: use designated initializers for acpi_device_id
2026-09-08 20:21 UTC (3+ messages)
` [PATCH 1/2] crypto: ccp: use named "
[PATCH] HID: core: Avoid leaking field ordering on repeated connect
2026-09-08 20:20 UTC (2+ messages)
[PATCH v4 0/2] mm: improve folio refcount scalability
2026-09-08 20:18 UTC (6+ messages)
[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
2026-09-08 20:17 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums (rev2)
[PATCH] drm/i915/alpm: Keep the extended fast wake ahead of the IO buffer wake
2026-09-08 20:16 UTC (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915/alpm: Keep the extended fast wake ahead of the IO buffer wake (rev2)
[PATCH 1/2] drm/intel: Generalize PCI ID macro for subvendor and subid
2026-09-08 20:16 UTC (4+ messages)
` [PATCH 2/2] drm/intel: Add quirk to disable rc6 on some TUXEDO devices
` ✗ CI.checkpatch: warning for series starting with [1/2] drm/intel: Generalize PCI ID macro for subvendor and subid
` ✓ CI.KUnit: success "
[PATCH v3 0/6] perf tool: Build dependency tidy up
2026-09-08 20:16 UTC (2+ messages)
[RESEND PATCH net-next v14] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
2026-09-08 20:15 UTC (2+ messages)
[PATCH] Revert "drm/amdgpu: debugfs: avoid extra EOLs in amdgpu_gem_info"
2026-09-08 20:15 UTC (2+ messages)
[PATCH 00/13] ARM: deprecated platform removal
2026-09-08 20:14 UTC (7+ messages)
` [PATCH 01/13] ARM: remove sa1100 platform
` [PATCH 05/13] ARM: orion/dove/mv78xx0: remove all board files
[PATCH v3] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
2026-09-08 20:13 UTC
[PATCH] uboot-sign: keep the SPL BSS padding when reassembling the SPL binary
2026-09-08 20:12 UTC (3+ messages)
` [OE-core] "
[PATCH v2 0/1] mmc: core: Add power-off-delay-us support for slow RC discharge
2026-09-08 20:11 UTC (2+ messages)
` [PATCH v2 1/1] "
[GIT PULL] firmware: arm_scmi/ffa: Fixes for v7.3
2026-09-08 20:12 UTC
[PATCH v2] classes/python_hatchling: remove empty site-packages workaround
2026-09-08 20:10 UTC
[PATCH v2] wifi: cfg80211: avoid holding rtnl_mutex across all cfg80211_leave() calls
2026-09-08 20:09 UTC (8+ messages)
` [PATCH] "
[PATCH v4 0/2] sched: Enable preferred SMT siblings on NVIDIA Olympus
2026-09-08 20:09 UTC (3+ messages)
` [PATCH 1/2] arm64: topology: Prefer PE0 on NVIDIA Olympus SMT cores
[PATCH] rnull: fix geometry store check-then-act across lock scopes
2026-09-08 20:08 UTC
[PATCH] genirq/PM: Re-enable chained interrupts after hibernation
2026-09-08 20:07 UTC (2+ messages)
[PATCH v5 0/8] Add StarFive JHB100 syscon modules
2026-09-08 20:06 UTC (3+ messages)
[PATCH v2 0/6] NFS: size the LAYOUTGET reply buffer for wide flexfiles layouts
2026-09-08 20:06 UTC (5+ messages)
` [PATCH v2 1/6] NFSv4.1/pnfs: suspend pNFS on NFS4ERR_TOOSMALL from LAYOUTGET
[PATCH v3] x86/ucode: Work around Granite Rapids erraturm GNR98
2026-09-08 20:04 UTC (2+ messages)
[PATCH 0/3] media: uapi: Add 24- and 28-bit bayer media bus formats
2026-09-08 20:02 UTC (4+ messages)
` [PATCH 1/3] media: uapi: Extend bayer media bus formats table to 28 bits
` [PATCH 2/3] media: uapi: Add 24-bit bayer media bus formats
` [PATCH 3/3] media: uapi: Add 28-bit "
[PATCH 1/2] libsepol,checkpolicy,secilc: split min/max policydb versions between SELinux and Xen
2026-09-08 20:03 UTC (2+ messages)
` [PATCH 2/2] libsepol: only read/write the neveraudit map for SELinux policies
[PATCH net-next] r8169: use str_enabled_disabled() helper
2026-09-08 20:03 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.