aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26mei: cancel stall timers in mei_resetAlexander Usyskin2-0/+4
2013-09-26mei: bus: stop wait for read during cl state transitionTomas Winkler3-8/+14
2013-09-26mei: make me client counters less error proneTomas Winkler2-7/+9
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/viro/vfsLinus Torvalds1-14/+12
2013-09-03ibmasmfs: 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/git/gregkh/driver-coreLinus Torvalds3-60/+62
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds18-267/+263
2013-08-30drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk1-0/+2
2013-08-27misc: vmw_balloon: Remove braces to fix build for clang.Jan-Simon Möller1-1/+1
2013-08-27VMCI: Add support for virtual IOMMUAndy King4-83/+128
2013-08-27VMCI: Remove non-blocking/pinned queuepair supportAndy King2-145/+22
2013-08-27hwmon: Change my email address.Darrick J. Wong1-2/+2
2013-08-23MEI: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-14drivers/misc/hpilo: Correct panic when an AUX iLO is detectedMark Rusk1-2/+2
2013-08-12mei: 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-26mei: 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/git/gregkh/char-miscLinus Torvalds3-6/+13
2013-07-24misc: sram: fix error path in sram_probeHeiko Stübner1-1/+2
2013-07-24drivers/misc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-8/+0
2013-07-24mei: bus: do not overflow the device name bufferTomas Winkler1-2/+2
2013-07-24mei: wake also writers on resetTomas Winkler3-5/+9
2013-07-24lkdtm: add "EXEC_*" triggersKees Cook1-0/+45
2013-07-24lkdtm: add "SPINLOCKUP" triggerKees Cook1-0/+7
2013-07-24lkdtm: add "WARNING" triggerKees Cook1-0/+5
2013-07-24lkdtm: fix stack protector triggerKees Cook1-3/+3
2013-07-24c2port: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-15/+18
2013-07-24enclosure: convert class code to use dev_groupsGreg Kroah-Hartman1-18/+11
2013-07-24c2port: convert class code to use dev_groupsGreg Kroah-Hartman1-21/+29
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman1-17/+13
2013-07-24Revert "misc: c2port: use dev_bin_attrs instead of hand-coding it"Greg Kroah-Hartman1-13/+17
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman1-17/+13
2013-07-23mei: me: fix waiting for hw readyTomas Winkler1-3/+7
2013-07-23mei: don't have to clean the state on power upTomas Winkler1-1/+2
2013-07-23mei: me: fix reset state machineTomas Winkler1-1/+3
2013-07-23mei: hbm: fix typo in error messageTomas Winkler1-1/+1
2013-07-18ASoC: atmel-ssc: remove clk_disable_unprepare call from critical sectionBoris BREZILLON1-3/+8
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-7/+7
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+4
2013-07-03drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich1-2/+3
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-06-24build some drivers only when compile-testingJiri Slaby1-1/+1
2013-06-24mei: check whether hw start has succeededTomas Winkler2-3/+8
2013-06-24mei: check if the hardware reset succeededTomas Winkler3-5/+12
2013-06-24mei: mei_cl_connect: don't multiply the timeout twiceFrode Isaksen1-2/+1
2013-06-24mei: do not override a client writing state when bufferingTomas Winkler1-1/+2
2013-06-24mei: move mei_cl_irq_write_complete to client.cTomas Winkler3-59/+63
2013-06-17mei: support HBM versioningTomas Winkler3-8/+34