aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+11
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds21-463/+648
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-10/+11
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2012-01-05Merge branch 'restart' into for-linusRussell King1-8/+2
2012-01-05Merge branch 'devel-stable' into for-linusRussell King15-392/+450
2012-01-05Merge branches 'fixes' and 'misc' into for-linusRussell King6-70/+203
2012-01-05ARM: restart: remove the now empty arch_reset()Russell King1-8/+2
2012-01-05Merge branch 'restart-cleanup' into restartRussell King14-129/+234
2011-12-23ARM: 7212/1: smp_twd: reconfigure clockevents after cpufreq changeLinus Walleij1-0/+47
2011-12-23ARM: 7211/1: smp_twd: get the rate from a clockLinus Walleij1-1/+39
2011-12-23ARM: 7210/1: smp_twd: modernize clock event registrationLinus Walleij1-6/+2
2011-12-21arm: leds: convert sysdev_class to a regular subsystemKay Sievers1-10/+11
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar1-0/+1
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier1-13/+105
2011-12-15ARM: unwinder: fix bisection to find origin in .idx sectionUwe Kleine-König1-2/+2
2011-12-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+4
2011-12-13ARM: 7209/1: Use generic ARM instruction set condition code checks for kprobes.Leif Lindholm1-59/+7
2011-12-13ARM: 7208/1: Add condition code checking to SWP emulation handler.Leif Lindholm1-0/+16
2011-12-13ARM: 7206/1: Add generic ARM instruction set condition code checks.Leif Lindholm2-1/+73
2011-12-13ARM: 7199/2: only look for TCM on ARMv5 and laterLinus Walleij1-3/+19
2011-12-12ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon1-12/+3
2011-12-12ARM: stop: execute platform callback from cpu_stop codeWill Deacon1-0/+4
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon1-10/+40
2011-12-11ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlierArnaud Patard1-6/+6
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-0/+1
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stableRussell King3-6/+51
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas1-4/+4
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas1-2/+43
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2-0/+4
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King5-53/+24
2011-12-06ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon2-31/+4
2011-12-06ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon1-7/+7
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2-15/+5
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon2-0/+8
2011-12-06ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon1-0/+3
2011-12-06ARM: 7187/1: fix unwinding for XIP kernelsUwe Kleine-König2-47/+84
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-0/+8
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King16-353/+326
2011-12-02Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon1-10/+9
2011-12-02arm: pmu: allow platform specific irq enable/disable handlingMing Lei1-2/+8
2011-12-02ARM: perf: remove unused armpmu_get_max_eventsWill Deacon1-8/+1
2011-12-02ARM: perf: add support for stalled cycle ABI eventsWill Deacon3-49/+66
2011-12-02ARM: perf: clean and update ARMv7 event numbersWill Deacon1-233/+125
2011-11-30ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot1-1/+1
2011-11-30ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and belowJon Medhurst (Tixy)2-10/+19