summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-10-22ppc64/powerpc: Fix time initialization on SMP systemsPaul Mackerras1-13/+1
2005-10-22ppc64: Fix delivery of RT signals to 32-bit processes.Paul Mackerras1-2/+1
2005-10-22powerpc: Move agp_special_page export to where it is definedPaul Mackerras1-4/+0
2005-10-21[PATCH] powerpc: Fix mmap returning 64 bit addressesMichael Ellerman1-1/+1
2005-10-21[PATCH] powerpc: Don't blow away load_addr in start_threadMichael Ellerman1-1/+5
2005-10-21[PATCH] powerpc: Merge thread_info.hDavid Gibson4-18/+15
2005-10-20powerpc: Fix some bugs in the new merged time codePaul Mackerras1-1/+1
2005-10-20powerpc: Move some calculations from xxx_calibrate_decr to time_initPaul Mackerras1-15/+12
2005-10-20ppc64: Move init_boot_text call and conswitchp init into setup_archPaul Mackerras1-0/+8
2005-10-20powerpc: Fix places where ppc_md.show_[per]cpuinfo was treated as intPaul Mackerras1-9/+5
2005-10-20ppc64: Change ppc_md.get_cpuinfo to ppc_md.show_cpuinfoPaul Mackerras1-2/+2
2005-10-20[PATCH] powerpc: Merge ppc64 pmc.[ch] with ppc32 perfmon.[ch]David Gibson3-3/+114
2005-10-20powerpc: Fix a branch-too-far link error for 32-bit targetsPaul Mackerras1-1/+2
2005-10-20powerpc: Merge time.c and asm/time.h.Paul Mackerras5-12/+1007
2005-10-20powerpc: Move ptrace32.c from arch/ppc64 to arch/powerpcPaul Mackerras3-2/+452
2005-10-19powerpc: Eliminate a compile warning in signal_32.cPaul Mackerras1-2/+3
2005-10-18Merge rsync://oak/kernels/iseries/work/Paul Mackerras4-242/+128
2005-10-18powerpc: change sys32_ to compat_sys_Stephen Rothwell4-242/+128
2005-10-18powerpc: Fix various compile errors with ARCH=ppc, ppc64 and powerpcPaul Mackerras5-14/+14
2005-10-18powerpc: merge ppc signal.c and ppc64 signal32.cStephen Rothwell2-1/+1270
2005-10-17[PATCH] powerpc: Another maple merge tree fixDavid Gibson1-3/+1
2005-10-17[PATCH] powerpc: Fix use of LOADBASE in merge treeDavid Gibson1-2/+2
2005-10-17[PATCH] powerpc: replace use of _GLOBAL with .globlKumar Gala3-18/+33
2005-10-17powerpc: Clear the BSS at the start of early_init with ARCH=ppcPaul Mackerras1-0/+4
2005-10-17powerpc: Merge syscalls.c and sys_ppc32.c.Paul Mackerras4-6/+1484
2005-10-17powerpc: Initialize btext subsystem later, after prom_initPaul Mackerras3-99/+4
2005-10-17ppc32: use L1_CACHE_SHIFT/L1_CACHE_BYTESStephen Rothwell2-30/+30
2005-10-13powerpc: merge ptrace.cStephen Rothwell2-1/+614
2005-10-13ppc64: use powerpc of_device.cStephen Rothwell1-1/+2
2005-10-13ppc64: merge binfmt_elf32.cStephen Rothwell3-1/+81
2005-10-13powerpc: make 64 bit binaries workStephen Rothwell1-5/+1
2005-10-13powerpc: create 32 bit LOADADDR macroStephen Rothwell1-4/+2
2005-10-13powerpc: consolidate cputable.cStephen Rothwell2-1/+998
2005-10-12powerpc: Move default hash table size calculation to hash_utils_64.cPaul Mackerras1-20/+0
2005-10-11ppc64: Use merged versions of init_task.c and process.c.Paul Mackerras1-1/+1
2005-10-11ppc: Various minor compile fixesPaul Mackerras2-2/+11
2005-10-11powerpc: Remove debug messages from setup_64.cPaul Mackerras1-16/+0
2005-10-10powerpc: Fix compilation for 32-bit configsPaul Mackerras1-18/+3
2005-10-10powerpc: Fix off-by-one error in prom_init.cPaul Mackerras1-1/+1
2005-10-10powerpc: Get 64-bit configs to compile with ARCH=powerpcPaul Mackerras7-69/+1382
2005-10-10powerpc: move lparmap.c to arch/powerpc/kernelPaul Mackerras2-2/+34
2005-10-10powerpc: Fix bug caused by negation of 64-bit reloc_offset valuePaul Mackerras2-11/+11
2005-10-10powerpc: Reduce the 32/64-bit diffs in vmlinux.lds.SPaul Mackerras1-65/+9
2005-10-10powerpc: Reduce the 32/64-bit differences in traps.cPaul Mackerras1-41/+17
2005-10-10powerpc: Make prom_init.c suitable for both 32-bit and 64-bitPaul Mackerras1-1/+1
2005-10-10powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.SPaul Mackerras6-2/+4108
2005-10-10powerpc: make process.c suitable for both 32-bit and 64-bitPaul Mackerras2-127/+345
2005-10-10powerpc: Use reg.h instead of processor.h when we just want reg namesPaul Mackerras4-6/+6
2005-10-10powerpc: Rename files to have consistent _32/_64 suffixesPaul Mackerras3-2/+2
2005-10-10powerpc: Use SPRN_xxx rather than xxx for SPR numbersPaul Mackerras1-98/+98