index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
ppc
/
kernel
/
process.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-02-01
[PATCH] ppc32: add platform specific machine check output handlers
Matt Porter
1
-11
/
+0
2004-12-13
[PATCH] ppc32: fix SPE state corruption on e500
Kumar Gala
1
-1
/
+13
2004-10-19
[PATCH] copy_thread(): unneeded child_tid initialization
Oleg Nesterov
1
-2
/
+0
2004-10-18
[PATCH] fix PTRACE_ATTACH race with real parent's wait calls
Roland McGrath
1
-1
/
+4
2004-09-07
[PATCH] factor out common <asm/hardirq.h> code
Christoph Hellwig
1
-1
/
+1
2004-08-26
[PATCH] #ifdef cleanup for PPC
Valdis Kletnieks
1
-1
/
+1
2004-08-23
[PATCH] sched: consolidate CLONE_IDLETASK masking
William Lee Irwin III
1
-2
/
+1
2004-07-26
[PATCH] annotations for arch/ppc and include/asm-ppc
Alexander Viro
1
-1
/
+1
2004-07-26
[PATCH] NULL noise removal on ppc
Alexander Viro
1
-2
/
+2
2004-06-17
[PATCH] RLIM: add rlimit entry for POSIX mqueue allocation
Chris Wright
1
-0
/
+1
2004-06-17
[PATCH] ppc32: support for e500 and 85xx
Kumar Gala
1
-6
/
+95
2004-06-02
[PATCH] ppc32: Fix preemptible check
Paul Mackerras
1
-2
/
+2
2004-05-09
[PATCH] sched: in_sched_functions() cleanup
Andrew Morton
1
-7
/
+1
2004-04-22
Merge kernel.crashing.org:/home/trini/work/kernel/pristine/linux-2.6
Tom Rini
1
-2
/
+12
2004-04-18
[PATCH] ppc32 stack bounds checking
Andrew Morton
1
-1
/
+1
2004-04-11
[PATCH] Fix get_wchan() FIXME wrt. order of functions
Andrew Morton
1
-2
/
+0
2004-03-31
Merge kernel.crashing.org:/home/trini/work/kernel/pristine/linux-2.6
Tom Rini
1
-2
/
+12
2004-03-29
[PATCH] ppc32: Even more preempt fixes
Benjamin Herrenschmidt
1
-4
/
+6
2004-03-26
PPC32: Add more useful information to the oops output.
Tom Rini
1
-2
/
+12
2004-03-25
[PATCH] ppc32: arch code preempt fixes
Benjamin Herrenschmidt
1
-1
/
+11
2004-03-23
[PATCH] Threaded core dumps for PPC32
Paul Mackerras
1
-5
/
+4
2003-10-11
Export init_mm, some modules need that
Benjamin Herrenschmidt
1
-0
/
+1
2003-10-10
PPC32: Export a couple of symbols (csum_partial and init_task).
Paul Mackerras
1
-0
/
+1
2003-10-07
o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree
Arnaldo Carvalho de Melo
1
-0
/
+2
2003-09-11
PPC32: Remove trailing blanks from PPC32 files.
Tom Rini
1
-14
/
+14
2003-09-06
PPC32: Rework signal code and add a swapcontext system call.
Paul Mackerras
1
-0
/
+1
2003-06-25
PPC32: Implement 2-argument show_stack().
Paul Mackerras
1
-12
/
+13
2003-06-08
PPC32: Fix various minor problems pointed out by Linus' check program.
Paul Mackerras
1
-1
/
+1
2003-06-08
PPC32: Start adding __user to mark pointers from userspace.
Paul Mackerras
1
-4
/
+6
2003-05-19
[PATCH] do_fork updates for ppc
Christoph Hellwig
1
-12
/
+5
2003-05-12
[PATCH] Use '#ifdef' to test for CONFIG_xxx variables
Steven Cole
1
-2
/
+2
2003-03-13
PPC32: Add a thread-pointer argument to the clone syscall, make a prepare_to_...
Paul Mackerras
1
-27
/
+26
2003-02-23
PPC32: Make switch_to return the previous task in the `last' argument
Paul Mackerras
1
-2
/
+5
2003-02-09
PPC32: Changes to accommodate recent signal changes (current->sighand).
Paul Mackerras
1
-0
/
+1
2003-01-05
PPC32: remove support for IBM iSeries machines.
Paul Mackerras
1
-6
/
+1
2002-11-23
PPC32: update for recent changes to clone system call.
Paul Mackerras
1
-7
/
+10
2002-11-18
[PATCH] kallsyms for new modules
Rusty Russell
1
-0
/
+1
2002-10-09
PPC32: fix arch-level tid handling.
Paul Mackerras
1
-0
/
+5
2002-10-09
PPC32: Add kallsyms support in stack tracing functions.
Paul Mackerras
1
-39
/
+53
2002-09-17
PPC32: Rip out the BK Id tags from arch/ppc and include/asm-ppc.
Paul Mackerras
1
-4
/
+1
2002-09-17
PPC32: add argument to INIT_SIGNALS use in arch/ppc/kernel/process.c
Paul Mackerras
1
-1
/
+1
2002-09-05
PPC32: add the extra argument for do_fork to the PPC calls.
Paul Mackerras
1
-3
/
+3
2002-08-06
PPC32: miscellanous small fixes.
Paul Mackerras
1
-8
/
+20
2002-07-27
PPC32: update hard/soft IRQ stuff along the lines of the i386 code.
Paul Mackerras
1
-2
/
+1
2002-07-21
[PATCH] Re: [patch] cli()/sti() cleanup
Ingo Molnar
1
-3
/
+3
2002-06-27
PPC32: update for scheduler changes (switch_to, prepare/finish_arch_*).
Paul Mackerras
1
-1
/
+1
2002-05-12
[PATCH] Hotplug CPU prep
Rusty Russell
1
-3
/
+9
2002-05-10
PPC32: This changeset adds preemptible kernel support for ppc32
Paul Mackerras
1
-19
/
+18
2002-02-16
PPC fixes for SMP; also fix the stack overflow detection, remove
Paul Mackerras
1
-8
/
+4
2002-02-13
Further PPC updates - fix thread_saved_pc, make sure init_thread_union
Paul Mackerras
1
-0
/
+6
[next]