linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/10] x86/mm: Handle large PAT bit in pud/pmd interfaces
 2015-08-05 21:43 UTC  (5+ messages)
` [PATCH v3 1/10] x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO
` [PATCH v3 2/10] x86/asm: Move PUD_PAGE macros to page_types.h
` [PATCH v3 4/10] x86/asm: Add pud_pgprot() and pmd_pgprot()
` [PATCH v3 6/10] x86/mm: Fix slow_virt_to_phys() to handle large PAT bit

PROBLEM: 4.1.4 -- Kernel Panic on shutdown
 2015-08-05 21:30 UTC  (13+ messages)

[PATCH 0/3] make zswap params changeable at runtime
 2015-08-05 20:14 UTC  (6+ messages)
` [PATCH 1/3] zpool: add zpool_has_pool()
` [PATCH 2/3] zswap: dynamic pool creation
` [PATCH 3/3] zswap: change zpool/compressor at runtime

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-08-05 19:58 UTC  (17+ messages)
` [RFC 1/8] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
` [RFC 2/8] mm: Allow GFP_IOFS for page_cache_read page cache allocation
` [RFC 3/8] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
` [RFC 4/8] jbd, jbd2: Do not fail journal because of frozen_buffer allocation failure
` [RFC 5/8] ext4: Do not fail journal due to block allocator
` [RFC 6/8] ext3: Do not abort journal prematurely
` [RFC 7/8] btrfs: Prevent from early transaction abort
` [RFC 8/8] btrfs: use __GFP_NOFAIL in alloc_btrfs_bio

[PATCH] writeback: fix initial dirty limit
 2015-08-05 17:19 UTC  (2+ messages)

[PATCH 00/11] DAX fixes for 4.3
 2015-08-05 15:19 UTC  (15+ messages)
` [PATCH 01/11] ext4: Use ext4_get_block_write() for DAX
` [PATCH 02/11] thp: Change insert_pfn's return type to void
` [PATCH 03/11] dax: Improve comment about truncate race
` [PATCH 04/11] ext4: Add ext4_get_block_dax()
` [PATCH 05/11] ext4: Start transaction before calling into DAX
` [PATCH 06/11] dax: Fix race between simultaneous faults
` [PATCH 07/11] thp: Decrement refcount on huge zero page if it is split
` [PATCH 08/11] thp: Fix zap_huge_pmd() for DAX
` [PATCH 09/11] dax: Don't use set_huge_zero_page()
` [PATCH 10/11] dax: Ensure that zero pages are removed from other processes
` [PATCH 11/11] dax: Use linear_page_index()

[PATCH] mm: add the block to the tail of the list in expand()
 2015-08-05 14:47 UTC  (8+ messages)

[PATCH v3 0/4] enhance shmem process and swap accounting
 2015-08-05 13:28 UTC  (7+ messages)
` [PATCH v3 1/4] mm, documentation: clarify /proc/pid/status VmSwap limitations
` [PATCH v3 2/4] mm, proc: account for shmem swap in /proc/pid/smaps
` [PATCH v3 3/4] mm, shmem: Add shmem resident memory accounting
` [PATCH v3 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status

[PATCH v2] mm: show proportional swap share of the mapping
 2015-08-05 11:38 UTC  (4+ messages)

[Patch V6 12/16] mm: provide early_memremap_ro to establish read-only mapping
 2015-08-05 11:16 UTC  (4+ messages)

[RFC PATCH kernel vfio] mm: vfio: Move pages out of CMA before pinning
 2015-08-05  8:08 UTC 

[PATCH 0/3] Make workingset detection logic memcg aware
 2015-08-05  1:34 UTC  (9+ messages)
` [PATCH 1/3] mm: move workingset_activation under lru_lock
` [PATCH 2/3] mm: make workingset detection logic memcg aware
` [PATCH 3/3] mm: workingset: make shadow node shrinker "

[PATCH v2] vmscan: fix increasing nr_isolated incurred by putback unevictable pages
 2015-08-05  0:52 UTC  (4+ messages)

[PATCH] memory-failure/hwpoison_user_mappings: move the comment about swap cache pages' check to proper location
 2015-08-04 23:05 UTC  (2+ messages)

[PATCH] mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
 2015-08-04 21:36 UTC  (9+ messages)

hugetlb pages not accounted for in rss
 2015-08-04 18:21 UTC  (14+ messages)
                  ` [PATCH] smaps: fill missing fields for vma(VM_HUGETLB)

Re: [PATCH 05/15] HMM: introduce heterogeneous memory management v4
 2015-08-04 14:17 UTC  (2+ messages)

[PATCH] mm: vmscan: never isolate more pages than necessary
 2015-08-04 13:52 UTC  (2+ messages)

[PATCH] mm/slub: don't wait for high-order page allocation
 2015-08-04 13:15 UTC  (2+ messages)

[PATCH 0/5] Make cpuid <-> nodeid mapping persistent
 2015-08-04  8:58 UTC  (9+ messages)
` [PATCH 1/5] x86, gfp: Cache best near node for memory allocation
      `  "

========== Re: RAM encryption and key storing in CPU ==========
 2015-08-04  7:42 UTC 

[PATCH 0/3] vm hugetlb selftest cleanup
 2015-08-04  3:57 UTC  (4+ messages)
` [PATCH 1/3] Reverted "selftests: add hugetlbfstest"

[PATCH] vmscan: reclaim_clean_pages_from_list() must count mlocked pages
 2015-08-03 23:02 UTC  (6+ messages)

[RFC PATCH 00/14] kthread: Use kthread worker API more widely
 2015-08-03 18:33 UTC  (5+ messages)
` [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark
` [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer "

[mmotm:master 371/385] arch/x86/mm/mpx.c:71:54: sparse: implicit cast to nocast type
 2015-08-03 17:33 UTC  (5+ messages)
` vm_flags, vm_flags_t and __nocast

[PATCH v2 0/5] Assorted compaction cleanups and optimizations
 2015-08-03 17:00 UTC  (8+ messages)
` [PATCH v2 1/5] mm, compaction: more robust check for scanners meeting
` [PATCH v2 2/5] mm, compaction: simplify handling restart position in free pages scanner
` [PATCH v2 3/5] mm, compaction: encapsulate resetting cached scanner positions
` [PATCH v2 4/5] mm, compaction: always skip compound pages by order in migrate scanner
` [PATCH v2 5/5] mm, compaction: skip compound pages by order in free scanner

[RFC v3 1/2] mm, compaction: introduce kcompactd
 2015-08-03 16:25 UTC  (2+ messages)
` [RFC v3 2/2] mm, compaction: make kcompactd rely on sysctl_extfrag_threshold

[PATCH 00/15] HMM (Heterogeneous Memory Management) v9
 2015-08-03 11:56 UTC  (4+ messages)
` [PATCH 05/15] HMM: introduce heterogeneous memory management v4

[PATCHv9 00/36] THP refcounting redesign
 2015-08-03 11:41 UTC  (51+ messages)
` [PATCHv9 02/36] rmap: add argument to charge compound page
` [PATCHv9 03/36] memcg: adjust to support new THP refcounting
` [PATCHv9 05/36] mm: adjust FOLL_SPLIT for new refcounting
` [PATCHv9 11/36] mm: temporally mark THP broken
` [PATCHv9 12/36] thp: drop all split_huge_page()-related code
` [PATCHv9 13/36] mm: drop tail page refcounting
` [PATCHv9 14/36] futex, thp: remove special case for THP in get_futex_key
` [PATCHv9 15/36] ksm: prepare to new THP semantics
` [PATCHv9 16/36] mm, thp: remove compound_lock
` [PATCHv9 24/36] x86, thp: remove infrastructure for handling splitting PMDs
` [PATCHv9 25/36] mm, "
` [PATCHv9 26/36] mm: rework mapcount accounting to enable 4k mapping of THPs
` [PATCHv9 27/36] mm: differentiate page_mapped() from page_mapcount() for compound pages
` [PATCHv9 28/36] mm, numa: skip PTE-mapped THP on numa fault
` [PATCHv9 29/36] thp: implement split_huge_pmd()
` [PATCHv9 30/36] thp: add option to setup migration entiries during PMD split
` [PATCHv9 31/36] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv9 32/36] thp: reintroduce split_huge_page()
` [PATCHv9 33/36] migrate_pages: try to split pages on qeueuing
` [PATCHv9 34/36] thp: introduce deferred_split_huge_page()
` [PATCHv9 35/36] mm: re-enable THP
` [PATCHv9 36/36] thp: update documentation

[PATCH] mm: initialize hotplugged pages as reserved
 2015-08-03  8:19 UTC 

[PATCH v2 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()
 2015-08-02 19:30 UTC  (6+ messages)
` [PATCH v2 1/4] mm: Add support for __GFP_ZERO flag to dma_pool_alloc()
` [PATCH v2 2/4] mm: Add dma_pool_zalloc() call to DMA API
` [PATCH v2 3/4] pci: mm: Add pci_pool_zalloc() call
` [PATCH v2 4/4] coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci

[x86_64] RIP: 0010:[<ffffffff813bc3dc>] [<ffffffff813bc3dc>] __asan_store8
 2015-08-02 12:55 UTC 

[PATCH v5 5/6] mtrr, x86: Clean up mtrr_type_lookup()
 2015-08-01 17:03 UTC  (11+ messages)
  ` [tip:x86/mm] x86/mm/mtrr: "

[PATCH 2/2] mm: Fix potentically scheduling in GFP_ATOMIC allocations
 2015-08-01 13:53 UTC 

[PATCH 1/2] mm: Fix race between setting TIF_MEMDIE and __alloc_pages_high_priority()
 2015-08-01 13:52 UTC 

[PATCH 14/15] mm: Drop unlikely before IS_ERR(_OR_NULL)
 2015-08-01 11:18 UTC  (8+ messages)

[PATCHv3 00/10] mm, xen/balloon: memory hotplug improvements
 2015-07-31 23:23 UTC  (11+ messages)
` [PATCHv3 01/10] mm: memory hotplug with an existing resource
` [PATCHv3 06/10] xen/balloon: only hotplug additional memory if required
` [PATCHv3 08/10] xen/balloon: use hotplugged pages for foreign mappings etc
` [PATCHv3 09/10] x86/xen: export xen_alloc_p2m_entry()
` [PATCHv3 10/10] xen/balloon: pre-allocate p2m entries for ballooned pages

[PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
 2015-07-31 21:45 UTC  (5+ messages)

[RFC v2 0/4] Outsourcing compaction for THP allocations to kcompactd
 2015-07-31 21:17 UTC  (4+ messages)
` [RFC 1/4] mm, compaction: introduce kcompactd

[PATCH v2 0/5] hwpoison: fixes on v4.2-rc4
 2015-07-31 20:54 UTC  (3+ messages)
` [PATCH v2 1/5] mm/memory-failure: unlock_page before put_page

slab:Fix the unexpected index mapping result of kmalloc_size(INDEX_NODE + 1)
 2015-07-31 13:57 UTC  (4+ messages)

[PATCH 2/2] mm,oom: Reverse the order of setting TIF_MEMDIE and sending SIGKILL
 2015-07-31 11:00 UTC 

[PATCH 1/2] mm,oom: Fix potentially killing unrelated process
 2015-07-31 11:00 UTC 

[PATCH 0/4] enable migration of driver pages
 2015-07-31 10:43 UTC  (3+ messages)
` [PATCH 2/4] mm/compaction: enable mobile-page migration

[PATCH -mm v9 0/8] idle memory tracking
 2015-07-31  9:34 UTC  (11+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox