index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-12-06
ARM: hw_breakpoint: reset control registers in hotplug path
Will Deacon
1
-1
/
+15
2010-12-06
ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registers
Will Deacon
1
-5
/
+22
2010-12-05
ARM: move high-usage mostly read variables in setup.c to __read_mostly
Russell King
1
-8
/
+8
2010-12-05
ARM: implement support for read-mostly sections
Russell King
1
-0
/
+1
2010-12-04
ARM: 6521/1: perf: use raw_spinlock_t for pmu_lock
Will Deacon
4
-35
/
+35
2010-12-04
ARM: 6512/1: perf: fix warnings generated by sparse
Will Deacon
4
-23
/
+23
2010-12-04
ARM: 6522/1: kexec: Add call to non-crashing cores through IPI
Per Fransson
1
-0
/
+30
2010-12-04
ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpers
Dave Martin
1
-1
/
+1
2010-12-03
ARM: SMP: remove IRQ-disabling for smp_cross_call()
Russell King
1
-6
/
+0
2010-12-03
ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware instead
Russell King
1
-61
/
+26
2010-12-03
ARM: SMP: pass an ipi number to smp_cross_call()
Russell King
2
-9
/
+3
2010-12-01
ARM: module: ignore unwind for sections not marked SHF_ALLOC
Russell King
1
-0
/
+3
2010-12-01
ARM: module: clean up handling of ELF unwind tables
Russell King
1
-55
/
+51
2010-11-30
ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Th...
Dave Martin
1
-0
/
+3
2010-11-30
ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kern...
Dave Martin
1
-0
/
+4
2010-11-30
ARM: 6497/1: kexec: Correct data alignment for CONFIG_THUMB2_KERNEL
Dave Martin
1
-0
/
+2
2010-11-26
ARM: pgtable: directly pass pgd/pmd/pte to their error functions
Russell King
1
-6
/
+6
2010-11-26
perf, arch: Cleanup perf-pmu init vs lockup-detector
Peter Zijlstra
1
-1
/
+1
2010-11-26
ARM: always build swp_emulate as ARMv7
Russell King
1
-0
/
+1
2010-11-26
Merge branch 'ftrace' of git://github.com/rabinv/linux-2.6 into devel-stable
Russell King
6
-74
/
+244
2010-11-25
ARM: perf: separate PMU backends into multiple files
Will Deacon
4
-2352
/
+2390
2010-11-25
ARM: perf: encode PMU name in arm_pmu structure
Will Deacon
1
-11
/
+8
2010-11-25
ARM: perf: add _init() functions to PMUs
Will Deacon
1
-20
/
+45
2010-11-25
ARM: perf: avoid exposing internal stop function for v6 PMU
Will Deacon
1
-1
/
+1
2010-11-25
ARM: perf: consolidate common PMU behaviour
Will Deacon
1
-93
/
+38
2010-11-19
ARM: ftrace: graph tracer + dynamic ftrace
Rabin Vincent
2
-5
/
+76
2010-11-19
ARM: ftrace: function graph tracer support
Tim Bird
3
-1
/
+82
2010-11-19
ARM: ftrace: use gas macros to avoid code duplication
Rabin Vincent
1
-66
/
+80
2010-11-19
ARM: place C irq handlers in IRQ_ENTRY for ftrace
Rabin Vincent
3
-3
/
+7
2010-11-07
ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pS
Joe Perches
1
-4
/
+1
2010-11-07
ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARN
Joe Perches
1
-2
/
+1
2010-11-07
ARM: 6469/1: perf-events: squash compiler warning
Will Deacon
1
-1
/
+1
2010-11-07
ARM: 6468/1: backtrace: fix calculation of thread stack base
Will Deacon
2
-2
/
+2
2010-11-04
ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processors
Leif Lindholm
2
-0
/
+268
2010-11-04
ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs
Catalin Marinas
3
-6
/
+17
2010-10-30
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-0
/
+4
2010-10-29
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
1
-1
/
+1
[prev]
[next]