summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2015-10-04misc: hpilo: Change e-mail address from hp.com to hpe.comMasanari Iida-2/+2
2015-10-04misc: hpilo: Add min and max value of module parameter in descriptionMasanari Iida-1/+1
2015-10-04mei: hbm: fix error in state check logicAlexander Usyskin-1/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar-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-29drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-1/+1
2015-09-27Merge 4.3-rc3 into char-misc-nextGreg Kroah-Hartman-1/+4
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-20ti-st: use worker instead of calling st_int_write in wake upMuhammad Hamza Farooq-2/+16
2015-09-20mei: fix debugfs files leak on error pathTomas Winkler-1/+2
2015-09-20drivers/misc/sgi-gru: fix possible NULL dereferenceSudip Mukherjee-2/+3
2015-09-20misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas-1/+0
2015-09-20drivers/misc: make kgdbts.c slightly more explicitly non-modularPaul Gortmaker-5/+5
2015-09-20mei: me: fix d0i3 register offset in tracingAlexander Usyskin-2/+2
2015-09-20mei: bus: use mei_cl_bus_ prefix consistentlyTomas Winkler-16/+17
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler-33/+34
2015-09-20mei: bus: export mei_cldev_enabled functionTomas Winkler-0/+13
2015-09-20mei: bus: export uuid and protocol version to mei_cl bus driversTomas Winkler-0/+26
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler-7/+21
2015-09-20mei: bus: export client protocol versionTomas Winkler-0/+30
2015-09-20mei: make modules.alias UUID information easier to readPrarit Bhargava-5/+2
2015-09-20drivers/misc/sgi-gru: remove unused variableSudip Mukherjee-2/+0
2015-09-20drivers/misc/sgi-gru: fix dereference of ERR_PTRSudip Mukherjee-1/+6
2015-09-20drivers/misc/sgi-gru: remove always false conditionSudip Mukherjee-1/+1
2015-09-20drivers/misc/sgi-gru: make functions staticSudip Mukherjee-3/+3
2015-09-20drivers/misc/sgi-gru: add return on errorSudip Mukherjee-8/+6
2015-09-20misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda-2/+1
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