summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-08lib/mpi: headers cleanupVasily Averin2-131/+5
2018-06-08lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockSebastian Andrzej Siewior1-42/+21
2018-06-08lib/idr.c: remove simple_ida_lockMatthew Wilcox1-5/+5
2018-06-08lib/bitmap.c: micro-optimization for __bitmap_complement()Yury Norov1-4/+1
2018-06-08get_maintainer: improve patch recognitionJoe Perches1-1/+12
2018-06-08kernel/hung_task.c: show all hung tasks before panicTetsuo Handa1-4/+7
2018-06-08include/linux/types.h: use fixed width types without double-underscore prefixMasahiro Yamada1-14/+14
2018-06-08include/linux/types.h: define aligned_ types based on uapi headerMasahiro Yamada1-3/+3
2018-06-08int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada1-11/+8
2018-06-08tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!)Alexey Dobriyan8-32/+451
2018-06-08proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan1-1/+2
2018-06-08proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan1-1/+1
2018-06-08proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan3-5/+5
2018-06-08proc: smaller RCU section in ->getattr()Alexey Dobriyan1-1/+1
2018-06-08proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan1-33/+20
2018-06-08proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan1-19/+14
2018-06-08proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan1-15/+9
2018-06-08proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan1-17/+12
2018-06-08mm: remove page_is_poisoned() from linux/mm.hSahara1-2/+0
2018-06-08mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu1-4/+19
2018-06-08mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2-6/+5
2018-06-08include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye1-2/+2
2018-06-08mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov1-2/+1
2018-06-08mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-08userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport3-9/+41
2018-06-08mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo2-5/+6
2018-06-08mm/shmem.c: use new return type vm_fault_tSouptick Joarder1-6/+6
2018-06-08slub: remove 'reserved' file from sysfsMatthew Wilcox1-7/+0
2018-06-08slub: remove kmem_cache->reservedMatthew Wilcox2-22/+20
2018-06-08slab,slub: remove rcu_head size checksMatthew Wilcox2-27/+2
2018-06-08mm: add hmm_data to struct pageMatthew Wilcox2-12/+8
2018-06-08mm: add pt_mm to struct pageMatthew Wilcox2-4/+3
2018-06-08mm: improve struct page documentationMatthew Wilcox1-21/+19
2018-06-08mm: combine LRU and main union in struct pageMatthew Wilcox2-52/+47
2018-06-08mm: move lru union within struct pageMatthew Wilcox2-55/+55
2018-06-08mm: use page->deferred_listMatthew Wilcox2-6/+3
2018-06-08mm: combine first three unions in struct pageMatthew Wilcox1-33/+33
2018-06-08mm: move _refcount out of struct page unionMatthew Wilcox1-15/+10
2018-06-08mm: move 'private' union within struct pageMatthew Wilcox2-49/+27
2018-06-08mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2-2/+3
2018-06-08mm: mark pages in use for page tablesMatthew Wilcox5-1/+12
2018-06-08mm: split page_type out from _mapcountMatthew Wilcox5-35/+43
2018-06-08s390: use _refcount for pgtablesMatthew Wilcox1-9/+12
2018-06-08mm: save two stranded bits in gfp_maskShakeel Butt1-5/+5
2018-06-08mm, hugetlbfs: pass fault address to no page handlerHuang Ying1-21/+21
2018-06-08mm: change return type to vm_fault_tSouptick Joarder3-6/+6
2018-06-08mm: use new return type vm_fault_tSouptick Joarder3-7/+7
2018-06-08mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye1-3/+2
2018-06-08mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko1-26/+6
2018-06-08mm/vmpressure.c: use kstrndup instead of kmalloc+strncpyAndy Shevchenko1-2/+1