summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-27/+25
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-58/+28
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-21/+162
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-293/+72
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+82
2019-07-12lkdtm/heap: add tests for freelist hardeningKees Cook-0/+82
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1292/+2265
2019-07-10ocxl: Update for AFU descriptor template version 1.1Alastair D'Silva-20/+161
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-07-04vfs: Convert ibmasmfs to use the new mount APIDavid Howells-6/+15
2019-07-01habanalabs: Add busy engines bitmask to HW idle IOCTLTomer Tayar-5/+14
2019-07-01habanalabs: Add debugfs node for engines statusTomer Tayar-53/+98
2019-07-01habanalabs: Update the device idle checkTomer Tayar-4/+425
2019-06-29Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang-58/+28
2019-06-27eeprom: at24: modify a comment referring to platform dataBartosz Golaszewski-2/+2
2019-06-23lkdtm: remove redundant initialization of retColin Ian King-1/+1
2019-06-21Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-06-20habanalabs: use u64_to_user_ptr() for reading user pointersArnd Bergmann-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-59/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter-1788/+262
2019-06-19cxl: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-34/+17
2019-06-18mei: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-48/+14
2019-06-18genwq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-146/+32
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-33/+2
2019-06-18cxl: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-34/+17
2019-06-16habanalabs: Allow accessing host mapped addresses via debugfsTomer Tayar-16/+38
2019-06-14docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-12ti-st: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+0
2019-06-12lkdtm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-11/+2
2019-06-12vmw_balloon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-16/+3
2019-06-10PCI: Add Synopsys endpoint EDDA Device IDGustavo Pimentel-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-781/+70
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-73/+98
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Thomas Gleixner-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-44/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-55/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner-180/+20
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner-401/+31
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner-72/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-9/+1
2019-06-04habanalabs: Read upper bits of trace buffer from RWPHITomer Tayar-2/+12
2019-06-03habanalabs: Fix virtual address access via debugfs for 2MB pagesTomer Tayar-1/+4
2019-05-31habanalabs: add WARN in case of bad MMU mappingOded Gabbay-0/+4
2019-05-31eeprom: at24: use struct_size() in devm_kzalloc()Gustavo A. R. Silva-3/+2