Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-14 13:46:23 to 2015-09-16 23:45:51 UTC [more...]

[PATCH 00/11] THP support for ARC
 2015-09-16 23:45 UTC  (7+ messages)
` [PATCH 08/11] mm,thp: reduce ifdef'ery for THP in generic code
` [PATCH 09/11] mm,thp: introduce flush_pmd_tlb_range

mmotm 2015-09-16-16-34 uploaded
 2015-09-16 23:35 UTC 

[PATCH] slub: Avoid irqoff/on in bulk allocation
 2015-09-16 22:13 UTC  (2+ messages)

LTP regressions due to 6dc296e7df4c ("mm: make sure all file VMAs have ->vm_ops set")
 2015-09-16 21:28 UTC  (9+ messages)

[PATCH 00/26] [RFCv2] x86: Memory Protection Keys
 2015-09-16 17:49 UTC  (27+ messages)
` [PATCH 01/26] x86, fpu: add placeholder for Processor Trace XSAVE state
` [PATCH 04/26] x86, pku: define new CR4 bit
` [PATCH 02/26] x86, pkeys: Add Kconfig option
` [PATCH 03/26] x86, pkeys: cpuid bit definition
` [PATCH 06/26] x86, pkeys: PTE bits for storing protection key
` [PATCH 05/26] x86, pkey: add PKRU xsave fields and data structure(s)
` [PATCH 07/26] x86, pkeys: new page fault error code bit: PF_PK
` [PATCH 09/26] x86, pkeys: arch-specific protection bits
` [PATCH 10/26] x86, pkeys: notify userspace about protection key faults
` [PATCH 11/26] x86, pkeys: add functions for set/fetch PKRU
` [PATCH 08/26] x86, pkeys: store protection in high VMA flags
` [PATCH 13/26] mm: simplify get_user_pages() PTE bit handling
` [PATCH 12/26] mm: factor out VMA fault permission checking
` [PATCH 14/26] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 15/26] x86, pkeys: optimize fault handling in access_error()
` [PATCH 16/26] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 17/26] x86, pkeys: dump PTE pkey in /proc/pid/smaps
` [PATCH 18/26] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 20/26] [NEWSYSCALL] mm: implement new mprotect_pkey() system call
` [PATCH 19/26] [NEWSYSCALL] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 22/26] [HIJACKPROT] mm: Pass the 4-bit protection key in via PROT_ bits to syscalls
` [PATCH 21/26] [NEWSYSCALL] x86: wire up mprotect_key() system call
` [PATCH 24/26] [HIJACKPROT] x86, pkeys: mask off pkeys bits in mprotect()
` [PATCH 25/26] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 23/26] [HIJACKPROT] x86, pkeys: add x86 version of arch_validate_prot()
` [PATCH 26/26] x86, pkeys: Documentation

[PATCH 0/1] Fix false-negative error reporting from fsync/fdatasync
 2015-09-16 17:47 UTC  (13+ messages)
` Test program: check if fsync() can detect I/O error (1/2)
  ` Test program: check if fsync() can detect I/O error (2/2)
` [PATCH 1/1] fs: global sync to not clear error status of individual inodes
        ` xfstests: test data-writeback error detection with fsync
      ` [PATCH v2] fs: global sync to not clear error status of individual inodes

[PATCH] arm64: Add support for PTE contiguous bit
 2015-09-16 17:05 UTC  (4+ messages)

[PATCH V2 0/3] slub: introducing detached freelist
 2015-09-16 15:13 UTC  (4+ messages)
` [RFC PATCH 0/3] Network stack, first user of SLAB/kmem_cache bulk free API
  ` Experiences with slub bulk use-case for network stack

[PATCH 1/3] mm/vmscan: make inactive_anon_is_low_global return directly
 2015-09-16 12:00 UTC  (3+ messages)
` [PATCH 2/3] mm/oom_kill: introduce is_sysrq_oom helper
` [PATCH 3/3] mm/compaction: add an is_via_compact_memory helper function

[PATCH 0/2] prepare zbud to be used by zram as underlying allocator
 2015-09-16 11:53 UTC  (3+ messages)
` [PATCH 1/2] zbud: allow PAGE_SIZE allocations
` [PATCH 2/2] zpool/zsmalloc/zbud: align on interfaces

[PATCH] mm: take i_mmap_lock in unmap_mapping_range() for DAX
 2015-09-16 11:12 UTC  (3+ messages)

[PATCH V3 2/2] debugfs: don't assume sizeof(bool) to be 4 bytes
 2015-09-16  8:02 UTC  (13+ messages)

[PATCH v1] mm: hwpoison: ratelimit messages from unpoison_memory()
 2015-09-16  6:28 UTC 

[PATCH] mm: slab: convert slab_is_available to boolean
 2015-09-16  5:30 UTC  (2+ messages)

[PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
 2015-09-16  2:53 UTC  (3+ messages)
` [PATCH v1] mm: migrate: hugetlb: putback destination hugepage to active list

[PATCH 0/5 v2] mm/memblock: Introduce memblock_first_region_size() helper
 2015-09-15 23:32 UTC  (3+ messages)
` [PATCH 1/5 "

+ mm-memory-hot-add-memory-can-not-be-added-to-movable-zone-defaultly.patch added to -mm tree
 2015-09-15 23:06 UTC 

Use-after-free in page_cache_async_readahead
 2015-09-15  5:20 UTC  (6+ messages)
      ` Fwd: "
        ` [PATCH block/for-linus] block: don't release bdi while request_queue has live references

[PATCH 00/12] userfaultfd non-x86 and selftest updates for 4.2.0+
 2015-09-15 20:47 UTC  (5+ messages)
` [PATCH 12/12] userfaultfd: register uapi generic syscall (aarch64)

[RFC v5 0/3] mm: make swapin readahead to gain more thp performance
 2015-09-15 20:08 UTC  (8+ messages)
` [RFC v5 1/3] mm: add tracepoint for scanning pages
` [RFC v5 2/3] mm: make optimistic check for swapin readahead
` [RFC v5 3/3] mm: make swapin readahead to improve thp collapse rate

Multiple potential races on vma->vm_flags
 2015-09-15 19:01 UTC  (8+ messages)

[PATCHv6 0/7] Fix compound_head() race
 2015-09-15 18:31 UTC  (10+ messages)
` [PATCHv6 1/7] mm: drop page->slab_page
` [PATCHv6 2/7] slab, slub: use page->rcu_head instead of page->lru plus cast
` [PATCHv6 3/7] zsmalloc: use page->private instead of page->first_page
` [PATCHv6 4/7] mm: pack compound_dtor and compound_order into one word in struct page
` [PATCHv6 5/7] mm: make compound_head() robust
` [PATCHv6 6/7] mm: use 'unsigned int' for page order
` [PATCHv6 7/7] mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT

[PATCH] mm/memblock: Make memblock_remove_range() static
 2015-09-15 18:15 UTC 

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-15 16:33 UTC  (8+ messages)
` [PATCH v3 2/2] memcg: punt high overage reclaim to return-to-userland path

[PATCH 1/3] memcg: collect kmem bypass conditions into __memcg_kmem_bypass()
 2015-09-15 16:18 UTC  (13+ messages)
` [PATCH 2/3] memcg: ratify and consolidate over-charge handling
  ` [PATCH 3/3] memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass()
  ` [PATCH v2 2/3] memcg: ratify and consolidate over-charge handling

[PATCH 01/10] mm/msync: Use offset_in_page macro
 2015-09-15 14:32 UTC  (11+ messages)
` [PATCH 02/10] mm/nommu: "
` [PATCH 03/10] mm/mincore: "
` [PATCH 04/10] mm/early_ioremap: "
` [PATCH 05/10] mm/percpu: "
` [PATCH 06/10] mm/util: "
` [PATCH 07/10] mm/mlock: "
` [PATCH 08/10] mm/vmalloc: "
` [PATCH 09/10] mm/mmap: "
` [PATCH 10/10] mm/mremap: "

[PATCH 00/10] Use offset_in_page() macro
 2015-09-15 14:07 UTC 

[PATCH] mm: memcontrol: fix order calculation in try_charge()
 2015-09-15 13:56 UTC  (2+ messages)

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-09-15 13:16 UTC  (3+ messages)

[Bug 99471] System locks with kswapd0 and kworker taking full IO and mem
 2015-09-15 12:57 UTC  (3+ messages)

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-15  9:20 UTC  (3+ messages)
` [PATCH 2/2] memcg: always enable kmemcg on the default hierarchy

[PATCH V2 0/2] Replace nr_node_ids for loop with for_each_node
 2015-09-15  7:59 UTC  (5+ messages)
` [PATCH V2 1/2] mm: Replace nr_node_ids for loop with for_each_node in list lru
` [PATCH V2 2/2] powerpc:numa Do not allocate bootmem memory for non existing nodes

[PATCH V5] mm: memory hot-add: memory can not be added to movable zone defaultly
 2015-09-15  7:49 UTC 

[PATCH 0/3] allow zram to use zbud as underlying allocator
 2015-09-15  7:38 UTC  (20+ messages)
` [PATCH 1/3] zram: make max_zpage_size configurable
` [PATCH 2/3] zpool/zsmalloc/zbud: align on interfaces
` [PATCH 3/3] zram: use common zpool interface

[PATCH V2] kasan: use IS_ALIGNED in memory_is_poisoned_8()
 2015-09-15  7:32 UTC  (4+ messages)
  ` [PATCH V3] "

[PATCH V2] debugfs: don't assume sizeof(bool) to be 4 bytes
 2015-09-15  6:30 UTC  (7+ messages)

[PATCH v2 0/2] mm:constify zpool/zs_pool char members
 2015-09-15  6:15 UTC  (3+ messages)
` [PATCH v2 2/2] mm:zsmalloc: constify struct zs_pool name

[RFC][PATCH] mm: make zbud znd zpool to depend on zswap
 2015-09-15  6:10 UTC  (3+ messages)

[PATCH] numa-balancing: fix confusion in /proc/sys/kernel/numa_balancing
 2015-09-15  1:34 UTC  (3+ messages)

[PATCH] userfaultfd: add missing mmput() in error path
 2015-09-15  0:57 UTC 

[PATCH] userfaultfd: add missing mmput() in error path
 2015-09-15  0:01 UTC  (2+ messages)

[PATCHSET v2 cgroup/for-4.4] cgroup: make multi-process migration atomic
 2015-09-14 20:49 UTC  (3+ messages)
` [PATCH 2/5] cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()

[PATCH 0/3] arm64: remove UEFI reserved regions from linear mapping
 2015-09-14 15:55 UTC  (4+ messages)
` [PATCH 1/3] mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory table
` [PATCH 2/3] arm64: only consider memblocks with NOMAP cleared for linear mapping
` [PATCH 3/3] arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP

how can I solve this grep problem
 2015-09-14 15:15 UTC  (3+ messages)

[PATCH v2 0/7] kasan: various fixes
 2015-09-14 13:46 UTC  (8+ messages)
` [PATCH v2 1/7] kasan: update reported bug types for not user nor kernel memory accesses
` [PATCH v2 2/7] kasan: update reported bug types for "
` [PATCH v2 3/7] kasan: accurately determine the type of the bad access
` [PATCH v2 4/7] kasan: update log messages
` [PATCH v2 5/7] kasan: various fixes in documentation
` [PATCH v2 6/7] kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile
` [PATCH v2 7/7] kasan: update reference to kasan prototype repo


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