aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-31ARM: smp_on_up: allow non-ARM SMP processorsRussell King1-12/+10
2011-01-25ARM: twd: ensure timer reload is reprogrammed on entry to periodic modeRussell King1-5/+2
2011-01-15Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-21/+24
2011-01-15Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-18/+32
2011-01-15ARM: fix missing branch in __error_aRussell King1-0/+2
2011-01-15ARM: fix /proc/$PID/stack on SMPRussell King1-3/+6
2011-01-14ARM: 6625/1: use memblock memory regions for "System RAM" I/O resourcesDima Zavin1-10/+6
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes1-11/+3
2011-01-13ARM: ecard: irq_data conversion.Lennert Buytenhek1-14/+14
2011-01-13ARM: core irq_data conversion.Lennert Buytenhek1-7/+10
2011-01-12ARM: 6620/1: Change misleading warning when CONFIG_CMDLINE_FORCE is usedAlexander Holler1-2/+4
2011-01-11ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMUWill Deacon1-0/+2
2011-01-11ARM: sched_clock: make minsec argument to clocks_calc_mult_shift() zeroRussell King1-1/+1
2011-01-11ARM: sched_clock: allow init_sched_clock() to be called earlyRussell King2-1/+10
2011-01-11ARM: twd: fix display of twd frequencyRussell King1-1/+1
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-3189/+3989
2011-01-06Merge branch 'devel-stable' into develRussell King11-296/+538
2011-01-06Merge branch 'pgt' (early part) into develRussell King2-42/+6
2011-01-06Merge branch 'misc' into develRussell King13-351/+676
2011-01-06Merge branch 'smp' into miscRussell King13-301/+355
2011-01-05Merge branch 'clksrc' into develRussell King11-2488/+2733
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'versatile' into develRussell King3-61/+85
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar2-1/+6
2010-12-24ARM: provide an early platform initialization hookRussell King1-0/+3
2010-12-24ARM: simplify early machine init hooksRussell King3-16/+10
2010-12-24ARM: 6538/1: Subarch IRQ handler macros V3Magnus Damm1-29/+2
2010-12-24ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao2-2/+18
2010-12-24ARM: 6540/1: Stop irqsoff trace on return to userTodd Android Poynor1-0/+6
2010-12-22Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stableRussell King6-14/+147
2010-12-22ARM: sched_clock: provide common infrastructure for sched_clock()Russell King2-0/+70
2010-12-22ARM: pgtable: collect up identity mapping functionsRussell King1-34/+0
2010-12-22ARM: pgtable: remove L2 cache flushes for SMP page table bring-upRussell King1-2/+0
2010-12-20ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplugRussell King1-0/+1
2010-12-20ARM: SMP: split out software TLB maintainence broadcastingRussell King3-127/+140
2010-12-20ARM: localtimer: clean up local timer on hot unplugRussell King2-11/+18
2010-12-20ARM: smp: improve CPU bringup failure diagnosticsRussell King1-9/+5
2010-12-20ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin2-5/+12
2010-12-20ARM: CPU hotplug: ensure correct ordering of unplugRussell King1-1/+3
2010-12-20ARM: CPU hotplug: move cpu_killed completion to core codeRussell King1-1/+13
2010-12-20ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King1-0/+1
2010-12-20ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King1-11/+38
2010-12-20ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King1-3/+15
2010-12-20ARM: SMP: use more sane register allocation for __fixup_smp_on_upRussell King1-17/+22
2010-12-20ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King1-0/+15
2010-12-20ARM: SMP: provide individual IPI interrupt statisticsRussell King2-6/+24
2010-12-20ARM: pxa: add iwmmx support for PJ4Haojian Zhuang3-13/+137
2010-12-20ARM: fix /proc/interrupts formattingRussell King3-15/+20
2010-12-20ARM: SMP: move ipi_count into irq_stat structureRussell King1-12/+2
2010-12-20ARM: SMP: provide accessors for irq_stat dataRussell King1-2/+2
2010-12-20ARM: include local timer irq stats only when local timers configuredRussell King2-12/+14