index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
27
-3189
/
+3989
2011-01-06
Merge branch 'devel-stable' into devel
Russell King
11
-296
/
+538
2011-01-06
Merge branch 'pgt' (early part) into devel
Russell King
2
-42
/
+6
2011-01-06
Merge branch 'misc' into devel
Russell King
13
-351
/
+676
2011-01-06
Merge branch 'smp' into misc
Russell King
13
-301
/
+355
2011-01-05
Merge branch 'clksrc' into devel
Russell King
11
-2488
/
+2733
2011-01-05
Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...
Russell King
3
-61
/
+85
2011-01-05
Merge commit 'v2.6.37' into perf/core
Ingo Molnar
2
-1
/
+6
2010-12-24
ARM: provide an early platform initialization hook
Russell King
1
-0
/
+3
2010-12-24
ARM: simplify early machine init hooks
Russell King
3
-16
/
+10
2010-12-24
ARM: 6538/1: Subarch IRQ handler macros V3
Magnus Damm
1
-29
/
+2
2010-12-24
ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-time
eric miao
2
-2
/
+18
2010-12-24
ARM: 6540/1: Stop irqsoff trace on return to user
Todd Android Poynor
1
-0
/
+6
2010-12-22
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...
Russell King
6
-14
/
+147
2010-12-22
ARM: sched_clock: provide common infrastructure for sched_clock()
Russell King
2
-0
/
+70
2010-12-22
ARM: pgtable: collect up identity mapping functions
Russell King
1
-34
/
+0
2010-12-22
ARM: pgtable: remove L2 cache flushes for SMP page table bring-up
Russell King
1
-2
/
+0
2010-12-20
ARM: SMP: ensure frame pointer is reinitialized for soft-CPU hotplug
Russell King
1
-0
/
+1
2010-12-20
ARM: SMP: split out software TLB maintainence broadcasting
Russell King
3
-127
/
+140
2010-12-20
ARM: localtimer: clean up local timer on hot unplug
Russell King
2
-11
/
+18
2010-12-20
ARM: smp: improve CPU bringup failure diagnostics
Russell King
1
-9
/
+5
2010-12-20
ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.
Dave Martin
2
-5
/
+12
2010-12-20
ARM: CPU hotplug: ensure correct ordering of unplug
Russell King
1
-1
/
+3
2010-12-20
ARM: CPU hotplug: move cpu_killed completion to core code
Russell King
1
-1
/
+13
2010-12-20
ARM: SMP: consolidate trace_hardirqs_off() into common SMP code
Russell King
1
-0
/
+1
2010-12-20
ARM: SMP: consolidate the common parts of smp_prepare_cpus()
Russell King
1
-11
/
+38
2010-12-20
ARM: SMP: ensure smp_send_stop() waits for CPUs to stop
Russell King
1
-3
/
+15
2010-12-20
ARM: SMP: use more sane register allocation for __fixup_smp_on_up
Russell King
1
-17
/
+22
2010-12-20
ARM: SMP: collect IPI and local timer IRQs for /proc/stat
Russell King
1
-0
/
+15
2010-12-20
ARM: SMP: provide individual IPI interrupt statistics
Russell King
2
-6
/
+24
2010-12-20
ARM: pxa: add iwmmx support for PJ4
Haojian Zhuang
3
-13
/
+137
2010-12-20
ARM: fix /proc/interrupts formatting
Russell King
3
-15
/
+20
2010-12-20
ARM: SMP: move ipi_count into irq_stat structure
Russell King
1
-12
/
+2
2010-12-20
ARM: SMP: provide accessors for irq_stat data
Russell King
1
-2
/
+2
2010-12-20
ARM: include local timer irq stats only when local timers configured
Russell King
2
-12
/
+14
2010-12-20
ARM: SMP: remove send_ipi_message()
Russell King
1
-13
/
+5
2010-12-18
Merge branch 'hw-breakpoint' of git://repo.or.cz/linux-2.6/linux-wd into deve...
Russell King
4
-226
/
+344
2010-12-18
ARM: smp: avoid incrementing mm_users on CPU startup
Russell King
1
-1
/
+0
2010-12-16
perf: Dynamic pmu types
Peter Zijlstra
1
-1
/
+1
2010-12-15
ARM: hw_breakpoint: do not fail initcall if monitor mode is disabled
Will Deacon
1
-29
/
+25
2010-12-14
ARM: GIC: move enablement of PPI interrupts to gic.c
Russell King
1
-6
/
+1
2010-12-07
Merge commit 'v2.6.37-rc5' into perf/core
Ingo Molnar
3
-1
/
+10
2010-12-06
ARM: hw_breakpoint: fix warnings generated by sparse
Will Deacon
1
-7
/
+13
2010-12-06
ARM: ptrace: fix style issue with hw_breakpoint interface
Will Deacon
1
-2
/
+2
2010-12-06
ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handler
Will Deacon
1
-2
/
+4
2010-12-06
ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpoints
Will Deacon
1
-41
/
+40
2010-12-06
ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabled
Will Deacon
1
-57
/
+77
2010-12-06
ARM: hw_breakpoint: don't advertise reserved breakpoints
Will Deacon
1
-89
/
+117
2010-12-06
ARM: hw_breakpoint: disable preemption during debug exception handling
Will Deacon
3
-5
/
+36
2010-12-06
ARM: hw_breakpoint: correct and simplify alignment fixup code
Will Deacon
1
-26
/
+31
[next]