summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh64: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y.Paul Mundt2008-09-051-10/+4Star
* sh: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y.Carmelo Amoroso2008-09-051-24/+3Star
* sh: fix semtimedop syscallYoshihiro Shimoda2008-08-281-1/+1
* sh: update AP325RXA defconfigMagnus Damm2008-08-281-10/+12
* sh: update Migo-R defconfigMagnus Damm2008-08-281-8/+13
* sh: fix platform_resource_setup_memory() section mismatchMagnus Damm2008-08-281-3/+3
* sh: fix kexec entry point for crash kernelsMagnus Damm2008-08-281-1/+1
* sh: crash kernel resource fixMagnus Damm2008-08-281-5/+1Star
* sh: fix ptrace_64.c:user_disable_single_step()Adrian Bunk2008-08-251-0/+2
* sh64: re-add the __strnlen_user() prototypeAdrian Bunk2008-08-251-0/+2
* Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-08-2013-25/+257
|\
| * sh: Provide a FLAT_PLAT_INIT() definition.Takashi YOSHII2008-08-111-0/+7
| * video: export sh_mobile_lcdc panel sizeMagnus Damm2008-08-113-0/+18
| * sh: select memchunk size using kernel cmdlineMagnus Damm2008-08-111-0/+27
| * sh: export sh7723 VEU as VEU2HMagnus Damm2008-08-111-2/+2
| * sh: remove MSTPCR defines from Migo-R header fileMagnus Damm2008-08-111-3/+0Star
| * sh: Update sh7763rdp defconfigNobuhiro Iwamatsu2008-08-111-16/+97
| * sh: Add support sh7760fb to sh7763rdp boardNobuhiro Iwamatsu2008-08-111-1/+51
| * sh: Add support sh_eth to sh7763rdp boardNobuhiro Iwamatsu2008-08-111-2/+32
| * sh: Disable 64kB hugetlbpage size when using 64kB PAGE_SIZE.Paul Mundt2008-08-111-0/+2
| * sh: Don't export __{s,u}divsi3_i4i from SH-2 libgcc.Yoshinori Sato2008-08-111-1/+3
| * fix SH7705_CACHE_32KB compilationAdrian Bunk2008-08-111-0/+10
| * sh: mach-x3proto: Fix up smc91x platform data.Paul Mundt2008-08-111-1/+9
* | kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2008-08-151-1/+1
|/
* [netdrvr] sh_eth: Add SH7619 supportYoshinori Sato2008-08-071-0/+11
* remove unneeded #include <linux/ide.h>'sAdrian Bunk2008-08-051-1/+1
* remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-051-1/+0Star
* sh: enable maple_keyb in dreamcast_defconfig.Paul Mundt2008-08-041-8/+6Star
* SH2(A) cache updateYoshinori Sato2008-08-047-16/+213
* add addrespace definition for sh2a.Takashi Yoshii2008-08-041-0/+10
* sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support.Paul Mundt2008-08-042-23/+0Star
* sh: define GENERIC_HARDIRQS_NO__DO_IRQ.Paul Mundt2008-08-041-0/+3
* sh: define GENERIC_LOCKBREAK.Paul Mundt2008-08-041-0/+4
* sh: Save NUMA node data in vmcore for crash dumps.Paul Mundt2008-08-041-0/+8
* sh: module_alloc() should be using vmalloc_exec().Paul Mundt2008-08-041-1/+2
* sh: Fix up __bug_table handling in module loader.Paul Mundt2008-08-041-1/+3
* sh: Fix up broken kerneldoc comments.Paul Mundt2008-08-043-24/+10Star
* sh: /proc/asids depends on MMU.Paul Mundt2008-08-041-1/+1
* arch/sh/boards/mach-se/7343/irq.c: removed duplicated #includeHuang Weiyi2008-08-031-1/+0Star
* arch/sh/boards/board-ap325rxa.c: removed duplicated #includeHuang Weiyi2008-08-031-1/+0Star
* sh/boards/Makefile typo fixAdrian Bunk2008-08-031-1/+1
* sh: fix LIBGCCAdrian Bunk2008-08-021-6/+6
* sh: Revert the location change of auto-generated asm/machtypes.hPaul Mundt2008-08-022-4/+4
* sh: Fix up the audit arch endian specification.Paul Mundt2008-08-012-2/+27
* sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.Paul Mundt2008-08-017-158/+174
* sh: ptrace single stepping cleanups.Paul Mundt2008-08-013-140/+39Star
* sh: seccomp support.Paul Mundt2008-08-015-2/+37
* sh: Tidy up the _TIF work masks, and fix syscall trace bug on singlestep.Paul Mundt2008-08-013-15/+31
* kdump: sh: parse elfcorehdr command line argumentSimon Horman2008-08-011-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-08-01396-2679/+19370
|\