[syzbot] [fs?] [mm?] WARNING in path_noexec (2)
2025-10-06 10:47 UTC (3+ messages)
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-06 10:47 UTC (21+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-10-06 10:37 UTC (10+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH v3 00/10] __vmalloc()/kvmalloc() and no-block support(v3)
2025-10-06 10:06 UTC (9+ messages)
` [PATCH v3 08/10] mm: Skip might_alloc() warnings when PF_MEMALLOC is set
` [PATCH v3 09/10] mm/vmalloc: Update __vmalloc_node_range() documentation
` [PATCH v3 10/10] mm: kvmalloc: Add non-blocking support for vmalloc
[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
2025-10-06 9:53 UTC (15+ messages)
` [RFC PATCH v2 3/8] mm: Hot page tracking and promotion
` [RFC PATCH v2 4/8] x86: ibs: In-kernel IBS driver for memory access profiling
` [RFC PATCH v2 5/8] x86: ibs: Enable IBS profiling for memory accesses
` [RFC PATCH v2 7/8] mm: klruscand: use mglru scanning for page promotion
` [RFC PATCH v2 8/8] mm: sched: Move hot page promotion from NUMAB=2 to kpromoted
[PATCH] mm: readahead: make thp readahead conditional to mmap_miss logic
2025-10-06 8:20 UTC (3+ messages)
[PATCH v1] mm: Consistently use current->mm in mm_get_unmapped_area()
2025-10-06 8:20 UTC (2+ messages)
[DISCUSSION] Fixing bad pmd due to a race condition between change_prot_numa() and THP migration in pre-6.5 kernels
2025-10-06 8:18 UTC (8+ messages)
[PATCH v3] hugetlbfs: skip PMD unsharing when shareable lock unavailable
2025-10-06 7:54 UTC
[PATCH v3] hugetlbfs: skip PMD unsharing when shareable lock unavailable
2025-10-06 7:37 UTC (2+ messages)
[PATCH v3 00/10] drm: Reduce page tables overhead with THP
2025-10-06 7:34 UTC (22+ messages)
` [PATCH v3 01/10] drm/shmem-helper: Add huge page fault handler
` [PATCH v3 02/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v3 03/10] drm/gem: Add huge tmpfs mount point helper
` [PATCH v3 04/10] drm/i915: Use "
` [PATCH v3 05/10] drm/v3d: "
` [PATCH v3 06/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v3 07/10] drm/panthor: Introduce huge tmpfs mount point option
` [PATCH v3 08/10] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v3 09/10] drm/panfrost: Introduce huge tmpfs mount point option
` [PATCH v3 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
[PATCH] mm/dirty: Replace READ_ONCE() with pudp_get()
2025-10-06 7:13 UTC (7+ messages)
[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
2025-10-06 6:48 UTC (5+ messages)
` [PATCH 08/10] blk-cgroup: remove radix_tree_preload()
[PATCH v2] mm/vmscan: Remove redundant __GFP_NOWARN
2025-10-06 6:46 UTC (2+ messages)
[PATCH v4 0/4] reparent the THP split queue
2025-10-06 6:46 UTC (8+ messages)
` [PATCH v4 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v4 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH v4 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH v4 4/4] mm: thp: reparent the split queue during memcg offline
[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
2025-10-06 6:43 UTC (11+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios
[PATCH v2] mm: readahead: make thp readahead conditional to mmap_miss logic
2025-10-06 4:48 UTC (2+ messages)
[PATCH] mm/vmscan: Remove redundant __GFP_NOWARN
2025-10-06 1:39 UTC (3+ messages)
[GIT PULL] additional MM updates for 6.18-rc1
2025-10-05 19:45 UTC (2+ messages)
[Hypervisor Live Update] Notes from September 22, 2025
2025-10-05 4:49 UTC
[PATCH] mm/khugepaged: use map_anon_folio_pmd() in collapse_huge_page()
2025-10-05 2:55 UTC (6+ messages)
[PATCH mm-new 0/2] mm/khugepaged: refactor and merge PTE scanning logic
2025-10-05 2:44 UTC (18+ messages)
` [PATCH mm-new 1/2] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
` [PATCH mm-new 2/2] mm/khugepaged: merge PTE scanning logic into a new helper
[PATCH mm-new v2 1/1] mm/khugepaged: abort collapse scan on non-swap entries
2025-10-05 2:12 UTC (5+ messages)
[PATCH RESEND] selftests/cachestat: add tmpshmcstat file to .gitignore
2025-10-04 21:47 UTC
[GIT PULL] mm/mm_init: simplify deferred initialization of struct pages
2025-10-04 18:20 UTC (2+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-04 16:39 UTC (8+ messages)
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
[PATCH 0/8] drm: Optimize page tables overhead with THP
2025-10-04 9:39 UTC (6+ messages)
` [PATCH 6/8] drm/panthor: Introduce huge tmpfs mount point option
[PATCH v2 2/4] mm/page_alloc: Perform appropriate batching in drain_pages_zone
2025-10-04 9:03 UTC (3+ messages)
[linus:master] [maple_tree] 9b60811cb3: will-it-scale.per_process_ops 24.7% regression
2025-10-04 7:17 UTC
[linus:master] [maple_tree] 59faa4da7c: will-it-scale.per_process_ops 20.4% regression
2025-10-04 7:06 UTC
[bug report] bad error return in walk_hugetlb_range()
2025-10-04 6:22 UTC
[Patch v2] mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()
2025-10-04 2:37 UTC (9+ messages)
[PATCH v4 00/30] Live Update Orchestrator
2025-10-04 2:37 UTC (8+ messages)
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test
[PATCH v1 00/14] mm: BPF OOM
2025-10-04 2:00 UTC (11+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
2025-10-04 1:11 UTC (6+ messages)
` [PATCH v2 10/12] iomap: refactor dirty bitmap iteration
[linux-next:master] BUILD REGRESSION 47a8d4b89844f5974f634b4189a39d5ccbacd81c
2025-10-04 0:58 UTC
[PATCH v2 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
2025-10-03 23:03 UTC (2+ messages)
[PATCH] drm/amdkfd: Fix svm_bo and vram page refcount
2025-10-03 22:16 UTC
[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-10-03 20:50 UTC (3+ messages)
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch
[PATCH 0/4] mm/zswap: misc cleanup of code and documentations
2025-10-03 20:38 UTC (5+ messages)
` [PATCH 1/4] mm/zswap: remove unnecessary dlen writes for incompressible pages
` [PATCH 2/4] mm/zswap: fix typos: s/zwap/zswap/
` [PATCH 3/4] mm/zswap: s/red-black tree/xarray/
` [PATCH 4/4] Docs/admin-guide/mm/zswap: "
[PATCH 0/2] mm/damon/sysfs: fix commit test damon_ctx [de]allocation
2025-10-03 20:14 UTC (3+ messages)
` [PATCH 1/2] mm/damon/sysfs: catch commit test ctx alloc failure
` [PATCH 2/2] mm/damon/sysfs: dealloc commit test ctx always
[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
2025-10-03 19:10 UTC (5+ messages)
` [PATCH v12 22/23] mm: zswap: zswap_store() will process a large folio in batches
Optimizing small reads
2025-10-03 17:49 UTC (6+ messages)
[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-10-03 17:32 UTC (5+ messages)
` [RFC PATCH 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [RFC PATCH 2/4] drivers/iommu: Add calls for iommu debug
` [RFC PATCH 3/4] drivers/iommu-debug: Track IOMMU pages
` [RFC PATCH 4/4] drivers/iommu-debug: Check state of mapped/unmapped kernel memory
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2025-10-03 17:23 UTC (3+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[PATCH] arm64: mte: Do not flag the zero page as PG_mte_tagged
2025-10-03 17:19 UTC (2+ messages)
[PATCH] mm/mmap: Fix fsnotify_mmap_perm() call in vm_mmap_pgoff()
2025-10-03 17:07 UTC (4+ messages)
[PATCH v1] fsnotify: Pass correct offset to fsnotify_mmap_perm()
2025-10-03 16:54 UTC (4+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-10-03 16:11 UTC (6+ messages)
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator "
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages
[PATCH v0] mm/page_alloc: Cleanup for __del_page_from_free_list()
2025-10-03 15:18 UTC (3+ messages)
[PATCH v2] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
2025-10-03 15:09 UTC
[PATCH v2] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
2025-10-03 15:09 UTC
[PATCH] slab: Fix using this_cpu_ptr() in preemptible context
2025-10-03 15:01 UTC (3+ messages)
[PATCH] mm: skip folio_activate() for mlocked folios
2025-10-03 14:41 UTC (3+ messages)
[RFC] mm/migrate: make sure folio_unlock() before folio_wait_writeback()
2025-10-03 14:04 UTC (3+ messages)
[PATCH v3 0/4] mm/userfaultfd: modulize memory types
2025-10-03 14:02 UTC (10+ messages)
` [PATCH v3 1/4] mm: Introduce vm_uffd_ops API
[PATCH v5 0/7] iomap: zero range folio batch support
2025-10-03 13:46 UTC (8+ messages)
` [PATCH v5 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v5 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v5 3/7] iomap: optional zero range dirty folio processing
` [PATCH v5 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v5 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v5 7/7] xfs: error tag to force zeroing on debug kernels
[PATCH v2] hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_list
2025-10-03 11:18 UTC
[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
2025-10-01 11:29 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox