summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+4
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+2
2020-10-16Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+13
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds12-777/+468
2020-10-16Merge tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-8/+11
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds22-418/+181
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds40-706/+886
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-95/+1163
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-27/+84
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-66/+70
2020-10-15Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-58/+33
2020-10-15Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-10/+16
2020-10-15Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2-0/+66
2020-10-15Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1344
2020-10-15Merge tag 'leds-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2-56/+0
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-6/+15
2020-10-15Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2020-10-15Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2-0/+4
2020-10-15Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-0/+12
2020-10-15Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-2/+22
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-27/+98
2020-10-14Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2020-10-14Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-6/+0
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds11-25/+35
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds8-13/+42
2020-10-14Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-30/+4
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+67
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-35/+129
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-131/+269
2020-10-14mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2-0/+2
2020-10-14memblock: use separate iterators for memory and reserved regionsMike Rapoport1-3/+16
2020-10-14memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport1-8/+4
2020-10-14memblock: remove unused memblock_mem_size()Mike Rapoport1-1/+0
2020-10-14memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport1-10/+31
2020-10-14memblock: make memblock_debug and related functionality privateMike Rapoport1-11/+1
2020-10-14memblock: make for_each_memblock_type() iterator privateMike Rapoport1-5/+0
2020-10-14mm: remove unused alloc_page_vma_node()Wei Yang1-2/+0
2020-10-14include/linux/compaction.h: clean code by removing unused enum valueMateusz Nosek1-3/+0
2020-10-14include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contextsMichal Hocko1-1/+3
2020-10-14mmzone: clean code by removing unused macro parameterMateusz Nosek1-1/+1
2020-10-14mm: document semantics of ZONE_MOVABLEDavid Hildenbrand1-0/+35
2020-10-14KUnit: KASAN IntegrationPatricia Alfonso2-0/+11
2020-10-14kasan/kunit: add KUnit Struct to Current TaskPatricia Alfonso1-0/+4
2020-10-14include/linux/huge_mm.h: remove mincore_huge_pmd declarationyuleixzhang1-3/+0
2020-10-14mm: remove src/dst mm parameter in copy_page_range()Peter Xu1-2/+2
2020-10-14mm: simplify PageDoubleMap with PF_SECOND policyMatthew Wilcox (Oracle)1-30/+10
2020-10-14mm: move PageDoubleMap bitMatthew Wilcox (Oracle)1-1/+1
2020-10-14mmap locking API: add mmap_lock_is_contended()Chinwen Chang1-0/+5
2020-10-14mm: account PMD tables like PTE tablesMatthew Wilcox1-4/+20