messages from 2015-07-24 06:25:39 to 2015-07-28 17:27:02 UTC [more...]
[RFC PATCH 00/14] kthread: Use kthread worker API more widely
2015-07-28 17:26 UTC (18+ messages)
` [RFC PATCH 01/14] kthread: Allow to call __kthread_create_on_node() with va_list args
` [RFC PATCH 02/14] kthread: Add create_kthread_worker*()
` [RFC PATCH 03/14] kthread: Add drain_kthread_worker()
` [RFC PATCH 04/14] kthread: Add destroy_kthread_worker()
` [RFC PATCH 05/14] kthread: Add wakeup_and_destroy_kthread_worker()
` [RFC PATCH 06/14] kthread: Add kthread_worker_created()
` [RFC PATCH 07/14] mm/huge_page: Convert khugepaged() into kthread worker API
` [RFC PATCH 08/14] rcu: Convert RCU gp kthreads "
` [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark
` [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer "
` [RFC PATCH 11/14] ring_buffer: Use kthread worker API for the producer kthread "
` [RFC PATCH 12/14] kthread_worker: Better support freezable kthread workers
` [RFC PATCH 13/14] kthread_worker: Add set_kthread_worker_user_nice()
` [RFC PATCH 14/14] kthread_worker: Add set_kthread_worker_scheduler*()
vmemmap_verify() BUGs during memory hotplug (4.2-rc1 regression)
2015-07-28 17:09 UTC (3+ messages)
[PATCH] mm: add resched points to remap_pmd_range/ioremap_pmd_range
2015-07-28 17:08 UTC (10+ messages)
[RFC PATCH 00/10] Remove zonelist cache and high-order watermark checking
2015-07-28 15:48 UTC (13+ messages)
` [PATCH 02/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe
` [PATCH 03/10] mm, page_alloc: Remove unnecessary recalculations for dirty zone balancing
` [PATCH 04/10] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled
` [PATCH 05/10] mm, page_alloc: Remove unnecessary updating of GFP flags during normal operation
` [PATCH 06/10] mm, page_alloc: Use jump label to check if page grouping by mobility is enabled
[PATCHv2 00/10] mm, xen/balloon: memory hotplug improvements
2015-07-28 15:22 UTC (22+ messages)
` [PATCHv2 01/10] mm: memory hotplug with an existing resource
` [PATCHv2 02/10] xen/balloon: remove scratch page left overs
` [PATCHv2 03/10] x86/xen: discard RAM regions above the maximum reservation
` [PATCHv2 04/10] xen/balloon: find non-conflicting regions to place hotplugged memory
` [PATCHv2 05/10] xen/balloon: rationalize memory hotplug stats
` [PATCHv2 06/10] xen/balloon: only hotplug additional memory if required
` [PATCHv2 07/10] xen/balloon: make alloc_xenballoon_pages() always allocate low pages
` [PATCHv2 08/10] xen/balloon: use hotplugged pages for foreign mappings etc
` [Xen-devel] "
` [PATCHv2 09/10] x86/xen: export xen_alloc_p2m_entry()
` [PATCHv2 10/10] xen/balloon: pre-allocate p2m entries for ballooned pages
` [Xen-devel] "
[PATCH 0/2] arm64: support initrd outside of mapped RAM
2015-07-28 15:14 UTC (6+ messages)
` [PATCH 1/2] mm: add utility for early copy from unmapped ram
` [PATCH 2/2] arm64: support initrd outside kernel linear map
[PATCH V5 0/7] Allow user to request memory to be locked on page fault
2015-07-28 15:10 UTC (25+ messages)
` [PATCH V5 1/7] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH V5 2/7] mm: mlock: Add new mlock system call
` [PATCH V5 3/7] mm: Introduce VM_LOCKONFAULT
` [PATCH V5 4/7] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH V5 5/7] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
` [PATCH V5 6/7] selftests: vm: Add tests for lock on fault
` [PATCH V5 7/7] mips: Add entry for new mlock2 syscall
[RFC v3 0/3] mm: make swapin readahead to gain more thp performance
2015-07-28 8:59 UTC (5+ messages)
` [RFC v3 1/3] mm: add tracepoint for scanning pages
` [RFC v3 3/3] mm: make swapin readahead to improve thp collapse rate
[PATCH 0/4] enable migration of driver pages
2015-07-28 0:26 UTC (8+ messages)
` [PATCH 2/4] mm/compaction: enable mobile-page migration
` [PATCH 4/4] mm: remove direct calling of migration
hugetlb pages not accounted for in rss
2015-07-27 23:26 UTC
[PATCH v2] ipc: Use private shmem or hugetlbfs inodes for shm segments
2015-07-27 22:01 UTC (6+ messages)
[PATCH 0/5] Make vma_is_anonymous() reliable
2015-07-27 19:34 UTC (11+ messages)
` [PATCH 2/5] x86, mpx: do not set ->vm_ops on mpx VMAs
` [PATCH 0/1] mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
` [PATCH 1/1] "
[PATCH -mm v9 0/8] idle memory tracking
2015-07-27 19:25 UTC (9+ messages)
` [PATCH -mm v9 6/8] proc: add kpageidle file
[PATCH-mmotm] mmotm: build fix hugetlbfs fallocate if not CONFIG_NUMA
2015-07-27 18:54 UTC
[mmotm:master 229/385] fs/hugetlbfs/inode.c:578:13: error: 'struct vm_area_struct' has no member named 'vm_policy'
2015-07-27 18:25 UTC (4+ messages)
[PATCH v4 0/7] KASAN for arm64
2015-07-27 17:53 UTC (17+ messages)
` [PATCH v4 1/7] x86/kasan: generate KASAN_SHADOW_OFFSET in Makefile
` [PATCH v4 2/7] mm: kasan: introduce generic kasan_populate_zero_shadow()
` [PATCH v4 3/7] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v4 4/7] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v4 5/7] arm64: add KASAN support
` [PATCH v4 6/7] ARM64: kasan: print memory assignment
` [PATCH v4 7/7] x86/kasan: switch to generic kasan_populate_zero_shadow()
[PATCH] bootmem: avoid freeing to bootmem after bootmem is done
2015-07-27 16:05 UTC (4+ messages)
` [PATCH v2] "
[RFC v2 1/4] mm: make alloc_pages_exact_node pass __GFP_THISNODE
2015-07-27 15:47 UTC (16+ messages)
` [RFC v2 2/4] mm: unify checks in alloc_pages_node family of functions
` [RFC v2 3/4] mm: use numa_mem_id in alloc_pages_node()
` [RFC v2 4/4] mm: fallback for offline nodes in alloc_pages_node
[PATCH -next] mm: Fix build breakage seen if MMU_NOTIFIER is not configured
2015-07-27 15:17 UTC (2+ messages)
[PATCH -next] mm: Fix build for nommu systems
2015-07-27 14:40 UTC
[RFC v2 0/4] Outsourcing compaction for THP allocations to kcompactd
2015-07-27 9:30 UTC (12+ messages)
` [RFC 1/4] mm, compaction: introduce kcompactd
[RFC v5 PATCH 0/9] hugetlbfs: add fallocate support
2015-07-27 7:07 UTC (5+ messages)
` [RFC v5 PATCH 8/9] hugetlbfs: add hugetlbfs_fallocate()
[mmotm:master 371/385] mm/nommu.c:1248:30: error: 'vm_flags' redeclared as different kind of symbol
2015-07-26 13:57 UTC (3+ messages)
[PATCH] hugetlb: cond_resched for set_max_huge_pages and follow_hugetlb_page
2015-07-24 20:49 UTC (10+ messages)
[mmotm:master 371/385] arch/x86/mm/mpx.c:71:54: sparse: implicit cast to nocast type
2015-07-24 20:15 UTC (3+ messages)
` vm_flags, vm_flags_t and __nocast
[PATCHSET v4 0/5] pagemap: make useable for non-privilege users
2015-07-24 18:19 UTC (17+ messages)
` [PATCH v4 1/5] pagemap: check permissions and capabilities at open time
` [PATCH v4 3/5] pagemap: rework hugetlb and thp report
` [PATCH v4 4/5] pagemap: hide physical addresses from non-privileged users
` [PATCH v4 5/5] pagemap: add mmap-exclusive bit for marking pages mapped only here
randconfig build error with next-20150724, in mm/page_ext.c
2015-07-24 16:36 UTC (2+ messages)
[PATCH V4 0/6] Allow user to request memory to be locked on page fault
2015-07-24 15:53 UTC (9+ messages)
` [PATCH V4 2/6] mm: mlock: Add new mlock, munlock, and munlockall system calls
[PATCH] mm: rename and document alloc_pages_exact_node
2015-07-24 14:52 UTC (7+ messages)
[PATCH] mm: use srcu for shrinkers
2015-07-24 14:25 UTC (4+ messages)
` [PATCH -next v2] mm: srcu-ify shrinkers
[RFC][PATCH] ipc: Use private shmem or hugetlbfs inodes for shm segments
2015-07-24 12:38 UTC (3+ messages)
[mmotm:master 260/385] warning: (HWPOISON_INJECT && ..) selects PROC_PAGE_MONITOR which has unmet direct dependencies (PROC_FS && ..)
2015-07-24 12:06 UTC (2+ messages)
[mmotm:master 260/385] include/linux/mmu_notifier.h:247:19: sparse: context imbalance in 'kpageidle_clear_pte_refs_one' - unexpected unlock
2015-07-24 11:54 UTC (2+ messages)
[linux-next:master 3983/4215] fs/proc/page.c:453:8: note: in expansion of macro 'get_user'
2015-07-24 11:05 UTC (2+ messages)
[PATCH mmotm] kexec: arch_kexec_apply_relocations can be static
2015-07-24 10:48 UTC (4+ messages)
[linux-next:master 3983/4215] fs/proc/page.c:332:4: error: implicit declaration of function 'pmdp_clear_young_notify'
2015-07-24 8:21 UTC (2+ messages)
[PATCH 1/5] memcg: export struct mem_cgroup
2015-07-24 8:17 UTC (11+ messages)
[linux-next:master 3983/4215] fs/proc/page.o:undefined reference to `__user_bad'
2015-07-24 8:15 UTC
[mmotm:master 127/385] mm/internal.h:253:43: sparse: implicit cast to nocast type
2015-07-24 7:59 UTC
[PATCH] mm: Flush the TLB for a single address in a huge page
2015-07-24 7:17 UTC (8+ messages)
[patch] mmap.2: document the munmap exception for underlying page size
2015-07-24 6:57 UTC (6+ messages)
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).