summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2020-01-14lkdtm/bugs: Make double-fault test always availableKees Cook1-4/+6
2020-01-14mic: Remove unneeded NULL checkXu Wang3-9/+0
2020-01-14misc: xilinx_sdfec: fix xsdfec_poll()'s return typeLuc Van Oostenryck1-5/+5
2020-01-14misc: xilinx_sdfec: add missing __user annotationLuc Van Oostenryck1-1/+1
2020-01-14drivers/misc: ti-st: remove redundant assignment to variables i and flagsColin Ian King1-2/+2
2020-01-14misc: tsl2550: remove redundant initialization to variable rColin Ian King1-7/+5
2020-01-14misc: pti: remove redundant assignments to retvalColin Ian King1-2/+2
2020-01-14misc: alcor_pci: Add AU6625 to list of supported PCI_IDsRhys Perry1-1/+7
2020-01-14misc: cxl: use mmgrabJulia Lawall1-1/+1
2020-01-14misc: pvpanic: add crash loaded eventzhenwei pi1-1/+8
2020-01-14misc: pvpanic: move bit definition to uapi header filezhenwei pi1-2/+1
2020-01-14misc: rtsx: Fix impossible conditionRui Feng1-5/+6
2020-01-14misc: isl29020: add missed pm_runtime_disableChuhong Yuan1-0/+1
2020-01-14misc: genwqe: fix compile warningsHongbo Yao1-4/+4
2020-01-14drivers/misc: sram-exec: have the callers of set_memory_*() check the return ...Tianlin Li1-4/+17
2020-01-10mei: hdcp: bind only with i915 on the same PCHTomas Winkler1-3/+30
2020-01-10mei: bus: use simple sprintf for sysfsTomas Winkler1-5/+5
2020-01-10scsi: enclosure: Fix stale device oops with hot replugJames Bottomley1-2/+1
2020-01-09eeprom: at24: remove the write-protect pin supportKhouloud Touil1-9/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig3-3/+3
2020-01-02eeprom: at24: sort headers alphabeticallyBartosz Golaszewski1-12/+12
2020-01-02eeprom: at24: update the license tagBartosz Golaszewski1-1/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-27/+26
2019-12-21Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-16/+15
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-8/+0
2019-12-14habanalabs: remove variable 'val' set but not usedChen Wandun1-8/+7
2019-12-14habanalabs: rate limit error msg on waiting for CSOded Gabbay2-3/+4
2019-12-13ocxl: Fix potential memory leak on context creationFrederic Barrat1-4/+4
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-10ocxl: Fix concurrent AFU open and device removalFrederic Barrat1-12/+11
2019-12-10vmw_balloon: Explicitly include linux/io.h for virt_to_phys()Sean Christopherson1-0/+1
2019-12-05lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie1-1/+1
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2019-12-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-0/+45
2019-12-02Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-3/+6
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds4-51/+4
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-4/+4
2019-11-28Merge 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/...Linus Torvalds1-20/+8
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds49-677/+2660
2019-11-27Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-10/+1
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski3-0/+45
2019-11-26drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter1-8/+0
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