linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC contig pages support 1/2] IB: Supports contiguous memory operations
 2015-12-09 17:48 UTC  (4+ messages)

[RFC V4] Add gup trace points support
 2015-12-09 17:29 UTC  (2+ messages)
` [PATCH v4 1/7] trace/events: Add gup trace events

RFC [PATCH 0/1] ksm: introduce ksm_max_page_sharing per page deduplication limit
 2015-12-09 17:15 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 00/34] x86: Memory Protection Keys (v5)
 2015-12-09 17:05 UTC  (48+ messages)
` [PATCH 09/34] x86, pkeys: store protection in high VMA flags
` [PATCH 10/34] x86, pkeys: arch-specific protection bits
  ` [PATCH 10/34] x86, pkeys: arch-specific protection bitsy
` [PATCH 14/34] x86, pkeys: add functions to fetch PKRU
` [PATCH 15/34] mm: factor out VMA fault permission checking
` [PATCH 16/34] x86, mm: simplify get_user_pages() PTE bit handling
` [PATCH 17/34] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 19/34] x86, pkeys: optimize fault handling in access_error()
` [PATCH 20/34] x86, pkeys: differentiate instruction fetches
` [PATCH 21/34] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 22/34] x86, pkeys: dump PTE pkey in /proc/pid/smaps
` [PATCH 23/34] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 25/34] x86, pkeys: add arch_validate_pkey()
` [PATCH 26/34] mm: implement new mprotect_key() system call
` [PATCH 27/34] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 28/34] x86: wire up mprotect_key() system call
` [PATCH 29/34] x86: separate out LDT init from context init
` [PATCH 30/34] x86, fpu: allow setting of XSAVE state

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2015-12-09 16:32 UTC  (20+ messages)
` [PATCH 01/14] mm: memcontrol: export root_mem_cgroup
` [PATCH 02/14] net: tcp_memcontrol: properly detect ancestor socket pressure
` [PATCH 03/14] net: tcp_memcontrol: remove bogus hierarchy pressure propagation
` [PATCH 04/14] net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
` [PATCH 05/14] net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
` [PATCH 06/14] net: tcp_memcontrol: simplify the per-memcg limit access
` [PATCH 07/14] net: tcp_memcontrol: sanitize tcp memory accounting callbacks
` [PATCH 08/14] net: tcp_memcontrol: simplify linkage between socket and page counter
` [PATCH 09/14] mm: memcontrol: generalize the socket accounting jump label
` [PATCH 10/14] mm: memcontrol: do not account memory+swap on unified hierarchy
` [PATCH 11/14] mm: memcontrol: move socket code for unified hierarchy accounting
` [PATCH 12/14] mm: memcontrol: account socket memory in unified hierarchy memory controller
` [PATCH 13/14] mm: memcontrol: hook up vmpressure to socket pressure
` [PATCH 14/14] mm: memcontrol: switch to the updated jump-label API
  ` [PATCH] mm: memcontrol: only manage socket pressure for CONFIG_INET
  ` [PATCH] mm: memcontrol: MEMCG no longer works with SLOB

[PATCH 0/2] Change PAT to support mremap use-cases
 2015-12-09 16:26 UTC  (3+ messages)
` [PATCH 1/2] x86/mm/pat: Change untrack_pfn() to handle unmapped vma
` [PATCH 2/2] x86/mm/pat: Change free_memtype() to free shrinking range

[PATCH v3 0/3] Allow EINJ to inject memory error to NVDIMM
 2015-12-09 16:25 UTC  (11+ messages)
` [PATCH v3 1/3] resource: Add @flags to region_intersects()

[RFC PATCH 0/2] slab: implement bulking for SLAB allocator
 2015-12-09 16:06 UTC  (25+ messages)
` [RFC PATCH 2/2] slab: implement bulk free in "
` [RFC PATCH V2 0/9] slab: cleanup and bulk API for SLAB
  ` [RFC PATCH V2 1/9] mm/slab: move SLUB alloc hooks to common mm/slab.h
  ` [RFC PATCH V2 2/9] mm: generalize avoid fault-inject on bootstrap kmem_cache
  ` [RFC PATCH V2 3/9] slab: use slab_pre_alloc_hook in SLAB allocator
  ` [RFC PATCH V2 4/9] mm: kmemcheck skip object if slab allocation failed
  ` [RFC PATCH V2 5/9] slab: use slab_post_alloc_hook in SLAB allocator
  ` [RFC PATCH V2 6/9] slab: implement bulk alloc "
  ` [RFC PATCH V2 7/9] slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk
  ` [RFC PATCH V2 8/9] slab: implement bulk free in SLAB allocator
  ` [RFC PATCH V2 9/9] slab: annotate code to generate more compact asm code

m(un)map kmalloc buffers to userspace
 2015-12-09 15:35 UTC  (7+ messages)

[PATCH v2] MIPS: fix DMA contiguous allocation
 2015-12-09 15:03 UTC  (2+ messages)

[PATCH] mm: page_alloc: fix variable type in zonelist type iteration
 2015-12-09 14:41 UTC  (3+ messages)

[PATCH -mm] net: drop tcp_memcontrol.c
 2015-12-09 14:38 UTC  (2+ messages)

[PATCH 0/8] mm: memcontrol: account "kmem" in cgroup2
 2015-12-09 14:32 UTC  (18+ messages)
` [PATCH 1/8] mm: memcontrol: drop unused @css argument in memcg_init_kmem
` [PATCH 2/8] mm: memcontrol: remove double kmem page_counter init
` [PATCH 3/8] mm: memcontrol: give the kmem states more descriptive names
` [PATCH 4/8] mm: memcontrol: group kmem init and exit functions together
` [PATCH 5/8] mm: memcontrol: separate kmem code from legacy tcp accounting code
` [PATCH 6/8] mm: memcontrol: move kmem accounting code to CONFIG_MEMCG
` [PATCH 7/8] mm: memcontrol: account "kmem" consumers in cgroup2 memory controller
` [PATCH 8/8] mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM

[PATCH] MIPS: Fix DMA contiguous allocation
 2015-12-09 14:32 UTC  (5+ messages)

isolate_lru_page on !head pages
 2015-12-09 13:02 UTC 

[PATCH v4] fs: clear file privilege bits when mmap writing
 2015-12-09 12:49 UTC  (2+ messages)

the first bad commit "use memblock_insert_region() for the empty array" (was linux-next: Tree for Dec 9)
 2015-12-09 12:02 UTC 

[PATCH 1/2] mm, printk: introduce new format string for flags
 2015-12-09 11:29 UTC  (3+ messages)
` [PATCH v2 1/3] "

[PATCH v4 00/13] UEFI boot and runtime services support for 32-bit ARM
 2015-12-09 11:29 UTC  (6+ messages)
` [PATCH v4 01/13] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table

[PATCH mmotm] memcg: Ignore partial THP when moving task
 2015-12-09  9:07 UTC  (3+ messages)

[PATCH v2] fs: clear file privilege bits when mmap writing
 2015-12-09  8:26 UTC  (5+ messages)
` [PATCH v2] "

[RFC 0/3] reduce latency of direct async compaction
 2015-12-09  5:40 UTC  (14+ messages)

[PATCH v3 0/2] mm: Introduce kernelcore=mirror option
 2015-12-09  3:28 UTC  (4+ messages)
` [PATCH v3 1/2] mm: Calculate zone_start_pfn at zone_spanned_pages_in_node()
` [PATCH v3 2/2] mm: Introduce kernelcore=mirror option

[PATCH v2 0/2] mm: Introduce kernelcore=reliable option
 2015-12-09  3:10 UTC  (9+ messages)
` [PATCH v2 2/2] "

mmotm 2015-12-08-16-42 uploaded
 2015-12-09  0:43 UTC 

[PATCH V3][for-next] mm: add a new vector based madvise syscall
 2015-12-08 21:37 UTC  (4+ messages)

[RFC V3] Add gup trace points support
 2015-12-08 20:58 UTC  (10+ messages)
` [PATCH v3 1/7] trace/events: Add gup trace events
` [PATCH v3 2/7] mm/gup: add gup trace points
` [PATCH v3 3/7] x86: "
` [PATCH v3 4/7] mips: "
` [PATCH v3 5/7] s390: "
` [PATCH v3 6/7] sh: "
` [PATCH v3 7/7] sparc64: "

[PATCH v3 0/7] DAX fsync/msync support
 2015-12-08 19:18 UTC  (8+ messages)
` [PATCH v3 1/7] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v3 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v3 3/7] mm: add find_get_entries_tag()
` [PATCH v3 4/7] dax: add support for fsync/sync
` [PATCH v3 5/7] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v3 6/7] ext4: "
` [PATCH v3 7/7] xfs: "

[PATCH -mm 00/25] get_user_pages() for dax pte and pmd mappings
 2015-12-08 18:50 UTC  (26+ messages)
` [PATCH -mm 03/25] dax: guarantee page aligned results from bdev_direct_access()
` [PATCH -mm 04/25] dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()
` [PATCH -mm 05/25] mm, dax: fix livelock, allow dax pmd mappings to become writeable
` [PATCH -mm 06/25] dax: Split pmd map when fallback on COW
` [PATCH -mm 07/25] um: kill pfn_t
` [PATCH -mm 08/25] kvm: rename pfn_t to kvm_pfn_t
` [PATCH -mm 09/25] mm, dax, pmem: introduce pfn_t
` [PATCH -mm 10/25] mm: introduce find_dev_pagemap()
` [PATCH -mm 11/25] x86, mm: introduce vmem_altmap to augment vmemmap_populate()
` [PATCH -mm 12/25] libnvdimm, pfn, pmem: allocate memmap array in persistent memory
` [PATCH -mm 13/25] avr32: convert to asm-generic/memory_model.h
` [PATCH -mm 14/25] hugetlb: fix compile error on tile
` [PATCH -mm 15/25] frv: fix compiler warning from definition of __pmd()
` [PATCH -mm 16/25] x86, mm: introduce _PAGE_DEVMAP
` [PATCH -mm 17/25] mm, dax, gpu: convert vm_insert_mixed to pfn_t
` [PATCH -mm 18/25] mm, dax: convert vmf_insert_pfn_pmd() "
` [PATCH -mm 19/25] list: introduce list_del_poison()
` [PATCH -mm 20/25] libnvdimm, pmem: move request_queue allocation earlier in probe
` [PATCH -mm 21/25] mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
` [PATCH -mm 22/25] mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd
` [PATCH -mm 23/25] mm, x86: get_user_pages() for dax mappings
` [PATCH -mm 24/25] dax: provide diagnostics for pmd mapping failures
` [PATCH -mm 25/25] dax: re-enable dax pmd mappings

[PATCH] mm/ksm.c: use list_for_each_entry_safe
 2015-12-08 15:12 UTC 

[PATCH v2] arch/*/include/uapi/asm/mman.h: correct uniform value of MADV_FREE
 2015-12-08 14:50 UTC 

[PATCH] mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page
 2015-12-08 14:40 UTC 

Why can't we use __GFP_KILLABLE?
 2015-12-08 12:07 UTC 

[PATCH v2 1/2] mm: Export nr_swap_pages
 2015-12-08 11:22 UTC  (7+ messages)
    ` [Intel-gfx] "

[RFC PATCH -v2] mm, oom: introduce oom reaper
 2015-12-08 11:06 UTC  (7+ messages)

[PATCH v5 0/4] Allow customizable random offset to mmap_base address
 2015-12-08 10:03 UTC  (4+ messages)
` [PATCH v5 3/4] arm64: mm: support ARCH_MMAP_RND_BITS

[PATCH] mm/compaction: restore COMPACT_CLUSTER_MAX to 32
 2015-12-08  9:45 UTC  (3+ 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