index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: kprobes: kretprobe_trampoline needs to be global.
Paul Mundt
2008-09-09
1
-1
/
+3
*
sh: Add R2D+ defconfig for qemu system emulator.
Paul Mundt
2008-09-09
1
-0
/
+909
*
sh: Derive calibrate_delay lpj from clk fwk.
Paul Mundt
2008-09-08
2
-1
/
+22
*
sh: kprobes: __kprobes annotations and formatting cleanups.
Paul Mundt
2008-09-08
1
-17
/
+20
*
sh: kprobes: Fix up race against probe point removal.
Paul Mundt
2008-09-08
1
-0
/
+11
*
sh: kprobes: Fix up a preemption imbalance on jprobe return.
Paul Mundt
2008-09-08
1
-0
/
+1
*
sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.
Paul Mundt
2008-09-08
1
-1
/
+1
*
sh: kprobes: Use trapa #0x3a for breakpoint trap.
Paul Mundt
2008-09-08
2
-3
/
+2
*
sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.
Paul Mundt
2008-09-08
3
-4
/
+30
*
sh: Disable seccomp support by default.
Paul Mundt
2008-09-08
1
-1
/
+0
*
sh: Mark kretprobe_trampoline_holder static and __used.
Paul Mundt
2008-09-08
1
-1
/
+1
*
sh: Add EDOSK7760 mach type.
Paul Mundt
2008-09-08
1
-0
/
+1
*
sh: Add Renesas EDOSK7760 board support.
Luca Santini
2008-09-08
4
-0
/
+1202
*
sh: Enable IRLM mode for SH7760 IRQ_MODE_IRQ.
Luca Santini
2008-09-08
1
-0
/
+5
*
sh: uninline flush_icache_all().
Paul Mundt
2008-09-08
1
-1
/
+1
*
sh: Add the rest of the boot targets to arch/sh/boot/.gitignore.
Paul Mundt
2008-09-08
1
-0
/
+3
*
sh: Add kprobes support.
Chris Smith
2008-09-08
5
-0
/
+635
*
sh: remove unnecessary memset after alloc_bootmem_low_pages
Marek Skuczynski
2008-09-08
1
-1
/
+0
*
sh: fix the TMU code to allow a fully running NO_HZ system
Francesco Virlinzi
2008-09-08
1
-58
/
+119
*
sh: Subnormal double to float conversion
Carl Shaw
2008-09-08
2
-1
/
+53
*
sh: Fix an unusual memory initialisation error.
Stuart Menefy
2008-09-08
1
-4
/
+6
*
sh: Fix uImage load address in 32-bit mode.
Chris Smith
2008-09-08
1
-0
/
+6
*
sh: vmalloc pgtable sync fix.
Stuart Menefy
2008-09-08
1
-4
/
+7
*
sh: Fix up broken 32-bit initrd support.
Stuart Menefy
2008-09-08
1
-8
/
+9
*
sh: early cached_to_uncached initialization.
Stuart Menefy
2008-09-08
2
-14
/
+16
*
sh: Add support for memory hot-remove.
Paul Mundt
2008-09-08
2
-0
/
+21
*
sh: Don't enable clockevents broadcasting on UP SH-X3 builds.
Paul Mundt
2008-09-08
1
-1
/
+1
*
sh: fixup many sparse errors.
Paul Mundt
2008-09-08
32
-60
/
+219
*
sh: Display CPU information in show_regs().
Paul Mundt
2008-09-08
1
-3
/
+9
*
sh: Early dummy clockevent registration on boot CPU.
Paul Mundt
2008-09-08
1
-3
/
+4
*
sh: smp: shove a cpu_relax() in the plat_start_cpu() busy loop.
Paul Mundt
2008-09-08
1
-1
/
+1
*
sh: generic clockevent broadcast support.
Paul Mundt
2008-09-08
6
-4
/
+77
*
sh: smp: Hook up a timer IPI stub.
Paul Mundt
2008-09-08
2
-6
/
+31
*
sh: smp: Hook in to the generic IPI handler for SH-X3 SMP.
Paul Mundt
2008-09-08
2
-43
/
+24
*
sh: smp: Provide a generic IPI handler.
Paul Mundt
2008-09-08
2
-1
/
+20
*
sh: Kill off unused defines from asm/smp.h.
Paul Mundt
2008-09-08
1
-5
/
+0
*
sh: Provide movli.l/movco.l-based cmpxchg.
Paul Mundt
2008-09-08
2
-0
/
+73
*
sh: Provide movli.l/movco.l-based bitops.
Paul Mundt
2008-09-08
2
-0
/
+146
*
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2008-09-06
9
-55
/
+154
|
\
|
*
x86: cpu_init(): fix memory leak when using CPU hotplug
Andreas Herrmann
2008-09-06
1
-10
/
+13
|
*
x86: pda_init(): fix memory leak when using CPU hotplug
Andreas Herrmann
2008-09-06
1
-6
/
+9
|
*
x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags
Eduardo Habkost
2008-09-06
1
-1
/
+1
|
*
x86: move mtrr cpu cap setting early in early_init_xxxx
Yinghai Lu
2008-09-06
3
-8
/
+44
|
*
x86: delay early cpu initialization until cpuid is done
Krzysztof Helt
2008-09-06
1
-2
/
+2
|
*
x86: use X86_FEATURE_NOPL in alternatives
H. Peter Anvin
2008-09-05
1
-23
/
+13
|
*
x86: add NOPL as a synthetic CPU feature bit
H. Peter Anvin
2008-09-05
3
-2
/
+69
|
*
x86: boot: stub out unimplemented CPU feature words
H. Peter Anvin
2008-09-05
1
-4
/
+4
*
|
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-09-06
1
-6
/
+13
|
\
\
|
*
|
x86: HPET: read back compare register before reading counter
Thomas Gleixner
2008-09-06
1
-0
/
+7
|
*
|
x86: HPET fix moronic 32/64bit thinko
Thomas Gleixner
2008-09-06
1
-4
/
+4
[next]