Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-05 16:23:13 to 2015-12-08 20:39:02 UTC [more...]

[PATCH 00/34] x86: Memory Protection Keys (v5)
 2015-12-08 20:38 UTC  (44+ 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

[RFC V3] Add gup trace points support
 2015-12-08 20:25 UTC  (9+ 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  (28+ messages)
` [PATCH -mm 01/25] pmem, dax: clean up clear_pmem()
` [PATCH -mm 02/25] dax: increase granularity of dax_clear_blocks() operations
` [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 0/8] mm: memcontrol: account "kmem" in cgroup2
 2015-12-08 18:34 UTC  (9+ 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 V3][for-next] mm: add a new vector based madvise syscall
 2015-12-08 17:38 UTC  (3+ messages)

[PATCH mmotm] memcg: Ignore partial THP when moving task
 2015-12-08 17:35 UTC  (2+ messages)

m(un)map kmalloc buffers to userspace
 2015-12-08 17:25 UTC 

[RFC contig pages support 1/2] IB: Supports contiguous memory operations
 2015-12-08 17:15 UTC  (2+ messages)

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2015-12-08 16:28 UTC  (17+ 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

[RFC PATCH 0/2] slab: implement bulking for SLAB allocator
 2015-12-08 16:19 UTC  (26+ messages)
` [RFC PATCH 1/2] slab: implement bulk alloc in "
` [RFC PATCH 2/2] slab: implement bulk free "
` [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

[PATCH v2 0/2] mm: Introduce kernelcore=reliable option
 2015-12-08 16:11 UTC  (5+ messages)

[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 

[PATCH] mm: page_alloc: fix variable type in zonelist type iteration
 2015-12-08 14:03 UTC 

[PATCH] MIPS: Fix DMA contiguous allocation
 2015-12-08 12:12 UTC  (2+ messages)

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

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

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

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

[PATCH v5 0/4] Allow customizable random offset to mmap_base address
 2015-12-08 10:03 UTC  (8+ messages)
` [PATCH v5 1/4] mm: mmap: Add new /proc tunable for mmap_base ASLR
  ` [PATCH v5 2/4] arm: mm: support ARCH_MMAP_RND_BITS
    ` [PATCH v5 3/4] arm64: "

[PATCH] mm/compaction: restore COMPACT_CLUSTER_MAX to 32
 2015-12-08  9:45 UTC  (3+ messages)

[RFC 0/3] reduce latency of direct async compaction
 2015-12-08  8:52 UTC  (15+ messages)

[PATCH v2 00/20] get_user_pages() for dax mappings
 2015-12-08  0:48 UTC  (8+ messages)

[PATCH v2] fs: clear file privilege bits when mmap writing
 2015-12-08  0:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ptrace: use fsuid, fsgid, effective creds for fs access checks
 2015-12-07 21:51 UTC  (10+ messages)
        ` [PATCH 1/2] security: let security modules use PTRACE_MODE_* with bitmasks
        ` [PATCH 2/2] ptrace: use fsuid, fsgid, effective creds for fs access checks

[linux-next:master 4174/4356] kernel/built-in.o:undefined reference to `mmap_rnd_bits'
 2015-12-07 18:13 UTC  (7+ messages)

kernel BUG at mm/filemap.c:238! (4.4.0-rc4)
 2015-12-07 17:32 UTC  (5+ messages)

[PATCH] mm/memcontrol.c: use list_{first,next}_entry
 2015-12-07 16:21 UTC  (5+ messages)

[PATCH 0/2] THP MMU gather
 2015-12-07 15:11 UTC  (8+ messages)
` [PATCH 1/2] mm: thp: introduce thp_mmu_gather to pin tail pages during "

undefined shift in wb_update_dirty_ratelimit()
 2015-12-07 14:26 UTC  (2+ messages)

[linux-next:master 4868/5109] arch/mips/include/uapi/asm/mman.h:79:0: warning: "MADV_FREE" redefined
 2015-12-07 14:03 UTC 

[linux-next:master 4741/5109] arch/arm64/mm/mmap.c:54:1: error: unknown type name 'ifdef'
 2015-12-07 13:59 UTC 

[linux-next:master 4868/5109] arch/xtensa/include/uapi/asm/mman.h:92:0: warning: "MADV_FREE" redefined
 2015-12-07 13:43 UTC 

[linux-next:master 4868/5109] arch/alpha/include/uapi/asm/mman.h:53:0: warning: "MADV_FREE" redefined
 2015-12-07 13:38 UTC 

[PATCH v3 0/7] mm/compaction: redesign compaction: part1
 2015-12-07  8:04 UTC  (10+ messages)
` [PATCH v3 1/7] mm/compaction: skip useless pfn when updating cached pfn
` [PATCH v3 4/7] mm/compaction: update defer counter when allocation is expected to succeed
` [PATCH v3 5/7] mm/compaction: respect compaction order when updating defer counter

Best watches in the world. Best present
 2015-12-07  0:54 UTC 

tmpfs sizing broken in 4.4-rc*
 2015-12-06 18:32 UTC  (2+ messages)

[PATCH] hanging swapoff with HAVE_ARCH_SOFT_DIRTY=y
 2015-09-14  9:24 UTC  (2+ messages)
` [PATCH] mm/swapfile: mm/swapfile: fix swapoff vs. software dirty bits

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).