linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-20  5:45 UTC  (22+ messages)
` [RFC][PATCH 01/12] crypto: Remove u128 usage
` [RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128
` [RFC][PATCH 03/12] cyrpto/b128ops: Remove struct u128
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 06/12] instrumentation: Wire up cmpxchg128()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 10/12] x86,intel_iommu: "
` [RFC][PATCH 11/12] slub: "
` [RFC][PATCH 12/12] arch: Remove cmpxchg_double

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-20  5:40 UTC  (4+ messages)
` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey()
` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[linux-stable-rc:linux-4.19.y 2814/4647] include/linux/nodemask.h:380:20: error: comparison of unsigned expression in '>= 0' is always true
 2022-12-20  5:12 UTC 

[PATCH AUTOSEL 5.4 1/5] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
 2022-12-20  1:22 UTC 

[PATCH AUTOSEL 5.10 1/5] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
 2022-12-20  1:22 UTC 

[PATCH AUTOSEL 5.15 5/9] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
 2022-12-20  1:21 UTC 

[PATCH AUTOSEL 6.0 07/16] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
 2022-12-20  1:21 UTC 

[PATCH AUTOSEL 6.1 07/16] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
 2022-12-20  1:20 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-19 23:24 UTC  (4+ messages)
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH v3] mm: Add nodes= arg to memory.reclaim
 2022-12-19 22:42 UTC  (6+ messages)
  ` [PATCH] Revert "mm: add nodes= arg to memory.reclaim"

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-12-19 20:08 UTC  (5+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table

[RFC v3 0/4] move PG_slab flag to page_type
 2022-12-19 19:35 UTC  (7+ messages)
` [RFC v3 1/4] mm/hwpoison: remove MF_MSG_SLAB from action_page_types
` [RFC v3 2/4] mm: move PG_slab flag to page_type
` [RFC v3 3/4] mm, printk: introduce new format %pGt for page_type
` [RFC v3 4/4] mm/debug: use %pGt to print page_type in dump_page()

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-19 19:22 UTC  (3+ messages)

[PATCH v2 0/4] Clean up and fixes for swap
 2022-12-19 18:58 UTC  (5+ messages)
` [PATCH v2 1/4] swapfile: get rid of volatile and avoid redundant read
` [PATCH v2 2/4] swap: avoid a redundant pte map if ra window is 1
` [PATCH v2 3/4] swap: fold swap_ra_clamp_pfn into swap_ra_info
` [PATCH v2 4/4] swap: avoid holding swap reference in swap_cache_get_folio

[PATCH v4] kasan: allow sampling page_alloc allocations for HW_TAGS
 2022-12-19 18:09 UTC 

[linus:master] will-it-scale.per_thread_ops -40.2% regression in mmap1 benchmark
 2022-12-19 18:09 UTC  (2+ messages)

[PATCH v3] kasan: allow sampling page_alloc allocations for HW_TAGS
 2022-12-19 18:08 UTC  (3+ messages)

[PATCH mm-unstable 0/2] two fixups for DAMON sysfs' scheme filters support
 2022-12-19 17:18 UTC  (3+ messages)
` [PATCH mm-unstable 1/2] mm/damon/sysfs-schemes: Fix leaking a filter for wrong cgroup path
` [PATCH mm-unstable 2/2] mm/damon/sysfs-schemes: Return an error for filter memcg path id lookup failure

[PATCH mm-stable RFC 0/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
 2022-12-19 16:30 UTC  (3+ messages)
` [PATCH mm-stable RFC 1/2] mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping()
` [PATCH mm-stable RFC 2/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings

[PATCH v2 0/2] maple_tree: Fix mas_spanning_rebalance() on
 2022-12-19 16:20 UTC  (3+ messages)
` [PATCH v2 2/2] test_maple_tree: Add test for mas_spanning_rebalance() on insufficient data
` [PATCH v2 1/2] maple_tree: Fix "

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-12-19 15:44 UTC  (9+ messages)
` [PATCH 11/13] x86_64: Remove pointless set_64bit() usage

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-19 14:36 UTC  (18+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes

[linux-next:master] BUILD REGRESSION d650871875b2ccc670f1044be7f3cc90f276745d
 2022-12-19 14:34 UTC 

[GIT PULL] Final MM updates for 6.2-rc1
 2022-12-19 14:30 UTC  (2+ messages)

[GIT PULL] final non-MM updates for 6.2-rc1
 2022-12-19 14:30 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 16cba743aec05780e9edd932a07c26ea473c9205
 2022-12-19 13:46 UTC 

[PATCH v2] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
 2022-12-19 13:45 UTC  (2+ messages)

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-19 13:01 UTC  (19+ messages)
` [PATCH v2 1/7] mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
` [PATCH v2 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
` [PATCH v2 4/7] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
` [PATCH v2 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
` [PATCH v2 6/7] powerpc: mm: add VM_IOREMAP flag to the vmalloc area
` [PATCH v2 7/7] sh: mm: set "

[PATCH] mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
 2022-12-19 12:25 UTC  (3+ messages)

[PATCH v4 0/3] mm/mprotect: Fix soft-dirty checks
 2022-12-19 12:19 UTC  (7+ messages)
` [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()

[PATCH v2] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-12-19 12:06 UTC  (3+ messages)

[PATCH -next v8 0/4]arm64: add machine check safe support
 2022-12-19 12:00 UTC  (5+ messages)
` [PATCH -next v8 1/4] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH -next v8 2/4] arm64: add support for machine check error safe
` [PATCH -next v8 3/4] arm64: add uaccess to machine check safe
` [PATCH -next v8 4/4] arm64: add cow "

[linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
 2022-12-19 11:28 UTC 

[syzbot] [vfs?] [ntfs3?] [tmpfs?] WARNING in lookup_slow
 2022-12-19 10:37 UTC 

[PATCH] mm: remove unused alloc_pages_bulk_list()
 2022-12-19 10:07 UTC  (4+ messages)

[linux-next:master 15348/15487] lib/dhry_run.c:61:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
 2022-12-19  9:50 UTC 

[PATCH] mm: new primitive kvmemdup()
 2022-12-19  6:29 UTC  (3+ messages)

[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2022-12-19  4:22 UTC  (11+ messages)
` [PATCH 01/10] docs: cgroup-v1: extend underline of section 8
` [PATCH 02/10] docs: cgroup-v1: replace custom note constructs with appropriate admonition blocks
` [PATCH 03/10] docs: cgroup-v1: wrap remaining admonitions in "
` [PATCH 04/10] docs: cgroup-v1: use code block for locking order schema
` [PATCH 05/10] docs: cgroup-v1: fix footnotes
` [PATCH 06/10] docs: cgroup-v1: move hierarchy of accounting caption
` [PATCH 07/10] docs: cgroup-v1: use bullet lists for list of stat file tables
` [PATCH 08/10] docs: cgroup-v1: use make swap extension subsections subsections
` [PATCH 09/10] docs: cgroup-v1: add internal cross-references
` [PATCH 10/10] docs: cgroup-v1: use numbered lists for user interface setup

[syzbot] BUG: unable to handle kernel NULL pointer dereference in unlock_page (2)
 2022-12-19  3:18 UTC 

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-19  1:40 UTC  (4+ messages)

BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
 2022-12-18 22:47 UTC  (5+ messages)

[PATCH v3 1/3] Replace invocation of weak PRNG in mm/slab.c
 2022-12-18 18:18 UTC  (2+ messages)
` [PATCH v3 2/3] Replace invocation of weak PRNG inside mm/slab_common.c

[PATCH V2] mm/slab: remove unused slab_early_init
 2022-12-18 12:31 UTC 

[PATCH] mm/slab: remove unused slab_early_init
 2022-12-18 12:21 UTC  (4+ messages)

[PATCH -mm 0/2] mm: page_ext: split page_ext flags
 2022-12-18 11:22 UTC  (9+ messages)
` [PATCH -mm 1/2] mm: page_owner: split page_owner's flag from the comm flags
` [PATCH -mm 2/2] mm: page_idle: split 32bit page_idle's flag from the common flags

[PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
 2022-12-18 10:16 UTC  (3+ messages)
` [PATCH 10/12] mm, slub: remove percpu slabs with CONFIG_SLUB_TINY

[PATCH] cma:tracing: Print alloc result in trace_cma_alloc_finish
 2022-12-18  1:20 UTC  (2+ messages)

[akpm-mm:mm-nonmm-unstable 15/15] lib/dhry_run.c:61:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
 2022-12-17 18:48 UTC 

[akpm-mm:mm-unstable 57/72] htmldocs: Documentation/admin-guide/cgroup-v1/memory.rst:723: WARNING: Title underline too short
 2022-12-17 16:17 UTC 

[syzbot] [udf?] BUG: unable to handle kernel NULL pointer dereference in __writepage
 2022-12-17 15:04 UTC 

[linux-next:master 14263/14897] drivers/iio/adc/twl6030-gpadc.c:955:16-23: duplicated argument to & or | (fwd)
 2022-12-17 14:00 UTC  (2+ messages)

[PATCHv2 11/11] dmapool: link blocks across pages
 2022-12-17  3:49 UTC  (3+ messages)

[PATCH 0/2] mm: Fixes on pte markers
 2022-12-17  2:59 UTC  (5+ messages)
` [PATCH 1/2] mm/uffd: Fix pte marker when fork() without fork event
` [PATCH 2/2] mm: Fix a few rare cases of using swapin error pte marker

[PATCH -next v3] mm: hwposion: support recovery from ksm_might_need_to_copy()
 2022-12-17  2:24 UTC  (4+ messages)
` [PATCH -next resend "

[PATCH 1/2] hugetlb: really allocate vma lock for all sharable vmas
 2022-12-17  2:01 UTC  (4+ messages)
` [PATCH 2/2] hugetlb: update vma flag check for hugetlb vma lock

[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
 2022-12-17  1:58 UTC  (7+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall

[PATCH v1 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-17  1:14 UTC  (3+ messages)

[PATCH AUTOSEL 4.9] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 4.14] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 4.19] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 5.4 2/2] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:11 UTC 

[PATCH AUTOSEL 5.10 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:10 UTC 

[PATCH AUTOSEL 5.15 5/5] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:10 UTC 

[PATCH AUTOSEL 6.0 6/8] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:10 UTC 

[PATCH AUTOSEL 6.1 6/9] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-12-17  0:09 UTC 

[PATCH 00/11] implement DAMOS filtering for anon pages and
 2022-12-17  0:02 UTC  (3+ messages)

[PATCH v6 3/6] mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
 2022-12-16 23:40 UTC  (10+ messages)

[PATCH mm-unstable] mm: move folio_set_compound_order() to mm/internal.h
 2022-12-16 23:10 UTC  (5+ messages)

[PATCH v9 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-12-16 22:47 UTC  (5+ messages)
` [PATCH v9 3/5] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full

[PATCH] hugetlb: initialize variable to avoid compiler warning
 2022-12-16 22:45 UTC 

[PATCH] selftest/vm: add mremap expand merge offset test
 2022-12-16 21:44 UTC 

[PATCH] maple_tree: Fix mas_spanning_rebalance() on insufficient data
 2022-12-16 20:47 UTC  (4+ messages)

[PATCHv2 00/11] dmapool enhancements
 2022-12-16 20:16 UTC  (2+ messages)
` [PATCHv2 10/11] dmapool: don't memset on free twice

page:  |  | latest

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