| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, memory_hotplug: remove unused cruft after memory hotplug rework | Michal Hocko | 2017-07-07 | 1 | -207/+0 |
* | mm, memory_hotplug: fix the section mismatch warning | Michal Hocko | 2017-07-07 | 1 | -1/+1 |
* | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 2017-07-07 | 1 | -1/+1 |
* | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone | Michal Hocko | 2017-07-07 | 1 | -3/+24 |
* | mm, memory_hotplug: fix MMOP_ONLINE_KEEP behavior | Michal Hocko | 2017-07-07 | 1 | -4/+5 |
* | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-07 | 2 | -81/+123 |
* | mm, vmstat: skip reporting offline pages in pagetypeinfo | Michal Hocko | 2017-07-07 | 1 | -3/+2 |
* | mm: __first_valid_page skip over offline pages | Michal Hocko | 2017-07-07 | 1 | -8/+18 |
* | mm, compaction: skip over holes in __reset_isolation_suitable | Michal Hocko | 2017-07-07 | 1 | -3/+2 |
* | mm: consider zone which is not fully populated to have holes | Michal Hocko | 2017-07-07 | 3 | -2/+52 |
* | mm, memory_hotplug: split up register_one_node() | Michal Hocko | 2017-07-07 | 1 | -1/+16 |
* | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 2017-07-07 | 1 | -3/+6 |
* | mm, memory_hotplug: use node instead of zone in can_online_high_movable | Michal Hocko | 2017-07-07 | 1 | -4/+4 |
* | mm: remove return value from init_currently_empty_zone | Michal Hocko | 2017-07-07 | 2 | -24/+7 |
* | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying | 2017-07-07 | 1 | -4/+13 |
* | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 2017-07-07 | 2 | -4/+20 |
* | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 2017-07-07 | 2 | -18/+22 |
* | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 2017-07-07 | 4 | -14/+19 |
* | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 2017-07-07 | 8 | -155/+349 |
* | mm/vmstat.c: standardize file operations variable names | Anshuman Khandual | 2017-07-07 | 1 | -8/+8 |
* | ksm: optimize refile of stable_node_dup at the head of the chain | Andrea Arcangeli | 2017-07-07 | 1 | -12/+23 |
* | ksm: swap the two output parameters of chain/chain_prune | Andrea Arcangeli | 2017-07-07 | 1 | -26/+52 |
* | ksm: cleanup stable_node chain collapse case | Andrea Arcangeli | 2017-07-07 | 1 | -22/+28 |
* | ksm: fix use after free with merge_across_nodes = 0 | Andrea Arcangeli | 2017-07-07 | 1 | -11/+55 |
* | ksm: introduce ksm_max_page_sharing per page deduplication limit | Andrea Arcangeli | 2017-07-07 | 1 | -66/+667 |
* | mm/nobootmem.c: return 0 when start_pfn equals end_pfn | Wei Yang | 2017-07-07 | 1 | -1/+1 |
* | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers | 2017-07-07 | 1 | -7/+6 |
* | mm/mmap.c: mark protection_map as __ro_after_init | Daniel Micay | 2017-07-07 | 1 | -1/+1 |
* | mm, sparsemem: break out of loops early | Dave Hansen | 2017-07-07 | 1 | -14/+46 |
* | mm: allow slab_nomerge to be set at build time | Kees Cook | 2017-07-07 | 1 | -3/+2 |
* | mm/slab.c: replace open-coded round-up code with ALIGN | Canjiang Lu | 2017-07-07 | 1 | -6/+2 |
* | mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 2017-07-07 | 1 | -31/+38 |
* | mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 2017-07-07 | 1 | -7/+11 |
* | mm/slub: reset cpu_slab's pointer in deactivate_slab() | Wei Yang | 2017-07-07 | 1 | -13/+8 |
* | mm/slub.c: remove a redundant assignment in ___slab_alloc() | Wei Yang | 2017-07-07 | 1 | -1/+0 |
* | thp, mm: fix crash due race in MADV_FREE handling | Kirill A. Shutemov | 2017-07-07 | 1 | -1/+1 |
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 2017-07-06 | 7 | -40/+465 |
|\ |
|
| * | percpu: fix static checker warnings in pcpu_destroy_chunk | Dennis Zhou | 2017-06-29 | 2 | -2/+8 |
| * | percpu: fix early calls for spinlock in pcpu_stats | Dennis Zhou | 2017-06-21 | 1 | -4/+6 |
| * | percpu: resolve err may not be initialized in pcpu_alloc | Dennis Zhou | 2017-06-21 | 1 | -1/+3 |
| * | percpu: add tracepoint support for percpu memory | Dennis Zhou | 2017-06-20 | 3 | -0/+16 |
| * | percpu: expose statistics about percpu memory via debugfs | Dennis Zhou | 2017-06-20 | 7 | -0/+380 |
| * | percpu: migrate percpu data structures to internal header | Dennis Zhou | 2017-06-20 | 2 | -23/+40 |
| * | percpu: add missing lockdep_assert_held to func pcpu_free_area | Dennis Zhou | 2017-06-20 | 1 | -0/+2 |
| * | mark most percpu globals as __ro_after_init | Daniel Micay | 2017-05-10 | 1 | -18/+18 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-03 | 3 | -20/+8 |
|\ \ |
|
| * \ | Merge branch 'linus' into x86/mm, to pick up fixes | Ingo Molnar | 2017-06-22 | 7 | -111/+114 |
| |\ \ |
|
| * | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 2017-06-13 | 2 | -6/+6 |
| * | | | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes | Ingo Molnar | 2017-06-05 | 10 | -48/+106 |
| |\ \ \ |
|
| * | | | | mm, x86/mm: Make the batched unmap TLB flush API more generic | Andy Lutomirski | 2017-05-24 | 1 | -14/+2 |