aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-10sh: Obliterate the P1 area macrosMatt Fleming1-1/+1
2009-09-30sh: Build fix: export __movmemLubomir Rintel1-0/+1
2009-09-30sh: Disable unaligned kernel access printks by default.Paul Mundt1-2/+2
2009-09-28sh: Don't enable interrupts in the page fault pathMatt Fleming1-2/+0
2009-09-28sh: Set the default I/O port base to P2SEG.Paul Mundt1-0/+3
2009-09-28sh: Handle ioport_map() cases for >= P1SEG addresses.Paul Mundt1-0/+3
2009-09-25sh: Add support DMA Engine to SH7780Nobuhiro Iwamatsu1-0/+14
2009-09-25sh: Add support DMA Engine to SH7722Nobuhiro Iwamatsu1-0/+14
2009-09-24sh: Fix up uninitialized variable use caught by gcc 4.4.Paul Mundt1-6/+6
2009-09-24sh: Handle unaligned 16-bit instructions on SH-2A.Paul Mundt1-3/+8
2009-09-24sh: includecheck fix: dwarf.cJaswinder Singh Rajput1-1/+0
2009-09-23headers: utsname.h reduxAlexey Dobriyan2-2/+0
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds3-8/+5
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2-2/+2
2009-09-21Use macros for .bss.page_aligned section.Tim Abbott1-4/+2
2009-09-21Use new __init_task_data macro in arch init_task.c files.Joe Perches1-3/+2
2009-09-20kbuild: rename ld-option to cc-ldoptionSam Ravnborg1-1/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds70-807/+6332
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+2
2009-09-16sh: Kill off unused se_skipped in alignment trap notification code.Paul Mundt1-2/+0
2009-09-16sh: Wire up HAVE_SYSCALL_TRACEPOINTS.Paul Mundt2-9/+15
2009-09-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt3-10/+6
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+4
2009-09-15sh: cpufreq: Include CPU id in info messages.Paul Mundt1-5/+5
2009-09-14sh: multi-evt support for SH-X3 proto CPU.Paul Mundt1-35/+20
2009-09-14sh: clkfwk: remove bogus set_bus_parent() from SH7709.Rafael Ignacio Zurita1-11/+0
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2-0/+4
2009-09-01sh: Kill off kgdb's magical NMI debouncing.Paul Mundt2-33/+0
2009-09-01sh: nmi_debug support.Paul Mundt6-7/+130
2009-09-01Merge branch 'master' into sh/smpPaul Mundt33-227/+3667
2009-08-31sh: unwinder: Fix up uninitialized variable warnings on sh2a build.Paul Mundt1-1/+1
2009-08-29sh: Only shout about fixing up unexpected unaligned accessesMatt Fleming2-5/+7
2009-08-27sh: fix CPU_SH7723/7724 numbering bugKuninori Morimoto1-1/+1
2009-08-25timekeeping: Fix up read_persistent_clock() breakage on shPaul Mundt1-1/+1
2009-08-24Merge branch 'sh/st-integration'Paul Mundt14-95/+337
2009-08-24sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.Paul Mundt1-2/+0
2009-08-24sh: Simplify "multi-evt" interrupt handling.Pawel Moll1-1/+1
2009-08-24sh: fix sys_cacheflush error checkingGiuseppe Cavallaro1-1/+1
2009-08-24sh: Fixes some write posting issues in the interrupt handling for SHStuart Menefy1-0/+1
2009-08-24sh: Add sys_cacheflush() call for SH CPUs.Stuart Menefy3-2/+45
2009-08-24sh: Optimise memcpy_to/fromio for SH4Stuart Menefy1-21/+72
2009-08-24sh: generic_in/outs{bwl} optimizations.Stuart Menefy1-42/+8
2009-08-24sh: Remove implicit sign extension from assembler immediatesStuart Menefy2-3/+4
2009-08-24sh: Allow for kernel command line concatenation.Pawel Moll1-1/+5
2009-08-24sh: Use internal watchdog timer to perform resetJon Frosdick1-0/+20
2009-08-24sh: kgdb: do not reload VBR while handling debugger breackpointGiuseppe Cavallaro1-2/+0
2009-08-24sh: Allow use of GENERIC_IOMAPDavid McKay1-0/+4
2009-08-24sh: Improve unwind info for signalsCarl Shaw1-1/+11
2009-08-24sh: cleanup of do_address_error()Andre Draszik1-10/+10
2009-08-24sh: Allow user control over misaligned fixup handlingAndre Draszik1-0/+153