summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-3/+6
* mm, memory_hotplug: use node instead of zone in can_online_high_movableMichal Hocko2017-07-061-4/+4
* mm: remove return value from init_currently_empty_zoneMichal Hocko2017-07-062-24/+7
* mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying2017-07-061-4/+13
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-062-4/+20
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-062-18/+22
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-064-14/+19
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-068-155/+349
* mm/vmstat.c: standardize file operations variable namesAnshuman Khandual2017-07-061-8/+8
* ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli2017-07-061-12/+23
* ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli2017-07-061-26/+52
* ksm: cleanup stable_node chain collapse caseAndrea Arcangeli2017-07-061-22/+28
* ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli2017-07-061-11/+55
* ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli2017-07-061-66/+667
* mm/nobootmem.c: return 0 when start_pfn equals end_pfnWei Yang2017-07-061-1/+1
* mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2017-07-061-7/+6
* mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay2017-07-061-1/+1
* mm, sparsemem: break out of loops earlyDave Hansen2017-07-061-14/+46
* mm: allow slab_nomerge to be set at build timeKees Cook2017-07-061-3/+2
* mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu2017-07-061-6/+2
* mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-31/+38
* mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-7/+11
* mm/slub: reset cpu_slab's pointer in deactivate_slab()Wei Yang2017-07-061-13/+8
* mm/slub.c: remove a redundant assignment in ___slab_alloc()Wei Yang2017-07-061-1/+0
* thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov2017-07-061-1/+1
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-067-40/+465
|\
| * percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou2017-06-292-2/+8
| * percpu: fix early calls for spinlock in pcpu_statsDennis Zhou2017-06-211-4/+6
| * percpu: resolve err may not be initialized in pcpu_allocDennis Zhou2017-06-211-1/+3
| * percpu: add tracepoint support for percpu memoryDennis Zhou2017-06-203-0/+16
| * percpu: expose statistics about percpu memory via debugfsDennis Zhou2017-06-207-0/+380
| * percpu: migrate percpu data structures to internal headerDennis Zhou2017-06-202-23/+40
| * percpu: add missing lockdep_assert_held to func pcpu_free_areaDennis Zhou2017-06-201-0/+2
| * mark most percpu globals as __ro_after_initDaniel Micay2017-05-101-18/+18
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-033-20/+8
|\ \
| * \ Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-227-111/+114
| |\ \
| * | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-132-6/+6
| * | | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar2017-06-0510-48/+106
| |\ \ \
| * | | | mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski2017-05-241-14/+2
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-035-16/+16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-244-24/+51
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-2018-171/+227
| |\ \ \ \ \ \
| | * | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-203-4/+4
| | * | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-204-11/+11
| * | | | | | | mm/vmscan: Adjust system_state checksThomas Gleixner2017-05-231-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-032-9/+59
|\ \ \ \ \ \ \
| * | | | | | | fs: return if direct I/O will trigger writebackGoldwyn Rodrigues2017-06-201-7/+25
| * | | | | | | fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2017-06-201-0/+32
| * | | | | | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-132-1/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1210-48/+106
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
OpenPOWER on IntegriCloud