summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-11-06dma-mapping: tidy up dma_parms default handlingRobin Murphy
2015-11-06signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov
2015-11-06signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov
2015-11-06nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake
2015-11-06nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake
2015-11-06nilfs2: add a tracepoint for transaction eventsHitoshi Mitake
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake
2015-11-06rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer
2015-11-06lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-11-06bitops.h: add sign_extend64()Martin Kepplinger
2015-11-06bitops.h: improve sign_extend32()'s documentationMartin Kepplinger
2015-11-06include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton
2015-11-06mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-11-06mm: make compound_head() robustKirill A. Shutemov
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov
2015-11-06mm: drop page->slab_pageKirill A. Shutemov
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY
2015-11-06zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman
2015-11-06module: export param_free_charp()Dan Streetman
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-06include/linux/mmzone.h: reflow commentAndrew Morton
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm: page_alloc: remove GFP_IOFSMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman
2015-11-06mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman
2015-11-06Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-05mm: mlock: add new mlock system callEric B Munson
2015-11-05mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-11-05mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov
2015-11-05memcg: unify slab and other kmem pages chargingVladimir Davydov
2015-11-05memcg: simplify charging kmem pagesVladimir Davydov
2015-11-05include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definitionyalin wang
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton
2015-11-05mm: optimize PageHighMem() checkVineet Gupta
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes