index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-15
sh: Migrate SH-4 cacheflush ops to function pointers.
Paul Mundt
1
-36
/
+1
2009-08-15
sh: Kill off unused flush_icache_user_range().
Paul Mundt
1
-1
/
+0
2009-08-15
sh: consolidate flush_dcache_mmap_lock/unlock() definitions.
Paul Mundt
1
-2
/
+3
2009-08-15
sh: Centralize the CPU cache initialization routines.
Paul Mundt
1
-1
/
+2
2009-08-15
sh: Track the CPU family in sh_cpuinfo.
Paul Mundt
2
-13
/
+24
2009-08-15
sh: rework nommu for generic cache.c use.
Paul Mundt
2
-6
/
+3
2009-08-15
sh: rename pg-mmu.c -> cache.c, enable generically.
Paul Mundt
1
-2
/
+0
2009-08-15
sh: Provide the kmap_coherent() interface generically.
Paul Mundt
2
-6
/
+4
2009-08-15
Merge branch 'master' into sh/cachetlb
Paul Mundt
10
-22
/
+562
2009-08-15
sh: Add register alignment helpers for shared flushers.
Paul Mundt
3
-0
/
+12
2009-08-14
sh: Delete DWARF_ARCH_UNWIND_OFFSET
Matt Fleming
1
-5
/
+0
2009-08-14
sh: Setup the frame register in asm code
Matt Fleming
1
-0
/
+12
2009-08-14
sh: dwarf unwinder support.
Matt Fleming
3
-0
/
+425
2009-08-13
sh: Allow multiple stack unwinders to be setup
Matt Fleming
1
-0
/
+25
2009-08-13
sh: Use the generalized stacktrace ops
Matt Fleming
1
-0
/
+25
2009-08-13
Merge branch 'sh/stable-updates'
Paul Mundt
2
-12
/
+4
2009-08-05
sh: convert to asm-generic/hardirq.h
Christoph Hellwig
1
-10
/
+3
2009-08-04
sh: Tidy up NEFF-based sign extension for SH-5.
Paul Mundt
1
-0
/
+6
2009-08-04
sh: Provide __flush_anon_page().
Paul Mundt
1
-0
/
+14
2009-08-04
sh: Runtime PM pdev hwblk
Magnus Damm
1
-1
/
+6
2009-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 into sh/hwblk
Paul Mundt
2
-12
/
+4
2009-08-04
sh: Add SH7724 DMAC support.
Kuninori Morimoto
1
-0
/
+1
2009-07-29
sh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING.
Stuart Menefy
1
-0
/
+72
2009-07-29
sh: update_mmu_cache() consolidation.
Paul Mundt
1
-2
/
+13
2009-07-27
mm: Remove duplicate definitions in MIPS and SH
Benjamin Herrenschmidt
1
-8
/
+0
2009-07-27
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
Benjamin Herrenschmidt
2
-5
/
+5
2009-07-27
sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.
Paul Mundt
3
-22
/
+7
2009-07-27
sh: wire up clear_user_highpage() for sh4, convert sh7705.
Paul Mundt
3
-6
/
+11
2009-07-22
sh: Migrate from PG_mapped to PG_dcache_dirty.
Paul Mundt
2
-7
/
+6
2009-07-22
sh: Provide _PAGE_SPECIAL for 32-bit.
Paul Mundt
1
-4
/
+10
2009-07-20
Merge branches 'sh/hwblk' and 'sh/platform-updates'
Paul Mundt
1
-2
/
+11
2009-07-20
sh: Add support for multiple hwblk counters
Magnus Damm
1
-2
/
+11
2009-07-11
Merge branches 'sh/ftrace' and 'sh/stable-updates'
Paul Mundt
2
-1
/
+4
2009-07-11
sh: Function graph tracer support
Matt Fleming
1
-0
/
+3
2009-07-10
sched: INIT_PREEMPT_COUNT
Peter Zijlstra
1
-1
/
+1
2009-07-06
Merge branches 'sh/ftrace' and 'sh/cachetlb'
Paul Mundt
4
-0
/
+78
2009-07-06
sh: Add ftrace syscall tracing support
Matt Fleming
2
-4
/
+8
2009-07-06
sh: Fix the value of MCOUNT_INSN_OFFSET
Matt Fleming
1
-2
/
+2
2009-07-05
Merge branches 'sh/hwblk', 'sh/cpuidle' and 'sh/stable-updates'
Paul Mundt
2
-0
/
+70
2009-07-05
sh: cpuidle for SuperH Mobile using hwblk
Magnus Damm
1
-0
/
+9
2009-07-05
sh: hwblk base implementation
Magnus Damm
1
-0
/
+61
2009-07-03
sh: Use bootmem ontop of lmb
Matt Fleming
1
-0
/
+6
2009-07-03
sh: define PERF_COUNTER_INDEX_OFFSET.
Paul Mundt
1
-0
/
+2
2009-07-02
sh: Fix compiler error and include the definition of IS_ERR_VALUE
Matt Fleming
1
-0
/
+1
2009-06-24
sh: make set_perf_counter_pending() static inline.
Paul Mundt
1
-1
/
+1
2009-06-23
sh: Fix up more dma-mapping fallout.
Paul Mundt
1
-6
/
+6
2009-06-23
sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.
Paul Mundt
1
-0
/
+1
2009-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
35
-1129
/
+95
2009-06-17
Delete pcibios_select_root
Matthew Wilcox
1
-13
/
+0
2009-06-17
Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-updates' and 'sh/perf_counter'
Paul Mundt
3
-21
/
+12
[prev]
[next]