summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2013-09-26mei: cancel stall timers in mei_resetAlexander Usyskin-0/+4
2013-09-26mei: bus: stop wait for read during cl state transitionTomas Winkler-8/+14
2013-09-26mei: make me client counters less error proneTomas Winkler-7/+9
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-1/+1
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+12
2013-09-03ibmasmfs: don't bother passing superblock when not neededAl Viro-14/+12
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-60/+62
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-267/+263
2013-08-30drivers: misc: ti-st: fix potential race if st_kim_start failsOleksandr Kozaruk-0/+2
2013-08-27misc: vmw_balloon: Remove braces to fix build for clang.Jan-Simon Möller-1/+1
2013-08-27VMCI: Add support for virtual IOMMUAndy King-83/+128
2013-08-27VMCI: Remove non-blocking/pinned queuepair supportAndy King-145/+22
2013-08-27hwmon: Change my email address.Darrick J. Wong-2/+2
2013-08-23MEI: convert bus code to use dev_groupsGreg Kroah-Hartman-4/+6
2013-08-14drivers/misc/hpilo: Correct panic when an AUX iLO is detectedMark Rusk-2/+2
2013-08-12mei: me: fix hardware reset flowTomas Winkler-6/+3
2013-07-29Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman-9/+21
2013-07-29Merge 3.11-rc3 into char-misc-next.Greg Kroah-Hartman-11/+21
2013-07-26mei: don't get stuck in select during resetTomas Winkler-19/+42
2013-07-26Merge tag 'char-misc-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+13
2013-07-24misc: sram: fix error path in sram_probeHeiko Stübner-1/+2
2013-07-24drivers/misc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang-8/+0
2013-07-24mei: bus: do not overflow the device name bufferTomas Winkler-2/+2
2013-07-24mei: wake also writers on resetTomas Winkler-5/+9
2013-07-24lkdtm: add "EXEC_*" triggersKees Cook-0/+45
2013-07-24lkdtm: add "SPINLOCKUP" triggerKees Cook-0/+7
2013-07-24lkdtm: add "WARNING" triggerKees Cook-0/+5
2013-07-24lkdtm: fix stack protector triggerKees Cook-3/+3
2013-07-24c2port: convert class code to use bin_attrs in groupsGreg Kroah-Hartman-15/+18
2013-07-24enclosure: convert class code to use dev_groupsGreg Kroah-Hartman-18/+11
2013-07-24c2port: convert class code to use dev_groupsGreg Kroah-Hartman-21/+29
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman-17/+13
2013-07-24Revert "misc: c2port: use dev_bin_attrs instead of hand-coding it"Greg Kroah-Hartman-13/+17
2013-07-24misc: c2port: use dev_bin_attrs instead of hand-coding itGreg Kroah-Hartman-17/+13
2013-07-23mei: me: fix waiting for hw readyTomas Winkler-3/+7
2013-07-23mei: don't have to clean the state on power upTomas Winkler-1/+2
2013-07-23mei: me: fix reset state machineTomas Winkler-1/+3
2013-07-23mei: hbm: fix typo in error messageTomas Winkler-1/+1
2013-07-18ASoC: atmel-ssc: remove clk_disable_unprepare call from critical sectionBoris BREZILLON-3/+8
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-7/+7
2013-07-03Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds-4/+4
2013-07-03drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich-2/+3
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2013-06-24build some drivers only when compile-testingJiri Slaby-1/+1
2013-06-24mei: check whether hw start has succeededTomas Winkler-3/+8
2013-06-24mei: check if the hardware reset succeededTomas Winkler-5/+12
2013-06-24mei: mei_cl_connect: don't multiply the timeout twiceFrode Isaksen-2/+1
2013-06-24mei: do not override a client writing state when bufferingTomas Winkler-1/+2
2013-06-24mei: move mei_cl_irq_write_complete to client.cTomas Winkler-59/+63
2013-06-17mei: support HBM versioningTomas Winkler-8/+34