index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
entry_32.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/kernel: Change the do_syscall_trace_enter() API
Michael Ellerman
2015-07-29
1
-0
/
+4
*
powerpc/kernel: Switch to using MAX_ERRNO
Michael Ellerman
2015-07-29
1
-1
/
+2
*
powerpc: Remove old compile time disabled syscall tracing code
Michael Ellerman
2015-02-02
1
-77
/
+0
*
powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACE
Michael Ellerman
2015-01-23
1
-3
/
+3
*
powerpc/ftrace: Fix obsolete comment
Jiri Slaby
2014-11-10
1
-1
/
+1
*
powerpc/ftrace: simplify prepare_ftrace_return
Anton Blanchard
2014-11-10
1
-2
/
+8
*
powerpc/32bit:Store temporary result in r0 instead of r8
Priyanka Jain
2013-06-01
1
-1
/
+1
*
powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning again
Li Zhong
2013-05-14
1
-2
/
+0
*
powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32
Li Zhong
2013-01-29
1
-0
/
+2
*
powerpc: switch to saner kernel_execve() semantics
Al Viro
2012-10-14
1
-5
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-12
1
-0
/
+16
|
\
|
*
powerpc: switch to generic sys_execve()/kernel_execve()
Al Viro
2012-09-30
1
-0
/
+5
|
*
powerpc: split ret_from_fork
Al Viro
2012-09-30
1
-0
/
+11
*
|
powerpc/kprobe: Complete kprobe and migrate exception frame
Tiejun Chen
2012-09-18
1
-6
/
+41
|
/
*
powerpc: Set stack limit properly in crit_transfer_to_handler
Stuart Yoder
2012-07-27
1
-2
/
+10
*
powerpc: Fixup oddity in entry_32.S
Benjamin Herrenschmidt
2012-07-11
1
-6
/
+0
*
powerpc: Use CURRENT_THREAD_INFO instead of open coded assembly
Stuart Yoder
2012-07-11
1
-12
/
+12
*
powerpc: Fix page fault with lockdep regression
Benjamin Herrenschmidt
2012-04-10
1
-18
/
+21
*
powerpc: Fix various issues with return to userspace
Benjamin Herrenschmidt
2012-02-22
1
-1
/
+1
*
powerpc/trace: Add a dummy stack frame for trace_hardirqs_off
Kevin Hao
2011-11-16
1
-0
/
+15
*
powerpc/ppc32/tracing: Add stack frame to calls of trace_hardirqs_on/off
Steven Rostedt
2011-01-21
1
-0
/
+11
*
powerpc: Remove second definition of STACK_FRAME_OVERHEAD
Stephen Rothwell
2010-11-29
1
-0
/
+1
*
powerpc/47x: Base ppc476 support
Dave Kleikamp
2010-05-05
1
-0
/
+5
*
powerpc: Use names rather than numbers for SPRGs (v2)
Benjamin Herrenschmidt
2009-08-20
1
-10
/
+10
*
powerpc: Add irqtrace support for 32-bit powerpc
Benjamin Herrenschmidt
2009-06-26
1
-4
/
+123
*
powerpc: Unify opcode definitions and support
Kumar Gala
2009-02-23
1
-4
/
+4
*
powerpc32, ftrace: dynamic function graph tracer
Steven Rostedt
2009-02-23
1
-2
/
+6
*
powerpc32, ftrace: port function graph tracer to ppc32, static only
Steven Rostedt
2009-02-23
1
-1
/
+42
*
powerpc32, ftrace: save and restore mcount regs with macro
Steven Rostedt
2009-02-23
1
-59
/
+9
*
powerpc/book-3e: Introduce concept of Book-3e MMU
Kumar Gala
2009-02-12
1
-3
/
+3
*
powerpc: ftrace, do nothing in mcount call for dyn ftrace
Steven Rostedt
2008-11-28
1
-31
/
+9
*
ftrace: rename FTRACE to FUNCTION_TRACER
Steven Rostedt
2008-10-20
1
-1
/
+1
*
powerpc: Add TIF_NOTIFY_RESUME support for tracehook
Roland McGrath
2008-07-28
1
-2
/
+2
*
powerpc: Make syscall tracing use tracehook.h helpers
Roland McGrath
2008-07-28
1
-1
/
+6
*
powerpc/booke: Clean up the hardware watchpoint support
Kumar Gala
2008-07-28
1
-3
/
+3
*
powerpc: BookE hardware watchpoint support
Luis Machado
2008-07-25
1
-3
/
+3
*
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
Benjamin Herrenschmidt
2008-07-15
1
-0
/
+127
|
\
|
*
ftrace: store mcount address in rec->ip
Abhishek Sagar
2008-06-23
1
-0
/
+4
|
*
ftrace: powerpc clean ups
Steven Rostedt
2008-05-26
1
-9
/
+2
|
*
ftrace: support for PowerPC
Steven Rostedt
2008-05-23
1
-0
/
+130
*
|
powerpc/85xx: add DOZE/NAP support for e500 core
Kumar Gala
2008-06-26
1
-4
/
+4
*
|
[POWERPC] 40x/Book-E: Save/restore volatile exception registers
Kumar Gala
2008-06-02
1
-2
/
+123
*
|
[POWERPC] Rework EXC_LEVEL_EXCEPTION_PROLOG code
Kumar Gala
2008-06-02
1
-13
/
+0
*
|
[POWERPC] Defer processing of interrupts when the CPU wakes from sleep mode
Paul Mackerras
2008-05-16
1
-0
/
+8
*
|
[POWERPC] Define and use TLF_RESTORE_SIGMASK
Roland McGrath
2008-05-14
1
-2
/
+2
|
/
*
[POWERPC] Add IRQSTACKS support on ppc32
Kumar Gala
2008-04-29
1
-2
/
+3
*
[POWERPC] Make Book-E debug handling SMP safe
Kumar Gala
2008-04-17
1
-9
/
+21
*
[POWERPC] Avoid unpaired stwcx. on some processors
Becky Bruce
2007-11-13
1
-0
/
+6
*
[POWERPC] 4xx: Deal with 44x virtually tagged icache
Benjamin Herrenschmidt
2007-11-01
1
-0
/
+23
*
[POWERPC] Add cpu feature for SPE handling
Kumar Gala
2007-09-14
1
-0
/
+4
[next]