summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-101-1/+1
* mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereferenceGustavo A. R. Silva2017-07-101-1/+1
* mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes2017-07-101-2/+11
* mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko2017-07-101-2/+2
* mm, page_alloc: fallback to smallest page when not stealing whole pageblockVlastimil Babka2017-07-101-9/+44
* swap: add block io poll in swapin pathShaohua Li2017-07-104-9/+30
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-081-0/+4
|\
| * ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-211-0/+4
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-072-18/+110
|\ \
| * | fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-061-0/+84
| * | mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton2017-07-061-15/+5
| * | mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton2017-07-061-0/+6
| * | jbd2: don't clear and reset errors after waiting on writebackJeff Layton2017-07-061-2/+14
| * | mm: fix mapping_set_error call in me_pagecache_dirtyJeff Layton2017-07-061-1/+1
| |/
* | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-10/+9
|\ \
| * | mm: clean up error handling in write_one_pageJeff Layton2017-07-051-7/+6
| * | mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-051-7/+7
| |/
* | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-1/+5
|\ \
| * | mm, x86: Add ARCH_HAS_ZONE_DEVICE to KconfigOliver O'Halloran2017-07-021-1/+5
| |/
* | mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko2017-07-062-1/+6
* | mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko2017-07-064-34/+0
* | mm, memory_hotplug: drop artificial restriction on online/offlineMichal Hocko2017-07-061-58/+0
* | mm: memcontrol: account slab stats per lruvecJohannes Weiner2017-07-063-27/+7
* | mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-064-22/+21
* | mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-061-8/+8
* | mm: memcontrol: use the node-native slab memory countersJohannes Weiner2017-07-062-6/+6
* | mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-065-13/+12
* | mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...Markus Elfring2017-07-061-3/+2
* | mm/zswap.c: improve a size determination in zswap_frontswap_init()Markus Elfring2017-07-061-1/+1
* | mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...Markus Elfring2017-07-061-3/+1
* | mm/swapfile.c: sort swap entries before freeHuang Ying2017-07-061-0/+16
* | mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov2017-07-063-0/+8
* | mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-066-12/+38
* | mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas2017-07-062-10/+90
* | mm: kmemleak: factor object reference updating out of scan_block()Catalin Marinas2017-07-061-18/+25
* | mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...Catalin Marinas2017-07-061-3/+3
* | mm, mempolicy: don't check cpuset seqlock where it doesn't matterVlastimil Babka2017-07-061-16/+0
* | mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-061-84/+18
* | mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka2017-07-064-37/+35
* | mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka2017-07-061-15/+7
* | mm, page_alloc: fix more premature OOM due to race with cpuset updateVlastimil Babka2017-07-061-13/+38
* | mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal2017-07-061-2/+5
* | mm/hugetlb: introduce set_huge_swap_pte_at() helperPunit Agrawal2017-07-061-3/+5
* | mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal2017-07-061-1/+1
* | mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-063-11/+18
* | mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal2017-07-061-6/+6
* | mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon2017-07-061-3/+0
* | mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi2017-07-062-4/+0
* | mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke2017-07-061-6/+8
* | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-061-5/+2
OpenPOWER on IntegriCloud