summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\| | | |
| | | * | | | ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon2011-12-062-31/+4
| | | * | | | ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon2011-12-061-7/+7
| | | * | | | ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2011-12-062-15/+5
| | | * | | | ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon2011-12-062-0/+8
| | * | | | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-0/+8
| | |\ \ \ \ \
| | | * | | | | ARM: sort the meminfo array earlierNicolas Pitre2011-11-181-0/+8
| | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-0516-353/+326
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | | | |
| | | | \ \ \
| | | *-. \ \ \ Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon2011-12-021-10/+9
| | | |\ \ \ \ \
| | | | | * | | | arm: pmu: allow platform specific irq enable/disable handlingMing Lei2011-12-021-2/+8
| | | | * | | | | ARM: perf: remove unused armpmu_get_max_eventsWill Deacon2011-12-021-8/+1
| | | | |/ / / /
| | | * | | | | ARM: perf: add support for stalled cycle ABI eventsWill Deacon2011-12-023-49/+66
| | | * | | | | ARM: perf: clean and update ARMv7 event numbersWill Deacon2011-12-021-233/+125
| | | |/ / / /
| | * | | | | Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...Russell King2011-11-211-4/+3
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusiveMarc Zyngier2011-11-151-4/+3
| | | | |/ / | | | |/| |
| | * | | | ARM: restart: only perform setup for restart when soft-restartingRussell King2011-11-211-2/+11
| | * | | | ARM: restart: remove argument to setup_mm_for_reboot()Russell King2011-11-102-4/+4
| | * | | | ARM: restart: move reboot failure handing into machine_restart()Russell King2011-11-101-11/+9
| | * | | | ARM: restart: allow platforms more flexibility specifying restart modeRussell King2011-11-101-2/+2
| | * | | | ARM: restart: add restart hook to machine_desc recordRussell King2011-11-101-0/+3
| | |/ / /
| * | | | Merge branches 'fixes' and 'misc' into for-linusRussell King2012-01-056-70/+203
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: 7212/1: smp_twd: reconfigure clockevents after cpufreq changeLinus Walleij2011-12-231-0/+47
| | * | | ARM: 7211/1: smp_twd: get the rate from a clockLinus Walleij2011-12-231-1/+39
| | * | | ARM: 7210/1: smp_twd: modernize clock event registrationLinus Walleij2011-12-231-6/+2
| | * | | ARM: 7209/1: Use generic ARM instruction set condition code checks for kprobes.Leif Lindholm2011-12-131-59/+7
| | * | | ARM: 7208/1: Add condition code checking to SWP emulation handler.Leif Lindholm2011-12-131-0/+16
| | * | | ARM: 7206/1: Add generic ARM instruction set condition code checks.Leif Lindholm2011-12-132-1/+73