aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06nilfs2: add a tracepoint for transaction eventsHitoshi Mitake1-0/+53
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake1-0/+50
2015-11-06rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer1-2/+10
2015-11-06lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes1-0/+2
2015-11-06bitops.h: add sign_extend64()Martin Kepplinger1-0/+11
2015-11-06bitops.h: improve sign_extend32()'s documentationMartin Kepplinger1-0/+2
2015-11-06include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton1-1/+4
2015-11-06mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov1-0/+11
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov2-3/+4
2015-11-06mm: make compound_head() robustKirill A. Shutemov4-118/+41
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2-9/+21
2015-11-06mm: drop page->slab_pageKirill A. Shutemov1-1/+0
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY2-3/+5
2015-11-06zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman1-1/+1
2015-11-06module: export param_free_charp()Dan Streetman1-0/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-0/+7
2015-11-06include/linux/mmzone.h: reflow commentAndrew Morton1-6/+7
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combinationsMel Gorman1-80/+171
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman1-2/+4
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman1-8/+2
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman1-74/+0
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-8/+8
2015-11-06mm: page_alloc: remove GFP_IOFSMel Gorman1-1/+0
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman4-19/+40
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2-6/+8
2015-11-06mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman1-0/+6
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman1-1/+1
2015-11-06Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds12-3/+209
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+192
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-194/+226
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2-0/+6
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson1-0/+5
2015-11-05mm: mlock: add new mlock system callEric B Munson2-1/+5
2015-11-05mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa1-1/+0
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner1-3/+3
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-5/+2
2015-11-05mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov1-1/+3
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov1-15/+0
2015-11-05memcg: unify slab and other kmem pages chargingVladimir Davydov1-4/+2
2015-11-05memcg: simplify charging kmem pagesVladimir Davydov1-50/+19
2015-11-05include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definitionyalin wang1-2/+2
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton1-23/+1
2015-11-05mm: optimize PageHighMem() checkVineet Gupta1-1/+1
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes1-2/+2
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka2-1/+3
2015-11-05mm, compaction: export tracepoints zone names to userspaceVlastimil Babka1-6/+32
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka2-3/+32
2015-11-05mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return boolYaowei Bai1-3/+3
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-0/+1
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2-0/+22