linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/6] Fix some bugs about HugeTLB code
 2021-01-08  8:28 UTC  (46+ messages)
` [PATCH v2 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
    ` [External] "
` [PATCH v2 2/6] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
    ` [External] "
` [PATCH v2 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
      ` [External] "
` [PATCH v2 4/6] mm: hugetlb: add return -EAGAIN for dissolve_free_huge_page
    ` [External] "
` [PATCH v2 5/6] mm: hugetlb: fix a race between isolating and freeing page
` [PATCH v2 6/6] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
  ` [External] Re: [PATCH v2 0/6] Fix some bugs about HugeTLB code

[PATCH 0/1] arm64: make section size configurable for memory hotplug
 2021-01-08  7:02 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v14 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-08  5:32 UTC  (5+ messages)
` [PATCH v14 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v14 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v14 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v14 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH v3] kasan: remove redundant config option
 2021-01-08  4:16 UTC  (2+ messages)

[PATCH] mm/filemap: Remove unused parameter and change to void type for replace_page_cache_page()
 2021-01-08  2:36 UTC 

[PATCH] mm: kmem: make __memcg_kmem_(un)charge static
 2021-01-08  2:03 UTC 

[PATCH] mm/hugetlb: Fix potential double free in hugetlb_register_node() error path
 2021-01-08  1:41 UTC  (4+ messages)

[PATCH] kasan: remove redundant config option
 2021-01-08  1:38 UTC  (3+ messages)

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-08  0:26 UTC  (4+ messages)

[RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup
 2021-01-08  0:25 UTC  (29+ messages)
` [PATCH 0/2] page_count can't be used to decide when wp_page_copy
  ` [PATCH 1/2] mm: proc: Invalidate TLB after clearing soft-dirty page state
  ` [PATCH 2/2] mm: soft_dirty: userfaultfd: introduce wrprotect_tlb_flush_pending

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-07 22:40 UTC  (12+ messages)
` [PATCH v13 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes

[PATCH 3/6] hugetlb: add free page reporting support
 2021-01-07 22:04 UTC  (5+ messages)

[patch V4 0/8] mm/highmem: Preemptible variant of kmap_atomic & friends
 2021-01-07 21:07 UTC  (12+ messages)
` [patch V4 3/8] x86: Support kmap_local() forced debugging
  ` [BUG] from "

[PATCH] mm/hugetlb: Fix potential missing huge page size info
 2021-01-07 19:08 UTC  (2+ messages)

[RFC PATCH 0/2] userfaultfd: handle minor faults, add UFFDIO_CONTINUE
 2021-01-07 19:04 UTC  (3+ messages)
` [RFC PATCH 1/2] userfaultfd: add minor fault registration mode
` [RFC PATCH 2/2] userfaultfd: add UFFDIO_CONTINUE ioctl

[PATCH] mm/memcontrol: fix warning in mem_cgroup_page_lruvec()
 2021-01-07 18:04 UTC  (7+ messages)

[PATCH 4/6] hugetlb: avoid allocation failed when page reporting is on going
 2021-01-07 17:56 UTC  (4+ messages)

[PATCH] mm/zsmalloc: replace if (cond) BUG() with BUG_ON()
 2021-01-07 17:45 UTC  (13+ messages)
` [PATCH] mm/mmap: "

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-07 17:34 UTC  (17+ messages)
` [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v3 PATCH 05/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v3 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v3 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
` [v3 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v3 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline

WARNING in __usbhid_submit_report
 2021-01-07 16:13 UTC 

[PATCH v3 0/4] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-07 13:18 UTC  (7+ messages)
` [PATCH v3 1/4] mm: rename memmap_init() and memmap_init_zone()
` [PATCH v3 2/4] mm: simplify parater of function memmap_init_zone()

[PATCH] mm/vmalloc.c: Fix potential memory leak
 2021-01-07 13:14 UTC  (2+ messages)

[RFC PATCH] tools/perf: Integrate DAMON in perf
 2021-01-07 12:07 UTC 

[PATCH] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
 2021-01-07  9:15 UTC  (7+ messages)

[PATCH v2] kasan: remove redundant config option
 2021-01-07  7:53 UTC 

[PATCH v3 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-01-07  4:18 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v3 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program
` [PATCH v3 bpf-next 3/4] libbpf: introduce section "iter.s/" for "
` [PATCH v3 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

[PATCH 2/6] mm: let user decide page reporting option
 2021-01-07  3:29 UTC  (3+ messages)

[PATCH 1/6] mm: Add batch size for free page reporting
 2021-01-07  2:59 UTC  (3+ messages)

[PATCH 10/11] kasan: fix bug detection via ksize for HW_TAGS mode
 2021-01-07  1:59 UTC  (4+ messages)

[PATCH 0/6] hugetlbfs: support free page reporting
 2021-01-07  1:50 UTC  (3+ messages)

[PATCH] mm: vmscan: support complete shrinker reclaim
 2021-01-06 23:56 UTC  (2+ messages)

[PATCH v2 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-06 21:04 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH] mm: memcg/slab: optimize objcg stock draining
 2021-01-06 20:04 UTC  (5+ messages)

[RFC 0/3] mm, slab, slub: remove cpu and memory hotplug locks
 2021-01-06 19:09 UTC  (5+ messages)
` [RFC 1/3] mm, slab, slub: stop taking memory hotplug lock
` [RFC 2/3] mm, slab, slub: stop taking cpu "
` [RFC 3/3] mm, slub: stop freeing kmem_cache_node structures on node offline

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2021-01-06 17:23 UTC  (5+ messages)
` [PATCH v10 11/13] iommu/arm-smmu-v3: Add SVA device feature

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-06 17:14 UTC  (7+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH 08/10] md: Implement ->corrupted_range()

[PATCH] mm: memcg: add swapcache stat for memcg v2
 2021-01-06 16:42 UTC  (3+ messages)

[PATCH 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
 2021-01-06 16:12 UTC  (3+ messages)

Very slow unlockall()
 2021-01-06 15:20 UTC 

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-06 14:19 UTC  (14+ messages)
` [PATCH v12 01/13] mm/memory_hotplug: Factor out bootmem core functions to bootmem_info.c
` [PATCH v12 02/13] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v12 03/13] mm: Introduce VM_WARN_ON_PAGE macro
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page
` [PATCH v12 05/13] mm/hugetlb: Defer freeing of HugeTLB pages
` [PATCH v12 06/13] mm/hugetlb: Allocate the vmemmap pages associated with each HugeTLB page
` [PATCH v12 07/13] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v12 08/13] mm/hugetlb: Flush work when dissolving a HugeTLB page
` [PATCH v12 09/13] mm/hugetlb: Introduce PageHugeInflight
` [PATCH v12 10/13] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v12 11/13] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v12 12/13] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v12 13/13] mm/hugetlb: Optimize the code with the help of the compiler

page:  |  | latest

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