linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 23:46:55 to 2019-11-04 06:57:48 UTC [more...]

[PATCH v3 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-04  6:56 UTC  (8+ messages)
` [PATCH v3 01/13] alpha: use pgtable-nopud instead of 4level-fixup
` [PATCH v3 02/13] arm: nommu: "
` [PATCH v3 03/13] c6x: "
` [PATCH v3 04/13] m68k: nommu: "
` [PATCH v3 05/13] m68k: mm: use pgtable-nopXd "
` [PATCH v3 06/13] microblaze: use pgtable-nopmd "
` [PATCH v3 07/13] nds32: "

[PATCH v3] mm: Fix checking unmapped holes for mbind
 2019-11-04  6:40 UTC 

[RFC] mm: gup: add helper page_try_gup_pin(page)
 2019-11-04  6:09 UTC  (4+ messages)

[RFC 00/10] autonuma: Optimize memory placement in memory tiering system
 2019-11-04  6:11 UTC  (17+ 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 v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-04  4:18 UTC  (9+ messages)
` [PATCH v10 1/8] mm: ksm: Export ksm_madvise()
` [PATCH v10 2/8] KVM: PPC: Support for running secure guests
` [PATCH v10 3/8] KVM: PPC: Shared pages support for "
` [PATCH v10 4/8] KVM: PPC: Radix changes for secure guest
` [PATCH v10 5/8] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v10 6/8] KVM: PPC: Support reset of secure guest
` [PATCH v10 7/8] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
` [PATCH v10 8/8] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH V9 0/2] arm64/mm: Enable memory hot remove
 2019-11-04  3:57 UTC  (8+ messages)
` [PATCH V9 2/2] "

[RFC v3] mm: add page preemption
 2019-11-04  3:01 UTC  (3+ messages)

[PATCH V8] mm/debug: Add tests validating architecture page table helpers
 2019-11-04  2:15 UTC  (3+ messages)

[PATCH v3 2/2] kasan: add test for invalid size in memmove
 2019-11-04  2:05 UTC 

[PATCH v3 1/2] kasan: detect negative size in memory operation function
 2019-11-04  2:05 UTC 

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

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

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-03 19:53 UTC  (16+ messages)
` [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 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH] kernel: sysctl: make drop_caches write-only
 2019-11-03 19:00 UTC  (12+ messages)

[PATCH] mm/memcontrol: update documentation about invoking oom killer
 2019-11-03 10:46 UTC  (6+ messages)

[PATCH] mm: There should have an unit (kB)
 2019-11-02 23:53 UTC  (3+ messages)

[PATCH v2 1/3] fs: remove redundant cache invalidation after async direct-io write
 2019-11-02 13:13 UTC  (3+ messages)
` [PATCH v2 2/3] fs: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
` [PATCH v2 3/3] fs: warn if stale pagecache is left after direct write

[PATCH v3] mm/memory_hotplug: Fix try_offline_node()
 2019-11-02 12:02 UTC 

[PATCH v2] mm/memory_hotplug: Fix try_offline_node()
 2019-11-02 11:23 UTC  (2+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-02 10:55 UTC  (20+ messages)
` [PATCH 02/28] xfs: Throttle commits on delayed background CIL push
` [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability
` [PATCH 08/28] xfs: factor inode lookup from xfs_ifree_cluster
` [PATCH 11/28] mm: factor shrinker work calculations
` [PATCH 15/28] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/28] mm: kswapd backoff for shrinkers
` [PATCH 18/28] xfs: don't block kswapd in inode reclaim
` [PATCH 19/28] xfs: reduce kswapd blocking on inode locking
` [PATCH 21/28] xfs: use AIL pushing for inode reclaim IO
` [PATCH 23/28] xfs: track reclaimable inodes using a LRU list
` [PATCH 24/28] xfs: reclaim inodes from the LRU
` [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 v3] mm: fix trying to reclaim unevictable lru page when calling madvise_pageout
 2019-11-02  7:36 UTC  (5+ messages)

[PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-11-01 23:23 UTC  (3+ messages)
` [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing

[PATCH v2 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-01 21:59 UTC  (19+ 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

[PATCH v1] mm/memory_hotplug: Fix try_offline_node()
 2019-11-01 21:51 UTC  (2+ messages)

[PATCH] mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()
 2019-11-01 21:48 UTC  (4+ messages)

[PATCH v2 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-11-01 20:54 UTC  (23+ messages)
` [PATCH v2 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH v2 09/15] xen/gntdev: use mmu_range_notifier_insert
` [PATCH v2 14/15] drm/amdgpu: Use mmu_range_notifier instead of hmm_mirror
        ` [PATCH v2a "

[PATCH v1 00/10] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-11-01 19:24 UTC  (2+ messages)

[PATCH v2] net: fix sk_page_frag() recursion from memory reclaim
 2019-11-01 17:12 UTC  (4+ messages)

[linux-next:master] BUILD INCOMPLETE 49afce6d47fe05ee01f1a41129b835fe4cca7eea
 2019-11-01 15:09 UTC 

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

[PATCH v15 00/23] Generic page walk and ptdump
 2019-11-01 14:09 UTC  (24+ 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 v15 13/23] mm: pagewalk: Add test_p?d callbacks
` [PATCH v15 14/23] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v15 15/23] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v15 16/23] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v15 17/23] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v15 18/23] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v15 19/23] mm: Add generic ptdump
` [PATCH v15 20/23] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v15 21/23] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v15 22/23] arm64: mm: Display non-present entries in ptdump
` [PATCH v15 23/23] mm: ptdump: Reduce level numbers by 1 in note_page()

[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  (12+ 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

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

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


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).