linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 08:35:34 to 2020-02-05 22:19:38 UTC [more...]

[PATCH 0/8] mm: Speedup page cache truncation
 2020-02-05 22:19 UTC  (13+ 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 v11 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-05 22:08 UTC  (8+ messages)
` [PATCH v11 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v11 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

Balloon pressuring page cache
 2020-02-05 21:44 UTC  (50+ messages)

[LSF/MM TOPIC] Memory cgroups, whether you like it or not
 2020-02-05 18:34 UTC 

[RFC PATCH v9 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-02-05 18:23 UTC  (8+ messages)
` [RFC PATCH v9 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [RFC PATCH v9 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [RFC PATCH v9 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [RFC PATCH v9 4/7] x86/cet/ibt: ELF header parsing "
` [RFC PATCH v9 5/7] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v9 6/7] mm: Update alloc_set_pte() for zero page
` [RFC PATCH v9 7/7] x86/cet/ibt: Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-05 18:19 UTC  (28+ 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
` [RFC PATCH v9 06/27] mm: Introduce VM_SHSTK for Shadow Stack memory
` [RFC PATCH v9 07/27] Add guard pages around a Shadow Stack
` [RFC PATCH v9 08/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v9 10/27] x86/mm: Update pte_modify, pmd_modify, and _PAGE_CHG_MASK for _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v9 13/27] x86/mm: Shadow Stack page fault error checking
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault
` [RFC PATCH v9 15/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v9 16/27] mm: Update can_follow_write_pte() for Shadow Stack
` [RFC PATCH v9 17/27] x86/cet/shstk: User-mode Shadow Stack support
` [RFC PATCH v9 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v9 19/27] x86/cet/shstk: Handle signals for Shadow Stack
` [RFC PATCH v9 20/27] ELF: UAPI and Kconfig additions for ELF program properties
` [RFC PATCH v9 21/27] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND
` [RFC PATCH v9 22/27] ELF: Add ELF program property parsing support
` [RFC PATCH v9 23/27] ELF: Introduce arch_setup_elf_property()
` [RFC PATCH v9 24/27] x86/cet/shstk: ELF header parsing for Shadow Stack
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread "
` [RFC PATCH v9 26/27] mm/mmap: Add Shadow Stack pages to memory accounting
` [RFC PATCH v9 27/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack

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

[PATCH v3 10/11] mm/damon: Add kunit tests
 2020-02-05 16:47 UTC  (3+ messages)
  `  "

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

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


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