linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 01:53:12 to 2019-11-01 14:10:31 UTC [more...]

[PATCH v15 00/23] Generic page walk and ptdump
 2019-11-01 14:09 UTC  (13+ messages)
` [PATCH v15 01/23] mm: Add generic p?d_leaf() macros
` [PATCH v15 02/23] arc: mm: Add p?d_leaf() definitions
` [PATCH v15 03/23] arm: "
` [PATCH v15 04/23] arm64: "
` [PATCH v15 05/23] mips: "
` [PATCH v15 06/23] powerpc: "
` [PATCH v15 07/23] riscv: "
` [PATCH v15 08/23] s390: "
` [PATCH v15 09/23] sparc: "
` [PATCH v15 10/23] x86: "
` [PATCH v15 11/23] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v15 12/23] mm: pagewalk: Allow walking without vma

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-01 14:03 UTC  (3+ messages)
` [PATCH v7 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v2] mm: fix trying to reclaim unevictable lru page when calling madvise_pageout
 2019-11-01 13:50 UTC  (2+ messages)

[linux-next:master 5734/8210] mm/page_alloc.c:1956: undefined reference to `zone_pcp_update'
 2019-11-01 13:38 UTC  (2+ messages)

[PATCH] mm: fix unevictable page reclaim when calling madvise_pageout
 2019-11-01 12:56 UTC  (15+ messages)

[PATCH RFC v2 00/25] Add KernelMemorySanitizer infrastructure
 2019-11-01 12:52 UTC  (9+ messages)
` [PATCH RFC v2 02/25] stackdepot: prevent Clang from optimizing away stackdepot_memcmp()
` [PATCH RFC v2 07/25] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH RFC v2 18/25] kmsan: call KMSAN hooks where needed

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-01 12:05 UTC  (32+ 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

[RFC 00/10] autonuma: Optimize memory placement in memory tiering system
 2019-11-01 11:13 UTC  (15+ 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

[PATCH] kernel: sysctl: make drop_caches write-only
 2019-11-01 11:09 UTC  (5+ messages)

[PATCH v2 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-01 10:14 UTC  (18+ messages)
` [PATCH v2 01/13] alpha: use pgtable-nop4d instead of 4level-fixup
` [PATCH v2 02/13] arm: nommu: use pgtable-nopud "
` [PATCH v2 03/13] c6x: "
` [PATCH v2 04/13] m68k: nommu: "
` [PATCH v2 05/13] m68k: mm: use pgtable-nopXd "
` [PATCH v2 06/13] microblaze: use pgtable-nopmd "
` [PATCH v2 07/13] nds32: "
` [PATCH v2 08/13] parisc: use pgtable-nopXd "
` [PATCH v2 09/13] parisc/hugetlb: "
` [PATCH v2 10/13] sparc32: use pgtable-nopud "
` [PATCH v2 11/13] um: remove unused pxx_offset_proc() and addr_pte() functions
` [PATCH v2 12/13] um: add support for folded p4d page tables
` [PATCH v2 13/13] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

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  (31+ 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 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [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 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[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  (13+ messages)

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

[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  (10+ 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: 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  (9+ 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).