summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kexec: remove unnecessary KERN_ERR from kexec.cMasanari Iida2014-12-131-1/+1
* sparc: hook up execveat system callDavid Drysdale2014-12-134-1/+15
* syscalls: add selftest for execveat(2)David Drysdale2014-12-134-0/+432
* x86: hook up execveat system callDavid Drysdale2014-12-137-0/+35
* syscalls: implement execveat() system callDavid Drysdale2014-12-1313-15/+145
* fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon2014-12-133-0/+16
* befs: remove dead codeJan Kara2014-12-131-4/+0
* mm/zbud: init user ops only when it is neededHeesub Shin2014-12-131-1/+1
* mm/zswap: delete unnecessary check before calling free_percpu()Markus Elfring2014-12-131-2/+1
* mm/zswap: add __init to some functions in zswapMahendran Ganesh2014-12-131-3/+3
* zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran2014-12-131-17/+11
* mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran2014-12-131-3/+2
* mm/zsmalloc: avoid duplicate assignment of prev_classGanesh Mahendran2014-12-131-5/+4
* mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh2014-12-131-2/+2
* mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZEMahendran Ganesh2014-12-131-6/+32
* zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim2014-12-131-9/+12
* zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky2014-12-131-15/+24
* zram: implement rw_page operation of zramkaram.lee2014-12-131-0/+44
* zram: change parameter from vaild_io_request()karam.lee2014-12-131-8/+8
* zram: remove bio parameter from zram_bvec_rw()karam.lee2014-12-131-8/+8
* zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim2014-12-131-14/+66
* mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate()Rickard Strandqvist2014-12-131-5/+2
* memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov2014-12-135-44/+39
* mm/memcontrol.c: fix defined but not used compiler warningMichele Curti2014-12-131-1/+2
* mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pagesMel Gorman2014-12-131-1/+5
* mm/vmalloc.c: fix memory ordering bugDmitry Vyukov2014-12-131-2/+2
* oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov2014-12-131-8/+3
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2014-12-133-4/+15
* mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo2014-12-131-10/+12
* mm: unmapped page migration avoid unmap+remap overheadHugh Dickins2014-12-131-10/+18
* fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes2014-12-131-1/+5
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-137-149/+106
* mm,vmacache: count number of system-wide flushesDavidlohr Bueso2014-12-133-0/+4
* Documentation: add new page_owner documentJoonsoo Kim2014-12-131-0/+81
* mm/page_owner: correct owner information for early allocated pagesJoonsoo Kim2014-12-131-2/+91
* mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-1311-3/+554
* stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim2014-12-132-0/+37
* mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim2014-12-131-22/+11
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-139-7/+57
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-138-44/+106
* mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-137-0/+485
* mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan2014-12-131-5/+2
* include/linux/kmemleak.h: needs slab.hAndrew Morton2014-12-131-0/+2
* mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen2014-12-132-4/+3
* mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2014-12-132-8/+8
* memory-hotplug: remove redundant call of page_to_pfnZhang Zhen2014-12-131-2/+2
* iommu/amd: use handle_mm_fault directlyJesse Barnes2014-12-131-31/+53
* mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes2014-12-132-0/+3
* hugetlb: hugetlb_register_all_nodes(): add __init markerLuiz Capitulino2014-12-131-1/+1
* hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()Luiz Capitulino2014-12-131-1/+1
OpenPOWER on IntegriCloud