summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2015-06-241-2/+0
| * | | mm/memory hotplug: init the zone's size when calculating node totalpagesGu Zheng2015-06-241-24/+22
| * | | mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-06-241-8/+11
| * | | rmap: fix theoretical race between do_wp_page and shrink_active_listVladimir Davydov2015-06-241-1/+6
| * | | mm/memory-failure: me_huge_page() does nothing for thpNaoya Horiguchi2015-06-241-0/+4
| * | | mm: soft-offline: don't free target page in successful page migrationNaoya Horiguchi2015-06-242-25/+6
| * | | mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...Naoya Horiguchi2015-06-242-7/+47
| * | | mm/memory-failure: split thp earlier in memory error handlingNaoya Horiguchi2015-06-241-63/+25
| * | | mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang2015-06-241-6/+6
| * | | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan2015-06-241-1/+2
| * | | mm/page_alloc.c: cleanup obsolete KM_USER*Anisse Astier2015-06-241-15/+2
| * | | mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepathKirill A. Shutemov2015-06-241-1/+0
| * | | mm: only define hashdist variable when neededRasmus Villemoes2015-06-241-1/+1
| * | | mm: new arch_remap() hookLaurent Dufour2015-06-241-6/+11
| * | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-0/+5
| * | | mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov2015-06-241-0/+11
| * | | thp: cleanup how khugepaged enters freezerJiri Kosina2015-06-241-3/+1
| * | | mm, hwpoison: remove obsolete "Notebook" todo listAndi Kleen2015-06-241-7/+0
| * | | mm, hwpoison: add comment describing when to add new casesAndi Kleen2015-06-241-0/+8
| * | | slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders2015-06-244-15/+24
| * | | mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo2015-06-241-23/+39
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-0/+98
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-133-5/+8
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-081-17/+1
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-233-3/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-133-16/+19
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-121-0/+98
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-12/+6
|\ \ \ \ \ \
| * | | | | | sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand2015-05-191-12/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-19/+13
|\ \ \ \ \ \
| * | | | | | switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
| * | | | | | don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
| * | | | | | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-12/+11
| * | | | | | shmem: switch to simple_follow_link()Al Viro2015-05-101-7/+2
| | |_|/ / / | |/| | | |
* | | | | | mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins2015-06-171-1/+7
| |_|_|_|/ |/| | | |
* | | | | zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky2015-06-101-1/+2
* | | | | mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner2015-06-101-3/+1
* | | | | memcg: do not call reclaim if !__GFP_WAITVladimir Davydov2015-06-101-0/+2
* | | | | mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng2015-06-101-1/+3
| |_|_|/ |/| | |
* | | | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-281-17/+1
| |/ / |/| |
* | | mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-05-141-1/+1
* | | CMA: page_isolation: check buddy before accessing itHui Zhu2015-05-141-1/+2
* | | gfp: add __GFP_NOACCOUNTVladimir Davydov2015-05-141-1/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-081-3/+3
|\ \
| * | writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-04-231-3/+3
* | | mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi2015-05-051-3/+3
* | | mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi2015-05-051-2/+5
* | | mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-051-4/+4
* | | mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi2015-05-051-4/+4
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-15/+15
|\ \ | |/ |/|