summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-12-29shm: wait for pins to be released when sealingDavid Herrmann1-1/+109
2014-12-29shm: add memfd_create() syscallDavid Herrmann1-0/+73
2014-12-29shm: add sealing APIDavid Herrmann1-0/+143
2014-12-29mm: allow drivers to prevent new writable mappingsDavid Herrmann2-6/+25
2014-12-29mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov1-9/+5
2014-11-21seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-1/+1
2014-11-18upstream: treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2014-11-18upstream: Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+1
2014-11-18vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2-0/+17
2014-11-18vmpressure: do not check for pending work to prevent from new workMichal Hocko1-1/+1
2014-11-18vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko1-5/+5
2014-11-18mm/zswap.c: change params from hidden to roDan Streetman1-2/+2
2014-11-18mm/zswap: refactor the get/put routinesWeijie Yang1-94/+88
2014-11-18mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang1-8/+14
2014-11-18mm/zswap: avoid unnecessary page scanningWeijie Yang1-0/+3
2014-11-18mm/zswap: bugfix: memory leak when re-swaponWeijie Yang1-0/+4
2014-11-18mm/zswap: use postorder iteration when destroying rbtreeCody P Schafer1-14/+2
2014-11-18mm/zbud: fix some trivial typos in commentsJianguo Wu1-2/+2
2014-11-18mm/zswap.c: get swapper address_space by using macroSunghan Suh1-1/+1
2014-11-18mm: zbud: fix condition check on allocation sizeHeesub Shin1-1/+1
2014-11-18zsmalloc: add copyrightMinchan Kim1-0/+1
2014-11-18zsmalloc: move it under mmMinchan Kim3-0/+1132
2014-11-18mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pagesBartlomiej Zolnierkiewicz1-3/+7
2014-11-18sysfs.h: add __ATTR_RW() macroAndrzej Pietrasiewicz1-2/+0
2014-11-18zswap: add to mm/Seth Jennings3-0/+964
2014-11-18zbud: add to mm/Seth Jennings3-0/+538
2014-11-18mm: cma: allocate pages from CMA if NR_FREE_PAGES approaches low water markMarek Szyprowski1-0/+9
2014-11-14mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-11-14cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2-0/+25
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-3/+56
2014-11-14Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2014-10-09mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman1-2/+5
2014-10-09mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long1-2/+2
2014-10-05vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov1-6/+3
2014-10-05oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov1-4/+8
2014-10-05oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov1-8/+11
2014-10-05oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov1-10/+10
2014-10-05percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2014-10-05percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2014-10-05percpu: free percpu allocation info for uniprocessor systemHonggang Li1-0/+2
2014-10-05shmem: fix nlink for rename overwrite directoryMiklos Szeredi1-1/+3
2014-08-07mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-31slab_common: fix the check for duplicate slab namesMikulas Patocka1-1/+1
2014-07-31slab_common: Do not check for duplicate slab namesChristoph Lameter1-0/+2
2014-07-28shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-28shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-07-17cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-2/+0