summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2011-08-13mmc: cb710: fix possible pci_dev leak in cb710_pci_configure()Michał Mirosław1-1/+2
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-27Vmware balloon: switch to using sysem-wide freezable workqueueDmitry Torokhov1-20/+11
2011-07-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-42/+63
2011-07-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2011-07-26Merge 'akpm' patch seriesLinus Torvalds8-3/+1094
2011-07-26misc/eeprom: add eeprom access driver for digsy_mtc boardAnatolij Gustschin3-0/+98
2011-07-26misc/eeprom: add driver for microwire 93xx46 EEPROMsAnatolij Gustschin3-0/+424
2011-07-26drivers/misc: add support the FSA9480 USB SwitchDonggeun Kim3-0/+567
2011-07-26geode: reflect mfgpt dependency on mfdPhilip A. Prindeville1-2/+1
2011-07-26drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+4
2011-07-11Merge branch 'master' into for-nextJiri Kosina10-14/+31
2011-07-02PTI feature to allow user to name and mark masterchannel request.J Freyensee1-39/+60
2011-07-020 for o PTI Makefile bug.J Freyensee1-1/+1
2011-07-02pch_phub: Fix register miss-setting issueTomoya MORINAGA1-2/+2
2011-06-28Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+14
2011-06-28drivers/misc/ioc4.c: fix section mismatch / race conditionRalf Baechle1-1/+1
2011-06-28drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before c...Josh Hunt1-0/+8
2011-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-1/+1
2011-06-26mmc: cb710: fix #ifdef HAVE_EFFICIENT_UNALIGNED_ACCESSJames Hogan1-1/+1
2011-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2011-06-20sgi-xp: fix a use after freeEric Dumazet1-3/+3
2011-06-16drivers/misc/apds990x.c: apds990x_chip_on() should depend on CONFIG_PM || CON...Geert Uytterhoeven1-0/+2
2011-06-16drivers/misc/cs5535-mfgpt.c: fix wrong if conditionChristian Gmeiner1-1/+1
2011-06-16drivers/misc/spear13xx_pcie_gadget.c: fix a memory leak in spear_pcie_gadget_...Axel Lin1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-2/+2
2011-06-07pti: pti_tty_install documentation mispelling.J Freyensee1-3/+3
2011-06-07pti: PTI semantics fix in pti_tty_cleanup.J Freyensee1-1/+1
2011-06-07pti: ENXIO error case memory leak PTI fix.J Freyensee1-1/+3
2011-06-07pti: double-free security PTI fixJ Freyensee1-2/+3
2011-06-07drivers:misc: ti-st: fix skipping of change remote baudShahar Lev1-2/+2
2011-06-07st_kim: Handle case of no device found for ID 0Steven Rostedt2-1/+5
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-4/+2
2011-06-01kgdbts: only use new asm-generic/ptrace.h api when neededMike Frysinger1-1/+4
2011-05-27kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger1-18/+11
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-31/+1134
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-9/+9
2011-05-21Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-0/+2595
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds2-0/+2
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt3-11/+15
2011-05-19misc: Add CARMA DATA-FPGA Programmer supportIra Snyder3-0/+1150
2011-05-19misc: Add CARMA DATA-FPGA Access DriverIra Snyder5-0/+1445
2011-05-14Intel PTI implementaiton of MIPI 1149.7.J Freyensee3-0/+994
2011-05-12pch_phub: Support new device ML7223Tomoya MORINAGA2-29/+136
2011-04-30misc: fix ti-st build issuesRandy Dunlap2-0/+2
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches2-6/+6
2011-04-26Merge branch 'master' into for-nextJiri Kosina26-47/+2735
2011-04-23tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+4
2011-04-23drivers:misc:ti-st: remove rfkill dependencyPavan Savoy1-1/+0
2011-04-23drivers:misc:ti-st: handle delayed tty receivePavan Savoy1-10/+13