summaryrefslogtreecommitdiff
path: root/arch/ppc64/kernel/process.c
AgeCommit message (Collapse)Author
2003-03-29ppc64: add autofs ioctl and clean up a prototypeAnton Blanchard
2003-03-22ppc64: make sys_clone handle the CLONE_SETTLS flagPaul Mackerras
2003-02-23Merge ppc64@brule.rchland.ibm.com:/home/tinglett/bk/for-linus-ppc64Anton Blanchard
into samba.org:/scratch/anton/linux-2.5_ppc64_tmp
2003-02-23ppc64: update for recent changes that require switch_to to return prevAnton Blanchard
2003-02-17Merge bk://ppc.bkbits.net/for-linus-ppc64Todd Inglett
into vnet.ibm.com:/u1/tinglett/bk/for-linus-ppc64
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz
2003-02-0764bit dynamic app fix (still needs binfmt_elf.c patch to work)Todd Inglett
2003-01-21ppc64: defer change of 32/64bit mode, from Andrew MortonAnton Blanchard
2003-01-17ppc64: Temporary workaround for oops during coredump.Anton Blanchard
2002-12-09ppc64: extend ppc_find_proc_name to work on __init functionsAnton Blanchard
2002-11-28ppc64: fix sys_clone bug (paulus) and fix fork arguments (Milton Miller)Anton Blanchard
2002-11-23ppc64: update for Ingo's threading changes and clean up show_regs etcAnton Blanchard
2002-11-23ppc64: clean up show_regs and remove print_backtraceAnton Blanchard
2002-10-08ppc64: use generic debugger hooks in smp_call_function, busy loop instead of ↵Anton Blanchard
udelay
2002-09-24ppc64: fix dump_stackAnton Blanchard
2002-09-19ppc64: CLEARTID/SETTID fixesAnton Blanchard
2002-09-08ppc64: add arg to do_fork and fix ELF_AUX entries as done in ppc32Anton Blanchard
2002-08-30ppc64: Add security and AIO syscallsAnton Blanchard
ppc64: copy FE0 and FE1 bits into MSR when ptracing ppc64: warn when registering duplicate ioctls
2002-08-29ppc64: fixes for 2.5.32Anton Blanchard
2002-08-18ppc64: remove some unnecessary sign extensionsAnton Blanchard
2002-08-09ppc64: Allow user to change MSR_FE0 and MSR_FE1 - from ppc32Anton Blanchard
2002-07-25ppc64: fix conflictsAnton Blanchard
2002-07-24ppc64: put paca in r13 and fix non zero boot cpuAnton Blanchard
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar
Make people use the proper cli/sti replacements
2002-07-18ppc64: add POWER4+ (GQ) supportAnton Blanchard
2002-07-17Merge samba.org:/home/anton/ppc64/for-linus-ppc64Anton Blanchard
into samba.org:/home/anton/ppc64/for-linus-ppc64_tmp
2002-07-17ppc64: _switch_to -> __switch_toAnton Blanchard
2002-07-17ppc64: Fix warningsAnton Blanchard
2002-06-22ppc64: non linear cpu supportAnton Blanchard
2002-06-14ppc64: remove some stale codeAnton Blanchard
2002-05-25Merge samba.org:/scratch/anton/linux-2.5Anton Blanchard
into samba.org:/scratch/anton/linux-2.5_ppc64
2002-05-17ppc64: Remove last_syscall, we can work the syscall out easily fromAnton Blanchard
our symbolic backtrace.
2002-05-12[PATCH] Hotplug CPU prepRusty Russell
This changes do_fork() to return the task struct, rather than the PID. Also changes CLONE_PID ("if my pid is 0, copy it") to CLONE_IDLETASK ("set child's pid to zero"), and disallows access to the flag from user mode.
2002-04-13ppc64: Paca -> paca, Naca -> naca from Dave EngebretsenAnton Blanchard
2002-02-21rework kernel stack usageAnton Blanchard
remove old ioctls
2002-02-15Add ppc64 support. This includes both pSeries (RS/6000) andAnton Blanchard
iSeries (AS/400). There are no changes outside of include/asm-ppc64 and arch/ppc64 in this changeset.