linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 01:37:14 to 2020-02-05 18:20:43 UTC [more...]

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-05 18:19 UTC  (6+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [RFC PATCH v9 03/27] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [RFC PATCH v9 04/27] x86/cet: Add control-protection fault handler
` [RFC PATCH v9 05/27] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack protection

[PATCH] mm, memcg: fix build error around the usage of kmem_caches
 2020-02-05 17:18 UTC  (2+ messages)

[PATCH v3 00/11] Introduce Data Access MONitor (DAMON)
 2020-02-05 16:47 UTC  (14+ messages)
` [PATCH v3 01/11] "
` [PATCH v3 02/11] mm/damon: Implement region based sampling
` [PATCH v3 03/11] mm/damon: Adaptively adjust regions
` [PATCH v3 04/11] mm/damon: Apply dynamic memory mapping changes
` [PATCH v3 05/11] mm/damon: Implement kernel space API
` [PATCH v3 06/11] mm/damon: Add debugfs interface
` [PATCH v3 07/11] mm/damon: Add a tracepoint for result writing
` [PATCH v3 08/11] mm/damon: Add minimal user-space tools
` [PATCH v3 09/11] Documentation/admin-guide/mm: Add a document for DAMON
` [PATCH v3 10/11] mm/damon: Add kunit tests
    `  "
` [PATCH v3 11/11] MAINTAINERS: Update for DAMON

[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
 2020-02-05 16:34 UTC  (4+ messages)
` [PATCH v1 1/3] virtio-balloon: Fix memory leak when unloading while hinting is in progress
` [PATCH v1 2/3] virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
` [PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[LSF/MM TOPIC] Congestion
 2020-02-05 16:05 UTC  (6+ messages)
` [Lsf-pc] "

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-02-05 15:58 UTC  (17+ messages)
` [PATCH v2 12/28] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat
` [PATCH v2 21/28] mm: memcg/slab: use a single set of kmem_caches for all memory cgroups

[PATCH v3 0/9] Huge page-table entries for TTM
 2020-02-05 15:20 UTC  (11+ messages)
` [PATCH v3 1/9] fs: Constify vma argument to vma_is_dax
` [PATCH v3 2/9] mm: Introduce vma_is_special_huge
` [PATCH v3 3/9] mm: Split huge pages on write-notify or COW
` [PATCH v3 4/9] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH v3 5/9] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
` [PATCH v3 6/9] drm/vmwgfx: Support huge page faults
` [PATCH v3 7/9] drm: Add a drm_get_unmapped_area() helper
` [PATCH v3 8/9] drm/vmwgfx: Introduce a huge page aligning TTM range manager
` [PATCH v3 9/9] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2020-02-05 14:55 UTC  (45+ messages)
` [PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v6 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v6 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v6 10/10] mm/memory_hotplug: Cleanup __remove_pages()

[PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
 2020-02-05 13:52 UTC 

[PATCH v4 00/12] mm/gup: track FOLL_PIN pages
 2020-02-05 11:46 UTC  (19+ messages)
` [PATCH v4 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v4 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v4 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v4 04/12] mm: introduce page_ref_sub_return()
` [PATCH v4 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v4 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v4 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v4 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v4 09/12] mm: dump_page(): better diagnostics for huge pinned pages
` [PATCH v4 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v4 11/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v4 12/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

Balloon pressuring page cache
 2020-02-05 10:43 UTC  (47+ messages)

[PATCH V13] mm/debug: Add tests validating architecture page table helpers
 2020-02-05 10:14 UTC 

[PATCH] mm, swap: unlock inode in error path of claim_swapfile
 2020-02-05  2:01 UTC  (5+ messages)

[PATCH v3 0/3] protect page cache from freeing inode
 2020-02-05  1:19 UTC  (4+ messages)

[PATCH] mm: always consider THP when adjusting min_free_kbytes
 2020-02-05  0:33 UTC  (6+ messages)

[v2 PATCH] mm: shmem: allow split THP when truncating THP partially
 2020-02-04 23:27 UTC  (4+ messages)

[PATCH v11 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-04 22:33 UTC  (5+ messages)
` [PATCH v11 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-04 21:57 UTC  (16+ messages)
` [PATCH RFC 01/10] mm: Add pmd support for _PAGE_SPECIAL
` [PATCH RFC 02/10] mm: Handle pmd entries in follow_pfn()
` [PATCH RFC 10/10] nvdimm/e820: add multiple namespaces support

[PATCH v4 00/12] Change readahead API
 2020-02-04 17:16 UTC  (3+ messages)

[linux-next:master 12169/12191] mm/mmu_gather.c:130:2: error: implicit declaration of function '__tlb_remove_table'; did you mean 'tlb_remove_table'?
 2020-02-04 16:55 UTC 

[PATCH 0/8] mm: Speedup page cache truncation
 2020-02-04 14:25 UTC  (9+ messages)
` [PATCH 1/8] xarray: Fix premature termination of xas_for_each_marked()
` [PATCH 2/8] xarray: Provide xas_erase() helper
` [PATCH 3/8] xarray: Explicitely set XA_FREE_MARK in __xa_cmpxchg()
` [PATCH 4/8] mm: Use xas_erase() in page_cache_delete_batch()
` [PATCH 5/8] dax: Use xas_erase() in __dax_invalidate_entry()
` [PATCH 6/8] idr: Use xas_erase() in ida_destroy()
` [PATCH 7/8] mm: Use xas_erase() in collapse_file()
` [PATCH 8/8] xarray: Don't clear marks in xas_store()

[PATCH v4 2/7] powerpc/32s: Fix bad_kuap_fault()
 2020-02-04 12:03 UTC  (2+ messages)

[PATCH v1 1/2] mm/page_alloc: fix and rework pfn handling in memmap_init_zone()
 2020-02-04  8:40 UTC  (4+ messages)

incoming
 2020-02-04  8:22 UTC  (22+ messages)
` [patch 05/67] mm/page_alloc: fix and rework pfn handling in memmap_init_zone()
` [patch 06/67] mm: factor out next_present_section_nr()
` [patch 56/67] asm-generic/tlb: provide MMU_GATHER_TABLE_FREE
` [patch 57/67] proc: decouple proc from VFS with "struct proc_ops"
` [patch 58/67] proc: convert everything to "
` [patch 59/67] lib/string: add strnchrnul()
` [patch 60/67] bitops: more BITS_TO_* macros
` [patch 61/67] lib: add test for bitmap_parse()
` [patch 62/67] lib: make bitmap_parse_user a wrapper on bitmap_parse
` [patch 63/67] lib: rework bitmap_parse()
` [patch 64/67] lib: new testcases for bitmap_parse{_user}
` [patch 65/67] include/linux/cpumask.h: don't calculate length of the input string
` [patch 66/67] treewide: remove redundant IS_ERR() before error code check
` [patch 67/67] ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()

[PATCH v3] mm/hotplug: Only respect mem= parameter during boot stage
 2020-02-04  7:53 UTC  (2+ messages)

[PATCH 1/1] mm: fix tick_sched timer blocked by pgdat_resize_lock
 2020-02-04  7:24 UTC  (8+ messages)
` [PATCH RESEND] "

[PATCH v25 14/21] x86/sgx: Add a page reclaimer
 2020-02-04  6:05 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).