Sign in
kunit
/
linux
/
91cca5df9bc85efdabfa645f51d54259ed09f4bf
/
arch
/
powerpc
/
kernel
/
process.c
9c4cb82
powerpc: Remove use of CONFIG_PPC_MERGE
by Kumar Gala
· 16 years ago
2325f0a
powerpc/booke: Clean up the hardware watchpoint support
by Kumar Gala
· 17 years ago
d6a61bf
powerpc: BookE hardware watchpoint support
by Luis Machado
· 17 years ago
7c29217
powerpc: fix giveup_vsx to save registers correctly
by Michael Neuling
· 17 years ago
058c78f
powerpc: Use new printk extension %pS to print symbols on oops
by Benjamin Herrenschmidt
· 17 years ago
138fc1ee0
powerpc: Remove old dump_task_* functions
by Michael Neuling
· 17 years ago
f3e909c
powerpc: Update for VSX core file and ptrace
by Michael Neuling
· 17 years ago
ce48b21
powerpc: Add VSX context save/restore, ptrace and signal support
by Michael Neuling
· 17 years ago
9c75a31
powerpc: Add macros to access floating point registers in thread_struct.
by Michael Neuling
· 17 years ago
8521882
[POWERPC] Add IRQSTACKS support on ppc32
by Kumar Gala
· 17 years ago
f6a6168
[POWERPC] Fix kernel stack allocation alignment
by Benjamin Herrenschmidt
· 17 years ago
ec2b36b
[POWERPC] Move stackframe definitions to common header
by Benjamin Herrenschmidt
· 17 years ago
ac7c535
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
a2ceff5
[POWERPC] Fix missed hardware breakpoints across multiple threads
by Michael Ellerman
· 17 years ago
54f53f2
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
71e91a0
[POWERPC] Don't touch PT_DTRACE in exec
by Roland McGrath
· 17 years ago
44387e9
[POWERPC] Fix PMU + soft interrupt disable bug
by Anton Blanchard
· 17 years ago
79ccd1b
[POWERPC] Fix DEBUG_PREEMPT warning when warning
by Hugh Dickins
· 17 years ago
81a3843
[POWERPC] Fix hardware IRQ time accounting problem.
by Tony Breeds
· 17 years ago
fa13a5a
sched: restore deterministic CPU accounting on powerpc
by Paul Mackerras
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
1f7d666
powerpc: add Altivec/VMX state to coredumps
by Mark Nelson
· 17 years ago
1189be6
[POWERPC] Use 1TB segments
by Paul Mackerras
· 17 years ago
70f227d
Merge branch 'linux-2.6' into for-2.6.24
by Paul Mackerras
· 17 years ago
0de2d82
[POWERPC] Make instruction dumping work in real mode
by Scott Wood
· 17 years ago
474f819
[POWERPC] Ensure FULL_REGS on exec
by Roland McGrath
· 17 years ago
5e14d21
[POWERPC] Add cpu feature for SPE handling
by Kumar Gala
· 17 years ago
0ee6c15
[POWERPC] Flush registers to proper task context
by Kumar Gala
· 17 years ago
1417078
[POWERPC] Fix register labels on show_regs() message for 4xx/Book-E
by Kumar Gala
· 18 years ago
791cc50
[POWERPC] Always apply DABR changes on context switches
by Benjamin Herrenschmidt
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
a741e67
[POWERPC] Make tlb flush batch use lazy MMU mode
by Benjamin Herrenschmidt
· 18 years ago
e049d1c
Merge branch 'linux-2.6' into for-2.6.22
by Paul Mackerras
· 18 years ago
f6f7dde
[POWERPC] Use lowercase for hex printouts in oops messages.
by anton@samba.org
· 18 years ago
4002aca
[POWERPC] Remove last_syscall
by Anton Blanchard
· 18 years ago
f144e7c7
[POWERPC] Fix atomicity of TIF update in flush_thread()
by Mathieu Desnoyers
· 18 years ago
bb72c48
[POWERPC] Harden validate_sp against stack corruption
by Paul Mackerras
· 18 years ago
00ae36d
[POWERPC] Better check in show_instructions
by Anton Blanchard
· 18 years ago
96b644b
[PATCH] namespaces: utsname: use init_utsname when appropriate
by Serge E. Hallyn
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
e9370ae
[PATCH] powerpc: Implement PR_[GS]ET_UNALIGN prctls for powerpc
by Paul Mackerras
· 19 years ago
fab5db9
[PATCH] powerpc: Implement support for setting little-endian mode via prctl
by Paul Mackerras
· 19 years ago
0cb3463
[PATCH] unexport get_wchan
by Adrian Bunk
· 19 years ago
2f25194
[PATCH] powerpc: export validate_sp for oprofile calltrace
by Anton Blanchard
· 19 years ago
a7f3184
[PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>
by Arnd Bergmann
· 19 years ago
af30837
[PATCH] powerpc: fix various sparse warnings
by Stephen Rothwell
· 19 years ago
c6fd91f
[PATCH] kretprobe instance recycled by parent process
by bibo mao
· 19 years ago
c6622f6
powerpc: Implement accurate task and CPU time accounting
by Paul Mackerras
· 19 years ago
a00428f
Merge ../powerpc-merge
by Paul Mackerras
· 19 years ago
cb2c9b2
[PATCH] powerpc: Fix runlatch performance issues
by Anton Blanchard
· 19 years ago
2ef9481
[PATCH] powerpc: trivial: modify comments to refer to new location of files
by Jon Mason
· 19 years ago
45bfe98
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
by Linus Torvalds
· 19 years ago
0cec6fd
[PATCH] powerpc: task_stack_page()
by Al Viro
· 19 years ago
b5e2fc1
[PATCH] powerpc: task_thread_info()
by Al Viro
· 19 years ago
624cee3
powerpc: make ARCH=ppc use arch/powerpc/kernel/process.c
by Paul Mackerras
· 19 years ago
5388fb1
[PATCH] powerpc: Avoid potential FP corruption with preempt and UP
by Paul Mackerras
· 19 years ago
48abec0
powerpc: Fix bug causing FP registers corruption on UP + preempt
by Paul Mackerras
· 19 years ago
8bf1101
[PATCH] kprobes: Fix return probes on sys_execve
by Jim Keniston
· 19 years ago
c613523
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
76032de
[PATCH] powerpc: Make ppc_md.set_dabr non 64-bit specific
by Michael Ellerman
· 19 years ago
3c726f8
[PATCH] ppc64: support 64k pages
by Benjamin Herrenschmidt
· 19 years ago
cab0af9
powerpc: Make set_dabr() a ppc_md function
by Michael Ellerman
· 19 years ago
25c8a78
[PATCH] powerpc: Fix handling of fpscr on 64-bit
by David Gibson
· 19 years ago
90eac72
[PATCH] powerpc: Don't blow away load_addr in start_thread
by Michael Ellerman
· 19 years ago
d4bf9a7
ppc64: merge binfmt_elf32.c
by Stephen Rothwell
· 19 years ago
0f17d07
powerpc: make 64 bit binaries work
by Stephen Rothwell
· 19 years ago
06d67d5
powerpc: make process.c suitable for both 32-bit and 64-bit
by Paul Mackerras
· 19 years ago
c0c0d99
powerpc: Get merged kernel to compile and run on 32-bit SMP powermac.
by Paul Mackerras
· 19 years ago
20c8c21
powerpc: Fixes to get the merged kernel to boot on powermac.
by Paul Mackerras
· 19 years ago
14cf11a
powerpc: Merge enough to start building in arch/powerpc.
by Paul Mackerras
· 19 years ago