linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 18:01:57 to 2019-11-01 08:26:45 UTC [more...]

[PATCH RFC v2 00/25] Add KernelMemorySanitizer infrastructure
 2019-11-01  8:26 UTC  (6+ messages)
` [PATCH RFC v2 02/25] stackdepot: prevent Clang from optimizing away stackdepot_memcmp()
` [PATCH RFC v2 18/25] kmsan: call KMSAN hooks where needed

[RFC 00/10] autonuma: Optimize memory placement in memory tiering system
 2019-11-01  7:57 UTC  (11+ messages)
` [RFC 01/10] autonuma: Fix watermark checking in migrate_balanced_pgdat()
` [RFC 02/10] autonuma: Reduce cache footprint when scanning page tables
` [RFC 03/10] autonuma: Add NUMA_BALANCING_MEMORY_TIERING mode
` [RFC 04/10] autonuma, memory tiering: Rate limit NUMA migration throughput
` [RFC 05/10] autonuma, memory tiering: Use kswapd to demote cold pages to PMEM
` [RFC 06/10] autonuma, memory tiering: Skip to scan fastest memory
` [RFC 07/10] autonuma, memory tiering: Only promote page if accessed twice
` [RFC 08/10] autonuma, memory tiering: Select hotter pages to promote to fast memory node
` [RFC 09/10] autonuma, memory tiering: Double hot threshold for write hint page fault
` [RFC 10/10] autonuma, memory tiering: Adjust hot threshold automatically

mmotm 2019-10-31-18-51 uploaded
 2019-11-01  1:52 UTC 

WARNING in print_bfs_bug
 2019-11-01  1:02 UTC 

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-01  0:48 UTC  (40+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 06/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 12/19] mm/gup: track FOLL_PIN pages
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 14/19] vfio, mm: "
` [PATCH 15/19] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH 16/19] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH 17/19] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH 18/19] mm/gup: remove support for gup(FOLL_LONGTERM)
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-10-31 23:46 UTC  (29+ messages)
` [PATCH 01/28] xfs: Lower CIL flush limit for large logs
` [PATCH 02/28] xfs: Throttle commits on delayed background CIL push
` [PATCH 03/28] xfs: don't allow log IO to be throttled
` [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/28] xfs: correctly acount for reclaimable slabs
` [PATCH 06/28] xfs: factor common AIL item deletion code
` [PATCH 07/28] xfs: tail updates only need to occur when LSN changes
` [PATCH 08/28] xfs: factor inode lookup from xfs_ifree_cluster
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 10/28] shrinkers: use defer_work for GFP_NOFS sensitive shrinkers
` [PATCH 11/28] mm: factor shrinker work calculations
` [PATCH 12/28] shrinker: defer work only to kswapd
` [PATCH 13/28] shrinker: clean up variable types and tracepoints
` [PATCH 14/28] mm: reclaim_state records pages reclaimed, not slabs
` [PATCH 15/28] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/28] mm: kswapd backoff for shrinkers
` [PATCH 17/28] xfs: synchronous AIL pushing
` [PATCH 18/28] xfs: don't block kswapd in inode reclaim
` [PATCH 19/28] xfs: reduce kswapd blocking on inode locking
` [PATCH 20/28] xfs: kill background reclaim work
` [PATCH 21/28] xfs: use AIL pushing for inode reclaim IO
` [PATCH 22/28] xfs: remove mode from xfs_reclaim_inodes()
` [PATCH 23/28] xfs: track reclaimable inodes using a LRU list
` [PATCH 24/28] xfs: reclaim inodes from the LRU
` [PATCH 25/28] xfs: remove unusued old inode reclaim code
` [PATCH 26/28] xfs: use xfs_ail_push_all in xfs_reclaim_inodes
` [PATCH 27/28] rwsem: introduce down/up_write_non_owner
` [PATCH 28/28] xfs: rework unreferenced inode lookups

[PATCH] kernel: sysctl: make drop_caches write-only
 2019-10-31 23:28 UTC  (2+ messages)

[PATCH v2] net: fix sk_page_frag() recursion from memory reclaim
 2019-10-31 23:20 UTC  (10+ messages)

[PATCH v3] mm: gup: fix comments of __get_user_pages() and get_user_pages_remote()
 2019-10-31 22:36 UTC  (2+ messages)

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-10-31 21:52 UTC  (27+ messages)

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-31 21:22 UTC  (11+ messages)
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability
` [PATCH 23/26] xfs: reclaim inodes from the LRU

[linux-next:pending-fixes] BUILD SUCCESS d705bb4f2860fa79facc63b694625c96bad63a22
 2019-10-31 20:43 UTC 

[PATCH 00/16] The new slab memory controller
 2019-10-31 18:50 UTC  (8+ messages)
` [PATCH 09/16] mm: memcg/slab: charge individual slab objects instead of pages

[PATCH v2] mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properly
 2019-10-31 18:16 UTC  (4+ messages)

[PATCH v6 3/4] arm64: use both ZONE_DMA and ZONE_DMA32
 2019-10-31 18:13 UTC  (10+ messages)

[PATCH] mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()
 2019-10-31 18:10 UTC  (4+ messages)

[PATCH v3 0/3] HMM tests and minor fixes
 2019-10-31 17:48 UTC  (11+ messages)
` [PATCH v3 3/3] mm/hmm/test: add self tests for HMM

[PATCH v14 12/22] mm: pagewalk: Allow walking without vma
 2019-10-31 17:22 UTC  (3+ messages)
` [mm] 9343f6818b: BUG:kernel_NULL_pointer_dereference,address

[PATCH] mm: fix unevictable page reclaim when calling madvise_pageout
 2019-10-31 17:17 UTC  (15+ messages)

[PATCH] mm: do not free shared swap slots
 2019-10-31 17:15 UTC  (5+ messages)

[PATCH v7 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-10-31 17:05 UTC  (5+ messages)
` [PATCH v7 5/9] hugetlb: disable region_add file_region coalescing

[PATCH] mm: mempolicy: fix the wrong return value and potential pages leak of mbind
 2019-10-31 15:47 UTC  (6+ messages)
  `  "

[PATCH v14 00/22] Generic page walk and ptdump
 2019-10-31 14:37 UTC  (8+ messages)
` [PATCH v14 21/22] arm64: mm: Convert mm/dump.c to use walk_page_range()
      ` [PATCH] mm: ptdump: Reduce level numbers by 1 in note_page()

[PATCH v1 00/12] powerpc/pseries: CMM: Implement balloon compaction and remove isolate notifier
 2019-10-31 14:35 UTC  (14+ messages)
` [PATCH v1 01/12] powerpc/pseries: CMM: Implement release() function for sysfs device
` [PATCH v1 02/12] powerpc/pseries: CMM: Report errors when registering notifiers fails
` [PATCH v1 03/12] powerpc/pseries: CMM: Cleanup rc handling in cmm_init()
` [PATCH v1 04/12] powerpc/pseries: CMM: Drop page array
` [PATCH v1 05/12] powerpc/pseries: CMM: Use adjust_managed_page_count() insted of totalram_pages_*
` [PATCH v1 06/12] powerpc/pseries: CMM: Rip out memory isolate notifier
` [PATCH v1 07/12] powerpc/pseries: CMM: Convert loaned_pages to an atomic_long_t
` [PATCH v1 08/12] powerpc/pseries: CMM: Implement balloon compaction
` [PATCH v1 09/12] powerpc/pseries: CMM: Switch to balloon_page_alloc()
` [PATCH v1 10/12] powerpc/pseries: CMM: Simulation mode
` [PATCH v1 11/12] mm: remove the memory isolate notifier
` [PATCH v1 12/12] mm: remove "count" parameter from has_unmovable_pages()

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-31 13:50 UTC  (8+ messages)

[PATCH v2] mm: Fix checking unmapped holes for mbind
 2019-10-31 12:32 UTC  (7+ messages)

[PATCH] mm/filemap: do not allocate cache pages beyond end of file at read
 2019-10-31 11:40 UTC  (9+ messages)

[linux-next:master] BUILD INCOMPLETE fdbc6c104f956257ee41b8be7c846e6c2035291e
 2019-10-31 11:31 UTC 

[PATCH v11 0/4] kasan: support backing vmalloc space with real shadow memory
 2019-10-31  9:39 UTC  (5+ messages)
` [PATCH v11 1/4] "
` [PATCH v11 2/4] kasan: add test for vmalloc
` [PATCH v11 3/4] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v11 4/4] x86/kasan: support KASAN_VMALLOC

[PATCH v10 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-31  9:36 UTC  (4+ messages)
` [PATCH v10 1/5] "

[PATCH] mm/sparse: Consistently do not zero memmap
 2019-10-31  7:25 UTC  (12+ messages)

[PATCH] MAINTAINERS: update information for "MEMORY MANAGEMENT"
 2019-10-31  1:21 UTC  (2+ messages)

[RFC v2] mm: Proactive compaction
 2019-10-31  0:51 UTC 

[PATCH] mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properly
 2019-10-30 21:35 UTC  (5+ messages)

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-30 21:02 UTC  (10+ messages)
` [RFC PATCH 09/13] x86/cpufeature: Add detection of KVM XO
` [RFC PATCH 13/13] x86/Kconfig: Add Kconfig for KVM based XO

[PATCH v2] mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
 2019-10-30 20:42 UTC 

[PATCH V2] kernel: dma: contigous: Make CMA parameters __initdata/__initconst
 2019-10-30 18:12 UTC  (2+ messages)

[PATCH] mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
 2019-10-30 18:06 UTC  (4+ 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).