summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds117-1672/+6098
2011-05-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds10-50/+2610
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds13-0/+13
2011-05-20powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt1-44/+12
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt125-1154/+15294
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-91/+1303
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+2
2011-05-19Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git....Linus Torvalds1-11/+11
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+10
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-19/+11
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds6-13/+97
2011-05-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-37/+2
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds14-399/+559
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds13-189/+264
2011-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds17-34/+2157
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds4-11/+13
2011-05-19Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds1-40/+73
2011-05-19Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git:/...Linus Torvalds3-27/+24
2011-05-19Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds4-16/+84
2011-05-19Merge branch 'stable/broadcom.ibft' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+32
2011-05-19Merge branch 'move-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-1/+10552
2011-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds8-206/+94
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones26-1/+10552
2011-05-19Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds3-4/+6
2011-05-19input/atari: Fix mouse movement and button mappingGeert Uytterhoeven1-4/+4
2011-05-19input/atari: Fix atarimouse initMichael Schmitz2-4/+6
2011-05-19input/atari: Use the correct mouse interrupt hookMichael Schmitz1-1/+1
2011-05-19m68k/atari: Do not use "/" in interrupt namesGeert Uytterhoeven2-2/+2
2011-05-19drivers/xen/sys-hypervisor: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-05-19SSB: Change fallback sprom to callback mechanism.Hauke Mehrtens3-24/+38
2011-05-19MIPS: Alchemy: Clean up GPIO registers and accessorsManuel Lauss2-10/+14
2011-05-19MIPS: Lantiq: Add watchdog supportJohn Crispin3-0/+268
2011-05-19MIPS: Lantiq: Add ethernet driverJohn Crispin3-0/+813
2011-05-19SERIAL: Lantiq: Add driver for MIPS Lantiq SOCs.John Crispin3-0/+765
2011-05-19MIPS: Lantiq: Add NOR flash supportJohn Crispin3-0/+259
2011-05-19Merge branch 'merge' into nextBenjamin Herrenschmidt333-1287/+3023
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-18Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-36/+82
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely16-36/+82
2011-05-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-22/+21
2011-05-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-15/+54
2011-05-18drivers/leds/leds-lm3530.c: add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2011-05-18rapidio: fix default routing initializationAlexandre Bounine3-0/+21
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki1-0/+39
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-6/+12
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki1-2/+1
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki5-169/+494
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki4-216/+3