summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2015-07-22mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler-1/+1
2015-07-22misc: mic: scif bug fix for vmalloc_to_page crashSudeep Dutt-10/+5
2015-07-10Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-13/+20
2015-07-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens-1/+1
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie-2/+2
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie-1/+9
2015-07-07mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler-19/+2
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling-7/+5
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens-1/+1
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh-1/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3469/+7022
2015-06-25drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King-1/+1
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett-1/+1
2015-06-25Pratyush Anand has movedPratyush Anand-1/+1
2015-06-19cxl: Fix typo in debug printMichael Neuling-1/+1
2015-06-19cxl: Add CXL_KERNEL_API config optionMichael Neuling-0/+5
2015-06-13mei: me: wait for power gating exit confirmationAlexander Usyskin-5/+80
2015-06-13mei: reset flow control on the last client disconnectionAlexander Usyskin-0/+3
2015-06-12misc: sram: sort and clean up included headersVladimir Zapolskiy-8/+2
2015-06-12misc: sram: move reserved block logic out of probe functionVladimir Zapolskiy-36/+46
2015-06-12misc: sram: add private struct device and virt_base membersVladimir Zapolskiy-25/+29
2015-06-12misc: sram: report correct SRAM pool sizeVladimir Zapolskiy-1/+2
2015-06-12misc: sram: bump error message level on unclean driver unbindingVladimir Zapolskiy-1/+1
2015-06-12misc: sram: fix device node reference leak on errorVladimir Zapolskiy-0/+2
2015-06-12misc: sram: fix enabled clock leak on error pathVladimir Zapolskiy-13/+9
2015-06-12misc: mic: Fix reported static checker warningSudeep Dutt-4/+0
2015-06-12misc: mic: Fix randconfig build error by including errno.hSudeep Dutt-0/+1
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling-0/+1
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling-4/+619
2015-06-03cxl: Export file ops for use by APIMichael Neuling-9/+23
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling-5/+5
2015-06-03cxl: Cleanup MakefileMichael Neuling-1/+2
2015-06-03cxl: Rework context lifetimesMichael Neuling-3/+3
2015-06-03cxl: Configure PSL for kernel contexts and merge codeMichael Neuling-28/+35
2015-06-03cxl: Split afu_register_irqs() functionMichael Neuling-7/+25
2015-06-03cxl: Only check pid for userspace contextsMichael Neuling-15/+19
2015-06-03cxl: Export some symbolsMichael Neuling-5/+10
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling-8/+8
2015-06-03cxl: Rework detach context functionsMichael Neuling-7/+14
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling-5/+5
2015-06-03cxl: Dump debug info on the AFU configuration recordMichael Neuling-1/+11
2015-06-03cxl: Fix error path on probeMichael Neuling-0/+1
2015-06-03cxl: Re-order card init to check the VSEC earlierIan Munsie-15/+15
2015-06-03cxl: Remove unnecessarily verbose print in cxl_remove()Michael Neuling-2/+0
2015-06-03cxl: Add shutdown hookMichael Neuling-0/+1
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie-5/+12
2015-06-03cxl: Export AFU error buffer via sysfsVaibhav Jain-0/+100
2015-06-03cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain-2/+22
2015-05-31mei: fix up uuid matchingGreg Kroah-Hartman-7/+2