summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-07autofs: update fs/autofs4/MakefileIan Kent
2018-06-07autofs: update fs/autofs4/KconfigIan Kent
2018-06-07autofs: copy autofs4 to autofsIan Kent
2018-06-07autofs4: use autofs instead of autofs4 everywhereIan Kent
2018-06-07autofs4: merge auto_fs.h and auto_fs4.hIan Kent
2018-06-07fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo
2018-06-07checkpatch: improve patch recognitionJoe Perches
2018-06-07lib/ucs2_string.c: add MODULE_LICENSE()Randy Dunlap
2018-06-07lib/mpi: headers cleanupVasily Averin
2018-06-07lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockSebastian Andrzej Siewior
2018-06-07lib/idr.c: remove simple_ida_lockMatthew Wilcox
2018-06-07lib/bitmap.c: micro-optimization for __bitmap_complement()Yury Norov
2018-06-07get_maintainer: improve patch recognitionJoe Perches
2018-06-07kernel/hung_task.c: show all hung tasks before panicTetsuo Handa
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-07tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!)Alexey Dobriyan
2018-06-07proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan
2018-06-07proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan
2018-06-07proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan
2018-06-07proc: smaller RCU section in ->getattr()Alexey Dobriyan
2018-06-07proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan
2018-06-07proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan
2018-06-07proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan
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-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko
2018-06-07include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye
2018-06-07mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport
2018-06-07mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo
2018-06-07mm/shmem.c: use new return type vm_fault_tSouptick Joarder
2018-06-07slub: remove 'reserved' file from sysfsMatthew Wilcox
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox
2018-06-07slab,slub: remove rcu_head size checksMatthew 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: use page->deferred_listMatthew 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