aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+4
2019-12-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+45
2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-3/+6
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds4-51/+4
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-4/+4
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-36/+26
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-20/+8
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds49-677/+2660
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+1
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski3-0/+45
2019-11-25lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon1-2/+1
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon1-8/+0
2019-11-21habanalabs: add more protection of device during resetOded Gabbay1-0/+16
2019-11-21habanalabs: flush EQ workers in hard resetOded Gabbay1-5/+11
2019-11-21habanalabs: make the reset code more consistentOded Gabbay1-1/+1
2019-11-21habanalabs: expose reset counters via existing INFO IOCTLMoti Haimovski1-0/+19
2019-11-21habanalabs: make code more conciseOded Gabbay1-13/+9
2019-11-21habanalabs: use defines for F/W filesOded Gabbay1-6/+5
2019-11-21habanalabs: remove prints on successful device initializationOded Gabbay2-7/+1
2019-11-21habanalabs: remove unnecessary checksOmer Shpigelman1-31/+9
2019-11-21habanalabs: invalidate MMU cache only onceOmer Shpigelman1-1/+11
2019-11-21habanalabs: skip VA block list update in reset flowOmer Shpigelman1-10/+20
2019-11-21habanalabs: optimize MMU unmapOmer Shpigelman1-6/+13
2019-11-21habanalabs: prevent read/write from/to the device during hard resetOmer Shpigelman1-2/+4
2019-11-21habanalabs: split MMU properties to PCI/DRAMOmer Shpigelman6-148/+268
2019-11-21habanalabs: re-factor MMU masks and documentationOmer Shpigelman3-25/+23
2019-11-21habanalabs: type specific MMU cache invalidationOmer Shpigelman3-9/+12
2019-11-21habanalabs: re-factor memory module codeOmer Shpigelman3-129/+158
2019-11-21habanalabs: export uapi defines to user-spaceOded Gabbay1-4/+0
2019-11-21habanalabs: don't print error when queues are fullOded Gabbay1-3/+4
2019-11-21habanalabs: increase max jobs number to 512Oded Gabbay1-1/+1
2019-11-21habanalabs: set ETR as non-securedOded Gabbay2-1/+5
2019-11-21habanalabs: use registers name defines for ETR blockOded Gabbay3-26/+140
2019-11-21habanalabs: read F/W versions before failureOded Gabbay1-4/+4
2019-11-21habanalabs: expose card name in INFO IOCTLOded Gabbay2-2/+10
2019-11-21habanalabs: remove set but not used variable 'qman_base_addr'YueHaibing1-4/+0
2019-11-21habanalabs: add opcode to INFO IOCTL to return clock rateOded Gabbay5-1/+60
2019-11-21habanalabs: set TPC Icache to 16 cache linesOded Gabbay2-3/+7
2019-11-21habanalabs: Add a new H/W queue typeTomer Tayar5-101/+308
2019-11-21habanalabs: Mark queue as expecting CB handle or addressTomer Tayar3-1/+9
2019-11-21habanalabs: Fix typosTomer Tayar2-3/+3
2019-11-21habanalabs: remove set but not used variable 'ctx'YueHaibing1-2/+0
2019-11-21habanalabs: handle F/W failure for sensor initializationOded Gabbay2-0/+7
2019-11-20vsock/vmci: make vmci_vsock_cb_host_called staticMao Wenan1-1/+1
2019-11-20misc: Fix Kconfig indentationKrzysztof Kozlowski1-8/+8
2019-11-16mei: bus: add more client attributes to sysfsAlexander Usyskin2-0/+69
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella4-0/+78
2019-11-14Merge tag 'at24-v5.5-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.5Wolfram Sang1-3/+6
2019-11-14misc: rtsx: Add support for RTS5261Rui Feng5-8/+1063