summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | misc: panel: Remove always-true check from panel_detach()Geert Uytterhoeven2017-02-101-16/+14
| * | | | | | misc: panel: Move all suboptions into a big if sectionGeert Uytterhoeven2017-02-101-18/+19
| * | | | | | misc: panel: Remove reference to misc device supportGeert Uytterhoeven2017-02-101-4/+3
| * | | | | | misc: panel: Remove unused LCD_FLAG_S and LCD_FLAG_IDGeert Uytterhoeven2017-02-101-2/+0
| * | | | | | misc: panel: Remove PANEL_VERSIONGeert Uytterhoeven2017-02-101-12/+6
| * | | | | | misc: panel: Fix LCD_FLAG_F/LCD_FLAG_N exchangeGeert Uytterhoeven2017-02-101-2/+3
| * | | | | | mei: remove support for broken parallel readAlexander Usyskin2017-02-101-22/+26
| * | | | | | mei: me: generate an interrupt if the hw indicates reset.Alexander Usyskin2017-02-031-0/+16
| * | | | | | mei: me: add a wrapper to set host generated data interruptAlexander Usyskin2017-02-031-6/+15
| * | | | | | misc: fix typo on KconfigMiguel Bernal Marin2017-02-031-0/+1
| * | | | | | vmw_vmci: switch to pci_irq_alloc_vectorsChristoph Hellwig2017-02-031-55/+20
| * | | | | | mei: simplify error handling via devres function.Tomas Winkler2017-01-315-105/+26
| * | | | | | mei: revamp io list cleanup function.Tomas Winkler2017-01-313-72/+47
| * | | | | | mei: replace callback structures used as list head by list_headAlexander Usyskin2017-01-319-98/+85
| * | | | | | mei: amthif: allow the read completion after closeTomas Winkler2017-01-311-1/+1
| * | | | | | mei: amthif: clean command queue upon disconnectionTomas Winkler2017-01-311-1/+1
| * | | | | | mei: abort waiting for notification on unsupported HWAlexander Usyskin2017-01-311-0/+5
| * | | | | | mei: return error on notification request to a disconnected clientAlexander Usyskin2017-01-311-0/+3
| * | | | | | mei: bus: unregister callbacks upon me client disable callAlexander Usyskin2017-01-311-8/+22
| * | | | | | mei: bus: prevent hardware module unload if device on bus is activeAlexander Usyskin2017-01-313-2/+41
| * | | | | | mei: bus: cancel and disable callback after release callAlexander Usyskin2017-01-311-4/+4
| * | | | | | eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzallocWei Yongjun2017-01-271-4/+0
| * | | | | | eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmallocSerge Semin2017-01-271-3/+0
| * | | | | | misc: sram: Integrate protect-exec reserved sram area typeDave Gerlach2017-01-254-2/+25
| * | | | | | misc: sram: Introduce support code for protect-exec sram typeDave Gerlach2017-01-252-0/+123
| * | | | | | misc: sram: Split sram data structures into local headerDave Gerlach2017-01-252-28/+41
| * | | | | | lkdtm: Fix Oops when unloading the moduleJuerg Haefliger2017-01-251-1/+3
| * | | | | | eeprom: fix platform_no_drv_owner.cocci warningsJulia Lawall2017-01-251-1/+0
| * | | | | | eeprom: fix memory leak on buf when failed allocation of csraddr_strColin Ian King2017-01-251-2/+4
| * | | | | | mei: make mei_cl_set_disconnected staticAlexander Usyskin2017-01-202-2/+1
| * | | | | | mei: make mei_io_list_flush staticAlexander Usyskin2017-01-202-2/+1
| * | | | | | lkdtm: hide stack overflow warning for corrupt-stack testArnd Bergmann2017-01-191-1/+6
| * | | | | | eeprom: Add IDT 89HPESx EEPROM/CSR driverSerge Semin2017-01-193-0/+1598
| * | | | | | Merge 4.10-rc4 into char-misc-nextGreg Kroah-Hartman2017-01-165-0/+17
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | genwqe: drop .link_reset()Cao jin2017-01-111-1/+0
| * | | | | | misc: mic: double free on ioctl error pathDan Carpenter2017-01-101-1/+0
| * | | | | | misc: set error code when devm_kstrdup failsPan Bian2017-01-101-1/+3
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-226-29/+95
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan2017-02-032-5/+57
| * | | | | cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan2017-01-254-23/+35
| * | | | | cxl: Force psl data-cache flush during device shutdownVaibhav Jain2017-01-251-0/+3
| * | | | | cxl: Drop unused header asm/pnv-pci.hGreg Kurz2017-01-251-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-205-20/+87
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lkdtm: Convert to refcount_t testingKees Cook2017-02-103-18/+85
| * | | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-142-2/+2
| |/ / /
* / / / mei: bus: enable OS version only for SPT and newerAlexander Usyskin2017-01-115-0/+17
|/ / /
* | | mei: move write cb to completion on credentials failuresAlexander Usyskin2017-01-041-8/+12
* | | mei: bus: fix mei_cldev_enable KDocAlexander Usyskin2017-01-041-1/+1
| |/ |/|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-1610-49/+160
|\ \