Age | Commit message (Expand) | Author |
2017-07-06 | mm: __first_valid_page skip over offline pages | Michal Hocko |
2017-07-06 | mm, compaction: skip over holes in __reset_isolation_suitable | Michal Hocko |
2017-07-06 | mm: consider zone which is not fully populated to have holes | Michal Hocko |
2017-07-06 | mm, memory_hotplug: split up register_one_node() | Michal Hocko |
2017-07-06 | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko |
2017-07-06 | mm, memory_hotplug: use node instead of zone in can_online_high_movable | Michal Hocko |
2017-07-06 | mm: remove return value from init_currently_empty_zone | Michal Hocko |
2017-07-06 | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying |
2017-07-06 | mm, THP, swap: check whether THP can be split firstly | Huang Ying |
2017-07-06 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim |
2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim |
2017-07-06 | mm, THP, swap: delay splitting THP during swap out | Huang Ying |
2017-07-06 | mm/vmstat.c: standardize file operations variable names | Anshuman Khandual |
2017-07-06 | ksm: optimize refile of stable_node_dup at the head of the chain | Andrea Arcangeli |
2017-07-06 | ksm: swap the two output parameters of chain/chain_prune | Andrea Arcangeli |
2017-07-06 | ksm: cleanup stable_node chain collapse case | Andrea Arcangeli |
2017-07-06 | ksm: fix use after free with merge_across_nodes = 0 | Andrea Arcangeli |
2017-07-06 | ksm: introduce ksm_max_page_sharing per page deduplication limit | Andrea Arcangeli |
2017-07-06 | mm/nobootmem.c: return 0 when start_pfn equals end_pfn | Wei Yang |
2017-07-06 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers |
2017-07-06 | mm/mmap.c: mark protection_map as __ro_after_init | Daniel Micay |
2017-07-06 | mm, sparsemem: break out of loops early | Dave Hansen |
2017-07-06 | mm: allow slab_nomerge to be set at build time | Kees Cook |
2017-07-06 | mm/slab.c: replace open-coded round-up code with ALIGN | Canjiang Lu |
2017-07-06 | mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIAL | Wei Yang |
2017-07-06 | mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIAL | Wei Yang |
2017-07-06 | mm/slub: reset cpu_slab's pointer in deactivate_slab() | Wei Yang |
2017-07-06 | mm/slub.c: remove a redundant assignment in ___slab_alloc() | Wei Yang |
2017-07-06 | thp, mm: fix crash due race in MADV_FREE handling | Kirill A. Shutemov |
2017-07-06 | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting | Jeff Layton |
2017-07-06 | mm: don't TestClearPageError in __filemap_fdatawait_range | Jeff Layton |
2017-07-06 | mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails | Jeff Layton |
2017-07-06 | jbd2: don't clear and reset errors after waiting on writeback | Jeff Layton |
2017-07-06 | mm: fix mapping_set_error call in me_pagecache_dirty | Jeff Layton |
2017-07-05 | mm: clean up error handling in write_one_page | Jeff Layton |
2017-07-05 | mm: drop "wait" parameter from write_one_page() | Jeff Layton |
2017-07-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-07-03 | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds |
2017-07-02 | mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig | Oliver O'Halloran |
2017-06-29 | percpu: fix static checker warnings in pcpu_destroy_chunk | Dennis Zhou |
2017-06-24 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
2017-06-23 | slub: make sysfs file removal asynchronous | Tejun Heo |
2017-06-23 | mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings | Ard Biesheuvel |
2017-06-23 | mm, thp: remove cond_resched from __collapse_huge_page_copy | David Rientjes |
2017-06-22 | Merge branch 'linus' into x86/mm, to pick up fixes | Ingo Molnar |
2017-06-21 | Allow stack to grow up to address space limit | Helge Deller |
2017-06-21 | mm: fix new crash in unmapped_area_topdown() | Hugh Dickins |