summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen2017-11-151-1/+1
| * | | | | | mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-153-2/+67
| * | | | | | mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-154-9/+6
* | | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-11-151-1/+2
|\ \ \ \ \ \ \
| * | | | | | | percpu: don't forget to free the temporary struct pcpu_alloc_infoNicolas Pitre2017-10-041-1/+2
* | | | | | | | mm/pagewalk.c: report holes in hugetlb rangesJann Horn2017-11-151-1/+5
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-4/+4
|\ \ \ \ \ \ \
| * | | | | | | mm/huge_memory.c: fixup grammar in commentMichael DeGuzis2017-10-121-4/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-144-40/+20
|\ \ \ \ \ \ \
| * | | | | | | block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
| * | | | | | | mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...Yafang Shao2017-10-141-1/+10
| * | | | | | | writeback: schedule periodic writeback with sysctlYafang Shao2017-10-091-2/+8
| * | | | | | | backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe2017-10-061-20/+0
| * | | | | | | writeback: pass in '0' for nr_pages writeback in laptop modeJens Axboe2017-10-031-16/+1
| * | | | | | | writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe2017-10-031-2/+2
| * | | | | | | fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe2017-10-031-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-132-45/+79
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar2017-11-102-10/+10
| |\ \ \ \ \ \ \
| | * | | | | | | mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-11-072-10/+10
| * | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0756-8/+103
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2017-10-302-20/+10
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-10-202-6/+21
| * | | | | | | Merge branch 'x86/urgent' into x86/mm, to pick up fixesIngo Molnar2017-10-2062-1977/+6526
| |\ \ \ \ \ \ \
| * | | | | | | | mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov2017-09-131-39/+58
* | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0756-8/+103
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | mm, swap: fix race between swap count continuation operationsHuang Ying2017-11-031-6/+17
| * | | | | | | | mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan2017-11-031-0/+3
| * | | | | | | | userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli2017-11-031-2/+30
| * | | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0253-0/+53
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | | | | | | | locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney2017-10-251-3/+3
* | | | | | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-1/+1
|/ / / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-212-20/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann2017-10-191-5/+10
| * | | | | | net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet2017-10-091-15/+0
| | |_|/ / / | |/| | | |
* | | | | | mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying2017-10-131-34/+7
* | | | | | mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon2017-10-131-15/+10
* | | | | | Revert "vmalloc: back off when the current task is killed"Johannes Weiner2017-10-131-6/+0
* | | | | | mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon2017-10-131-1/+1
* | | | | | mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan2017-10-131-2/+1
* | | | | | mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin2017-10-131-2/+5
* | | | | | mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi2017-10-131-1/+6
* | | | | | mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove2017-10-131-1/+2
|/ / / / /
* | | | | mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU2017-10-031-2/+2
* | | | | mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2017-10-031-1/+1
* | | | | mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko2017-10-031-0/+1
* | | | | mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko2017-10-031-0/+1
* | | | | mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2017-10-032-13/+21
* | | | | mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab2017-10-031-1/+1
* | | | | mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-031-0/+11
OpenPOWER on IntegriCloud