summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}Geert Uytterhoeven2012-06-2714-38/+30
| | * | | | | | mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven2012-06-2710-20/+6
| | * | | | | | m68knommu: Allow ColdFire CPUs to use unaligned accessesGreg Ungerer2012-06-271-1/+0
| | * | | | | | m68k: Remove five unused headersPaul Bolle2012-06-275-545/+0
| | * | | | | | m68k: CPU32 does not support unaligned accessesGeert Uytterhoeven2012-06-101-0/+1
| | * | | | | | m68k: Introduce config option CPU_HAS_NO_UNALIGNEDGeert Uytterhoeven2012-06-102-2/+7
| | * | | | | | m68k: delay, muldi3 - Use CONFIG_CPU_HAS_NO_MULDIV64Geert Uytterhoeven2012-06-102-2/+2
| | * | | | | | m68k: Move CPU_HAS_* config optionsGeert Uytterhoeven2012-06-102-9/+9
| | * | | | | | m68k: Remove duplicate FPU config optionGeert Uytterhoeven2012-06-101-3/+0
| | * | | | | | m68knommu: Clean up printing of sectionsGeert Uytterhoeven2012-06-101-7/+4
| | * | | | | | m68k: Use asm-generic version of <asm/types.h>Geert Uytterhoeven2012-06-102-22/+1
| | * | | | | | m68k: Use Kbuild logic to import asm-generic headersGeert Uytterhoeven2012-06-1024-97/+23
| * | | | | | | 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-07-312-22/+36
| | * | | | | | | Platform: OLPC: move debugfs support from x86 EC driverAndres Salomon2012-07-311-97/+0
| | * | | | | | | x86: OLPC: switch over to using new EC driver on x86Andres Salomon2012-07-312-31/+27
| | * | | | | | | drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon2012-07-315-1/+4
| | * | | | | | | Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-07-312-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-251-0/+13
| | * | | | | | | | | ARM: OMAP4: CPUidle: add synchronization for coupled idle statesKevin Hilman2012-07-251-1/+21
| | * | | | | | | | | ARM: OMAP4: CPUidle: Use coupled cpuidle states to implement SMP cpuidle.Santosh Shilimkar2012-07-252-46/+67
| | * | | | | | | | | ARM: OMAP: timer: allow gp timer clock-event to be used on both cpusSantosh Shilimkar2012-07-251-1/+3
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-08-024-4/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: mmp: add missing irqs.hHaojian Zhuang2012-08-021-0/+1
| | * | | | | | | | | arm: mvebu: fix typo in .dtsi comment for Armada XP SoCsThomas Petazzoni2012-08-021-1/+1
| | * | | | | | | | | ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumesBarry Song2012-08-021-3/+3