summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli2012-09-054-0/+5
* powerpc: Consolidate {k,u}probe definitionsAnanth N Mavinakayanahalli2012-09-052-13/+44
* powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman2012-09-054-30/+29
* powerpc: Remove <asm/abs_addr.h>Michael Ellerman2012-09-051-22/+0
* powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman2012-09-0512-10/+4
* powerpc: Remove virt_to_abs() now all users have been fixedMichael Ellerman2012-09-051-3/+0
* powerpc: Remove abs_to_virt() now all users have been fixedMichael Ellerman2012-09-051-1/+0
* powerpc: Remove phys_to_abs() now all users have been removedMichael Ellerman2012-09-051-2/+0
* powerpc/mm: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2012-09-051-2/+1
* powerpc/pseries: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2012-09-051-6/+5
* powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2012-09-052-6/+4
* powerpc/dart: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-051-4/+3
* powerpc/pasemi: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-051-3/+2
* powerpc/mm: Replace abs_to_virt() with __va()Michael Ellerman2012-09-051-2/+1
* powerpc: Remove remaining iSeries chunksMichael Ellerman2012-09-051-30/+2
* Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds2012-08-025-162/+65
|\
| * x86: OLPC: move s/r-related EC cmds to EC driverAndres Salomon2012-08-012-22/+36
| * Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-08-011-97/+0
| * x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-08-012-31/+27
| * drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-08-015-1/+4
| * Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-08-012-18/+5
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-0237-556/+1277
|\ \
| * \ Merge branch 'marvell/dt' into late2/dtOlof Johansson2012-07-2938-581/+1342
| |\ \
| | * | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-276-6/+6
| | * | ARM: Kirkwood: Describe GoFlex Net LEDs and SATA in DT.Andrew Lunn2012-07-272-84/+50
| | * | ARM: Kirkwood: Describe Dreamplug LEDs in DT.Andrew Lunn2012-07-272-34/+16
| | * | ARM: Kirkwood: Describe iConnects LEDs in DT.Andrew Lunn2012-07-272-46/+34
| | * | ARM: Kirkwood: Describe iConnects temperature sensor in DT.Andrew Lunn2012-07-272-10/+8
| | * | ARM: Kirkwood: Describe IB62x0 LEDs in DT.Andrew Lunn2012-07-272-36/+17
| | * | ARM: Kirkwood: Describe IB62x0 gpio-keys in DT.Andrew Lunn2012-07-272-31/+16
| | * | ARM: Kirkwood: Describe DNS32? gpio-keys in DT.Jamie Lentin2012-07-272-37/+21
| | * | ARM: Kirkwood: Move common portions into a kirkwood-dnskw.dtsiJamie Lentin2012-07-273-82/+50
| | * | ARM: Kirkwood: Replace DNS-320/DNS-325 leds with dt bindingsJamie Lentin2012-07-273-90/+50
| | * | ARM: Kirkwood: Describe DNS325 temperature sensor in DT.Andrew Lunn2012-07-272-13/+10
| | * | ARM: Kirkwood: Use DT to configure SATA device.Andrew Lunn2012-07-279-20/+24
| | * | ARM: kirkwood: use devicetree for SPI on dreamplugMichael Walle2012-07-272-41/+29
| | * | ARM: kirkwood: Add LS-XHL and LS-CHLv2 supportMichael Walle2012-07-279-0/+291
| | * | ARM: Kirkwood: Initial DTS support for Kirkwood GoFlex NetJosh Coombs2012-07-277-0/+224
| | * | ARM: Kirkwood: Add basic device tree support for QNAP TS219.Andrew Lunn2012-07-279-0/+228
| | * | ATA: sata_mv: Add device tree supportAndrew Lunn2012-07-272-0/+8
| | * | ARM: Orion: DTify the watchdog timer.Andrew Lunn2012-07-272-1/+7
| | * | ARM: Orion: Add arch support needed for I2C via DT.Andrew Lunn2012-07-274-0/+15
| | * | ARM: kirkwood: use devicetree for orion-spiMichael Walle2012-07-272-1/+17
| | * | ARM: Orion: DT support for IRQ and GPIO ControllersAndrew Lunn2012-07-2711-132/+264
* | | | Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-023-47/+103
|\ \ \ \
| * | | | ARM: OMAP4: CPUidle: Open broadcast clock-event device.Santosh Shilimkar2012-07-261-0/+13
| * | | | ARM: OMAP4: CPUidle: add synchronization for coupled idle statesKevin Hilman2012-07-261-1/+21
| * | | | ARM: OMAP4: CPUidle: Use coupled cpuidle states to implement SMP cpuidle.Santosh Shilimkar2012-07-262-46/+67
| * | | | ARM: OMAP: timer: allow gp timer clock-event to be used on both cpusSantosh Shilimkar2012-07-261-1/+3
| |/ / /
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-08-024-4/+6
|\ \ \ \