summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | misc: mic: SCIF RMA list operationsSudeep Dutt2015-10-042-0/+348
| * | | | | | misc: mic: SCIF memory registration and unregistrationSudeep Dutt2015-10-041-0/+1770
| * | | | | | misc: mic: SCIF RMA header fileSudeep Dutt2015-10-041-0/+464
| * | | | | | misc: mic: Update MIC host daemon with COSM changesAshutosh Dixit2015-10-043-5/+12
| * | | | | | misc: mic: Remove COSM functionality from the MIC card driverAshutosh Dixit2015-10-044-104/+21
| * | | | | | misc: mic: Remove COSM functionality from the MIC host driverAshutosh Dixit2015-10-0413-1145/+204
| * | | | | | misc: mic: COSM client driverAshutosh Dixit2015-10-042-0/+282
| * | | | | | misc: mic: COSM SCIF serverAshutosh Dixit2015-10-041-0/+405
| * | | | | | misc: mic: Coprocessor State Management (COSM) driverAshutosh Dixit2015-10-045-0/+1084
| * | | | | | misc: mic: MIC COSM busAshutosh Dixit2015-10-044-2/+296
| * | | | | | misc: mic: Add support for kernel mode SCIF clientsAshutosh Dixit2015-10-047-221/+197
| * | | | | | misc: mic: SCIF pollAshutosh Dixit2015-10-044-1/+190
| * | | | | | misc/genwqe: get rid of atomic allocationsSebastian Ott2015-10-043-5/+6
| * | | | | | misc: hpilo: Change e-mail address from hp.com to hpe.comMasanari Iida2015-10-041-2/+2
| * | | | | | misc: hpilo: Add min and max value of module parameter in descriptionMasanari Iida2015-10-041-1/+1
| * | | | | | Merge 4.3-rc3 into char-misc-nextGreg Kroah-Hartman2015-09-272-1/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | ti-st: use worker instead of calling st_int_write in wake upMuhammad Hamza Farooq2015-09-201-2/+16
| * | | | | | drivers/misc/sgi-gru: fix possible NULL dereferenceSudip Mukherjee2015-09-201-2/+3
| * | | | | | misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-09-201-1/+0
| * | | | | | drivers/misc: make kgdbts.c slightly more explicitly non-modularPaul Gortmaker2015-09-201-5/+5
| * | | | | | mei: me: fix d0i3 register offset in tracingAlexander Usyskin2015-09-201-2/+2
| * | | | | | mei: bus: use mei_cl_bus_ prefix consistentlyTomas Winkler2015-09-203-16/+17
| * | | | | | mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler2015-09-201-33/+34
| * | | | | | mei: bus: export mei_cldev_enabled functionTomas Winkler2015-09-201-0/+13
| * | | | | | mei: bus: export uuid and protocol version to mei_cl bus driversTomas Winkler2015-09-201-0/+26
| * | | | | | mei: bus: add client protocol version to the device aliasTomas Winkler2015-09-201-7/+21
| * | | | | | mei: bus: export client protocol versionTomas Winkler2015-09-202-0/+30
| * | | | | | mei: make modules.alias UUID information easier to readPrarit Bhargava2015-09-201-5/+2
| * | | | | | drivers/misc/sgi-gru: remove unused variableSudip Mukherjee2015-09-201-2/+0
| * | | | | | drivers/misc/sgi-gru: fix dereference of ERR_PTRSudip Mukherjee2015-09-201-1/+6
| * | | | | | drivers/misc/sgi-gru: remove always false conditionSudip Mukherjee2015-09-201-1/+1
| * | | | | | drivers/misc/sgi-gru: make functions staticSudip Mukherjee2015-09-201-3/+3
| * | | | | | drivers/misc/sgi-gru: add return on errorSudip Mukherjee2015-09-201-8/+6
| * | | | | | misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-201-2/+1
* | | | | | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'powerpc-4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-10-167-7/+45
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cxl: Fix number of allocated pages in SPAChristophe Lombard2015-10-071-1/+1
| * | | | | cxl: Workaround malformed pcie packets on some cardsPhilippe Bergheaud2015-10-061-0/+28
| * | | | | cxl: fix leak of ctx->mapping when releasing kernel API contextsAndrew Donnellan2015-10-011-3/+10
| * | | | | cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan2015-10-012-2/+3
| * | | | | cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan2015-10-013-1/+3
| |/ / / /
* | | | | mei: hbm: fix error in state check logicAlexander Usyskin2015-10-041-1/+1
|/ / / /
* | | | Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-261-1/+2
|\ \ \ \
| * | | | mei: fix debugfs files leak on error pathTomas Winkler2015-09-201-1/+2
| |/ / /
* | | | cxl: Fix lockdep warning while creating afu_err_buff attributeVaibhav Jain2015-09-231-0/+2
|/ / /
* | | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-183-3/+7
|\ \ \ | |/ / |/| |
| * | cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie2015-09-151-1/+1
| * | cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens2015-09-151-2/+0
| * | cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan2015-09-071-0/+6
OpenPOWER on IntegriCloud