aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10PCI: Add Synopsys endpoint EDDA Device IDGustavo Pimentel1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds70-781/+70
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds15-73/+98
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner3-44/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner4-55/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner20-180/+20
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner31-401/+31
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289Thomas Gleixner8-72/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-06-04habanalabs: Read upper bits of trace buffer from RWPHITomer Tayar1-2/+12
2019-06-03habanalabs: Fix virtual address access via debugfs for 2MB pagesTomer Tayar1-1/+4
2019-05-31habanalabs: add WARN in case of bad MMU mappingOded Gabbay1-0/+4
2019-05-31eeprom: at24: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+2
2019-05-31eeprom: at24: Remove set but not used variable 'addr'YueHaibing1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner5-65/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner24-233/+24
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner4-51/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2-20/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner30-433/+30
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner24-120/+24
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner4-8/+4
2019-05-29habanalabs: remove DMA mask hack for GoyaOded Gabbay1-15/+4
2019-05-29habanalabs: set Goya CPU to use ASIC MMUOded Gabbay1-3/+20
2019-05-29habanalabs: add MMU mappings for Goya CPUOded Gabbay4-14/+137
2019-05-29habanalabs: initialize MMU context for driverOded Gabbay2-4/+13
2019-05-29habanalabs: de-couple MMU and VM module initializationOded Gabbay3-20/+22
2019-05-29habanalabs: initialize device CPU queues after MMU initOded Gabbay3-48/+40
2019-06-06habanalabs: add rate-limit to an error messageOded Gabbay1-1/+1
2019-06-04habanalabs: remove simulator dedicated codeOded Gabbay2-11/+0
2019-05-30habanalabs: restore unsecured registers default valuesDalit Ben Zoor1-3/+16
2019-05-30habanalabs: clear sobs and monitors in context switchDalit Ben Zoor1-0/+7
2019-05-30habanalabs: make tpc registers securedDalit Ben Zoor1-0/+16
2019-05-28habanalabs: fix bug in checking huge page optimizationOded Gabbay1-6/+0
2019-05-31Merge tag 'misc-habanalabs-fixes-2019-05-24' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linusGreg Kroah-Hartman8-50/+49
2019-05-28eeprom: at24: drop unnecessary labelBartosz Golaszewski1-25/+18
2019-05-28eeprom: at24: use devm_i2c_new_dummy_device()Bartosz Golaszewski1-29/+9
2019-05-28ocxl: Make ocxl_remove() staticYueHaibing1-1/+1
2019-05-28Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-25vfs: Convert cxl to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+1
2019-05-24habanalabs: Avoid using a non-initialized MMU cache mutexTomer Tayar2-7/+3
2019-05-24habanalabs: fix debugfs codeJann Horn1-42/+18
2019-05-24habanalabs: halt debug engines on user process closeOmer Shpigelman5-1/+28
2019-05-24genwqe: Prevent an integer overflow in the ioctlDan Carpenter2-0/+6
2019-05-24Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into char-misc-linusGreg Kroah-Hartman4-14/+27