| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mm/truncate.c: fix THP handling in invalidate_mapping_pages() | Jan Kara | 2017-07-11 | 1 | -2/+8 |
* | | mm/hugetlb.c: replace memfmt with string_get_size | Matthew Wilcox | 2017-07-11 | 1 | -14/+5 |
* | | mm, memcg: fix potential undefined behavior in mem_cgroup_event_ratelimit() | Michal Hocko | 2017-07-11 | 1 | -1/+1 |
* | | mm, hugetlb: schedule when potentially allocating many hugepages | David Rientjes | 2017-07-11 | 1 | -0/+2 |
* | | mm: unify new_node_page and alloc_migrate_target | Michal Hocko | 2017-07-11 | 2 | -26/+3 |
* | | hugetlb, memory_hotplug: prefer to use reserved pages for migration | Michal Hocko | 2017-07-11 | 2 | -7/+29 |
* | | mm, memory_hotplug: simplify empty node mask handling in new_node_page | Michal Hocko | 2017-07-11 | 1 | -9/+10 |
* | | mm, memory_hotplug: support movable_node for hotpluggable nodes | Michal Hocko | 2017-07-11 | 1 | -3/+16 |
* | | mm/migrate.c: stabilise page count when migrating transparent hugepages | Will Deacon | 2017-07-11 | 1 | -13/+2 |
* | | mm/hugetlb.c: warn the user when issues arise on boot due to hugepages | Liam R. Howlett | 2017-07-11 | 1 | -12/+24 |
* | | mm/cma.c: warn if the CMA area could not be activated | Anshuman Khandual | 2017-07-11 | 1 | -2/+3 |
* | | vmalloc: show lazy-purged vma info in vmallocinfo | Yisheng Xie | 2017-07-11 | 1 | -1/+9 |
* | | mm/memcontrol: exclude @root from checks in mem_cgroup_low | Sean Christopherson | 2017-07-11 | 1 | -18/+32 |
* | | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko | 2017-07-11 | 2 | -4/+7 |
* | | mm, vmpressure: pass-through notification support | David Rientjes | 2017-07-11 | 1 | -29/+93 |
* | | mm: hwpoison: introduce idenfity_page_state | Naoya Horiguchi | 2017-07-11 | 1 | -32/+25 |
* | | mm: hugetlb: delete dequeue_hwpoisoned_huge_page() | Naoya Horiguchi | 2017-07-11 | 2 | -45/+0 |
* | | mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error | Naoya Horiguchi | 2017-07-11 | 1 | -40/+53 |
* | | mm: hwpoison: introduce memory_failure_hugetlb() | Naoya Horiguchi | 2017-07-11 | 1 | -52/+82 |
* | | mm: soft-offline: dissolve free hugepage if soft-offlined | Naoya Horiguchi | 2017-07-11 | 1 | -1/+1 |
* | | mm: hugetlb: soft-offline: dissolve source hugepage after successful migration | Anshuman Khandual | 2017-07-11 | 3 | -5/+12 |
* | | mm: hwpoison: change PageHWPoison behavior on hugetlb pages | Naoya Horiguchi | 2017-07-11 | 1 | -63/+24 |
* | | mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache() | Naoya Horiguchi | 2017-07-11 | 1 | -3/+5 |
* | | mm: hugetlb: prevent reuse of hwpoisoned free hugepages | Naoya Horiguchi | 2017-07-11 | 2 | -3/+1 |
* | | mm/zsmalloc.c: fix -Wunneeded-internal-declaration warning | Nick Desaulniers | 2017-07-11 | 1 | -1/+1 |
* | | mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereference | Gustavo A. R. Silva | 2017-07-11 | 1 | -1/+1 |
* | | mm, vmscan: avoid thrashing anon lru when free + file is low | David Rientjes | 2017-07-11 | 1 | -2/+11 |
* | | mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTE | Yevgen Pronenko | 2017-07-11 | 1 | -2/+2 |
* | | mm, page_alloc: fallback to smallest page when not stealing whole pageblock | Vlastimil Babka | 2017-07-11 | 1 | -9/+44 |
* | | swap: add block io poll in swapin path | Shaohua Li | 2017-07-11 | 4 | -9/+30 |
* | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-07-08 | 1 | -0/+4 |
|\ \ |
|
| * | | ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSO | Dmitry Safonov | 2017-06-21 | 1 | -0/+4 |
* | | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-08 | 2 | -18/+110 |
|\ \ \ |
|
| * | | | fs: new infrastructure for writeback error handling and reporting | Jeff Layton | 2017-07-06 | 1 | -0/+84 |
| * | | | mm: don't TestClearPageError in __filemap_fdatawait_range | Jeff Layton | 2017-07-06 | 1 | -15/+5 |
| * | | | mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails | Jeff Layton | 2017-07-06 | 1 | -0/+6 |
| * | | | jbd2: don't clear and reset errors after waiting on writeback | Jeff Layton | 2017-07-06 | 1 | -2/+14 |
| * | | | mm: fix mapping_set_error call in me_pagecache_dirty | Jeff Layton | 2017-07-06 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-08 | 1 | -10/+9 |
|\ \ \ |
|
| * | | | mm: clean up error handling in write_one_page | Jeff Layton | 2017-07-06 | 1 | -7/+6 |
| * | | | mm: drop "wait" parameter from write_one_page() | Jeff Layton | 2017-07-06 | 1 | -7/+7 |
| |/ / |
|
* | | | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-07-07 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig | Oliver O'Halloran | 2017-07-02 | 1 | -1/+5 |
| |/ / |
|
* | | | mm, memory_hotplug: move movable_node to the hotplug proper | Michal Hocko | 2017-07-07 | 2 | -1/+6 |
* | | | mm, memory_hotplug: drop CONFIG_MOVABLE_NODE | Michal Hocko | 2017-07-07 | 4 | -34/+0 |
* | | | mm, memory_hotplug: drop artificial restriction on online/offline | Michal Hocko | 2017-07-07 | 1 | -58/+0 |
* | | | mm: memcontrol: account slab stats per lruvec | Johannes Weiner | 2017-07-07 | 3 | -27/+7 |
* | | | mm: memcontrol: per-lruvec stats infrastructure | Johannes Weiner | 2017-07-07 | 4 | -22/+21 |
* | | | mm: memcontrol: use generic mod_memcg_page_state for kmem pages | Johannes Weiner | 2017-07-07 | 1 | -8/+8 |
* | | | mm: memcontrol: use the node-native slab memory counters | Johannes Weiner | 2017-07-07 | 2 | -6/+6 |