summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-01-07nick kvfree() from apparmorAl Viro1-0/+11
2016-01-07seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-1/+1
2016-01-07sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-2/+0
2015-12-22mm: make sendfile(2) killableJan Kara1-4/+5
2015-12-22mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-12-22vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-12-22mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-12-22mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-8/+3
2015-12-22mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2015-12-22mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-12-22mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-12-22vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-12-22vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+4
2015-12-22writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-12-22writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-12-22mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-12-22mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-12-22mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-12-22mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-12-22mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-12-22mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-12-22mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-12-22mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-12-22mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2015-12-22mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2015-12-22mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2015-12-22mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2015-12-22mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner4-105/+65
2015-12-22mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner3-49/+115
2015-12-22mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner1-37/+46
2015-12-22mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner3-12/+41
2015-12-22mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2015-12-22cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2015-12-22OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2-0/+25
2015-12-22vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-3/+56
2015-12-22Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2015-12-22mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman1-2/+5
2015-12-22mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long1-2/+2
2015-12-22vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov1-6/+3
2015-12-22oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov1-4/+8
2015-12-22oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov1-8/+11
2015-12-22oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov1-10/+10
2015-12-22percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2015-12-22percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2015-12-22percpu: free percpu allocation info for uniprocessor systemHonggang Li1-0/+2
2015-12-22shmem: fix nlink for rename overwrite directoryMiklos Szeredi1-1/+3
2015-12-22mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2015-12-22mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2015-12-22slab_common: fix the check for duplicate slab namesMikulas Patocka1-1/+1
2015-12-22slab_common: Do not check for duplicate slab namesChristoph Lameter1-0/+2