[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
2024-01-25 6:21 UTC (15+ messages)
` [RFC PATCH v1 01/28] riscv: abstract envcfg CSR
` [RFC PATCH v1 02/28] riscv: envcfg save and restore on trap entry/exit
` [RFC PATCH v1 03/28] riscv: define default value for envcfg
` [RFC PATCH v1 04/28] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [RFC PATCH v1 05/28] riscv: zicfiss/zicfilp enumeration
` [RFC PATCH v1 06/28] riscv: zicfiss/zicfilp extension csr and bit definitions
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 08/28] mm: Define VM_SHADOW_STACK for RISC-V
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 10/28] riscv/mm : Introducing new protection flag "PROT_SHADOWSTACK"
` [RFC PATCH v1 11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [RFC PATCH v1 12/28] riscv mm: manufacture shadow stack pte
` [RFC PATCH v1 13/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [RFC PATCH v1 14/28] riscv mmu: write protect and shadow stack
[PATCH 0/2] mm: zswap: simplify zswap_swapoff()
2024-01-25 5:44 UTC (21+ messages)
` [PATCH 1/2] mm: swap: update inuse_pages after all cleanups are done
` [PATCH 2/2] mm: zswap: remove unnecessary tree cleanups in zswap_swapoff()
[PATCH RFC 00/12] x86 NUMA-aware kernel replication
2024-01-25 4:30 UTC (2+ messages)
[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot
2024-01-25 3:56 UTC (7+ messages)
` [PATCH v4 7/7] hugetlb: parallelize 1G hugetlb initialization
[PATCH v2 0/2] mm/mmap: simplify vma_merge()
2024-01-25 3:49 UTC (3+ messages)
` [PATCH v2 1/2] mm/mmap: pass vma to vma_merge()
` [PATCH v2 2/2] mm/mmap: remove find_vma_intersection() in vma_merge()
[PATCH 01/28] riscv: abstract envcfg CSR
2024-01-25 2:43 UTC
[PATCH v2] mm/mmap: introduce vma_set_range()
2024-01-25 2:43 UTC (3+ messages)
[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
2024-01-25 2:18 UTC (10+ messages)
` SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
[PATCH v7 0/4] Introduce mseal()
2024-01-25 2:04 UTC (17+ messages)
` [PATCH v7 2/4] mseal: add mseal syscall
[PATCH] mm:vmscan: shrink skip folios in the exiting task
2024-01-25 1:34 UTC (3+ messages)
[PATCH 1/2] userfaultfd: handle zeropage moves by UFFDIO_MOVE
2024-01-25 0:13 UTC
[PATCH 0/3] Memory management patches needed by Rust Binder
2024-01-24 23:46 UTC (6+ messages)
` [PATCH 1/3] rust: add userspace pointers
` [PATCH 2/3] rust: add typed accessors for "
` [PATCH 3/3] rust: add abstraction for `struct page`
[PATCH] exec: Remove __FMODE_EXEC from uselib()
2024-01-24 22:09 UTC (2+ messages)
[GIT PULL] execve fixes for v6.8-rc2
2024-01-24 21:56 UTC (2+ messages)
[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
2024-01-24 21:50 UTC (11+ messages)
[RFC PATCH] mm: z3fold: rename CONFIG_Z3FOLD to CONFIG_Z3FOLD_DEPRECATED
2024-01-24 21:40 UTC (9+ messages)
Project: Improving the PCP allocator
2024-01-24 21:03 UTC (3+ messages)
[PATCH] mm: memcg: optimize parent iteration in memcg_rstat_updated()
2024-01-24 20:53 UTC (3+ messages)
[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
2024-01-24 20:03 UTC (6+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
` [PATCH v7 2/5] dax/bus.c: replace several sprintf() with sysfs_emit()
` [PATCH v7 3/5] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v7 4/5] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v7 5/5] dax: add a sysfs knob to control memmap_on_memory behavior
[6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
2024-01-24 19:41 UTC (13+ messages)
[PATCH] exec: Distinguish in_execve from in_exec
2024-01-24 19:23 UTC
[linux-next:master 1198/1678] include/linux/mm_inline.h:401:30: sparse: sparse: incorrect type in argument 1 (different address spaces)
2024-01-24 19:11 UTC (2+ messages)
[LSF/MM/BPF TOPIC] State Of The Page
2024-01-24 19:05 UTC (6+ messages)
[PATCH] mm/compaction: add check mechanism to avoid cma alloc fail
2024-01-24 18:40 UTC (7+ messages)
` 回复: "
[PATCH] highmem: Add kernel-doc for memcpy_*_folio()
2024-01-24 18:12 UTC
[PATCH 1/2] mm: vmalloc: Improve description of vmap node layer
2024-01-24 18:09 UTC (2+ messages)
` [PATCH 2/2] mm: vmalloc: Refactor vmalloc_dump_obj() function
[PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
2024-01-24 18:01 UTC (9+ messages)
` [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
[PATCH] Revert "mm:vmscan: fix inaccurate reclaim during proactive reclaim"
2024-01-24 17:46 UTC (8+ messages)
[PATCH v2] mm: kmsan: remove runtime checks from kmsan_unpoison_memory()
2024-01-24 17:31 UTC
[PATCH] mm: kmsan: remove runtime checks from kmsan_unpoison_memory()
2024-01-24 17:23 UTC (3+ messages)
[PATCH v4 00/22] stackdepot: allow evicting stack traces
2024-01-24 16:24 UTC (5+ messages)
` [PATCH v4 12/22] lib/stackdepot: use read/write lock
Limited/Broken functionality of ASLR for Libs >= 2MB
2024-01-24 16:08 UTC (8+ messages)
[PATCH v1] mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()
2024-01-24 13:57 UTC (2+ messages)
[PATCH] selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flag
2024-01-24 13:39 UTC (3+ messages)
[PATCH v2] mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page
2024-01-24 13:15 UTC (2+ messages)
[PATCH v9 00/10] Multi-size THP for anonymous memory
2024-01-24 12:42 UTC (10+ messages)
` [PATCH v9 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
[PATCH v11 00/26] DEPT(Dependency Tracker)
2024-01-24 11:59 UTC (27+ messages)
` [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 03/26] dept: Add single event dependency tracker APIs
` [PATCH v11 04/26] dept: Add lock "
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
` [PATCH v11 24/26] dept: Track PG_locked with dept
` [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
` [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling
[PATCH] mm: Remove double faults once write a device pfn
2024-01-24 11:04 UTC (7+ messages)
[PATCH 1/2] mm/hugetlb: Restore the reservation if needed
2024-01-24 9:22 UTC (2+ messages)
[linus:master] [mm] 8d59d2214c: vm-scalability.throughput -36.6% regression
2024-01-24 9:11 UTC (6+ messages)
[PATCH] percpu: improve percpu_alloc_percpu_fail event trace
2024-01-24 8:13 UTC (5+ messages)
[PATCH v2 0/2] mm: zswap: simplify zswap_swapoff()
2024-01-24 7:34 UTC (6+ messages)
` [PATCH v2 1/2] mm: swap: enforce updating inuse_pages at the end of swap_range_free()
` [PATCH v2 2/2] mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()
[PATCH v3] Hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
2024-01-24 7:03 UTC (2+ messages)
Recent-ish changes in binfmt_elf made my program segfault
2024-01-24 6:59 UTC (2+ messages)
[linux-next:master 13015/13783] drivers/net/virtio_net.c:4340:35: error: '%u' directive writing between 1 and 10 bytes into a region of size 9
2024-01-24 6:43 UTC (3+ messages)
[PATCH RFC 0/2] btrfs: defrag: further preparation for multi-page sector size
2024-01-24 5:50 UTC (5+ messages)
[PATCH v1 00/11] mm/memory: optimize fork() with PTE-mapped THP
2024-01-24 5:46 UTC (11+ messages)
` [PATCH v1 01/11] arm/pgtable: define PFN_PTE_SHIFT on arm and arm64
[PATCH] mm/mmap: simplify vma_merge()
2024-01-24 3:45 UTC (3+ messages)
[PATCH v2 0/9] swapin refactor for optimization and unified readahead
2024-01-24 3:31 UTC (9+ messages)
` [PATCH v2 8/9] mm/swap: introduce a helper for swapin without vmfault
[linux-next:master] BUILD REGRESSION 774551425799cb5bbac94e1768fd69eec4f78dd4
2024-01-24 3:23 UTC
[PATCH -next v6 0/2] Make memory reclamation measurable
2024-01-24 2:41 UTC (2+ messages)
[PATCH 0/5] Fix and cleanups to page-writeback
2024-01-24 2:01 UTC (4+ messages)
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2024-01-24 0:09 UTC (9+ messages)
` [PATCH v14] "
[PATCH] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
2024-01-23 23:55 UTC (3+ messages)
` [PATCH v2] "
[PATCH 3/3] mm/maps: read proc/pid/maps under RCU
2024-01-23 23:48 UTC (5+ messages)
[PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe
2024-01-23 23:10 UTC (3+ messages)
` [PATCH v2 2/3] mm: add mm_struct sequence number to detect write locks
` [PATCH v2 3/3] mm/maps: read proc/pid/maps under RCU
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