aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds87-126/+119
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds18-183/+585
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-169/+344
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds253-6429/+19242
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds734-41580/+59667
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6Linus Torvalds5-474/+799
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds8-279/+120
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds14-51/+442
2010-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-26/+29
2010-08-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds36-713/+3741
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds45-886/+5771
2010-08-04Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds291-31557/+26596
2010-08-04Merge branch 'bkl' into for-linusJiri Kosina1-42/+12
2010-08-04Merge branches 'magicmouse', 'roccat' and 'vec-pedal' into for-linusJiri Kosina9-62/+98
2010-08-04Merge branch 'acrux' into for-linusJiri Kosina5-1/+187
2010-08-04Merge branch 'upstream-fixes' into for-linusJiri Kosina5-8/+16
2010-08-04Merge branch 'upstream' into for-linusJiri Kosina8-74/+276
2010-08-04Merge branch 'master' into for-nextJiri Kosina388-3550/+6874
2010-08-04hostap:hostap_hw.c Fix typo in commentJustin P. Mattock1-1/+1
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil2-2/+2
2010-08-04amd64_edac: Minor formatting fixBorislav Petkov1-1/+1
2010-08-04amd64_edac: Fix operator precendence errorBorislav Petkov1-1/+1
2010-08-03phy/marvell: add 88ec048 supportCyril Chemparathy1-0/+42
2010-08-03igb: Program MDICNFG register prior to PHY initAlexander Duyck1-7/+11
2010-08-03e1000e: correct MAC-PHY interconnect register offset for 82579Bruce Allan1-1/+1
2010-08-03hso: Add new product IDFilip Aben1-0/+1
2010-08-03can: Add driver for esd CAN-USB/2 deviceMatthias Fuchs3-0/+1139
2010-08-03Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds6-74/+198
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds25-274/+2817
2010-08-03[CPUFREQ] fix brace coding style issue.Neal Buckendahl1-2/+1
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2-1/+6
2010-08-03[CPUFREQ] ondemand: don't synchronize sample rate unless multiple cpus presentJocelyn Falempe1-2/+6
2010-08-03[CPUFREQ] unexport (un)lock_policy_rwsem* functionsAmerigo Wang1-7/+3
2010-08-03[CPUFREQ] ondemand: Refactor frequency increase codeMike Chan1-13/+12
2010-08-03[CPUFREQ] fix memory leak in cpufreq_add_devXiaotian Feng1-0/+1
2010-08-03[CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)"Andrej Gelenberg1-10/+1
2010-08-03PARISC: led.c - fix potential stack overflow in led_proc_write()Helge Deller1-2/+4
2010-08-03ips driver: make it less chattyJesse Barnes1-2/+2
2010-08-03edac, mc: Improve scrub rate handlingBorislav Petkov5-59/+46
2010-08-03amd64_edac: Correct scrub rate settingBorislav Petkov1-1/+1
2010-08-03amd64_edac: Fix DCT base address selectorBorislav Petkov1-1/+1
2010-08-03amd64_edac: Remove polling mechanismBorislav Petkov2-126/+8
2010-08-03amd64_edac: Remove unneeded definesBorislav Petkov1-35/+8
2010-08-03edac: Remove EDAC_DEBUG_VERBOSEBorislav Petkov2-23/+0
2010-08-03amd64_edac: Sanitize syndrome extractionBorislav Petkov2-33/+55
2010-08-03intel_scu_ipc: fix size field for intel_scu_ipc_commandHong Liu1-1/+1
2010-08-03intel_scu_ipc: return -EIO for error condition in busy_loopHong Liu1-1/+4
2010-08-03intel_scu_ipc: fix data packing of PMIC command on MoorestownHong Liu1-5/+6
2010-08-03Clean up command packing on MRST.Andy Ross1-18/+11
2010-08-03zero the stack buffer before giving random garbage to the SCUArjan van de Ven1-0/+2