aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-1414-76/+60
|\
| * Merge branch 'for-linus' into for-nextTejun Heo2009-12-081-1/+1
| |\
| | * percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal2009-11-251-1/+1
| * | percpu: make misc percpu symbols uniqueTejun Heo2009-10-293-14/+12
| * | percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-292-14/+14
| * | percpu: make percpu symbols in oprofile uniqueTejun Heo2009-10-293-14/+13
| * | this_cpu: Eliminate get/put_cpuChristoph Lameter2009-10-032-27/+16
| * | this_cpu: Straight transformationsChristoph Lameter2009-10-033-6/+4
* | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-12-122-1/+8
|\ \ \
| * | | IXP4xx: move FSG platform macros to the platform code.Krzysztof Hałasa2009-12-051-0/+7
| * | | IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.Krzysztof Hałasa2009-12-051-1/+1
* | | | tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox2009-12-121-2/+0
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-1229-867/+3247
|\ \ \ \
| * \ \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-091204-44127/+102650
| |\ \ \ \
| * \ \ \ \ Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2009-12-099-304/+553
| |\ \ \ \ \
| | * | | | | mpc52xx/wdt: remove obsolete old WDT implementationAlbrecht Dreß2009-12-083-295/+3
| | * | | | | mmc: fix missing module license declaration in of_mmc_spi.cGrant Likely2009-11-041-0/+2
| | * | | | | spi/mpc52xx: replace printk with dev_errWolfram Sang2009-11-041-3/+2
| | * | | | | Xilinx: SPI: Fix bits_per_word for transfersJohn Linn2009-11-041-1/+2
| | * | | | | spi/mpc52xx-psc-spi: check for valid PSCWolfram Sang2009-11-041-4/+8
| | * | | | | powerpc/5200: Add mpc5200-spi (non-PSC) device driverGrant Likely2009-11-043-0/+529
| | * | | | | spi/mpc5200: Register SPI devices described in device treeGrant Likely2009-11-041-1/+7
| * | | | | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-0/+2
| * | | | | | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+32
| * | | | | | powerpc/therm_adt746x: Record pwm invert bit at module load time]Darrick J. Wong2009-12-091-2/+11
| * | | | | | agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer2009-12-091-53/+11
| * | | | | | agp/uninorth: Also handle user memory types in u3_remove_memory().Michel Dänzer2009-12-091-7/+22
| * | | | | | offb: Add support for framebuffer handoff to offb.Dave Airlie2009-12-091-1/+14
| * | | | | | libata/drivers: Add driver for Apple "MacIO" IDE controllerBenjamin Herrenschmidt2009-12-093-0/+1438
| * | | | | | libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt2009-12-091-1/+1
| * | | | | | powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2009-12-093-264/+195
| * | | | | | powerpc/macio: Add dma_parms support to macioBenjamin Herrenschmidt2009-12-081-0/+5
| * | | | | | powerpc/macio: Add devres support to macio_deviceBenjamin Herrenschmidt2009-12-081-0/+47
| * | | | | | hvc_console: Export (GPL'ed) hvc_removeAmit Shah2009-12-081-0/+1
| * | | | | | powerpc/windfarm: Add detection for second cpu pumpBolko Maass2009-12-081-0/+2
| * | | | | | powerpc/via-pmu: Convert to proc_fops/seq_fileAlexey Dobriyan2009-12-081-69/+91
| * | | | | | powerpc/of_serial: Add missing ns16550a idMichal Simek2009-11-271-0/+1
| * | | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-24107-730/+958
| |\ \ \ \ \ \
| * | | | | | | powerpc: Fix build of some FSL platformsBenjamin Herrenschmidt2009-11-241-5/+0
| * | | | | | | powerpc: Move ehea hcall definitions into hvcall.hAnton Blanchard2009-11-242-52/+0
| * | | | | | | macintosh: Remove BKL from nvram driverThomas Gleixner2009-11-241-8/+3
| * | | | | | | spi_mpc8xxx: Add support for QE DMA mode and CPM1/CPM2 chipsAnton Vorontsov2009-11-112-43/+500
| * | | | | | | spi_mpc8xxx: Turn qe_mode into flagsAnton Vorontsov2009-11-111-11/+19
| * | | | | | | spi_mpc8xxx: Factor out SPI mode change steps into a callAnton Vorontsov2009-11-111-32/+24
| * | | | | | | spi_mpc8xxx: Fix uninitialized variableAnton Vorontsov2009-11-111-0/+1
| * | | | | | | powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM buildsAnton Vorontsov2009-11-111-15/+0
| * | | | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-12220-4920/+3385
| |\ \ \ \ \ \ \
| * | | | | | | | powerpc/therm_adt746x: Don't access non-existing registerJean Delvare2009-10-301-1/+1
| * | | | | | | | of/platform: Implement support for dev_pm_opsAnton Vorontsov2009-10-301-15/+290
* | | | | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-122-47/+1
|\ \ \ \ \ \ \ \ \