summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2013-09-26misc: tifm: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-09-26drivers: misc: ti_dac7512: add support for DT matchingDaniel Mack1-0/+10
2013-09-26drivers: misc: ti_dac7512: provide a SPI ID tableDaniel Mack1-0/+7
2013-09-26drivers: misc: ti_dac7512: drop DAC7512_DRV_NAMEDaniel Mack1-3/+1
2013-09-26drivers: misc: ti_dac7512: drop module versionDaniel Mack1-2/+0
2013-09-26misc: ibmasm: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()Chen Gang1-1/+1
2013-09-26mei: mei_cl_unlink: no need to loop over dev listTomas Winkler1-9/+4
2013-09-26mei: push credentials inside the irq write handlerTomas Winkler3-10/+34
2013-09-26mei: propagate error from write routines instead of ENODEVTomas Winkler4-27/+36
2013-09-26mei: fix function names in debug printsAlexander Usyskin1-3/+3
2013-09-26mei: prefix client log messages with client me and host idsAlexander Usyskin3-32/+38
2013-09-26mei: mei_release: drop redundant check if cb is NULLTomas Winkler1-4/+1
2013-09-26mei: revamp read and write length checksTomas Winkler1-2/+14
2013-09-26mei: fix format compilation warrning on 32 bit architectureTomas Winkler1-1/+1
2013-09-26mei: mei_write correct checks for copy_from_userAlexander Usyskin1-2/+5
2013-09-26mei: make sure that me_clients_map big enough before copyingTomas Winkler1-1/+4
2013-09-26mei: mei_cl_link protect open_handle_count from overflowTomas Winkler1-0/+6
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+12
2013-09-04ibmasmfs: don't bother passing superblock when not neededAl Viro1-14/+12
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-60/+62
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-267/+263
2013-08-30drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk1-0/+2
2013-08-28misc: vmw_balloon: Remove braces to fix build for clang.Jan-Simon Möller1-1/+1
2013-08-28VMCI: Add support for virtual IOMMUAndy King4-83/+128
2013-08-28VMCI: Remove non-blocking/pinned queuepair supportAndy King2-145/+22
2013-08-27hwmon: Change my email address.Darrick J. Wong1-2/+2
2013-08-24MEI: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-15drivers/misc/hpilo: Correct panic when an AUX iLO is detectedMark Rusk1-2/+2
2013-08-13mei: me: fix hardware reset flowTomas Winkler1-6/+3
2013-07-29Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman4-9/+21
2013-07-29Merge 3.11-rc3 into char-misc-next.Greg Kroah-Hartman4-11/+21
2013-07-27mei: don't get stuck in select during resetTomas Winkler5-19/+42
2013-07-26Merge tag 'char-misc-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+13
2013-07-25misc: sram: fix error path in sram_probeHeiko Stübner1-1/+2
2013-07-25drivers/misc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-8/+0
2013-07-25mei: bus: do not overflow the device name bufferTomas Winkler1-2/+2
2013-07-25mei: wake also writers on resetTomas Winkler3-5/+9
2013-07-25lkdtm: add "EXEC_*" triggersKees Cook1-0/+45
2013-07-25lkdtm: add "SPINLOCKUP" triggerKees Cook1-0/+7
2013-07-25lkdtm: add "WARNING" triggerKees Cook1-0/+5
2013-07-25lkdtm: fix stack protector triggerKees Cook1-3/+3
2013-07-25c2port: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-15/+18
2013-07-25enclosure: convert class code to use dev_groupsGreg Kroah-Hartman1-18/+11
2013-07-25c2port: convert class code to use dev_groupsGreg Kroah-Hartman1-21/+29
2013-07-25misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman1-17/+13
2013-07-25Revert "misc: c2port: use dev_bin_attrs instead of hand-coding it"Greg Kroah-Hartman1-13/+17
2013-07-25misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman1-17/+13
2013-07-24mei: me: fix waiting for hw readyTomas Winkler1-3/+7