linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-12-05 12:47 UTC  (4+ messages)
` [PATCH v5 06/12] mm: introduce generic lazy_mmu helpers

[Bug report] hash_name() may cross page boundary and trigger sleep in RCU context
 2025-12-05 12:08 UTC  (3+ messages)

[PATCH v12 00/10] drm: Reduce page tables overhead with THP
 2025-12-05 11:32 UTC  (13+ messages)
` [PATCH v12 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v12 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v12 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v12 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v12 05/10] drm/i915: Use "
` [PATCH v12 06/10] drm/v3d: "
` [PATCH v12 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v12 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v12 09/10] drm/panfrost: "
` [PATCH v12 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-12-05 11:03 UTC  (13+ messages)
` [PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH v4 02/12] mm/kasan: move kasan= code to common place
` [PATCH v4 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
` [PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes

[PATCH v4] lib: xarray: free unused spare node in xas_create_range()
 2025-12-05 10:51 UTC  (3+ messages)

[PATCH v2] mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
 2025-12-05 10:15 UTC  (2+ messages)

[PATCH 0/3] cgroup/misc: Add hwcap masks to the misc controller
 2025-12-05 10:10 UTC  (10+ messages)
` [PATCH 1/3] cgroup, binfmt_elf: "
` [PATCH 2/3] selftests/cgroup: Add a test for the misc.mask cgroup interface
` [PATCH 3/3] Documentation: cgroup-v2: Document misc.mask interface

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  9:27 UTC  (44+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v11 00/10] drm: Reduce page tables overhead with THP
 2025-12-05  9:11 UTC  (2+ messages)
` [PATCH v11 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-12-05  8:56 UTC  (7+ messages)

[PATCH v9 00/11] drm: Reduce page tables overhead with THP
 2025-12-05  8:37 UTC  (6+ messages)
` [PATCH v9 05/11] drm/i915: Use huge tmpfs mountpoint helpers

[PATCH v3 0/3] kasan: vmalloc: Fixes for the percpu allocator and vrealloc
 2025-12-05  8:01 UTC  (13+ messages)
` [PATCH v3 1/3] mm/kasan: Fix incorrect unpoisoning in vrealloc for KASAN
` [PATCH v3 2/3] kasan: Refactor pcpu kasan vmalloc unpoison
` [PATCH v3 3/3] kasan: Unpoison vms[area] addresses with a common tag

[PATCH v2 4/4] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
 2025-12-05  7:45 UTC  (3+ messages)

[PATCH] Revert "mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb"
 2025-12-05  7:41 UTC  (15+ messages)

Removal of CONFIG_READ_ONLY_THP_FOR_FS
 2025-12-05  4:35 UTC 

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-05  3:54 UTC  (17+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-12-05  3:01 UTC  (3+ messages)
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings

[RFC PATCH -next 0/2] mm/mglru: remove memcg lru
 2025-12-05  2:57 UTC  (7+ messages)
` [RFC PATCH -next 1/2] mm/mglru: use mem_cgroup_iter for global reclaim
` [RFC PATCH -next 2/2] mm/mglru: remove memcg lru

[PATCH] cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated
 2025-12-05  2:24 UTC 

[PATCH V2] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
 2025-12-05  1:13 UTC  (3+ messages)

[RFC PATCH 0/4] Extend xas_split* to support splitting arbitrarily large entries
 2025-12-05  0:38 UTC  (4+ messages)

Linux 6.18 amdgpu build error
 2025-12-04 23:28 UTC  (8+ messages)

[PATCH v24 00/28] riscv control-flow integrity for usermode
 2025-12-04 22:17 UTC  (31+ messages)
` [PATCH v24 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v24 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v24 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v24 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v24 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v24 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v24 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v24 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v24 09/28] riscv/mm: write protect and shadow stack
` [PATCH v24 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v24 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v24 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v24 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v24 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v24 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v24 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v24 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v24 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v24 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v24 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v24 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v24 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v24 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v24 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v24 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v24 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v24 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v24 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH 1/1] alloc_tag: skip rcu barrier on module unload if profiling was not enabled
 2025-12-04 22:09 UTC 

[PATCH v3 00/10] KFuzzTest: a new kernel fuzzing framework
 2025-12-04 21:38 UTC  (10+ messages)
` [PATCH 09/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()

[PATCH v2] mm: khugepaged: fix memory leak in collapse_file xas retry loop
 2025-12-04 21:15 UTC  (5+ messages)
` [PATCH v3] lib: xarray: free unused spare node in xas_create_range()

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-04 21:07 UTC  (3+ messages)
` [PATCH 23/46] rust: maple_tree: add __rust_helper to helpers

[PATCH] cgroup: rstat: force flush on css exit
 2025-12-04 21:06 UTC 

[PATCH v3] mm, hugetlb: implement movable_gigantic_pages sysctl
 2025-12-04 20:58 UTC  (4+ messages)

[PATCH v6 0/5] asdf
 2025-12-04 20:25 UTC  (4+ messages)
` [PATCH v6 3/5] compiler_types: Introduce __flex_counter() and family

[PATCH v4 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-12-04 19:29 UTC  (20+ messages)
` [PATCH v4 01/19] mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH v4 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH v4 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH v4 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH v4 05/19] mm, swap: simplify the code and reduce indention
` [PATCH v4 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH v4 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH v4 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH v4 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH v4 10/19] mm, swap: consolidate cluster reclaim and usability check
` [PATCH v4 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH v4 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH v4 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH v4 14/19] mm, swap: cleanup swap entry management workflow
` [PATCH v4 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH v4 16/19] mm, swap: check swap table directly for checking cache
` [PATCH v4 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH v4 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH v4 19/19] mm, swap: remove no longer needed _swap_info_get

[PATCH 0/4] Inline helpers into Rust without full LTO
 2025-12-04 19:29 UTC  (10+ messages)
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust

[PATCH v3 0/2] mm: only mark/clear KHO scratch memory when needed
 2025-12-04 19:27 UTC  (7+ messages)
` [PATCH v3 2/2] mm/memblock: "

[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-12-04 18:16 UTC  (2+ messages)

[PATCH v1 0/2] mm: skip wait in wait_sb_inodes() for hangable-writeback mappings
 2025-12-04 18:06 UTC  (10+ messages)
` [PATCH v1 2/2] fs/writeback: skip inodes with potential writeback hang in wait_sb_inodes()

[PATCH v3 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-12-04 17:27 UTC  (12+ messages)
` [PATCH v3 4/5] guest_memfd: add support for userfaultfd minor mode

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-12-04 17:18 UTC  (4+ messages)
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-04 15:43 UTC  (11+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                    ` [RFC][PATCH] exec: Move cred computation under exec_update_lock
                        ` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox