aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner1-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner8-118/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner8-104/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner30-0/+30
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-20cxl: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-25/+4
2019-05-17habanalabs: don't limit packet size for device CPUOded Gabbay3-23/+3
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-1120/+0
2019-05-16habanalabs: support device memory memset > 4GBOded Gabbay1-19/+30
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+18
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny3-4/+6
2019-05-13habanalabs: print event name for fatal and non-RAZWI eventsOmer Shpigelman1-19/+98
2019-05-13habanalabs: increase PCI ELBI timeout for PalladiumOmer Shpigelman2-1/+11
2019-05-12habanalabs: pass device pointer to asic-specific functionOded Gabbay4-7/+8