aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 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-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
2013-06-17Misc: sram: Remove unneeded checkAlexander Shiyan1-5/+1
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman4-2/+6
2013-06-17Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown1-4/+4
2013-06-14Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-2/+5
2013-06-14sgi: xpc: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-06-13mei: me: clear interrupts on the resume pathTomas Winkler1-0/+1
2013-06-13mei: nfc: fix nfc device freeingTomas Winkler1-0/+2
2013-06-13mei: init: Flush scheduled work before resetting the deviceSamuel Ortiz1-2/+2
2013-06-12drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()Dan Carpenter1-0/+1
2013-06-07ASoC: atmel-ssc: prepare clk before calling enableBoris BREZILLON1-4/+4
2013-06-06pch_phub: fix error return code in pch_phub_probe()Wei Yongjun1-19/+17
2013-06-06misc: replace strict_strtoul() with kstrtoul()Jingoo Han14-83/+154
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-0/+1
2013-06-03pch_phub: re-use native MAC address parserAndy Shevchenko1-6/+2
2013-06-03pcie-gadget-spear: fix error return code in spear_pcie_gadget_probe()Wei Yongjun1-2/+6
2013-05-30misc/ep93xx_pwm: use kstrtol instead of strict_strtolH Hartley Sweeten1-3/+3
2013-05-30misc/ep93xx_pwm: use module_platform_driver()H Hartley Sweeten1-5/+5