aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-31mei: bus: unregister callbacks upon me client disable callAlexander Usyskin1-8/+22
2017-01-31mei: bus: prevent hardware module unload if device on bus is activeAlexander Usyskin3-2/+41
2017-01-31mei: bus: cancel and disable callback after release callAlexander Usyskin1-4/+4
2017-01-27eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzallocWei Yongjun1-4/+0
2017-01-27eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmallocSerge Semin1-3/+0
2017-01-25misc: sram: Integrate protect-exec reserved sram area typeDave Gerlach4-2/+25
2017-01-25misc: sram: Introduce support code for protect-exec sram typeDave Gerlach2-0/+123
2017-01-25misc: sram: Split sram data structures into local headerDave Gerlach2-28/+41
2017-01-25lkdtm: Fix Oops when unloading the moduleJuerg Haefliger1-1/+3
2017-01-25eeprom: fix platform_no_drv_owner.cocci warningsJulia Lawall1-1/+0
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/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-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/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