summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm/mmap.c: change __install_special_mapping() args orderChen Gang1-6/+6
2015-11-06mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang1-5/+5
2015-11-06mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang1-3/+2
2015-11-06mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang1-1/+0
2015-11-06mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov1-2/+20
2015-11-06mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov1-7/+11
2015-11-06mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov1-4/+0
2015-11-06mm: add the "struct mm_struct *mm" local intoOleg Nesterov1-11/+13
2015-11-06mm: fix the racy mm->locked_vm change inOleg Nesterov1-4/+8
2015-11-06mm: fix overflow in find_zone_movable_pfns_for_nodes()Xishi Qiu1-0/+1
2015-11-06mm/vmscan.c: fix types of some localsAlexandru Moise1-4/+4
2015-11-06mm, oom: remove task_lock protecting comm printingDavid Rientjes1-7/+1
2015-11-06mm, compaction: distinguish contended status in tracepointsVlastimil Babka1-3/+6
2015-11-06mm, compaction: export tracepoints status strings to userspaceVlastimil Babka1-11/+0
2015-11-06mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa1-1/+3
2015-11-06mm/oom_kill.c: fix potentially killing unrelated processTetsuo Handa1-1/+3
2015-11-06mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa1-1/+6
2015-11-06mm/vmscan: make inactive_anon/file_is_low return boolYaowei Bai1-7/+7
2015-11-06mm/memcontrol.c: fix order calculation in try_charge()Jerome Marchand1-1/+2
2015-11-06mm: hwpoison: ratelimit messages from unpoison_memory()Naoya Horiguchi1-9/+25
2015-11-06mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-13/+54
2015-11-06mm/compaction.c: add an is_via_compact_memory() helperYaowei Bai1-12/+14
2015-11-06mm/vmscan: make inactive_anon_is_low_global return directlyYaowei Bai1-4/+1
2015-11-06mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2-1/+12
2015-11-06mm: use only per-device readahead limitRoman Gushchin2-17/+5
2015-11-06mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai2-6/+4
2015-11-06mm, migrate: count pages failing all retries in vmstat and tracepointVlastimil Babka1-1/+2
2015-11-06mm/memblock: make memblock_remove_range() staticAlexander Kuleshov1-1/+1
2015-11-06mm/mremap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-06mm/mmap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-06mm/vmalloc: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-06mm/mlock: use offset_in_page macroAlexander Kuleshov1-3/+3
2015-11-06mm/util: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-11-06mm/percpu: use offset_in_page macroAlexander Kuleshov1-5/+5
2015-11-06mm/early_ioremap: use offset_in_page macroAlexander Kuleshov1-3/+3
2015-11-06mm/mincore: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-11-06mm/nommu: use offset_in_page macroAlexander Kuleshov1-4/+4
2015-11-06mm/msync: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-11-06mm/list_lru.c: replace nr_node_ids for loop with for_each_node()Raghavendra K T1-11/+23
2015-11-06mm: fix docbook comment for get_vaddr_frames()Jonathan Corbet1-1/+1
2015-11-06memcg: ratify and consolidate over-charge handlingTejun Heo1-49/+20
2015-11-06memcg: punt high overage reclaim to return-to-userland pathTejun Heo1-8/+39
2015-11-06memcg: flatten task_struct->memcg_oomTejun Heo1-8/+8
2015-11-06mm/mmap.c: remove useless statement "vma = NULL" in find_vma()Chen Gang1-1/+0
2015-11-06uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-0/+5
2015-11-06mm/mlock.c: reorganize mlockall() return values and remove goto-out labelAlexey Klimov1-5/+4
2015-11-06mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov1-1/+1
2015-11-06mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas1-2/+3
2015-11-06mm/slub: calculate start order with reserved in considerationWei Yang1-5/+1
2015-11-06mm/slub: use get_order() instead of fls()Wei Yang1-2/+1