aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-26/+19
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-8/+8
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang3-3/+5
2017-02-23Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+50
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-19Merge remote-tracking branches 'asoc/topic/max9867', 'asoc/topic/mtk', 'asoc/topic/nau8540', 'asoc/topic/nau8825' and 'asoc/topic/omap' into asoc-nextMark Brown5-0/+17
2017-02-19Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/chmap', 'asoc/topic/cq93vc' and 'asoc/topic/da7218' into asoc-nextMark Brown1-0/+50
2017-02-11misc: eeprom: at24: use device_property_*() functions instead of of_get_property()Ben Gardner1-26/+19
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-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