aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus Torvalds10-49/+160
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-8/+34
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/jikos/trivialLinus 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/git/gregkh/char-miscLinus Torvalds18-153/+423
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/paulmck/linux-rcu into core/rcuIngo Molnar3-0/+72
2016-11-18Merge tag 'at91-ab-4.10-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/driversOlof 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-07misc: sram: add Atmel securam supportAlexandre Belloni1-7/+35
2016-10-31lkdtm: Add tests for struct list corruptionKees Cook3-0/+72
2016-10-31mei: bus: fix received data size check in NFC fixupAlexander Usyskin1-1/+1
2016-10-31mei: bus: demote error to debug level upon disconnectAlexander Usyskin1-1/+1
2016-10-31mei: show the HBM protocol versions in the device attributesAlexander Usyskin1-1/+42
2016-10-31genwqe: use pci_irq_allocate_vectorsChristoph Hellwig2-11/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-14/+148
2016-10-30Merge 4.9-rc3 into char-misc-nextGreg Kroah-Hartman7-15/+39
2016-10-29Merge tag 'char-misc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-5/+23
2016-10-28Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-9/+15
2016-10-28VMCI: Doorbell create and destroy fixesJorgen Hansen2-2/+8