Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-08 06:17:43 to 2015-09-11 00:35:11 UTC [more...]

mmotm 2015-09-10-16-30 uploaded
 2015-09-11  0:35 UTC  (2+ messages)

[PATCH v2 0/7] Make cpuid <-> nodeid mapping persistent
 2015-09-11  0:14 UTC  (15+ messages)
` [PATCH v2 1/7] x86, numa: Move definition of find_near_online_node() forward
` [PATCH v2 2/7] x86, numa: Introduce a node to node array to map a node to its best online node
` [PATCH v2 3/7] x86, gfp: Cache best near node for memory allocation
` [PATCH v2 4/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus at boot time
` [PATCH v2 5/7] x86, acpi, cpu-hotplug: Introduce apicid_to_cpuid[] array to store persistent cpuid <-> apicid mapping
` [PATCH v2 6/7] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH v2 7/7] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[PATCH] mm/mmap.c: Remove redundent 'get_area' function pointer in get_unmapped_area()
 2015-09-10 22:32 UTC  (2+ messages)

[PATCH] mm/mmap.c: Remove useless statement "vma = NULL" in find_vma()
 2015-09-10 22:20 UTC  (8+ messages)

Is it OK to pass non-acquired objects to kfree?
 2015-09-10 22:00 UTC  (45+ messages)
                                    ` Store Buffers (was Re: Is it OK to pass non-acquired objects to kfree?)

[Bug 99471] System locks with kswapd0 and kworker taking full IO and mem
 2015-09-10 21:04 UTC 

Can we disable transparent hugepages for lack of a legitimate use case please?
 2015-09-10 17:02 UTC  (9+ messages)

[PATCH] mm/early_ioremap: add explicit #include of asm/early_ioremap.h
 2015-09-10 16:35 UTC  (2+ messages)

[PATCH] mm/page_alloc: Favor kthread and dying threads over normal threads
 2015-09-10 14:18 UTC 

Multiple potential races on vma->vm_flags
 2015-09-10 13:27 UTC  (6+ messages)

[RFC][PATCH] mm: make zbud znd zpool to depend on zswap
 2015-09-10 12:28 UTC 

[PATCH 0/2] mm:constify zpool/zs_pool char members
 2015-09-10 11:48 UTC  (3+ messages)
` [PATCH 1/2] mm:zpool: constify struct zpool type
` [PATCH 2/2] mm:zsmalloc: constify struct zs_pool name

[PATCHv5 0/7] Fix compound_head() race
 2015-09-10 11:34 UTC  (9+ messages)
` [PATCHv5 4/7] mm: pack compound_dtor and compound_order into one word in struct page
` [PATCHv5 5/7] mm: make compound_head() robust
` [PATCHv5 6/7] mm: use 'unsigned int' for page order
` [PATCHv5 7/7] mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT

[PATCH v2] mlock.2: mlock2.2: Add entry to for new mlock2 syscall
 2015-09-10  9:31 UTC  (2+ messages)

[PATCH 1/1] mm: kmemleak: remove unneeded initialization of object to NULL
 2015-09-10  9:13 UTC  (2+ messages)

[PATCH/RFC] mm: do not regard CMA pages as free on watermark check
 2015-09-10  8:48 UTC  (4+ messages)

[PATCH] syscall/mlockall: reorganize return values and remove goto-out label
 2015-09-10  1:57 UTC 

[PATCH] mm/zswap: remove unneeded initialization to NULL in zswap_entry_find_get
 2015-09-10  0:55 UTC 

[REPOST] [PATCH 2/2] mm: Fix potentially scheduling in GFP_ATOMIC allocations
 2015-09-09 22:23 UTC  (4+ messages)

[PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
 2015-09-09 22:14 UTC  (5+ messages)
` [PATCH v5 0/2] hugetlb: display per-process/per-vma usage
  ` [PATCH v5 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps

[PATCH] android, lmk: Send SIGKILL before setting TIF_MEMDIE
 2015-09-09 21:55 UTC  (2+ messages)

[PATCH 00/12] userfaultfd non-x86 and selftest updates for 4.2.0+
 2015-09-09 17:02 UTC  (17+ messages)
` [PATCH 01/12] userfaultfd: selftest: update userfaultfd x86 32bit syscall number
` [PATCH 02/12] userfaultfd: Revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"
` [PATCH 03/12] userfaultfd: selftests: vm: pick up sanitized kernel headers
` [PATCH 04/12] userfaultfd: selftest: headers fixup
` [PATCH 05/12] userfaultfd: selftest: only warn if __NR_userfaultfd is undefined
` [PATCH 06/12] userfaultfd: selftest: avoid my_bcmp false positives with powerpc
` [PATCH 07/12] userfaultfd: selftest: Fix compiler warnings on 32-bit
` [PATCH 08/12] userfaultfd: selftest: return an error if BOUNCE_VERIFY fails
` [PATCH 09/12] userfaultfd: selftest: don't error out if pthread_mutex_t isn't identical
` [PATCH 10/12] userfaultfd: powerpc: Bump up __NR_syscalls to account for __NR_userfaultfd
` [PATCH 11/12] userfaultfd: powerpc: implement syscall
` [PATCH 12/12] userfaultfd: register uapi generic syscall (aarch64)

[PATCH v3] mm/page_alloc: add a helper function to check page before alloc/free
 2015-09-09 14:41 UTC  (5+ messages)

[PATCH v2 0/3] Introduce "efi_fake_mem_mirror" boot option
 2015-09-09 14:16 UTC  (9+ messages)
` [PATCH v2 1/3] efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()
` [PATCH v2 2/3] efi: Change abbreviation of EFI_MEMORY_RUNTIME from "RUN" to "RT"
` [PATCH v2 3/3] x86, efi: Add "efi_fake_mem_mirror" boot option

[PATCH V2 0/3] slub: introducing detached freelist
 2015-09-09 14:08 UTC  (12+ messages)
` [RFC PATCH 0/3] Network stack, first user of SLAB/kmem_cache bulk free API
  ` [RFC PATCH 1/3] net: introduce kfree_skb_bulk() user of kmem_cache_free_bulk()

[PATCH 00/12] Remove zonelist cache and high-order watermark checking v3
 2015-09-09 12:39 UTC  (10+ messages)
` [PATCH 07/12] mm, page_alloc: Distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
` [PATCH 11/12] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 12/12] mm, page_alloc: Only enforce watermarks for order-0 allocations

[PATCH] mlock.2: mlock2.2: Add entry to for new mlock2 syscall
 2015-09-09 12:00 UTC  (3+ messages)

[PATCH 0/2] KASAN: fix a type conversion error and add test
 2015-09-09 11:04 UTC  (10+ messages)
` [PATCH 1/2] lib: test_kasan: add some testcases
` [PATCH 2/2] kasan: Fix a type conversion error
        ` [PATCH v2] "

[PATCH 2/2] drivers/base/node.c: skip non-present sections in register_mem_sect_under_node
 2015-09-09 11:11 UTC  (2+ messages)

[PATCH V2] kasan: fix last shadow judgement in memory_is_poisoned_16()
 2015-09-09 10:01 UTC  (6+ messages)

[PATCH] mm/mmap.c: Remove redundent 'get_area' function pointer in get_unmapped_area()
 2015-09-08 23:23 UTC  (4+ messages)

[PATCHSET] memcg: improve high limit behavior and always enable kmemcg on dfl hier
 2015-09-08 18:50 UTC  (11+ messages)
` [PATCH 4/4] memcg: always enable kmemcg on the default hierarchy

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

slab:Fix the unexpected index mapping result of kmalloc_size(INDEX_NODE + 1)
 2015-09-08 17:49 UTC  (8+ messages)

[PATCH mm] slab: implement bulking for SLAB allocator
 2015-09-08 17:10 UTC  (4+ messages)

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-08 17:00 UTC  (7+ messages)
` [PATCH 2/2] memcg: always enable kmemcg on the default hierarchy
  ` [PATCH v2 3/2] memcg: punt high overage reclaim to return-to-userland path

[PATCH v2 0/9] mm/compaction: redesign compaction
 2015-09-08 16:30 UTC  (5+ messages)
` [PATCH v2 1/9] mm/compaction: skip useless pfn when updating cached pfn

[PATCH 1/3] mm, compaction: export tracepoints status strings to userspace
 2015-09-08 16:29 UTC  (4+ messages)
` [PATCH 3/3] mm, compaction: disginguish contended status in tracepoint

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

[PATCH] mm/mmap.c: Only call vma_unlock_anon_vm() when failure occurs in expand_upwards() and expand_downwards()
 2015-09-08 14:44 UTC  (6+ messages)

[PATCH 00/23] userfaultfd v4
 2015-09-08 14:13 UTC  (15+ messages)
` [PATCH 19/23] userfaultfd: activate syscall
  ` [Qemu-devel] "

[PATCH v9 0/6] Allow user to request memory to be locked on page fault
 2015-09-08 13:59 UTC  (7+ messages)
` [PATCH v9 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH v9 2/6] mm: mlock: Add new mlock system call
` [PATCH v9 3/6] mm: Introduce VM_LOCKONFAULT
` [PATCH v9 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH v9 5/6] selftests: vm: Add tests for lock on fault
` [PATCH v9 6/6] mips: Add entry for new mlock2 syscall

[PATCH V2 1/4] mm/kasan: Rename kasan_enabled to kasan_report_enabled
 2015-09-08 12:45 UTC  (3+ messages)
` [PATCH V2 2/4] mm/kasan: MODULE_VADDR is not available on all archs

[PATCH V4 0/3] mm: Add generic copy from early unmapped RAM
 2015-09-08 11:31 UTC  (3+ messages)
` [PATCH V4 2/3] arm64: support initrd outside kernel linear map

[PATCH] kasan: fix last shadow judgement in memory_is_poisoned_16()
 2015-09-08 10:05 UTC  (5+ messages)

fs/ocfs2/dlm/dlmrecovery.c:1824:4-23: iterator with update on line 1827
 2015-09-08  9:26 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).