summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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/+197Star
| * | | | | | 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-211-2/+16
| * | | | | | drivers/misc/sgi-gru: fix possible NULL dereferenceSudip Mukherjee2015-09-211-2/+3
| * | | | | | misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-09-211-1/+0Star
| * | | | | | drivers/misc: make kgdbts.c slightly more explicitly non-modularPaul Gortmaker2015-09-211-5/+5
| * | | | | | mei: me: fix d0i3 register offset in tracingAlexander Usyskin2015-09-211-2/+2
| * | | | | | mei: bus: use mei_cl_bus_ prefix consistentlyTomas Winkler2015-09-213-16/+17
| * | | | | | mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler2015-09-211-33/+34
| * | | | | | mei: bus: export mei_cldev_enabled functionTomas Winkler2015-09-211-0/+13
| * | | | | | mei: bus: export uuid and protocol version to mei_cl bus driversTomas Winkler2015-09-211-0/+26
| * | | | | | mei: bus: add client protocol version to the device aliasTomas Winkler2015-09-211-7/+21
| * | | | | | mei: bus: export client protocol versionTomas Winkler2015-09-212-0/+30
| * | | | | | mei: make modules.alias UUID information easier to readPrarit Bhargava2015-09-211-5/+2Star
| * | | | | | drivers/misc/sgi-gru: remove unused variableSudip Mukherjee2015-09-211-2/+0Star
| * | | | | | drivers/misc/sgi-gru: fix dereference of ERR_PTRSudip Mukherjee2015-09-211-1/+6
| * | | | | | drivers/misc/sgi-gru: remove always false conditionSudip Mukherjee2015-09-211-1/+1
| * | | | | | drivers/misc/sgi-gru: make functions staticSudip Mukherjee2015-09-211-3/+3
| * | | | | | drivers/misc/sgi-gru: add return on errorSudip Mukherjee2015-09-211-8/+6Star
| * | | | | | misc/vmw_vmci: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-211-2/+1Star
* | | | | | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-051-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-271-1/+2
|\ \ \ \
| * | | | mei: fix debugfs files leak on error pathTomas Winkler2015-09-211-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/+0Star
| * | cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan2015-09-071-0/+6
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2015-09-121-0/+1
|\ \ \
| * | | Watchdog: Fix parent of watchdog_devicesPratyush Anand2015-09-091-0/+1
* | | | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-091-1/+1
|\ \ \ \
| * | | | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-091-1/+1
| | |/ / | |/| |
* | | | Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-092-31/+7Star
|\ \ \ \ | |/ / / |/| | |
| * | | eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea2015-08-241-31/+6Star