aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28sh: Merge sh and sh64 module.c.Paul Mundt1-161/+0
2008-01-28sh: Move over and enable FPU support for SH-5.Paul Mundt1-170/+0
2008-01-28sh: Move over sh64 switch_to and stack unwinder.Paul Mundt2-524/+0
2008-01-28sh: Split out tlb-flush in to _32 and _64 variants.Paul Mundt1-602/+0
2008-01-28sh: Split out ioremap in to _32 and _64 variants.Paul Mundt1-388/+0
2008-01-28sh: Split out sh_ksyms.c in to _32 and _64 variants.Paul Mundt1-62/+0
2008-01-28sh: Move over the SH-5 entry.S.Paul Mundt1-2102/+0
2008-01-28sh: Split out linker script to _32 and _64 variants.Paul Mundt1-140/+0
2008-01-28sh: Split out syscall ABI for _32 and _64 variants.Paul Mundt1-381/+0
2008-01-28sh: Split out extable.c _32 and _64 variants.Paul Mundt1-80/+0
2008-01-28sh: Move over the SH-5 head.S and tlb.h.Paul Mundt1-372/+0
2008-01-28sh: Move in the SH-5 traps.c impl.Paul Mundt1-982/+0
2008-01-28sh: Move arch/sh64/kernel/sys_sh64.c to arch/sh/kernel/Paul Mundt1-304/+0
2008-01-28sh: Move in the SH-5 signal trampoline impl.Paul Mundt1-750/+0
2008-01-28sh: Move in the SH-5 ptrace impl.Paul Mundt1-332/+0
2008-01-28sh: Split out arch/sh/kernel/process.c for _32 and _64 variants.Paul Mundt1-691/+0
2008-01-28sh64: Kill off arch/sh64/oprofile.Paul Mundt2-35/+0
2008-01-28sh: Move sh64 board defconfigs to arch/sh/configs.Paul Mundt3-2429/+0
2008-01-28sh: Move sh64 boards to arch/sh/.Paul Mundt9-775/+0
2008-01-28sh: Move arch/sh64/lib to arch/sh/lib64.Paul Mundt12-1409/+0
2008-01-28sh: Move the sh64 Kconfig to arch/sh/Kconfig.sh64.Paul Mundt1-295/+0
2008-01-28sh64: Use the generic rtc-sh driver.Paul Mundt1-129/+67
2007-11-05sh64: Kill off duplicate includes.Paul Mundt2-12/+3
2007-11-03Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds3-171/+142
2007-11-02sh64: Update defconfigs.Paul Mundt3-171/+142
2007-10-30Kbuild/doc: fix links to Documentation filesDirk Hohndel1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2-24/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2-4/+4
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-3/+3
2007-10-17Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle1-1/+2
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-2/+2
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg1-2/+2
2007-10-09sh64: mach-cayman: Build fixes.Paul Mundt2-6/+207
2007-10-09sh64: Symbol export fixups.Paul Mundt1-5/+1
2007-10-09sh64: linker script tidying and alignment fixups.Paul Mundt1-51/+9
2007-10-09sh64: Set KBUILD_IMAGE to make the rpm target happy.Paul Mundt1-2/+3
2007-10-09sh64: Kill off obsolete linux/blk.h reference.Paul Mundt1-4/+0
2007-10-03sh64: cleanup struct irqaction initializers.Thomas Gleixner1-2/+12
2007-10-01sh64: Kill off dead gdb stub symbol.Paul Mundt1-3/+0
2007-10-01sh64: alphanumeric display only on Cayman.Paul Mundt1-0/+1
2007-10-01sh64: Add defconfigs for mach-sim and mach-harp.Paul Mundt2-0/+1322
2007-10-01sh64: update cayman defconfig.Paul Mundt1-38/+10
2007-10-01sh64: Tidy up Kconfig dependencies.Paul Mundt1-26/+19
2007-10-01sh64: Move consistent DMA routines to arch/sh64/mm/.Paul Mundt3-3/+3
2007-10-01sh64: Some symbol exports and build fixes.Paul Mundt6-28/+23
2007-10-01sh64: mach-sim: Build fixes.Paul Mundt2-58/+8