summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2015-10-16Merge tag 'powerpc-4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-7/+45
2015-10-07cxl: Fix number of allocated pages in SPAChristophe Lombard-1/+1
2015-10-06cxl: Workaround malformed pcie packets on some cardsPhilippe Bergheaud-0/+28
2015-10-04mei: hbm: fix error in state check logicAlexander Usyskin-1/+1
2015-10-01cxl: fix leak of ctx->mapping when releasing kernel API contextsAndrew Donnellan-3/+10
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan-2/+3
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan-1/+3
2015-09-26Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2015-09-23cxl: Fix lockdep warning while creating afu_err_buff attributeVaibhav Jain-0/+2
2015-09-20mei: fix debugfs files leak on error pathTomas Winkler-1/+2
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-3/+7
2015-09-15cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie-1/+1
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens-2/+0
2015-09-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds-0/+1
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov-1/+1
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand-0/+1
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-31/+7
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka-1/+1
2015-09-07cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan-0/+6
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy-4/+4
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-205/+865
2015-08-30cxl: Set up and enable PSL TimebasePhilippe Bergheaud-1/+61
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie-3/+33
2015-08-30cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie-7/+12
2015-08-27cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens-16/+0
2015-08-27cxl: Release irqs if memory allocation failsVaibhav Jain-2/+5
2015-08-24eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea-31/+6
2015-08-22cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar-1/+1
2015-08-20cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan-1/+1
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie-2/+20
2015-08-17cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain-0/+4
2015-08-17cxl: Add CONFIG_CXL_EEH symbolDaniel Axtens-1/+6
2015-08-14cxl: EEH supportDaniel Axtens-0/+262
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens-0/+41
2015-08-14cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens-5/+0
2015-08-14cxl: Refactor AFU init/teardownDaniel Axtens-38/+57
2015-08-14cxl: Refactor adaptor init/teardownDaniel Axtens-53/+86
2015-08-14cxl: Clean up adapter MMIO unmap path.Daniel Axtens-6/+18
2015-08-14cxl: Make IRQ release idempotentDaniel Axtens-0/+9
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens-11/+27
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens-12/+155
2015-08-14cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens-16/+35
2015-08-12cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens-1/+1
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens-4/+4
2015-08-11cxl: Compile with -WerrorDaniel Axtens-0/+2
2015-08-10misc: eeprom: Export I2C module alias information in missing driversJavier Martinez Canillas-0/+1
2015-08-10misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski-9/+0
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman-3/+0
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens-3/+1