summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-06-07lib/mpi: headers cleanupVasily Averin
2018-06-07include/linux/types.h: use fixed width types without double-underscore prefixMasahiro Yamada
2018-06-07include/linux/types.h: define aligned_ types based on uapi headerMasahiro Yamada
2018-06-07int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada
2018-06-07mm: remove page_is_poisoned() from linux/mm.hSahara
2018-06-07mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu
2018-06-07include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox
2018-06-07mm: add hmm_data to struct pageMatthew Wilcox
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox
2018-06-07mm: improve struct page documentationMatthew Wilcox
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox
2018-06-07mm: move lru union within struct pageMatthew Wilcox
2018-06-07mm: combine first three unions in struct pageMatthew Wilcox
2018-06-07mm: move _refcount out of struct page unionMatthew Wilcox
2018-06-07mm: move 'private' union within struct pageMatthew Wilcox
2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox
2018-06-07mm: save two stranded bits in gfp_maskShakeel Butt
2018-06-07mm: change return type to vm_fault_tSouptick Joarder
2018-06-07mm: use new return type vm_fault_tSouptick Joarder
2018-06-07memcg: introduce memory.minRoman Gushchin
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre
2018-06-07memcg: writeback: use memcg->cgwb_list directlyWang Long
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport
2018-06-07mm/ksm: remove unused page_referenced_ksm declarationMike Rapoport
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval
2018-06-07mm: memory.low hierarchical behaviorRoman Gushchin
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin
2018-06-07mm/memblock: introduce PHYS_ADDR_MAXStefan Agner
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-06-07mm: restructure memfd codeMike Kravetz
2018-06-07mm, memcontrol: implement memory.swap.eventsTejun Heo
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-06-07slab: clean up the code comment in slab kmem_cache structBaoquan He
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2018-06-06Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes