summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * mm-slub-record-final-state-of-slub-action-in-deactivate_slab-fixAndrew Morton2018-11-191-1/+0
| * mm/slub.c: record final state of slub action in deactivate_slab()Wei Yang2018-11-191-13/+7
| * mm/slub.c: page is always non-NULL in node_match()Wei Yang2018-11-191-1/+1
| * mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()Wei Yang2018-11-191-5/+3
| * mm-slab-remove-unnecessary-unlikely-fixAndrew Morton2018-11-191-1/+1
| * mm, slab: remove unnecessary unlikely()Yangtao Li2018-11-191-3/+1
| * mm-cleancache-fix-corruption-on-missed-inode-invalidation-fixAndrew Morton2018-11-191-0/+4
| * mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-11-191-2/+2
* | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2018-11-295-10/+9
|\ \
| | \
| | \
| *-. \ Merge branches 'bug.2018.11.12a', 'consolidate.2018.11.13a', 'doc.2018.11.12a...Paul E. McKenney2018-11-135-10/+9
| |\ \ \
| | | * | mm: Replace spin_is_locked() with lockdepLance Roy2018-11-122-4/+3
| | |/ / | |/| |
| | * | mm: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-131-1/+1
| | * | slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-132-5/+5
| |/ /
* | | Merge remote-tracking branch 'block/for-next'Stephen Rothwell2018-11-291-3/+4
|\ \ \
| * | | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-1/+1
| * | | block: avoid ordered task state change for polled IOJens Axboe2018-11-191-1/+2
| * | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-188-66/+115
| |\ \ \ | | | |/ | | |/|
| * | | block: add polled wakeup task helperJens Axboe2018-11-161-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'drm/drm-next'Stephen Rothwell2018-11-292-12/+12
|\ \ \
| * \ \ Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-2062-3617/+2806
| |\ \ \ | | | |/ | | |/|
| * | | mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang2018-11-072-12/+12
* | | | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-11-292-5/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'work.afs' into for-nextAl Viro2018-10-2921-227/+235
| |\ \ \
| * | | | vfs: Require specification of size of mount data for internal mountsDavid Howells2018-09-112-5/+8
* | | | | mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang2018-11-181-1/+1
* | | | | mm, page_alloc: check for max order in hot pathMichal Hocko2018-11-181-11/+9
* | | | | tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-11-181-3/+1
* | | | | mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen2018-11-181-3/+4
* | | | | mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport2018-11-181-2/+8
* | | | | mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko2018-11-181-0/+8
* | | | | mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin2018-11-181-3/+3
* | | | | hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-181-4/+19
* | | | | z3fold: fix possible reclaim racesVitaly Wool2018-11-181-39/+62
| |_|_|/ |/| | |
* | | | memory_hotplug: cond_resched in __remove_pagesMichal Hocko2018-11-031-0/+1
* | | | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-033-69/+34
* | | | mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-031-2/+30
* | | | mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin2018-11-031-1/+1
* | | | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-1/+1
|\ \ \ \
| * | | | blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* | | | | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-27/+119
|\ \ \ \ \
| * | | | | vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-4/+7
| * | | | | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-1/+1
| * | | | | vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-301-2/+2
| * | | | | vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong2018-10-301-32/+52
| * | | | | vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-0/+69
* | | | | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-012-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
| * | | | | iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
| |/ / / /
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-11-011-0/+6
|\ \ \ \ \
| * | | | | mm/page_poison: expose page_poisoning_enabled to kernel modulesWei Wang2018-10-241-0/+6
| |/ / / /