summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* autofs: small cleanup in autofs_getpath()Dan Carpenter2018-06-071-3/+3
* autofs: clean up includesIan Kent2018-06-076-30/+2
* autofs: comment on selinux changes needed for module autoloadIan Kent2018-06-071-0/+6
* autofs: update MAINTAINERS entry for autofsIan Kent2018-06-071-2/+2
* autofs: use autofs instead of autofs4 in documentationIan Kent2018-06-075-13/+13
* autofs: rename autofs documentation filesIan Kent2018-06-072-1/+0
* autofs: create autofs Kconfig and MakefileIan Kent2018-06-075-0/+37
* autofs: delete fs/autofs4 source filesIan Kent2018-06-078-3619/+0
* autofs: update fs/autofs4/MakefileIan Kent2018-06-071-1/+3
* autofs: update fs/autofs4/KconfigIan Kent2018-06-071-10/+22
* autofs: copy autofs4 to autofsIan Kent2018-06-078-0/+3618
* autofs4: use autofs instead of autofs4 everywhereIan Kent2018-06-078-319/+319
* autofs4: merge auto_fs.h and auto_fs4.hIan Kent2018-06-074-164/+161
* fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo2018-06-071-3/+9
* checkpatch: improve patch recognitionJoe Perches2018-06-071-0/+8
* lib/ucs2_string.c: add MODULE_LICENSE()Randy Dunlap2018-06-071-0/+2
* lib/mpi: headers cleanupVasily Averin2018-06-072-131/+5
* lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockSebastian Andrzej Siewior2018-06-071-42/+21
* lib/idr.c: remove simple_ida_lockMatthew Wilcox2018-06-071-5/+5
* lib/bitmap.c: micro-optimization for __bitmap_complement()Yury Norov2018-06-071-4/+1
* get_maintainer: improve patch recognitionJoe Perches2018-06-071-1/+12
* kernel/hung_task.c: show all hung tasks before panicTetsuo Handa2018-06-071-4/+7
* include/linux/types.h: use fixed width types without double-underscore prefixMasahiro Yamada2018-06-071-14/+14
* include/linux/types.h: define aligned_ types based on uapi headerMasahiro Yamada2018-06-071-3/+3
* int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada2018-06-071-11/+8
* tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!)Alexey Dobriyan2018-06-078-32/+451
* proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan2018-06-071-1/+2
* proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan2018-06-071-1/+1
* proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-073-5/+5
* proc: smaller RCU section in ->getattr()Alexey Dobriyan2018-06-071-1/+1
* proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan2018-06-071-33/+20
* proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-071-19/+14
* proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-071-15/+9
* proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan2018-06-071-17/+12
* mm: remove page_is_poisoned() from linux/mm.hSahara2018-06-071-2/+0
* mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu2018-06-071-4/+19
* mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2018-06-072-6/+5
* include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye2018-06-071-2/+2
* mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov2018-06-071-2/+1
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-071-1/+0
* userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport2018-06-073-9/+41
* mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo2018-06-072-5/+6
* mm/shmem.c: use new return type vm_fault_tSouptick Joarder2018-06-071-6/+6
* slub: remove 'reserved' file from sysfsMatthew Wilcox2018-06-071-7/+0
* slub: remove kmem_cache->reservedMatthew Wilcox2018-06-072-22/+20
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-072-27/+2
* mm: add hmm_data to struct pageMatthew Wilcox2018-06-072-12/+8
* mm: add pt_mm to struct pageMatthew Wilcox2018-06-072-4/+3
* mm: improve struct page documentationMatthew Wilcox2018-06-071-21/+19
* mm: combine LRU and main union in struct pageMatthew Wilcox2018-06-072-52/+47