summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: inc counter for collapsed shmem THPYang Shi2018-08-171-0/+2
* mm: thp: register mm for khugepaged when merging vma for shmemYang Shi2018-08-171-27/+26
* mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...Jia-Ju Bai2018-08-171-6/+6
* mm/vmscan.c: condense scan_controlGreg Thelen2018-08-171-12/+20
* mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov2018-08-171-2/+2
* shmem: use monotonic time for i_generationArnd Bergmann2018-08-171-1/+2
* mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka2018-08-171-3/+4
* thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-172-3/+3
* mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin2018-08-171-1/+4
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-172-5/+5
* mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka2018-08-171-2/+1
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-177-10/+24
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+5
|\
| * kconfig: add a Memory Management options" menuChristoph Hellwig2018-08-021-0/+5
* | Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-151-0/+25
|\ \
| * | usercopy: Allow boot cmdline disabling of hardeningChris von Recklinghausen2018-07-041-0/+25
* | | Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-143-165/+217
|\ \ \
| * | | docs/mm: memblock: add overview documentationMike Rapoport2018-08-021-0/+55
| * | | docs/mm: memblock: add kernel-doc comments for memblock_add[_node]Mike Rapoport2018-08-021-2/+25
| * | | docs/mm: memblock: update kernel-doc commentsMike Rapoport2018-08-021-37/+47
| * | | mm/memblock: add a name for memblock flags enumerationMike Rapoport2018-08-022-17/+22
| * | | docs/mm: bootmem: add overview documentationMike Rapoport2018-08-021-0/+47
| * | | docs/mm: bootmem: fix kernel-doc warningsMike Rapoport2018-08-021-2/+8
| * | | docs/mm: nobootmem: fixup kernel-doc commentsMike Rapoport2018-08-021-5/+13
| * | | mm/bootmem: drop duplicated kernel-doc commentsMike Rapoport2018-08-021-102/+0
* | | | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-141-5/+6
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki2018-08-141-5/+6
| |\ \ \ \ \ \ \ | | | | | |/ / / | | | | |/| / / | | | | | |/ /
| | | * | / / PM / reboot: Eliminate race between reboot and suspendPingfan Liu2018-08-061-5/+6
| | | |/ / /
* | | | | | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-147-16/+77
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-058-56/+46
| |\ \ \ \ \ \
| * | | | | | | readahead: stricter check for bdi io_pagesMarkus Stockhausen2018-07-271-2/+10
| * | | | | | | mm: skip readahead if the cgroup is congestedJosef Bacik2018-07-091-0/+7
| * | | | | | | memcontrol: schedule throttling if we are congestedTejun Heo2018-07-095-13/+58
| * | | | | | | swap,blkcg: issue swap io with the appropriate contextTejun Heo2018-07-091-0/+1
| * | | | | | | blk: introduce REQ_SWAPJosef Bacik2018-07-091-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-143-26/+106
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-0518-76/+98
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen2018-06-201-16/+30
| * | | | | | | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-202-10/+76
* | | | | | | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-132-39/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | ... and switch shmem_file_setup() to alloc_file_pseudo()Al Viro2018-07-121-30/+7
| * | | | | | | | __shmem_file_setup(): reorder allocationsAl Viro2018-07-121-23/+20
| * | | | | | | | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-122-3/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-131-2/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen2018-08-051-2/+14
* | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-132-8/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-8/+14
| * | | | | | | | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-0/+11
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-08-101-0/+3
| |/ / / / / / / |/| | | | | | |
* | | | | | | | ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu2018-08-021-0/+7