index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Fix up stack overflow check with ftrace disabled.
Paul Mundt
2009-07-11
1
-36
/
+40
*
sh: Fix up ftrace build error when STACK_DEBUG=n.
Paul Mundt
2009-07-11
1
-3
/
+4
*
sh: Use DECLARE_EXPORT() for mcount symbol export.
Paul Mundt
2009-07-11
1
-1
/
+1
*
sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG.
Paul Mundt
2009-07-11
2
-30
/
+4
*
sh: Decouple mcount from ftrace.
Paul Mundt
2009-07-11
5
-4
/
+12
*
-
.
Merge branches 'sh/ftrace' and 'sh/stable-updates'
Paul Mundt
2009-07-11
11
-4
/
+345
|
\
\
|
|
*
sched: INIT_PREEMPT_COUNT
Peter Zijlstra
2009-07-10
1
-1
/
+1
|
*
|
sh: Mark __switch_to() as __notrace_funcgraph
Matt Fleming
2009-07-11
1
-2
/
+3
|
*
|
sh: Function graph tracer support
Matt Fleming
2009-07-11
7
-1
/
+244
|
*
|
sh: Provide diagnostic kernel stack checks
Matt Fleming
2009-07-11
3
-0
/
+97
*
|
|
sh: Clean up linker script using new linker script macros.
Tim Abbott
2009-07-10
1
-76
/
+11
*
|
|
Merge branches 'sh/ftrace' and 'sh/cachetlb'
Paul Mundt
2009-07-06
19
-134
/
+692
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
sh: Tidy up vmalloc fault handling.
Paul Mundt
2009-07-05
1
-56
/
+97
|
*
|
sh: use kprobes_built_in() for notify_page_fault().
Paul Mundt
2009-07-05
1
-3
/
+1
|
|
|
|
|
\
|
*
-
.
\
Merge branches 'sh/hwblk', 'sh/cpuidle' and 'sh/stable-updates'
Paul Mundt
2009-07-05
13
-43
/
+510
|
|
\
\
\
|
|
|
|
/
|
|
|
*
sh: add r8a66597 usb0 host to the se7724 board
Magnus Damm
2009-07-05
1
-0
/
+38
|
|
*
|
sh: cpuidle for SuperH Mobile using hwblk
Magnus Damm
2009-07-05
4
-13
/
+125
|
|
*
|
sh: hwblk for sh7722
Magnus Damm
2009-07-05
4
-29
/
+153
|
|
*
|
sh: hwblk base implementation
Magnus Damm
2009-07-05
4
-1
/
+194
|
*
|
|
sh: Use bootmem ontop of lmb for NUMA
Matt Fleming
2009-07-05
1
-13
/
+23
|
*
|
|
sh: Use bootmem ontop of lmb
Matt Fleming
2009-07-03
3
-19
/
+59
|
|
|
/
|
|
/
|
|
*
|
sh: define PERF_COUNTER_INDEX_OFFSET.
Paul Mundt
2009-07-03
1
-0
/
+2
|
|
/
*
|
sh: Add ftrace syscall tracing support
Matt Fleming
2009-07-06
8
-10
/
+100
*
|
sh: Define HAVE_FUNCTION_TRACE_MCOUNT_TEST
Matt Fleming
2009-07-06
2
-1
/
+17
*
|
sh: Fix the value of MCOUNT_INSN_OFFSET
Matt Fleming
2009-07-06
1
-2
/
+2
|
/
*
sh: Fix compiler error and include the definition of IS_ERR_VALUE
Matt Fleming
2009-07-02
1
-0
/
+1
*
sh: re-add LCDC fbdev support to the Migo-R defconfig
Magnus Damm
2009-07-01
1
-2
/
+51
*
sh: fix se7724 ceu names
Magnus Damm
2009-07-01
1
-2
/
+2
*
sh: ms7724se: Enable sh_eth in defconfig.
Kuninori Morimoto
2009-06-29
1
-4
/
+21
*
arch/sh/boards/mach-se/7206/io.c: Remove unnecessary semicolons
Joe Perches
2009-06-29
1
-1
/
+1
*
sh: ms7724se: Add sh_eth support
Kuninori Morimoto
2009-06-26
2
-2
/
+109
*
sh: Kill off unused DEBUG_BOOTMEM symbol.
Paul Mundt
2009-06-25
1
-4
/
+0
*
sh64: Hook up page fault events for software perf counters.
Paul Mundt
2009-06-25
1
-3
/
+12
*
sh: Hook up page fault events for software perf counters.
Paul Mundt
2009-06-25
1
-29
/
+32
*
sh: make set_perf_counter_pending() static inline.
Paul Mundt
2009-06-24
1
-1
/
+1
*
sh: Fix up HAVE_PERF_COUNTERS typo.
Paul Mundt
2009-06-24
1
-1
/
+1
*
sh: Fix up more dma-mapping fallout.
Paul Mundt
2009-06-23
1
-6
/
+6
*
sh: SH7786 SMP support.
Paul Mundt
2009-06-23
3
-24
/
+18
*
sh: Wire up the uncached fixmap on sh64 as well.
Paul Mundt
2009-06-23
1
-2
/
+0
*
sh: Use local TLB flush in set_pte_phys().
Paul Mundt
2009-06-23
1
-1
/
+1
*
sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.
Paul Mundt
2009-06-23
3
-1
/
+26
*
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
2009-06-21
2
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2009-06-18
116
-3721
/
+3805
|
\
|
*
sh: Fix declaration of __kernel_sigreturn and __kernel_rt_sigreturn
Matt Fleming
2009-06-18
1
-2
/
+2
|
*
sh: Enable soc-camera in ap325rxa/migor/se7724 defconfigs.
Paul Mundt
2009-06-18
3
-6
/
+190
|
*
sh: remove stray markers.
Christoph Hellwig
2009-06-18
4
-14
/
+1
|
*
sh: defconfig updates.
Paul Mundt
2009-06-18
45
-2375
/
+2245
|
*
sh: pci: Initial PCI-Express support for SH7786 Urquell board.
Paul Mundt
2009-06-17
3
-0
/
+357
|
*
-
-
-
-
-
.
Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-u...
Paul Mundt
2009-06-17
16
-87
/
+871
|
|
\
\
\
\
|
|
|
|
|
*
sh: Generic HAVE_PERF_COUNTER support.
Paul Mundt
2009-06-17
2
-0
/
+8
[next]