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
/
mips
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIPS] setup.c: move initrd code inside dedicated functions
Franck Bui-Huu
2006-09-27
1
-58
/
+86
*
[MIPS] setup.c: cleanup bootmem_init()
Franck Bui-Huu
2006-09-27
1
-78
/
+57
*
[MIPS] get_wchan(): remove uses of mfinfo[64]
Franck Bui-Huu
2006-09-27
1
-82
/
+50
*
[MIPS] get_frame_info(): null function size means size is unknown
Franck Bui-Huu
2006-09-27
1
-2
/
+10
*
[MIPS] unwind_stack(): return ra if an exception occured at the first instruc...
Franck Bui-Huu
2006-09-27
1
-2
/
+5
*
[MIPS] The o32 fstatat syscall behaves differently on 32 and 64 bit kernels
Richard Sandiford
2006-09-27
1
-1
/
+1
*
[MIPS] Move definition of IRIX compat constant into IRIX compat code.
Ralf Baechle
2006-09-27
1
-0
/
+3
*
[MIPS] TLS: set_thread_area returns asmlinkage int not void.
Ralf Baechle
2006-09-27
1
-1
/
+3
*
[MIPS] TLS: Delete unused sys32_set_thread_area
Ralf Baechle
2006-09-27
1
-6
/
+0
*
[MIPS] Reduce race between cpu_wait() and need_resched() checking
Atsushi Nemoto
2006-09-27
1
-17
/
+45
*
[MIPS] Wire up set_robust_list(2) and get_robust_list(2)
Atsushi Nemoto
2006-09-27
4
-1
/
+9
*
[MIPS] Make prepare_frametrace() not clobber v0
Atsushi Nemoto
2006-09-27
1
-3
/
+7
*
[MIPS] MT: Fix setting of XTC.
Elizabeth Oldham
2006-09-27
1
-0
/
+6
*
[MIPS] SMTC Build fix.
Ralf Baechle
2006-09-27
1
-1
/
+1
*
[MIPS] Avoid double signal restarting.
Ralf Baechle
2006-09-27
3
-1
/
+3
*
[MIPS] MT: Initialise all writable bits in Cause register to zero.
Chris Dearman
2006-09-27
1
-1
/
+1
*
[MIPS] Add missing returns in signal code.
Ralf Baechle
2006-09-27
2
-0
/
+4
*
[MIPS] IRIX: Crapectopy.
Ralf Baechle
2006-09-27
1
-15
/
+40
*
[MIPS] Don't call try_to_freeze in do_signal & co.
Ralf Baechle
2006-09-27
3
-12
/
+0
*
[MIPS] Improve unwind_stack()
Franck Bui-Huu
2006-09-27
2
-25
/
+34
*
[MIPS] Make get_frame_info() more robust
Franck Bui-Huu
2006-09-27
1
-8
/
+6
*
[MIPS] Simplify dump_stack()
Franck Bui-Huu
2006-09-27
1
-11
/
+9
*
[MIPS] Make frame_info_init() more readable.
Franck Bui-Huu
2006-09-27
1
-9
/
+9
*
[MIPS] Miscellaneous cleanup in prologue analysis code
Franck Bui-Huu
2006-09-27
1
-19
/
+14
*
[MIPS] Remove unused MODULE_RANGE macro.
Franck Bui-Huu
2006-09-27
1
-5
/
+0
*
[MIPS] Make get_frame_info() more readable.
Franck Bui-Huu
2006-09-27
1
-31
/
+36
*
[MIPS] N32 rt_sigqueueinfo uses O32 padding, not N64
Peter Watkins
2006-09-27
1
-1
/
+1
*
[MIPS] dump_stack() based on prologue code analysis
Atsushi Nemoto
2006-09-27
2
-23
/
+141
*
[MIPS] Rearrange show_stack, show_trace
Atsushi Nemoto
2006-09-27
1
-28
/
+23
*
[MIPS] Honour "panic_on_oops" sysctl.
Maxime Bizon
2006-09-27
1
-0
/
+11
*
[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.
Ralf Baechle
2006-07-13
2
-4
/
+3
*
[MIPS] SMTC: Reformat to Linux style.
Ralf Baechle
2006-07-13
1
-29
/
+29
*
[MIPS] TRACE_IRQFLAGS_SUPPORT support.
Ralf Baechle
2006-07-13
9
-2
/
+46
*
[MIPS] MIPS MT: Fix build error.
Yoichi Yuasa
2006-07-13
1
-0
/
+1
*
[MIPS] Panic on fp exception in kernel mode.
Chris Dearman
2006-07-13
1
-0
/
+2
*
[MIPS] Save 2k text size in cpu-probe
Thiemo Seufer
2006-07-13
1
-1
/
+1
*
[MIPS] Uses MIPS_CONF_AR instead of magic constants.
Thiemo Seufer
2006-07-13
1
-2
/
+2
*
[MIPS] Wire up vmsplice(2) and move_pages(2).
Ralf Baechle
2006-07-13
4
-0
/
+8
*
[MIPS] Eleminate interrupt migration helper use.
Ralf Baechle
2006-07-13
7
-10
/
+10
*
[MIPS] Don't include obsolete <linux/config.h>.
Ralf Baechle
2006-07-13
2
-2
/
+0
*
[MIPS] Use KERN_DEBUG to log the SDBBP messages
Chris Dearman
2006-07-13
1
-3
/
+3
*
[MIPS] Less noise on multithreading exceptions.
Chris Dearman
2006-07-13
2
-10
/
+8
*
[MIPS] Avoid interprocessor function calls.
Ralf Baechle
2006-07-13
1
-5
/
+30
*
[PATCH] FDPIC: Move roundup() into linux/kernel.h
David Howells
2006-07-10
1
-2
/
+0
*
[PATCH] tty: Remove include of screen_info.h from tty.h
Jon Smirl
2006-07-10
1
-1
/
+1
*
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
Ingo Molnar
2006-07-03
2
-4
/
+4
*
[PATCH] irq-flags: MIPS: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
4
-5
/
+5
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
29
-29
/
+0
*
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2006-06-29
15
-28
/
+36
|
\
|
*
[MIPS] Remove BSD and Sys V compat data types.
Ralf Baechle
2006-06-29
2
-5
/
+5
[next]