aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2018-03-13cxl: Enable NORST bit in PSL_DEBUG register for PSL9Gravatar Vaibhav Jain 1-2/+6
2018-03-09Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+27
2018-03-06lkdtm: Add missing SPDX-License-Identifier lineGravatar Kees Cook 1-0/+1
2018-03-06lkdtm: Relocate code to subdirectoryGravatar Kees Cook 10-19/+21
2018-03-02ocxl: Add get_metadata IOCTL to share OCXL information to userspaceGravatar Alastair D'Silva 1-0/+27
2018-03-01misc: rtsx: rename SG_END macroGravatar Arnd Bergmann 1-2/+2
2018-02-24Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+4
2018-02-22Merge tag 'char-misc-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-6/+16
2018-02-21ocxl: Fix potential bad errno on irq allocationGravatar Frederic Barrat 1-2/+4
2018-02-20mei: me: add cannon point device ids for 4th deviceGravatar Tomas Winkler 2-0/+4
2018-02-20mei: me: add cannon point device idsGravatar Alexander Usyskin 2-0/+6
2018-02-16mei: set device client to the disconnected state upon suspend.Gravatar Tomas Winkler 2-6/+6
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2018-02-14spi: spi-gpio: Rewrite to use GPIO descriptorsGravatar Linus Walleij 1-4/+25
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 11-42/+42
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-7/+13
2018-02-08ocxl: fix signed comparison with less than zeroGravatar Colin Ian King 1-1/+1
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-477/+255
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-47/+62
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 22-7/+3546
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 27-136/+160
2018-02-01virtio_vop: don't kfree device on register failureGravatar weiping zhang 1-7/+13
2018-01-31Merge branch 'work.vmci' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-133/+46
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksGravatar David Rientjes 1-0/+1
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 12-20/+21
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 14-0/+5592
2018-01-25misc: kgdbts: Display progress of asynchronous testsGravatar Daniel Thompson 1-2/+6
2018-01-25lkdtm: fix handle_irq_event symbol for INT_HW_IRQ_ENGravatar Ivan Delalande 1-1/+1
2018-01-24cxl: Remove support for "Processing accelerators" classGravatar Frederic Barrat 1-2/+0
2018-01-24ocxl: Add Makefile and KconfigGravatar Frederic Barrat 4-0/+44
2018-01-24ocxl: Add trace pointsGravatar Frederic Barrat 5-1/+205
2018-01-24ocxl: Add a kernel API for other opencapi driversGravatar Frederic Barrat 3-71/+20
2018-01-24ocxl: Add AFU interrupt supportGravatar Frederic Barrat 5-2/+315
2018-01-24ocxl: Driver code for 'generic' opencapi devicesGravatar Frederic Barrat 9-0/+3003
2018-01-22misc: remove AVR32 dependenciesGravatar Corentin Labbe 1-2/+2
2018-01-19cxl: Add support for ASB_Notify on POWER9Gravatar Christophe Lombard 5-4/+32
2018-01-15lkdtm: Update usercopy tests for whitelistingGravatar Kees Cook 3-43/+53
2018-01-15lkdtm/usercopy: Adjust test to include an offset to check reportingGravatar Kees Cook 1-4/+9
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Gravatar Christoph Hellwig 1-1/+1
2018-01-09mei: fix an && vs || typoGravatar Dan Carpenter 1-1/+1
2018-01-09misc: ds1682: Ignore update-in-progress ETC readsGravatar Thomas VanSelus 1-1/+18
2018-01-09misc: ds1682: Show device registers as unsignedGravatar Aaron Sierra 1-9/+9
2018-01-09misc: fsa9480: Add blank line after declarations.Gravatar Tejas Upadhyay 1-0/+1
2018-01-02eeprom: at24: extend the list of chips supported in DTGravatar Bartosz Golaszewski 1-0/+9
2018-01-02mei: fix incorrect logical operator in if statementGravatar Colin Ian King 1-1/+1
2018-01-02mei: me: allow runtime pm for platform with D0i3Gravatar Tomas Winkler 1-1/+4
2018-01-02Merge 4.15-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 2-16/+12
2018-01-01eeprom: at24: add support for the write-protect pinGravatar Bartosz Golaszewski 1-0/+11
2018-01-01eeprom: at24: remove temporary fix for at24mac402 sizeGravatar Sven Van Asbroeck 1-10/+0