| Commit message (Expand) | Author | Files | Lines |
2017-07-07 | mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at | Aneesh Kumar K.V | 1 | -10/+11 |
2017-07-07 | mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level | Anshuman Khandual | 3 | -6/+36 |
2017-07-07 | fs/userfaultfd.c: drop dead code | Mike Rapoport | 1 | -5/+0 |
2017-07-07 | kernel/exit.c: don't include unused userfaultfd_k.h | Mike Rapoport | 1 | -1/+0 |
2017-07-07 | mm, memory_hotplug: remove unused cruft after memory hotplug rework | Michal Hocko | 2 | -209/+0 |
2017-07-07 | mm, memory_hotplug: fix the section mismatch warning | Michal Hocko | 1 | -1/+1 |
2017-07-07 | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 9 | -15/+15 |
2017-07-07 | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone | Michal Hocko | 3 | -4/+27 |
2017-07-07 | mm, memory_hotplug: fix MMOP_ONLINE_KEEP behavior | Michal Hocko | 1 | -4/+5 |
2017-07-07 | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 12 | -175/+185 |
2017-07-07 | mm, vmstat: skip reporting offline pages in pagetypeinfo | Michal Hocko | 1 | -3/+2 |
2017-07-07 | mm: __first_valid_page skip over offline pages | Michal Hocko | 1 | -8/+18 |
2017-07-07 | mm, compaction: skip over holes in __reset_isolation_suitable | Michal Hocko | 1 | -3/+2 |
2017-07-07 | mm: consider zone which is not fully populated to have holes | Michal Hocko | 5 | -8/+103 |
2017-07-07 | mm, memory_hotplug: consider offline memblocks removable | Michal Hocko | 1 | -0/+4 |
2017-07-07 | mm, memory_hotplug: split up register_one_node() | Michal Hocko | 3 | -33/+70 |
2017-07-07 | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 9 | -24/+22 |
2017-07-07 | mm: drop page_initialized check from get_nid_for_pfn | Michal Hocko | 1 | -7/+0 |
2017-07-07 | mm, memory_hotplug: use node instead of zone in can_online_high_movable | Michal Hocko | 1 | -4/+4 |
2017-07-07 | mm: remove return value from init_currently_empty_zone | Michal Hocko | 3 | -25/+8 |
2017-07-07 | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying | 1 | -4/+13 |
2017-07-07 | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 3 | -4/+27 |
2017-07-07 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 3 | -20/+24 |
2017-07-07 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 5 | -24/+21 |
2017-07-07 | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 12 | -164/+373 |
2017-07-07 | mm/vmstat.c: standardize file operations variable names | Anshuman Khandual | 1 | -8/+8 |
2017-07-07 | zram: count same page write as page_stored | Minchan Kim | 1 | -0/+2 |
2017-07-07 | ksm: optimize refile of stable_node_dup at the head of the chain | Andrea Arcangeli | 1 | -12/+23 |
2017-07-07 | ksm: swap the two output parameters of chain/chain_prune | Andrea Arcangeli | 1 | -26/+52 |
2017-07-07 | ksm: cleanup stable_node chain collapse case | Andrea Arcangeli | 1 | -22/+28 |
2017-07-07 | ksm: fix use after free with merge_across_nodes = 0 | Andrea Arcangeli | 1 | -11/+55 |
2017-07-07 | ksm: introduce ksm_max_page_sharing per page deduplication limit | Andrea Arcangeli | 2 | -66/+730 |
2017-07-07 | mm/nobootmem.c: return 0 when start_pfn equals end_pfn | Wei Yang | 1 | -1/+1 |
2017-07-07 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers | 1 | -7/+6 |
2017-07-07 | mm/mmap.c: mark protection_map as __ro_after_init | Daniel Micay | 1 | -1/+1 |
2017-07-07 | mm, sparsemem: break out of loops early | Dave Hansen | 3 | -14/+52 |
2017-07-07 | mm: allow slab_nomerge to be set at build time | Kees Cook | 3 | -5/+24 |
2017-07-07 | mm/slab.c: replace open-coded round-up code with ALIGN | Canjiang Lu | 1 | -6/+2 |
2017-07-07 | mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 2 | -31/+51 |
2017-07-07 | mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 2 | -7/+30 |
2017-07-07 | mm/slub.c: pack red_left_pad with another int to save a word | Wei Yang | 1 | -1/+1 |
2017-07-07 | mm/slub: reset cpu_slab's pointer in deactivate_slab() | Wei Yang | 1 | -13/+8 |
2017-07-07 | mm/slub.c: remove a redundant assignment in ___slab_alloc() | Wei Yang | 1 | -1/+0 |
2017-07-07 | fs/file.c: replace alloc_fdmem() with kvmalloc() alternative | Michal Hocko | 1 | -18/+4 |
2017-07-07 | ocfs2: constify attribute_group structures | Arvind Yadav | 1 | -1/+1 |
2017-07-07 | ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leak | piaojun | 1 | -0/+1 |
2017-07-07 | ocfs2: use magic.h | Fabian Frederick | 2 | -3/+3 |
2017-07-07 | ocfs2: fix a static checker warning | Gang He | 1 | -1/+1 |
2017-07-07 | drivers/sh/intc/virq.c: delete an error message for a failed memory allocatio... | SF Markus Elfring | 1 | -3/+1 |
2017-07-07 | include/linux/filter.h: use linux/set_memory.h | Michael Ellerman | 1 | -4/+1 |