Age | Commit message (Expand) | Author | Files | Lines |
2017-07-06 | mm/follow_page_mask: add support for hugetlb pgd entries | Anshuman Khandual | 2 | -0/+16 |
2017-07-06 | mm/hugetlb: export hugetlb_entry_migration helper | Aneesh Kumar K.V | 1 | -4/+4 |
2017-07-06 | mm/follow_page_mask: split follow_page_mask to smaller functions. | Aneesh Kumar K.V | 1 | -57/+91 |
2017-07-06 | mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at | Aneesh Kumar K.V | 1 | -10/+11 |
2017-07-06 | mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level | Anshuman Khandual | 2 | -5/+26 |
2017-07-06 | mm, memory_hotplug: remove unused cruft after memory hotplug rework | Michal Hocko | 1 | -207/+0 |
2017-07-06 | mm, memory_hotplug: fix the section mismatch warning | Michal Hocko | 1 | -1/+1 |
2017-07-06 | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 1 | -1/+1 |
2017-07-06 | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone | Michal Hocko | 1 | -3/+24 |
2017-07-06 | mm, memory_hotplug: fix MMOP_ONLINE_KEEP behavior | Michal Hocko | 1 | -4/+5 |
2017-07-06 | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2 | -81/+123 |
2017-07-06 | mm, vmstat: skip reporting offline pages in pagetypeinfo | Michal Hocko | 1 | -3/+2 |
2017-07-06 | mm: __first_valid_page skip over offline pages | Michal Hocko | 1 | -8/+18 |
2017-07-06 | mm, compaction: skip over holes in __reset_isolation_suitable | Michal Hocko | 1 | -3/+2 |
2017-07-06 | mm: consider zone which is not fully populated to have holes | Michal Hocko | 3 | -2/+52 |
2017-07-06 | mm, memory_hotplug: split up register_one_node() | Michal Hocko | 1 | -1/+16 |
2017-07-06 | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 1 | -3/+6 |
2017-07-06 | mm, memory_hotplug: use node instead of zone in can_online_high_movable | Michal Hocko | 1 | -4/+4 |
2017-07-06 | mm: remove return value from init_currently_empty_zone | Michal Hocko | 2 | -24/+7 |
2017-07-06 | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying | 1 | -4/+13 |
2017-07-06 | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 2 | -4/+20 |
2017-07-06 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 2 | -18/+22 |
2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 4 | -14/+19 |
2017-07-06 | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 8 | -155/+349 |
2017-07-06 | mm/vmstat.c: standardize file operations variable names | Anshuman Khandual | 1 | -8/+8 |
2017-07-06 | ksm: optimize refile of stable_node_dup at the head of the chain | Andrea Arcangeli | 1 | -12/+23 |
2017-07-06 | ksm: swap the two output parameters of chain/chain_prune | Andrea Arcangeli | 1 | -26/+52 |
2017-07-06 | ksm: cleanup stable_node chain collapse case | Andrea Arcangeli | 1 | -22/+28 |
2017-07-06 | ksm: fix use after free with merge_across_nodes = 0 | Andrea Arcangeli | 1 | -11/+55 |
2017-07-06 | ksm: introduce ksm_max_page_sharing per page deduplication limit | Andrea Arcangeli | 1 | -66/+667 |
2017-07-06 | mm/nobootmem.c: return 0 when start_pfn equals end_pfn | Wei Yang | 1 | -1/+1 |
2017-07-06 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers | 1 | -7/+6 |
2017-07-06 | mm/mmap.c: mark protection_map as __ro_after_init | Daniel Micay | 1 | -1/+1 |
2017-07-06 | mm, sparsemem: break out of loops early | Dave Hansen | 1 | -14/+46 |
2017-07-06 | mm: allow slab_nomerge to be set at build time | Kees Cook | 1 | -3/+2 |
2017-07-06 | mm/slab.c: replace open-coded round-up code with ALIGN | Canjiang Lu | 1 | -6/+2 |
2017-07-06 | mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 1 | -31/+38 |
2017-07-06 | mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL | Wei Yang | 1 | -7/+11 |
2017-07-06 | mm/slub: reset cpu_slab's pointer in deactivate_slab() | Wei Yang | 1 | -13/+8 |
2017-07-06 | mm/slub.c: remove a redundant assignment in ___slab_alloc() | Wei Yang | 1 | -1/+0 |
2017-07-06 | thp, mm: fix crash due race in MADV_FREE handling | Kirill A. Shutemov | 1 | -1/+1 |
2017-07-06 | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 7 | -40/+465 |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting | Jeff Layton | 1 | -0/+84 |
2017-07-06 | mm: don't TestClearPageError in __filemap_fdatawait_range | Jeff Layton | 1 | -15/+5 |
2017-07-06 | mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails | Jeff Layton | 1 | -0/+6 |
2017-07-06 | jbd2: don't clear and reset errors after waiting on writeback | Jeff Layton | 1 | -2/+14 |
2017-07-06 | mm: fix mapping_set_error call in me_pagecache_dirty | Jeff Layton | 1 | -1/+1 |
2017-07-06 | Provide a function to create a NUL-terminated string from unterminated data | David Howells | 1 | -0/+24 |
2017-07-05 | mm: clean up error handling in write_one_page | Jeff Layton | 1 | -7/+6 |
2017-07-05 | mm: drop "wait" parameter from write_one_page() | Jeff Layton | 1 | -7/+7 |