aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada321-1740/+1740
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2020-06-10Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-58/+28
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds1-1/+1
2020-06-10Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-1/+4
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds12-74/+467
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds29-779/+2662
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds24-119/+2315
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds4-25/+57
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds83-2484/+4131
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds132-615/+13265
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds34-524/+4100
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig1-1/+1
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds21-184/+272
2020-06-10Merge branch 'acpica'Rafael J. Wysocki2-1/+4
2020-06-10Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki6-45/+98
2020-06-10Merge branch 'pm-opp'Rafael J. Wysocki7-54/+425
2020-06-09clk: mediatek: Remove ifr{0,1}_cfg_regs structuresStephen Boyd1-30/+0
2020-06-09clk: baikal-t1: remove redundant assignment to variable 'divider'Colin Ian King1-1/+1
2020-06-09clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"Colin Ian King1-1/+1
2020-06-09Input: adi - work around module name confictArnd Bergmann1-0/+1
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-2/+4
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds122-226/+190
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse18-34/+33
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse1-1/+1
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2-6/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse32-99/+99
2020-06-09DMA reservations: use the new mmap locking APIMichel Lespinasse1-2/+3
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport41-41/+40
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport43-43/+43
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport35-35/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2-2/+2
2020-06-09power: use show_stack_loglvl()Dmitry Safonov1-1/+1
2020-06-09sysrq: use show_stack_loglvl()Dmitry Safonov1-1/+1
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2020-06-09vhost/test: fix up after API changeMichael S. Tsirkin1-1/+1
2020-06-09virtio_mem: convert device block size into 64bitMichael S. Tsirkin1-9/+9
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds25-263/+801
2020-06-08Merge tag 'rpmsg-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds2-2/+2
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-2/+44
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds24-614/+870
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds40-1764/+3154
2020-06-08Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds46-381/+1674
2020-06-08Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds32-211/+778
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+5
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2-2/+3
2020-06-08vhost: convert get_user_pages() --> pin_user_pages()John Hubbard1-3/+2
2020-06-08random: fix an incorrect __user annotation on proc_do_entropyChristoph Hellwig1-1/+1