summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-182-19/+13Star
|\
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-021-7/+2Star
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-021-1/+1
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-022-4/+3Star
| * filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-021-2/+3
| * filemap: remove pos variables in generic_file_read_iterChristoph Hellwig2016-05-021-8/+7Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-4/+5
|\ \
| * \ Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-1715-152/+141Star
| |\ \
| * | | parallel lookups machinery, part 2Al Viro2016-05-031-1/+2
| * | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-031-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-111-3/+3
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-1213-70/+130
| |\ \ \ \
| * | | | | mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar2016-04-281-1/+1
* | | | | | mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli2016-05-133-23/+83
* | | | | | ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming2016-05-131-5/+10
| |/ / / / |/| | | |
* | | | | zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2016-05-101-2/+5
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-061-2/+4
|\ \ \ \
| * | | | writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran2016-05-051-2/+4
* | | | | mm: fix kcompactd hang during memory offliningVlastimil Babka2016-05-061-1/+3
* | | | | mm/zswap: provide unique zpool nameDan Streetman2016-05-061-1/+7
* | | | | mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-061-9/+1Star
* | | | | mm: update min_free_kbytes from khugepaged after core initializationJason Baron2016-05-061-1/+1
* | | | | huge pagecache: mmap_sem is unlocked when truncation splits pmdHugh Dickins2016-05-061-9/+2Star
* | | | | mm: thp: correct split_huge_pages file permissionYang Shi2016-05-061-2/+2
* | | | | mm/memory-failure: fix race with compound page split/mergeKonstantin Khlebnikov2016-04-291-1/+9
* | | | | mm: wake kcompactd before kswapd's short sleepVlastimil Babka2016-04-291-14/+14
* | | | | mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim2016-04-291-1/+7
* | | | | mm: call swap_slot_free_notify() with page lock heldMinchan Kim2016-04-291-1/+5
* | | | | mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim2016-04-291-1/+1
* | | | | numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-04-291-0/+40
* | | | | mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-04-291-4/+2Star
* | | | | thp: keep huge zero page pinned until tlb flushKirill A. Shutemov2016-04-292-3/+8
* | | | | memcg: relocate charge moving from ->attach to ->post_attachTejun Heo2016-04-251-18/+19
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-04-161-2/+2
|\| | |
| * | | writeback: fix the wrong congested state variable definitionKaixu Xia2016-03-311-2/+2
| | |/ | |/|
* | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-04-152-82/+14Star
|\ \ \ | |_|/ |/| |
| * | mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar2016-04-072-82/+14Star
* | | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-0420-235/+234Star
|\ \ \ | |/ / |/| |
| * | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-044-5/+4Star
| * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0419-230/+230
| |/
* | mm/page_isolation.c: fix the function commentsNeil Zhang2016-04-021-1/+1
* | oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list headMichal Hocko2016-04-021-1/+5
* | mm/rmap: batched invalidations should use existing apiNadav Amit2016-04-021-21/+7Star
* | mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-04-021-4/+4
* | mm, kasan: fix compilation for CONFIG_SLABAlexander Potapenko2016-04-021-1/+1
|/
* thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov2016-03-261-1/+1
* mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange2016-03-261-3/+4
* mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-263-12/+66
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-266-32/+35