summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
* | misc: mic: cleanups for "--strict" checkpatch.Ashutosh Dixit2013-09-2810-133/+123Star
* | misc: mic: header file cleanups.Sudeep Dutt2013-09-2814-15/+15
* | misc: mic: host driver sysfs cleanups.Sudeep Dutt2013-09-281-43/+29Star
* | mmc: cb710: drop free_irq for devm_request_irq allocated irqWei Yongjun2013-09-261-1/+1
* | Intel MIC Card Driver Changes for Virtio Devices.Ashutosh Dixit2013-09-265-0/+717
* | Intel MIC Host Driver Changes for Virtio Devices.Ashutosh Dixit2013-09-2611-1/+1277
* | Intel MIC Card Driver for X100 family.Sudeep Dutt2013-09-268-0/+895
* | Intel MIC Host Driver, card OS state management.Sudeep Dutt2013-09-269-4/+1365
* | Intel MIC Host Driver Interrupt/SMPT support.Dasaratharaman Chandramouli2013-09-269-2/+1638
* | Intel MIC Host Driver for X100 family.Sudeep Dutt2013-09-2611-0/+708
* | VMCI: fix to pass correct device identity to free_irq()Wei Yongjun2013-09-261-1/+1
* | ARM: sunxi: Initial support for Allwinner's Security ID fusesOliver Schinagl2013-09-263-0/+172
* | misc: pti: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0Star
* | misc: mei: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-1/+0Star
* | misc: ibmasm: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-2/+0Star
* | misc: tifm: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-261-3/+0Star
* | drivers: misc: ti_dac7512: add support for DT matchingDaniel Mack2013-09-261-0/+10
* | drivers: misc: ti_dac7512: provide a SPI ID tableDaniel Mack2013-09-261-0/+7
* | drivers: misc: ti_dac7512: drop DAC7512_DRV_NAMEDaniel Mack2013-09-261-3/+1Star
* | drivers: misc: ti_dac7512: drop module versionDaniel Mack2013-09-261-2/+0Star
* | misc: ibmasm: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* | drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()Chen Gang2013-09-261-1/+1
* | mei: mei_cl_unlink: no need to loop over dev listTomas Winkler2013-09-261-9/+4Star
* | mei: push credentials inside the irq write handlerTomas Winkler2013-09-263-10/+34
* | mei: propagate error from write routines instead of ENODEVTomas Winkler2013-09-264-27/+36
* | mei: fix function names in debug printsAlexander Usyskin2013-09-261-3/+3
* | mei: prefix client log messages with client me and host idsAlexander Usyskin2013-09-263-32/+38
* | mei: mei_release: drop redundant check if cb is NULLTomas Winkler2013-09-261-4/+1Star
* | mei: revamp read and write length checksTomas Winkler2013-09-261-2/+14
* | mei: fix format compilation warrning on 32 bit architectureTomas Winkler2013-09-261-1/+1
* | mei: mei_write correct checks for copy_from_userAlexander Usyskin2013-09-261-2/+5
* | mei: make sure that me_clients_map big enough before copyingTomas Winkler2013-09-261-1/+4
* | mei: mei_cl_link protect open_handle_count from overflowTomas Winkler2013-09-261-0/+6
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-14/+12Star
|\
| * ibmasmfs: don't bother passing superblock when not neededAl Viro2013-09-041-14/+12Star
* | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-033-60/+62
|\ \
| * | MEI: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-231-4/+6
| * | Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman2013-07-294-9/+21
| |\|
| * | c2port: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-07-251-15/+18
| * | enclosure: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-18/+11Star
| * | c2port: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-21/+29
| * | misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman2013-07-251-17/+13Star
* | | Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-0318-267/+263Star
|\ \ \
| * | | drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk2013-08-301-0/+2
| * | | misc: vmw_balloon: Remove braces to fix build for clang.Jan-Simon Möller2013-08-281-1/+1
| * | | VMCI: Add support for virtual IOMMUAndy King2013-08-284-83/+128
| * | | VMCI: Remove non-blocking/pinned queuepair supportAndy King2013-08-282-145/+22Star
| * | | drivers/misc/hpilo: Correct panic when an AUX iLO is detectedMark Rusk2013-08-141-2/+2
| * | | mei: me: fix hardware reset flowTomas Winkler2013-08-131-6/+3Star