summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2013-03-15mei: add hw start callbackTomas Winkler-15/+62
2013-03-15mei: revamp mei_data2slotsTomas Winkler-34/+47
2013-03-04x86: Make Linux guest support optionalBorislav Petkov-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds-0/+2
2013-03-02kgdb/kgdbts: support ppc64Tiejun Chen-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-11/+5
2013-02-27misc/tifm_core: convert to idr_alloc()Tejun Heo-5/+6
2013-02-27misc/c2port: convert to idr_alloc()Tejun Heo-13/+9
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+6
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-3/+5
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2774/+12746
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+3
2013-02-21Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-2/+2
2013-02-11x86, uv, uv3: Check current gru hub support for SGI UV3Mike Travis-1/+1
2013-02-11Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown-2/+2
2013-02-08drivers/misc/cb710: add missing GENERIC_HARDIRQS dependencyHeiko Carstens-1/+1
2013-02-07mei: fix undefined wd symbols when MEI_ME is not setTomas Winkler-1/+1
2013-02-06mei: move clients cleanup code from init.c to client.cTomas Winkler-22/+62
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler-23/+27
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler-150/+164
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler-74/+210
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler-88/+114
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler-342/+409
2013-01-28drivers: misc: at24: mention other supported types in KconfigLars Poeschel-5/+6
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman-1/+36
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman-4/+47
2013-01-25drivers, vmci: Fix build errorDavid Rientjes-0/+1
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho-1/+36
2013-01-22misc: Convert to devm_ioremap_resource()Thierry Reding-5/+3
2013-01-22VMCI: Fix broken context ID retrievalAndy King-4/+1
2013-01-21Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho-1/+36
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-2/+2
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman-3/+11
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov-0/+4
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov-5/+5
2013-01-17VMCI: Fix "always true condition"Andy King-1/+1
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King-2/+2
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King-12/+16
2013-01-17VMCI: Add PCI as a dependencyAndy King-1/+1
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek-2/+2
2013-01-17misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman-4/+4
2013-01-17misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese-0/+255
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing-1/+2
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-0/+8
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler-2/+3
2013-01-12ASoC: atmel-ssc: add pinctrl selection to driverBo Shen-0/+8
2013-01-08mei: move work initialization to mei_device_initTomas Winkler-2/+4
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler-53/+37