messages from 2016-02-28 05:17:56 to 2016-03-01 16:04:08 UTC [more...]
[PATCH 1/2] mm: memcontrol: cleanup css_reset callback
2016-03-01 16:04 UTC (3+ messages)
` [PATCH 2/2] cgroup: reset css on destruction
[PATCH] exit: clear TIF_MEMDIE after exit_task_work
2016-03-01 15:57 UTC (5+ messages)
tty: memory leak in tty_register_driver
2016-03-01 15:55 UTC (7+ messages)
[PATCH v2 0/9] arm64: optimize virt_to_page and page_address
2016-03-01 15:43 UTC (12+ 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 v2 0/5] introduce kcompactd and stop compacting in kswapd
2016-03-01 14:44 UTC (5+ messages)
` [PATCH v2 4/5] mm, kswapd: replace kswapd compaction with waking up kcompactd
` [PATCH v2 5/5] mm, compaction: adapt isolation_suitable flushing to kcompactd
[PATCH 0/3] OOM detection rework v4
2016-03-01 14:40 UTC (9+ messages)
[PATCH v4 0/7] SLAB support for KASAN
2016-03-01 14:34 UTC (12+ messages)
` [PATCH v4 2/7] mm, kasan: SLAB support
` [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 -mm] oom: make oom_reaper_list single linked
2016-03-01 14:01 UTC (2+ messages)
[PATCH] crypto/async_pq: use __free_page() instead of put_page()
2016-03-01 13:54 UTC (3+ messages)
[linux-next:master 8024/8887] include/trace/events/page_ref.h:47:18: warning: 'struct page' declared inside parameter list
2016-03-01 13:49 UTC (3+ messages)
` [PATCH] mm/page_ref: fix build failure for xtensa
[PATCH 1/1] mm: thp: Set THP defrag by default to madvise and add a stall-free defrag option
2016-03-01 13:44 UTC (5+ messages)
` [PATCH] mm: thp: Set THP defrag by default to madvise and add a stall-free defrag option -fix
[LSF/MM TOPIC] Support for 1GB THP
2016-03-01 12:52 UTC (7+ messages)
` [Lsf-pc] "
[PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables
2016-03-01 12:40 UTC (6+ messages)
[PATCH] mm: __delete_from_page_cache WARN_ON(page_mapped)
2016-03-01 11:16 UTC (6+ messages)
` [PATCH] mm: __delete_from_page_cache show Bad page if mapped
[RFC PATCH] mm: CONFIG_NR_ZONES_EXTENDED
2016-03-01 8:31 UTC (7+ messages)
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] 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 0/3] RFC improvements to radix-tree related to DAX
2016-02-29 17:46 UTC (9+ messages)
` [PATCH 1/3] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 2/3] radix-tree: make 'indirect' bit available to exception entries
` [PATCH 3/3] radix-tree: support locking of individual "
[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 0/5] oom reaper v5
2016-02-29 13:41 UTC (6+ messages)
` [PATCH 2/5] oom reaper: handle mlocked pages
[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 (3+ messages)
[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 (12+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).