summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlin...Arnd Bergmann2012-02-292-2/+9
|\
| * Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-225-9/+45
| |\
| | * ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLERRob Herring2012-02-211-1/+2
| | * ARM: make arch_ret_to_user macro optionalRob Herring2012-02-211-1/+7
* | | Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanupArnd Bergmann2012-02-284-3/+14
|\ \ \
| * | | ARM/audit: include audit header and fix audit archEric Paris2012-02-211-1/+8
| * | | ARM: 7336/1: smp_twd: Don't register CPUFREQ notifiers if local timers are no...Santosh Shilimkar2012-02-211-1/+1
| * | | ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON()Stephen Boyd2012-02-091-1/+4
| * | | ARM: 7320/1: Fix proc_info table alignmentMarc Zyngier2012-02-091-0/+1
| | |/ | |/|
* | | Merge branch 'imx-cleanup' of git://git.pengutronix.de/git/imx/linux-2.6 into...Arnd Bergmann2012-02-274-7/+36
|\ \ \ | |/ / | | / | |/ |/|
| * ARM: 7314/1: kuser: consistently use usr_ret for returning from helpersWill Deacon2012-02-031-1/+1
| * ARM: 7303/1: perf: add empty NODE event definitions for Cortex-A5 and Cortex-A15Will Deacon2012-02-021-0/+28
| * ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registersWill Deacon2012-02-021-1/+1
| * ARM: 7307/1: vfp: fix ptrace regset modification raceDave Martin2012-02-021-2/+4
| * ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon2012-02-021-3/+2
* | Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-075-28/+39
|\ \ | |/
| * ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2Rabin Vincent2012-01-251-6/+9
| * ARM: 7297/1: smp_twd: make sure timer is stopped before registering itMarc Zyngier2012-01-231-0/+2
| * ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2012-01-232-14/+14
| * ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundaryWill Deacon2012-01-231-1/+1
| * ARM: 7289/1: vmlinux.lds.S: do not hardcode cacheline size as 32 bytesWill Deacon2012-01-231-3/+4
| * ARM: 7277/1: setup.c: Fix build warning by removing unneeded header fileFabio Estevam2012-01-191-1/+0
| * ARM: 7279/1: standardize /proc/iomem "Kernel code" nameKees Cook2012-01-191-1/+1
| * ARM: fix rcu stalls on SMP platformsRussell King2012-01-191-2/+8
* | ARM: substitute arch_idle()Nicolas Pitre2012-01-201-3/+1
* | ARM: clean up idle handlersNicolas Pitre2012-01-201-8/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-172-7/+13
|\
| * Kernel: Audit Support For The ARM PlatformNathaniel Husted2012-01-172-7/+13
* | Merge branch 'master' into fixesRussell King2012-01-132-29/+26
|\ \ | |/
| * Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-19/+15
| |\
| | * arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-19/+8
| | * PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-0/+7
| * | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-10/+11
| |\ \
| | * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-10/+11
| | |\ \ | | | |/ | | |/|
| | | * arm: leds: convert sysdev_class to a regular subsystemKay Sievers2011-12-211-10/+11
* | | | ARM: 7275/1: LPAE: Check the CPU support for the long descriptor formatCatalin Marinas2012-01-131-0/+8
|/ / /
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-0621-463/+648
|\ \ \
| * \ \ Merge branch 'restart' into for-linusRussell King2012-01-051-8/+2
| |\ \ \
| | * | | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-8/+2
| | * | | Merge branch 'restart-cleanup' into restartRussell King2012-01-0514-129/+234
| | |\ \ \ | | | |/ /
| * | | | Merge branch 'devel-stable' into for-linusRussell King2012-01-0515-392/+450
| |\ \ \ \
| | * | | | ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier2011-12-181-13/+105
| | * | | | ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon2011-12-121-12/+3
| | * | | | ARM: stop: execute platform callback from cpu_stop codeWill Deacon2011-12-121-0/+4
| | * | | | ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon2011-12-121-10/+40
| | * | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King2011-12-083-6/+51
| | |\ \ \ \
| | | * | | | ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-081-4/+4
| | | * | | | ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas2011-12-081-2/+43
| | | * | | | ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2011-12-082-0/+4
| | * | | | | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King2011-12-065-53/+24
| | |\ \ \ \ \ | | | |/ / / /
OpenPOWER on IntegriCloud