linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 12:11:52 to 2020-04-29 01:55:05 UTC [more...]

linux-next: Tree for Apr 28
 2020-04-29  1:54 UTC  (4+ messages)

[net-next PATCH V3 0/3] Fix page_pool API and dma address storage
 2020-04-29  1:54 UTC  (4+ messages)
` [net-next PATCH V3 1/3] mm: add dma_addr_t to struct page

[PATCH 0/7] Record the mm_struct in the page table pages
 2020-04-29  1:51 UTC  (13+ messages)
` [PATCH 1/7] mm: Document x86 uses a linked list of pgds
` [PATCH 2/7] mm: Move pt_mm within struct page
` [PATCH 3/7] arm: Thread mm_struct throughout page table allocation
` [PATCH 4/7] arm64: "
` [PATCH 5/7] m68k: "
` [PATCH 6/7] mm: Set pt_mm in PTE constructor
` [PATCH 7/7] mm: Set pt_mm in PMD constructor

[PATCH] mips/mm: Add page soft dirty tracking
 2020-04-29  1:41 UTC 

[PATCH v2 0/3] Offline memoryless cpuless node 0
 2020-04-29  1:41 UTC  (6+ messages)
` [PATCH v2 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH v2 2/3] powerpc/numa: Prefer node id queried from vphn
` [PATCH v2 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[PATCH] mm/madvise: make function 'do_process_madvise' static
 2020-04-29  1:40 UTC 

[PATCH v2] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots()
 2020-04-29  0:52 UTC  (10+ messages)

[PATCH v4 0/2] add callbacks for inaccessible pages
 2020-04-29  0:42 UTC  (16+ messages)
` [PATCH v4 2/2] mm/gup/writeback: "

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-04-29  0:29 UTC  (12+ messages)
` [PATCH v6 06/12] "
  ` [regression] "
          ` [regression?] "

[PATCH v1 1/1] fs/splice: add missing callback for inaccessible pages
 2020-04-29  0:25 UTC  (2+ messages)

[patch] mm, oom: stop reclaiming if GFP_ATOMIC will start failing soon
 2020-04-28 23:37 UTC  (11+ messages)

[PATCH] mm/slub: do not place freelist pointer to middle of object if redzone is on
 2020-04-28 23:18 UTC  (4+ messages)
  `  "

[PATCH v4] mm: Proactive compaction
 2020-04-28 22:10 UTC 

[RFC PATCH 0/8] dax: Add a dax-rmap tree to support reflink
 2020-04-28 22:02 UTC  (9+ messages)
  ` 回复: "

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-04-28 21:47 UTC  (6+ messages)
` [PATCH v5 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH v5 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH v5 3/4] mm: Charge active memcg when no mm is set
` [PATCH v5 4/4] loop: Charge i/o to mem and blk cg

[PATCH 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-04-28 21:19 UTC  (5+ messages)
` [PATCH 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection
` [PATCH 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks

[PATCH 00/24] Introduce kvfree_rcu(1 or 2 arguments)
 2020-04-28 20:59 UTC  (25+ messages)
` [PATCH 01/24] rcu/tree: Keep kfree_rcu() awake during lock contention
` [PATCH 02/24] rcu/tree: Skip entry into the page allocator for PREEMPT_RT
` [PATCH 03/24] rcu/tree: Use consistent style for comments
` [PATCH 04/24] rcu/tree: Repeat the monitor if any free channel is busy
` [PATCH 05/24] rcu/tree: Simplify debug_objects handling
` [PATCH 06/24] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
` [PATCH 07/24] rcu/tree: move locking/unlocking to separate functions
` [PATCH 08/24] rcu/tree: Use static initializer for krc.lock
` [PATCH 09/24] rcu/tree: cache specified number of objects
` [PATCH 10/24] rcu/tree: add rcutree.rcu_min_cached_objs description
` [PATCH 11/24] rcu/tree: Maintain separate array for vmalloc ptrs
` [PATCH 12/24] rcu/tiny: support vmalloc in tiny-RCU
` [PATCH 13/24] rcu: Rename rcu_invoke_kfree_callback/rcu_kfree_callback
` [PATCH 14/24] rcu: Rename __is_kfree_rcu_offset() macro
` [PATCH 15/24] rcu: Rename kfree_call_rcu() to the kvfree_call_rcu()
` [PATCH 16/24] mm/list_lru.c: Rename kvfree_rcu() to local variant
` [PATCH 17/24] rcu: Introduce 2 arg kvfree_rcu() interface
` [PATCH 18/24] mm/list_lru.c: Remove kvfree_rcu_local() function
` [PATCH 19/24] rcu/tree: Support reclaim for head-less object
` [PATCH 20/24] rcu/tree: Make kvfree_rcu() tolerate any alignment
` [PATCH 21/24] rcu/tiny: move kvfree_call_rcu() out of header
` [PATCH 22/24] rcu/tiny: support reclaim for head-less object
` [PATCH 23/24] rcu: Introduce 1 arg kvfree_rcu() interface
` [PATCH 24/24] lib/test_vmalloc.c: Add test cases for kvfree_rcu()

[PATCH v4 0/4] Clean up hugetlb boot command line processing
 2020-04-28 20:56 UTC  (5+ messages)
` [PATCH v4 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v4 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v4 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v4 4/4] hugetlbfs: clean up command line processing

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-04-28 19:40 UTC  (13+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 10/23] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass

memleak in cgroup
 2020-04-28 17:45 UTC  (5+ messages)

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-04-28 17:45 UTC  (10+ messages)
` [PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()

[PATCH 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-04-28 16:40 UTC  (12+ messages)
` [PATCH 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH 2/5] coredump: Fix handling of partial writes in dump_emit()
` [PATCH 3/5] coredump: Refactor page range dumping into common helper
` [PATCH 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH 5/5] mm/gup: Take mmap_sem in get_dump_page()

[PATCH v9 00/15] Introduce Data Access MONitor (DAMON)
 2020-04-28 16:17 UTC  (5+ messages)
` [PATCH v9 15/15] MAINTAINERS: Update for DAMON
  ` Re: [PATCH v9 00/15] Introduce Data Access MONitor (DAMON)

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-28 14:24 UTC  (11+ messages)

[PATCH v2 0/4] mm/slub: Fix sysfs circular locking dependency
 2020-04-28 14:06 UTC  (9+ messages)
` [PATCH v2 1/4] mm, slab: Revert "extend slab/shrink to shrink all memcg caches"
` [PATCH v2 2/4] mm/slub: Fix slab_mutex circular locking problem in slab_attr_store()
` [PATCH v2 3/4] mm/slub: Fix another circular locking dependency "
` [PATCH v2 4/4] mm/slub: Fix sysfs shrink circular locking dependency

[PATCH] mm/gup.c: Updating the documentation
 2020-04-28 13:47 UTC  (4+ messages)

[PATCH 0/3] mm: improve proportional memcg protection
 2020-04-28 12:42 UTC  (10+ messages)

Re [PATCH] [RFC]hugetlbfs: Get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
 2020-04-28 11:49 UTC 

Tmpfs size accounting misses memory allocations
 2020-04-28 10:51 UTC  (3+ messages)

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-04-28 10:18 UTC  (11+ messages)
` [PATCH v3 1/5] kernel/sysctl: "
` [PATCH v3 2/5] kernel/sysctl: support handling command line aliases
` [PATCH v3 3/5] kernel/hung_task convert hung_task_panic boot parameter to sysctl
` [PATCH v3 4/5] tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-04-28  6:49 UTC  (5+ messages)
` [PATCH 16/18] "

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-28  4:17 UTC  (8+ messages)
` [PATCH v3 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code

mmotm 2020-04-26-00-15 uploaded
 2020-04-27 23:45 UTC  (7+ messages)
` mmotm 2020-04-26-00-15 uploaded (mm/madvise.c)

mmotm 2020-04-27-16-36 uploaded
 2020-04-27 23:37 UTC 

[PATCH] [RFC]hugetlbfs: Get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
 2020-04-27 22:46 UTC  (2+ messages)

[PATCH] swap: Try to scan more free slots even when fragmented
 2020-04-27 21:18 UTC  (2+ messages)

[PATCH 0/4] Extract DEBUG_WX to shared use
 2020-04-27 19:42 UTC  (5+ messages)
` [PATCH 1/4] mm: add DEBUG_WX support

[PATCH 1/2] mm, slab: Revert "extend slab/shrink to shrink all memcg caches"
 2020-04-27 19:00 UTC  (6+ messages)
` [PATCH 2/2] mm/slub: Fix slab_mutex circular locking problem in slab_attr_store()

[PATCH v2] mm/slub: Fix incorrect interpretation of s->offset
 2020-04-27 17:49 UTC  (5+ messages)

[PATCH] mm, memcg: fix wrong mem cgroup protection
 2020-04-27 16:52 UTC  (8+ messages)

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-27 14:02 UTC  (3+ messages)
` [PATCH v5 22/38] kmsan: net: check the value of skb before sending it to the network

[PATCH v5 20/38] kmsan: handle memory sent to/from USB
 2020-04-27 13:59 UTC  (3+ messages)

[PATCH] mm/slub: Fix incorrect checkings of s->offset
 2020-04-27 13:56 UTC  (6+ messages)

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-04-27 13:45 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).