summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2017-01-25eeprom: fix memory leak on buf when failed allocation of csraddr_strColin Ian King1-2/+4
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan4-23/+35
2017-01-25cxl: Force psl data-cache flush during device shutdownVaibhav Jain1-0/+3
2017-01-25cxl: Drop unused header asm/pnv-pci.hGreg Kurz1-1/+0
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche3-3/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche5-6/+6
2017-01-20mei: make mei_cl_set_disconnected staticAlexander Usyskin2-2/+1
2017-01-20mei: make mei_io_list_flush staticAlexander Usyskin2-2/+1
2017-01-19lkdtm: hide stack overflow warning for corrupt-stack testArnd Bergmann1-1/+6
2017-01-19eeprom: Add IDT 89HPESx EEPROM/CSR driverSerge Semin3-0/+1598
2017-01-16Merge 4.10-rc4 into char-misc-nextGreg Kroah-Hartman5-0/+17
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra2-2/+2
2017-01-11genwqe: drop .link_reset()Cao jin1-1/+0
2017-01-11mei: bus: enable OS version only for SPT and newerAlexander Usyskin5-0/+17
2017-01-10misc: mic: double free on ioctl error pathDan Carpenter1-1/+0
2017-01-10misc: set error code when devm_kstrdup failsPan Bian1-1/+3
2017-01-04mei: move write cb to completion on credentials failuresAlexander Usyskin1-8/+12
2017-01-04mei: bus: fix mei_cldev_enable KDocAlexander Usyskin1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds10-49/+160
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+34
2016-12-15misc: atmel-ssc: register as sound DAI if #sound-dai-cells is presentPeter Rosin1-0/+50
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+3
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara2-4/+3
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14misc: ibmasm: fix typo in error messageColin Ian King1-1/+1
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-153/+423
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+72
2016-12-06mei: bus: enable non-blocking RXAlexander Usyskin3-5/+37
2016-12-06mei: fix the back to back interrupt handlingAlexander Usyskin2-19/+50
2016-12-06mei: synchronize irq before initiating a reset.Tomas Winkler4-4/+38
2016-11-30misc: sram: remove useless #ifdefArnd Bergmann1-3/+1
2016-11-29mei: me: add lewisburg device idsTomas Winkler2-0/+3
2016-11-29mei: request async autosuspend at the end of enumerationAlexander Usyskin1-1/+1
2016-11-25cxl: drop duplicate header sched.hGeliang Tang1-1/+0
2016-11-23cxl: Fix coccinelle warningsAndrew Donnellan4-6/+8
2016-11-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar3-0/+72
2016-11-18Merge tag 'at91-ab-4.10-drivers' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-7/+35
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat4-31/+135
2016-11-18cxl: Do adapter fence check before handling afu interruptVaibhav Jain1-3/+12
2016-11-18cxl: Fix error handling in _cxl_pci_associate_default_context()Christophe Jaillet2-2/+2
2016-11-18cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Christophe Jaillet1-1/+1
2016-11-18cxl: Fix memory allocation failure testChristophe Jaillet1-5/+2
2016-11-17mei: bus: split RX and async notification callbacksAlexander Usyskin2-59/+87
2016-11-17mei: bus: make a client pointer always availableAlexander Usyskin1-16/+15
2016-11-17mei: introduce host client uninitialized stateAlexander Usyskin2-4/+5
2016-11-15lkdtm: Prevent the compiler from optimising lkdtm_CORRUPT_STACK()Michael Ellerman1-1/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-15mei: fix parameter rename KDocAlexander Usyskin1-2/+2
2016-11-15mei: constify buffer in the write functions callsTomas Winkler3-9/+9