aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds28-519/+2215
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-29/+95
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-20/+87
2017-02-10misc: panel: Abstract temporary backlight handlingGeert Uytterhoeven1-41/+60
2017-02-10misc: panel: Add lcd_home() helperGeert Uytterhoeven1-24/+15
2017-02-10misc: panel: Remove always-true check from panel_detach()Geert Uytterhoeven1-16/+14
2017-02-10misc: panel: Move all suboptions into a big if sectionGeert Uytterhoeven1-18/+19
2017-02-10misc: panel: Remove reference to misc device supportGeert Uytterhoeven1-4/+3
2017-02-10misc: panel: Remove unused LCD_FLAG_S and LCD_FLAG_IDGeert Uytterhoeven1-2/+0
2017-02-10misc: panel: Remove PANEL_VERSIONGeert Uytterhoeven1-12/+6
2017-02-10misc: panel: Fix LCD_FLAG_F/LCD_FLAG_N exchangeGeert Uytterhoeven1-2/+3
2017-02-10mei: remove support for broken parallel readAlexander Usyskin1-22/+26
2017-02-10lkdtm: Convert to refcount_t testingKees Cook3-18/+85
2017-02-03cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan2-5/+57
2017-02-03mei: me: generate an interrupt if the hw indicates reset.Alexander Usyskin1-0/+16
2017-02-03mei: me: add a wrapper to set host generated data interruptAlexander Usyskin1-6/+15
2017-02-03misc: fix typo on KconfigMiguel Bernal Marin1-0/+1
2017-02-03vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig1-55/+20
2017-01-31mei: simplify error handling via devres function.Tomas Winkler5-105/+26
2017-01-31mei: revamp io list cleanup function.Tomas Winkler3-72/+47
2017-01-31mei: replace callback structures used as list head by list_headAlexander Usyskin9-98/+85
2017-01-31mei: amthif: allow the read completion after closeTomas Winkler1-1/+1
2017-01-31mei: amthif: clean command queue upon disconnectionTomas Winkler1-1/+1
2017-01-31mei: abort waiting for notification on unsupported HWAlexander Usyskin1-0/+5
2017-01-31mei: return error on notification request to a disconnected clientAlexander Usyskin1-0/+3
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-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