linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-26 16:49:01 to 2016-03-01 08:31:36 UTC [more...]

[RFC PATCH] mm: CONFIG_NR_ZONES_EXTENDED
 2016-03-01  8:31 UTC  (7+ messages)

[PATCH 0/3] OOM detection rework v4
 2016-03-01  7:29 UTC  (7+ messages)

[LSF/MM TOPIC] Support for 1GB THP
 2016-03-01  7:09 UTC 

[PATCH] mm: __delete_from_page_cache WARN_ON(page_mapped)
 2016-03-01  6:45 UTC  (5+ messages)
    ` [PATCH] mm: __delete_from_page_cache show Bad page if mapped

include/linux/bug.h:93:12: error: dereferencing pointer to incomplete type
 2016-03-01  6:38 UTC  (5+ messages)
  ` mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUG

[PATCH 0/2] devm_memremap_pages vs section-misaligned pmem
 2016-03-01  3:16 UTC  (4+ messages)
` [PATCH 1/2] libnvdimm, pmem: fix 'pfn' support for section-misaligned namespaces
` [PATCH 2/2] mm: fix mixed zone detection in devm_memremap_pages

[RFC PATCH] Add support for eXclusive Page Frame Ownership (XPFO)
 2016-03-01  2:10 UTC  (3+ messages)

linux-next: Unable to write into a vma if it has been mapped without PROT_READ
 2016-03-01  1:00 UTC  (3+ messages)

[PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables
 2016-02-29 23:17 UTC  (5+ messages)

[PATCH] mm: readahead: do not cap readahead() and MADV_WILLNEED
 2016-02-29 21:03 UTC  (4+ messages)

[PATCH] mm: memcontrol: reset memory.low on css offline
 2016-02-29 20:55 UTC  (4+ messages)

[RFC 0/2] New MAP_PMEM_AWARE mmap flag
 2016-02-29 20:32 UTC  (20+ messages)

[PATCH 0/18] change mmap_sem taken for write killable
 2016-02-29 20:25 UTC  (56+ messages)
` [PATCH 01/18] mm: Make mmap_sem for write waits killable for mm syscalls
` [PATCH 02/18] mm: make vm_mmap killable
` [PATCH 03/18] mm: make vm_munmap killable
` [PATCH 04/18] mm, aout: handle vm_brk failures
` [PATCH 05/18] mm, elf: handle vm_brk error
` [PATCH 06/18] mm: make vm_brk killable
` [PATCH 07/18] mm, proc: make clear_refs killable
  ` [PATCH] "
` [PATCH 08/18] mm, fork: make dup_mmap wait for mmap_sem for write killable
  ` [PATCH] "
` [PATCH 09/18] ipc, shm: make shmem attach/detach wait for mmap_sem killable
` [PATCH 10/18] vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
` [PATCH 11/18] coredump: make coredump_wait wait for mma_sem "
` [PATCH 12/18] aio: make aio_setup_ring killable
` [PATCH 13/18] exec: make exec path waiting for mmap_sem killable
` [PATCH 14/18] prctl: make PR_SET_THP_DISABLE wait "
` [PATCH 15/18] uprobes: wait for mmap_sem for write killable
  ` [PATCH] "
` [PATCH 16/18] drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killable
` [PATCH 17/18] drm/radeon: make radeon_mn_get "
` [PATCH 18/18] drm/amdgpu: make amdgpu_mn_get "

[PATCH] exit: clear TIF_MEMDIE after exit_task_work
 2016-02-29 18:44 UTC  (3+ messages)

[PATCH v4 0/7] SLAB support for KASAN
 2016-02-29 18:33 UTC  (14+ messages)
` [PATCH v4 2/7] mm, kasan: SLAB support
` [PATCH v4 4/7] arch, ftrace: For KASAN put hard/soft IRQ entries into separate sections
` [PATCH v4 5/7] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB
` [PATCH v4 6/7] kasan: Test fix: Warn if the UAF could not be detected in kmalloc_uaf2
` [PATCH v4 7/7] mm: kasan: Initial memory quarantine implementation

[PATCH] crypto/async_pq: use __free_page() instead of put_page()
 2016-02-29 18:04 UTC  (2+ messages)

[PATCH 0/3] RFC improvements to radix-tree related to DAX
 2016-02-29 17:46 UTC  (9+ messages)
` [PATCH 3/3] radix-tree: support locking of individual exception entries
` [PATCH 2/3] radix-tree: make 'indirect' bit available to "
` [PATCH 1/3] DAX: move RADIX_DAX_ definitions to dax.c

[RFC PATCH] writeback: move list_lock down into the for loop
 2016-02-29 17:33 UTC  (4+ messages)

Costless huge virtual memory? /dev/same, /dev/null?
 2016-02-29 16:28 UTC 

[PATCHv2] mm/zsmalloc: add `freeable' column to pool stat
 2016-02-29 16:13 UTC 

[PATCH v2 0/9] arm64: optimize virt_to_page and page_address
 2016-02-29 14:44 UTC  (10+ messages)
` [PATCH v2 1/9] arm64: vdso: avoid virt_to_page() translations on kernel symbols
` [PATCH v2 2/9] arm64: mm: free __init memory via the linear mapping
` [PATCH v2 3/9] arm64: mm: avoid virt_to_page() translation for the zero page
` [PATCH v2 4/9] arm64: insn: avoid virt_to_page() translations on core kernel symbols
` [PATCH v2 5/9] arm64: mm: move vmemmap region right below the linear region
` [PATCH v2 6/9] arm64: mm: restrict virt_to_page() to the linear mapping
` [PATCH v2 7/9] nios2: use correct void* return type for page_to_virt()
` [PATCH v2 8/9] openrisc: drop wrongly typed definition of page_to_virt()
` [PATCH v2 9/9] mm: replace open coded page to virt conversion with page_to_virt()

[PATCH 0/5] oom reaper v5
 2016-02-29 13:41 UTC  (6+ messages)
` [PATCH 2/5] oom reaper: handle mlocked pages

tty: memory leak in tty_register_driver
 2016-02-29 11:34 UTC  (5+ messages)

[PATCH] staging/goldfish: use 6-arg get_user_pages()
 2016-02-29 10:09 UTC  (3+ messages)

[PATCH] [RFC] mm/page_ref, crypto/async_pq: don't put_page from __exit
 2016-02-29  9:32 UTC  (3+ messages)

[RFC PATCH] proc: do not include shmem and driver pages in /proc/meminfo::Cached
 2016-02-29  7:03 UTC  (7+ messages)

[PATCH] mm/zsmalloc: add compact column to pool stat
 2016-02-29  6:26 UTC  (3+ messages)

[PATCH 1/3] radix-tree: fix bug in radix_tree_iter_next() for tagged iteration
 2016-02-29  5:13 UTC  (5+ messages)
` [PATCH 2/3] radix-tree tests: fix compilation
` [PATCH 3/3] radix-tree tests: add test for radix_tree_iter_next

[LSF/MM ATTEND][LSF/MM TOPIC] Address range mirroring enhancement
 2016-02-29  5:01 UTC  (2+ messages)

[PATCH] thp, mm: remove comments on serializion of THP split vs. gup_fast
 2016-02-29  2:38 UTC  (7+ messages)

[PATCH 5/5] mm, oom_reaper: implement OOM victims queuing
 2016-02-29  1:26 UTC  (6+ messages)
` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for
    ` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task

[LSF/MM TOPIC] THP, huge tmpfs, khugepaged
 2016-02-29  0:36 UTC  (2+ messages)

[PATCH 0/3] mm: memcontrol: simplify page->mem_cgroup pinning
 2016-02-28 23:57 UTC  (8+ messages)
` [PATCH 1/3] mm: migrate: do not touch page->mem_cgroup of live pages

[PATCH] mm/hugetlb: hugetlb_no_page: Rate-limit warning message
 2016-02-28 22:32 UTC 

[PATCH v2] mm/mprotect.c: don't imply PROT_EXEC on non-exec fs
 2016-02-28 21:58 UTC  (3+ messages)

[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v2
 2016-02-28 16:17 UTC  (11+ messages)
` [PATCH 08/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 09/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 10/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 15/27] mm, workingset: Make working set detection node-aware
` [PATCH 16/27] mm, page_alloc: Consider dirtyable memory in terms of nodes

[PATCH trivial] include/linux/gfp.h: Improve the coding styles
 2016-02-28 15:28 UTC  (15+ messages)

undefined reference to `early_panic'
 2016-02-28 12:18 UTC 

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-02-28 12:09 UTC 

drivers/nvdimm/pmem.c:367:3: error: implicit declaration of function '__phys_to_pfn'
 2016-02-28 11:29 UTC 

New Photos from Your F*ckbuddy
 2016-02-27 23:18 UTC 

[PATCH v5 00/20] kthread: Use kthread worker API more widely
 2016-02-27 15:18 UTC  (5+ messages)
` [PATCH v5 04/20] kthread: Add drain_kthread_worker()

[PATCH v5 08/20] kthread: Allow to cancel kthread work
 2016-02-27 15:16 UTC  (8+ messages)

[RFC][PATCH v2 3/3] mm/zsmalloc: increase ZS_MAX_PAGES_PER_ZSPAGE
 2016-02-27  6:31 UTC  (11+ messages)

[RFC][PATCH v3 0/2] mm/page_poison.c: Allow for zero poisoning
 2016-02-26 22:21 UTC  (6+ messages)
` [RFC][PATCH v3 1/2] mm/page_poison.c: Enable PAGE_POISONING as a separate option

[PATCH 1/1] mm: thp: Redefine default THP defrag behaviour disable it by default
 2016-02-26 20:46 UTC  (7+ messages)

[PATCH v3 0/7] SLAB support for KASAN
 2016-02-26 17:45 UTC  (3+ messages)
` [PATCH v3 4/7] arch, ftrace: For KASAN put hard/soft IRQ entries into separate sections

fork on processes with lots of memory
 2016-02-26 17:41 UTC  (2+ messages)

[PATCH v2] mm/slub: support left redzone
 2016-02-26 17:08 UTC  (3+ messages)

[PATCH v2 00/17] mm/slab: introduce new freed objects management way, OBJFREELIST_SLAB
 2016-02-26 17:06 UTC  (7+ messages)
` [PATCH v2 12/17] mm/slab: do not change cache size if debug pagealloc isn't possible
` [PATCH v2 16/17] mm/slab: introduce new slab management type, OBJFREELIST_SLAB


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 NNTP newsgroup(s).