summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-11-01bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann1-0/+3
2018-10-30ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-1/+3
2018-10-30Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-0/+5
2018-10-30Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds12-4/+1036
2018-10-30Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-2/+2
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+13
2018-10-29Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds3-14/+97
2018-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2018-10-29Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-16/+32
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-16/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds8-221/+1390
2018-10-27Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-5/+16
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-114/+326
2018-10-27mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval1-6/+7
2018-10-27mm/gup: cache dev_pagemap while pinning pagesKeith Busch2-14/+6
2018-10-27mm: zero remaining unavailable struct pagesNaoya Horiguchi1-15/+0
2018-10-27mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai1-1/+1
2018-10-27mm: dax: add comment for PFN_SPECIALYang Shi1-0/+2
2018-10-27mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi1-0/+2
2018-10-27mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck1-0/+2
2018-10-27mm: create non-atomic version of SetPageReserved for init useAlexander Duyck1-0/+1
2018-10-27mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck1-0/+8
2018-10-27memcg: remove memcg_kmem_skip_accountShakeel Butt1-3/+0
2018-10-27mm: workingset: add vmstat counter for shadow nodesJohannes Weiner1-0/+1
2018-10-27psi: cgroup supportJohannes Weiner3-0/+44
2018-10-27psi: pressure stall information for CPU, memory, and IOJohannes Weiner3-0/+130
2018-10-27sched: loadavg: make calc_load_n() publicJohannes Weiner1-0/+3
2018-10-27sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner1-4/+17
2018-10-27delayacct: track delays from thrashing cache pagesJohannes Weiner1-0/+23
2018-10-27mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner3-2/+6
2018-10-27mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka1-1/+1
2018-10-27mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka1-1/+15
2018-10-27mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka1-11/+31
2018-10-27mm: remove vm_insert_pfn()Matthew Wilcox1-14/+1
2018-10-27mm: remove references to vm_insert_pfn()Matthew Wilcox1-1/+1
2018-10-27mm: make vm_insert_pfn_prot() staticMatthew Wilcox1-2/+0
2018-10-27mm: introduce vmf_insert_pfn_prot()Matthew Wilcox1-0/+2
2018-10-27mm: remove vm_insert_mixed()Matthew Wilcox1-14/+1
2018-10-27Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko1-23/+0
2018-10-27mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko1-1/+3
2018-10-27mm: don't miss the last page because of round-off errorRoman Gushchin1-0/+3
2018-10-27mm: rework memcg kernel stack accountingRoman Gushchin1-1/+12
2018-10-27fs/iomap.c: change return type to vm_fault_tSouptick Joarder1-1/+3
2018-10-27include/linux/linkage.h: align weak symbolsAndrey Ryabinin1-0/+1
2018-10-27include/linux/pfn_t.h: force '~' to be parsed as an unary operatorSebastien Boisvert1-1/+1
2018-10-27Merge tag 'mips_fixes_4.20_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-10-27Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-0/+8
2018-10-26Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds12-54/+95
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3