summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie3-2/+20
2015-08-17cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain1-0/+4
2015-08-17cxl: Add CONFIG_CXL_EEH symbolDaniel Axtens1-1/+6
2015-08-14cxl: EEH supportDaniel Axtens3-0/+262
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens4-0/+41
2015-08-14cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens1-5/+0
2015-08-14cxl: Refactor AFU init/teardownDaniel Axtens1-38/+57
2015-08-14cxl: Refactor adaptor init/teardownDaniel Axtens1-53/+86
2015-08-14cxl: Clean up adapter MMIO unmap path.Daniel Axtens1-6/+18
2015-08-14cxl: Make IRQ release idempotentDaniel Axtens1-0/+9
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens3-11/+27
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens5-12/+155
2015-08-14cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens1-16/+35
2015-08-12cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens1-1/+1
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens2-4/+4
2015-08-11cxl: Compile with -WerrorDaniel Axtens1-0/+2
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens1-3/+1
2015-07-16cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn1-0/+1
2015-07-16cxl: Destroy cxl_adapter_idr on module_exitJohannes Thumshirn1-0/+1
2015-07-13cxl: use more common format specifierRasmus Villemoes4-31/+31
2015-07-13cxl: Add explicit precision specifiersRasmus Villemoes1-2/+2
2015-07-10Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-13/+20
2015-07-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens1-1/+1
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie1-2/+2
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie1-1/+9
2015-07-08mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler3-19/+2
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling1-7/+5
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens1-1/+1
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh1-1/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-06-27Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds59-3469/+7022
2015-06-26drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King1-1/+1
2015-06-26clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-1/+1
2015-06-26Pratyush Anand has movedPratyush Anand1-1/+1
2015-06-19cxl: Fix typo in debug printMichael Neuling1-1/+1
2015-06-19cxl: Add CXL_KERNEL_API config optionMichael Neuling1-0/+5
2015-06-14mei: me: wait for power gating exit confirmationAlexander Usyskin4-5/+80
2015-06-14mei: reset flow control on the last client disconnectionAlexander Usyskin1-0/+3
2015-06-13misc: sram: sort and clean up included headersVladimir Zapolskiy1-8/+2
2015-06-13misc: sram: move reserved block logic out of probe functionVladimir Zapolskiy1-36/+46
2015-06-13misc: sram: add private struct device and virt_base membersVladimir Zapolskiy1-25/+29
2015-06-13misc: sram: report correct SRAM pool sizeVladimir Zapolskiy1-1/+2
2015-06-13misc: sram: bump error message level on unclean driver unbindingVladimir Zapolskiy1-1/+1
2015-06-13misc: sram: fix device node reference leak on errorVladimir Zapolskiy1-0/+2
2015-06-13misc: sram: fix enabled clock leak on error pathVladimir Zapolskiy1-13/+9
2015-06-13misc: mic: Fix reported static checker warningSudeep Dutt1-4/+0
2015-06-13misc: mic: Fix randconfig build error by including errno.hSudeep Dutt1-0/+1
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling1-0/+1
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling5-4/+619
2015-06-03cxl: Export file ops for use by APIMichael Neuling2-9/+23