summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2017-07-03drivers/misc: (aspeed-lpc-snoop): Add ast2400 to compatPatrick Venture1-0/+1
2017-06-05drivers/misc: add Aspeed LPC snoop driverRobert Lippert3-0/+270
2017-06-05Merge tag 'v4.10.17' into dev-4.10Joel Stanley2-14/+8
2017-03-30mei: don't wait for os version message replyAlexander Usyskin1-12/+2
2017-03-30mei: fix deadlock on mei resetTomas Winkler1-2/+6
2017-03-22drivers/misc: Aspeed LPC control fix compile error and warningCyril Bur1-3/+3
2017-03-22drivers/misc: Add Aspeed LPC control driverCyril Bur3-0/+276
2017-03-15cxl: fix nested locking hang during EEH hotplugAndrew Donnellan4-10/+27
2017-03-15cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan4-23/+35
2017-03-12mei: remove support for broken parallel readAlexander Usyskin1-22/+26
2017-01-11mei: bus: enable OS version only for SPT and newerAlexander Usyskin5-0/+17
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-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+34
2016-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+3
2016-12-15mm: 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
2016-11-15mei: consolidate repeating code in mei_cl_irq_read_msgTomas Winkler1-5/+2
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2016-11-10mei: send OS type to the FWAlexander Usyskin1-0/+95
2016-11-10lkdtm: Do not use flush_icache_range() on user addressesCatalin Marinas1-2/+5
2016-11-10mei: enable to set the internal flag for client writeAlexander Usyskin7-12/+28
2016-11-08misc: sram: add Atmel securam supportAlexandre Belloni1-7/+35