summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2015-09-20mei: me: fix d0i3 register offset in tracingAlexander Usyskin
2015-09-20mei: bus: use mei_cl_bus_ prefix consistentlyTomas Winkler
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler
2015-09-20mei: bus: export mei_cldev_enabled functionTomas Winkler
2015-09-20mei: bus: export uuid and protocol version to mei_cl bus driversTomas Winkler
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler
2015-09-20mei: bus: export client protocol versionTomas Winkler
2015-09-20mei: make modules.alias UUID information easier to readPrarit Bhargava
2015-09-20drivers/misc/sgi-gru: remove unused variableSudip Mukherjee
2015-09-20drivers/misc/sgi-gru: fix dereference of ERR_PTRSudip Mukherjee
2015-09-20drivers/misc/sgi-gru: remove always false conditionSudip Mukherjee
2015-09-20drivers/misc/sgi-gru: make functions staticSudip Mukherjee
2015-09-20drivers/misc/sgi-gru: add return on errorSudip Mukherjee
2015-09-20misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-09-15cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens
2015-09-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-08Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-07cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-08-30cxl: Set up and enable PSL TimebasePhilippe Bergheaud
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie
2015-08-30cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie
2015-08-27cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens
2015-08-27cxl: Release irqs if memory allocation failsVaibhav Jain
2015-08-24eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea
2015-08-22cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar
2015-08-20cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie
2015-08-17cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain
2015-08-17cxl: Add CONFIG_CXL_EEH symbolDaniel Axtens
2015-08-14cxl: EEH supportDaniel Axtens
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens
2015-08-14cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens
2015-08-14cxl: Refactor AFU init/teardownDaniel Axtens
2015-08-14cxl: Refactor adaptor init/teardownDaniel Axtens
2015-08-14cxl: Clean up adapter MMIO unmap path.Daniel Axtens
2015-08-14cxl: Make IRQ release idempotentDaniel Axtens
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens
2015-08-14cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens
2015-08-12cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens
2015-08-11cxl: Compile with -WerrorDaniel Axtens