summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2020-01-18Merge tag 'char-misc-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+7
2020-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+1
2020-01-14lkdtm/bugs: fix build error in lkdtm_UNSET_SMEPBrendan Higgins-1/+1
2020-01-14lkdtm/bugs: Make double-fault test always availableKees Cook-4/+6
2020-01-10scsi: enclosure: Fix stale device oops with hot replugJames Bottomley-2/+1
2019-12-21Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-16/+15
2019-12-14habanalabs: remove variable 'val' set but not usedChen Wandun-8/+7
2019-12-14habanalabs: rate limit error msg on waiting for CSOded Gabbay-3/+4
2019-12-14ocxl: Fix potential memory leak on context creationFrederic Barrat-4/+4
2019-12-10ocxl: Fix concurrent AFU open and device removalFrederic Barrat-12/+11
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2019-12-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+45
2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-3/+6
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-51/+4
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas-4/+4
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-36/+26
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+8
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-677/+2660
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+1
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski-0/+45
2019-11-25lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon-2/+1
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon-8/+0
2019-11-21habanalabs: add more protection of device during resetOded Gabbay-0/+16
2019-11-21habanalabs: flush EQ workers in hard resetOded Gabbay-5/+11
2019-11-21habanalabs: make the reset code more consistentOded Gabbay-1/+1
2019-11-21habanalabs: expose reset counters via existing INFO IOCTLMoti Haimovski-0/+19
2019-11-21habanalabs: make code more conciseOded Gabbay-13/+9
2019-11-21habanalabs: use defines for F/W filesOded Gabbay-6/+5
2019-11-21habanalabs: remove prints on successful device initializationOded Gabbay-7/+1
2019-11-21habanalabs: remove unnecessary checksOmer Shpigelman-31/+9
2019-11-21habanalabs: invalidate MMU cache only onceOmer Shpigelman-1/+11
2019-11-21habanalabs: skip VA block list update in reset flowOmer Shpigelman-10/+20
2019-11-21habanalabs: optimize MMU unmapOmer Shpigelman-6/+13
2019-11-21habanalabs: prevent read/write from/to the device during hard resetOmer Shpigelman-2/+4
2019-11-21habanalabs: split MMU properties to PCI/DRAMOmer Shpigelman-148/+268
2019-11-21habanalabs: re-factor MMU masks and documentationOmer Shpigelman-25/+23
2019-11-21habanalabs: type specific MMU cache invalidationOmer Shpigelman-9/+12
2019-11-21habanalabs: re-factor memory module codeOmer Shpigelman-129/+158
2019-11-21habanalabs: export uapi defines to user-spaceOded Gabbay-4/+0
2019-11-21habanalabs: don't print error when queues are fullOded Gabbay-3/+4
2019-11-21habanalabs: increase max jobs number to 512Oded Gabbay-1/+1
2019-11-21habanalabs: set ETR as non-securedOded Gabbay-1/+5
2019-11-21habanalabs: use registers name defines for ETR blockOded Gabbay-26/+140
2019-11-21habanalabs: read F/W versions before failureOded Gabbay-4/+4
2019-11-21habanalabs: expose card name in INFO IOCTLOded Gabbay-2/+10
2019-11-21habanalabs: remove set but not used variable 'qman_base_addr'YueHaibing-4/+0
2019-11-21habanalabs: add opcode to INFO IOCTL to return clock rateOded Gabbay-1/+60
2019-11-21habanalabs: set TPC Icache to 16 cache linesOded Gabbay-3/+7
2019-11-21habanalabs: Add a new H/W queue typeTomer Tayar-101/+308