[PATCH v6 00/33] riscv control-flow integrity for usermode
2024-10-08 22:36 UTC
[linux-next:master] BUILD REGRESSION 33ce24234fca4c083e6685a18b460a18ebb5d5c1
2024-10-08 20:51 UTC
[RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges
2024-10-08 20:31 UTC
[syzbot] [mm?] WARNING in vms_complete_munmap_vmas
2024-10-08 20:25 UTC
[RFC PATCH 0/7] support for mm-local memory allocations and use it
2024-10-08 20:06 UTC (2+ messages)
[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
2024-10-08 19:56 UTC (6+ messages)
[PATCH net-next v20 01/14] mm: page_frag: add a test module for page_frag
2024-10-08 19:56 UTC (11+ messages)
` [PATCH net-next v20 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v20 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v20 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v20 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v20 07/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v20 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
` [PATCH net-next v20 10/14] mm: page_frag: introduce prepare/probe/commit API
` [PATCH net-next v20 11/14] mm: page_frag: add testing for the newly added prepare API
` [PATCH net-next v20 13/14] mm: page_frag: update documentation for page_frag
[RFC PATCH v3 0/4] sched+mm: Track lazy active mm existence with hazard pointers
2024-10-08 19:51 UTC (7+ messages)
` [RFC PATCH v3 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH v3 2/4] Documentation: RCU: Refer to ptr_eq()
` [RFC PATCH v3 3/4] hazptr: Implement Hazard Pointers
` [RFC PATCH v3 4/4] sched+mm: Use hazard pointers to track lazy active mm existence
[PATCH 0/3] memory,acpi: resize memory blocks based on CFMW alignment
2024-10-08 19:45 UTC (16+ messages)
` [PATCH 1/3] memory: extern memory_block_size_bytes and set_memory_block_size_order
` [PATCH 2/3] x86/mm: if memblock size is adjusted, update the cached value
` [PATCH 3/3] acpi,srat: reduce memory block size if CFMWS has a smaller alignment
[PATCH] mm, kmsan: instrument copy_from_kernel_nofault
2024-10-08 19:42 UTC (12+ messages)
` [PATCH v2 0/1] mm, kasan, kmsan: copy_from/to_kernel_nofault
` [PATCH v2 1/1] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH v2 5/7] bootmem: Stop using page->index
2024-10-08 19:29 UTC (3+ messages)
[PATCH v3] Fixes: null pointer dereference in pfnmap_lockdep_assert
2024-10-08 19:27 UTC (4+ messages)
[PATCH -v2] Resource: fix region_intersects() for CXL memory
2024-10-08 19:18 UTC (11+ messages)
[PATCH v1 1/1] mm: Remove unused stub for can_swapin_thp()
2024-10-08 19:13 UTC
[linux-next:master 2288/2853] arch/arm64/boot/dts/qcom/msm8998-asus-novago-tp370ql.dtb: clock-controller@c8c0000: clocks: [[31, 0], [34, 178], [144, 1], [144, 0], [145, 1], [145, 0], [146], [0], [0], [0], [34, 184]] is too long
2024-10-08 18:58 UTC
[PATCH] Hitshield : Something new eviction process for MGLRU
2024-10-08 18:50 UTC (2+ messages)
[PATCH v8 00/21] Avoid MAP_FIXED gap exposure
2024-10-08 18:06 UTC (9+ messages)
` [PATCH v8 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [BUG] page table UAF, "
[PATCH v3 0/1] update mseal.rst
2024-10-08 17:48 UTC (5+ messages)
` [PATCH v3 1/1] mseal: "
` [PATCH] mseal.rst additional fix
[syzbot] [mm?] INFO: task hung in hugetlb_fault
2024-10-08 17:36 UTC (2+ messages)
[RESEND][PATCH v4] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
2024-10-08 17:12 UTC (4+ messages)
[linux-next:master 2337/2853] arch/arm/boot/dts/qcom/qcom-msm8974.dtsi:1297.26-1300.6: Warning (unique_unit_address_if_enabled): /soc/efuse@fc4bc000/s9-p1@d8: duplicate unit-address (also used in node /soc/efuse@fc4bc000/s10-p1@d8)
2024-10-08 16:55 UTC
[linux-next:fs-current] BUILD SUCCESS 16f65df8b39e75eeeb6a87c1d98219857d0a482b
2024-10-08 16:44 UTC
[linux-next:pending-fixes] BUILD SUCCESS 9b922be5ccae7d99af3cf9c8218cefb855155c64
2024-10-08 16:40 UTC
[PATCH] Hitshield : Something new eviction process for MGLRU
2024-10-08 16:04 UTC
[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-08 15:20 UTC (4+ messages)
` [PATCH v2 tip/perf/core 1/5] mm: introduce mmap_lock_speculation_{start|end}
[RFC PATCH v1 0/1] seal system mappings
2024-10-08 15:00 UTC (6+ messages)
` [RFC PATCH v1 1/1] exec: "
[PATCH v9 00/29] Generic `Allocator` support for Rust
2024-10-08 14:32 UTC (10+ messages)
` [PATCH v9 07/29] rust: alloc: add module `allocator_test`
` [PATCH v9 19/29] rust: treewide: switch to the kernel `Vec` type
` [PATCH v9 25/29] rust: alloc: implement `Cmalloc` in module allocator_test
[PATCH v3 0/2] vdso: Use only headers from the vdso/ namespace
2024-10-08 14:20 UTC (10+ messages)
` [PATCH v3 2/2] vdso: Introduce vdso/page.h
[PATCH] mm: Enforce a minimal stack gap even against inaccessible VMAs
2024-10-08 14:20 UTC (3+ messages)
Next steps towards shrinking stuct page
2024-10-08 14:16 UTC (2+ messages)
[PATCH] gup: Convert FOLL_TOUCH case in follow_page_pte() to folio
2024-10-08 14:12 UTC (2+ messages)
[RFC 1/2] cma: Fix CMA_MIN_ALIGNMENT_BYTES during early_init
2024-10-08 13:50 UTC (3+ messages)
` [RFC 2/2] fadump: Make fadump reserve_dump_area_start CMA aligned in case of holes
[RFC PATCH] mm: avoid clearing user movable page twice with init_on_alloc=1
2024-10-08 13:46 UTC (6+ messages)
[PATCH v2] mm/slub: Avoid list corruption when removing a slab from the full list
2024-10-08 13:28 UTC (8+ messages)
[syzbot] [mm?] linux-next test error: kernel BUG in folio_add_new_anon_rmap
2024-10-08 13:11 UTC (2+ messages)
[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
2024-10-08 13:08 UTC (2+ messages)
[linux-next:master 2562/2853] sound/soc/codecs/rt-sdw-common.c:87: warning: Function parameter or struct member 'val' not described in 'rt_sdca_index_update_bits'
2024-10-08 11:28 UTC
[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
2024-10-08 10:04 UTC (6+ messages)
` [PATCH RFC v2 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4
` [PATCH RFC v2 2/2] arm64: Support AT_HWCAP3
[syzbot] [bpf?] WARNING in push_jmp_history
2024-10-08 10:01 UTC (3+ messages)
[PATCH v3] SLUB: Add support for per object memory policies
2024-10-08 9:48 UTC (4+ messages)
[PATCH V2 0/4] A few fixes for RISC-V
2024-10-08 9:41 UTC (5+ messages)
` [PATCH V2 1/4] riscv: Remove unused GENERATING_ASM_OFFSETS
` [PATCH V2 2/4] riscv: Remove duplicated GET_RM
` [PATCH V2 3/4] selftest/mm: Fix typo in virtual_address_range
` [PATCH V2 4/4] selftests/mm: skip virtual_address_range tests on riscv
[linux-next:master 2050/2483] include/linux/fault-inject.h:97:15: error: unknown type name 'bool'
2024-10-08 9:30 UTC (3+ messages)
[PATCH v2 0/1] remove SWAP_MAP_SHMEM
2024-10-08 9:27 UTC (3+ messages)
[linus:master] [mm] cacded5e42: aim9.brk_test.ops_per_sec -5.0% regression
2024-10-08 8:44 UTC (4+ messages)
[PATCH] mm/mremap: Fix move_normal_pmd/retract_page_tables race
2024-10-08 8:21 UTC (6+ messages)
[linux-next:master] [nfsd] 8cb33389f6: fsmark.app_overhead 81.6% regression
2024-10-08 8:01 UTC (3+ messages)
[PATCH] mm/hugetlb: Fix hugepage allocation for interleaved memory nodes
2024-10-08 7:59 UTC (3+ messages)
[PATCH 00/33] riscv control-flow integrity for usermode
2024-10-08 6:27 UTC (8+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
2024-10-08 6:19 UTC (4+ messages)
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
[PATCH v7 0/2] Do not shatter hugezeropage on wp-fault
2024-10-08 6:17 UTC (3+ messages)
` [PATCH v7 1/2] mm: Abstract THP allocation
` [PATCH v7 2/2] mm: Allocate THP on hugezeropage wp-fault
[PATCH 1/1] mm/migrate: Trylock device page in do_swap_page
2024-10-08 5:39 UTC (13+ messages)
[PATCH v4 9/9] mm: Consolidate common checks in hugetlb_get_unmapped_area
2024-10-08 5:37 UTC (2+ messages)
[linux-next:master 385/2483] parallel-display.c:undefined reference to `drm_bridge_connector_init'
2024-10-08 5:06 UTC
[PATCH 1/1] mm/slab: remove duplicate check in create_cache()
2024-10-08 3:29 UTC (3+ messages)
[PATCH v3] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
2024-10-08 3:23 UTC (2+ messages)
[PATCH v3] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
2024-10-08 3:20 UTC (2+ messages)
[PATCH] mm: swap: prevent possible data-race in __try_to_reclaim_swap
2024-10-08 2:35 UTC (4+ messages)
回复: 回复: [External Mail]Re: [PATCH v2] mm/cma: print total and used count in cma_alloc()
2024-10-08 2:13 UTC
[RFC PATCH v3 00/10] Add support for shared PTEs across processes
2024-10-08 1:37 UTC (21+ messages)
` [RFC PATCH v3 06/10] mm/mshare: Add vm flag for shared PTEs
` [RFC PATCH v3 08/10] mm/mshare: Add basic page table sharing support
` [RFC PATCH v3 09/10] mm: create __do_mmap() to take an mm_struct * arg
[PATCH] mm: remove the newlines, which are added for unknown reasons and interfere with bug analysis
2024-10-08 1:25 UTC (6+ messages)
[PATCH] mm/vmstat: Fix -Wenum-enum-conversion warning in vmstat.h
2024-10-08 0:51 UTC (3+ messages)
[PATCH] dcssblk: Mark DAX broken
2024-10-08 0:28 UTC (3+ messages)
[PATCH v2] mm: swap: prevent possible data-race in __try_to_reclaim_swap
2024-10-07 22:41 UTC (2+ messages)
[PATCH] maple_tree: fix outdated flag name in comment
2024-10-07 21:47 UTC
[PATCH hotfix 6.12 v3 0/2] maple_tree: correct tree corruption on spanning store
2024-10-07 20:39 UTC (5+ messages)
` [PATCH hotfix 6.12 v3 1/2] "
` [PATCH hotfix 6.12 v3 2/2] maple_tree: add regression test for spanning store bug
[RFC PATCH v2 0/4] sched+mm: Track lazy active mm existence with hazard pointers
2024-10-07 19:08 UTC (9+ messages)
` [RFC PATCH v2 3/4] hp: Implement Hazard Pointers
[linux-next:master] [cpuidle] 38f83090f5: fsmark.app_overhead 51.9% regression
2024-10-07 19:07 UTC (4+ messages)
[syzbot] [mm?] [bluetooth?] INFO: rcu detected stall in vhci_release
2024-10-07 17:56 UTC (2+ messages)
[RFC PATCH v1 0/2] Userspace Can Control Memory Failure Recovery
2024-10-07 17:24 UTC (5+ messages)
` [RFC PATCH v1 1/2] mm/memory-failure: introduce global MFR policy
[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
2024-10-07 16:58 UTC (7+ messages)
[PATCH] mm/slub: Avoid list corruption when removing a slab from the full list
2024-10-07 15:57 UTC (2+ messages)
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