Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ecba1060583635ab55092072441ff903b5e9a659
/
arch
/
sh
ecba106
sh: Centralize the CPU cache initialization routines.
by Paul Mundt
· 15 years ago
e82da21
sh: Track the CPU family in sh_cpuinfo.
by Paul Mundt
· 15 years ago
aae4d14
sh: consolidate nommu stubs in arch/sh/mm/nommu.c.
by Paul Mundt
· 15 years ago
dde5e3f
sh: rework nommu for generic cache.c use.
by Paul Mundt
· 15 years ago
cbbe2f6
sh: rename pg-mmu.c -> cache.c, enable generically.
by Paul Mundt
· 15 years ago
2739742
sh: Provide the kmap_coherent() interface generically.
by Paul Mundt
· 15 years ago
8edcfcb
sh: Bail from kmap_coherent_init() if we have no dcache aliases.
by Paul Mundt
· 15 years ago
d2dcd91
Merge branch 'master' into sh/cachetlb
by Paul Mundt
· 15 years ago
8010fbe
sh: TLB fast path optimizations for load/store exceptions.
by Paul Mundt
· 15 years ago
112e584
sh: TLB protection violation exception optimizations.
by Paul Mundt
· 15 years ago
e7b8b7f
sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.
by Paul Mundt
· 15 years ago
7956872
sh64: Wire up the shared __flush_xxx_region() flushers.
by Paul Mundt
· 15 years ago
43bc61d
sh: Add register alignment helpers for shared flushers.
by Paul Mundt
· 15 years ago
606b4c9
sh: stacktrace: Properly terminate the trace entry buffer.
by Paul Mundt
· 15 years ago
f9967e2
sh: flag the default unwinder as reliable.
by Paul Mundt
· 15 years ago
48e4d46
sh: stacktrace: Add reliability checks in address saving ops.
by Paul Mundt
· 15 years ago
0fc11e3
sh: unwinder: Convert frame allocations to GFP_ATOMIC.
by Paul Mundt
· 15 years ago
718dbf3
Merge branch 'sh/dwarf-unwinder'
by Paul Mundt
· 15 years ago
f826466
sh: Delete DWARF_ARCH_UNWIND_OFFSET
by Matt Fleming
· 15 years ago
f54aab4
sh: oprofile: Kill off dead valid_kernel_stack().
by Paul Mundt
· 15 years ago
bf43a16
sh: unwinder: Restore put_unaligned() for an unaligned destination.
by Paul Mundt
· 15 years ago
3497447
sh: unwinder: Fix up usage of unaligned accessors.
by Paul Mundt
· 15 years ago
cafb0dd
sh: Add CFI annotations for exception return.
by Matt Fleming
· 15 years ago
0b93048
sh: Setup the frame register in asm code
by Matt Fleming
· 15 years ago
bd35386
sh: dwarf unwinder support.
by Matt Fleming
· 15 years ago
0eff9f6
sh: Use the new stack unwinder API
by Matt Fleming
· 15 years ago
bf61ad1
sh: Allow multiple stack unwinders to be setup
by Matt Fleming
· 15 years ago
4e14dfc
sh: Use the generalized stacktrace ops
by Matt Fleming
· 15 years ago
922b0dc
sh: use printk_once
by Marcin Slusarz
· 15 years ago
e290861
Merge branch 'sh/stable-updates'
by Paul Mundt
· 15 years ago
dbefd60
sh: fix i2c init order on ap325rxa V2
by Magnus Damm
· 15 years ago
ba3a170
sh: fix i2c init order on Migo-R V2
by Magnus Damm
· 15 years ago
ba9a633
sh: convert processor device setup functions to arch_initcall()
by Magnus Damm
· 15 years ago
b4a7573
sh: clean up Migo-R header file
by Magnus Damm
· 15 years ago
2d2bcd3
sh: fix romImage mach dir usage
by Magnus Damm
· 15 years ago
7766e16
sh: LED9, LED10 and LED11 support for Solution Engine 7724
by Magnus Damm
· 15 years ago
33893d7
sh: kfr2r09 board support - NAND flash
by Magnus Damm
· 15 years ago
9f26e65
sh: kfr2r09 board support - LCDC panel
by Magnus Damm
· 15 years ago
c1155e3
sh: convert to asm-generic/hardirq.h
by Christoph Hellwig
· 15 years ago
0837f52
sh: Partially unroll the SH-4 __flush_xxx_region() flushers.
by Paul Mundt
· 15 years ago
8174252
sh: Split out SH-4 __flush_xxx_region() ops.
by Paul Mundt
· 15 years ago
d14d751
sh64: Kill off special clear_page() implementation.
by Paul Mundt
· 15 years ago
c791483
sh: Tidy up NEFF-based sign extension for SH-5.
by Paul Mundt
· 15 years ago
c0fe478
sh: Provide __flush_anon_page().
by Paul Mundt
· 15 years ago
b5eb10a
sh: Drop unused arguments for kunmap_coherent().
by Paul Mundt
· 15 years ago
222db3e
sh: Bring kmap_coherent() out-of-line.
by Paul Mundt
· 15 years ago
700487c
sh: Add a PG_dcache_dirty sanity check in kmap_coherent().
by Paul Mundt
· 15 years ago
11d8290
sh: Fix up early printk build error.
by Paul Mundt
· 15 years ago
edc67b2
sh: Add SH7724 DMAC support.
by Kuninori Morimoto
· 15 years ago
4f32431
sh: ms7724se: add 1280x720 lcdc output support
by Kuninori Morimoto
· 15 years ago
133b170f
sh: clean up MSTPCRn register definitions
by Magnus Damm
· 15 years ago
6ba4a8f
sh: hwblk support for sh7724
by Magnus Damm
· 15 years ago
05aa788
sh: Add early printk support for SH770x CPUs.
by Rafael Ignacio Zurita
· 15 years ago
fdeb076
sh: Add romImage target to archhelp.
by Paul Mundt
· 15 years ago
d162300
sh: kfr2r09 romImage support V2
by Magnus Damm
· 15 years ago
3c92832
sh: romImage support V2
by Magnus Damm
· 15 years ago
fd78a76
sh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING.
by Stuart Menefy
· 15 years ago
82b2422
Revert "sh: Bump the earlytimer bits back to time_init()."
by Paul Mundt
· 15 years ago
3ed6e12
sh: Handle a NULL vma in __update_tlb() for the fast-path.
by Paul Mundt
· 15 years ago
9cef749
sh: update_mmu_cache() consolidation.
by Paul Mundt
· 15 years ago
4733fd3
mm: Remove duplicate definitions in MIPS and SH
by Benjamin Herrenschmidt
· 15 years ago
9e1b32c
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
by Benjamin Herrenschmidt
· 15 years ago
0dfae7d
sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.
by Paul Mundt
· 15 years ago
221c007
sh: Rename arch/sh/lib/clear_page.S -> __clear_user.S.
by Paul Mundt
· 15 years ago
dfff0fa
sh: wire up clear_user_highpage() for sh4, convert sh7705.
by Paul Mundt
· 15 years ago
a3beddd
Merge branch 'sh/kfr2r09'
by Paul Mundt
· 15 years ago
5bdef86
sh: kfr2r09 board support - mach-type and defconfig
by Magnus Damm
· 15 years ago
39a6bf1
sh: kfr2r09 board support - KEYSC keypad
by Magnus Damm
· 15 years ago
a366aa64
sh: kfr2r09 board support - NOR flash
by Magnus Damm
· 15 years ago
e7d1651
sh: kfr2r09 board support - SCIF console
by Magnus Damm
· 15 years ago
955c986
sh: convert processor device setup functions to arch_initcall()
by Magnus Damm
· 15 years ago
2c59b0b
usb: m66592-udc platform data on_chip support
by Magnus Damm
· 15 years ago
2277ab4
sh: Migrate from PG_mapped to PG_dcache_dirty.
by Paul Mundt
· 15 years ago
c0b96cf
sh: Provide _PAGE_SPECIAL for 32-bit.
by Paul Mundt
· 15 years ago
fc6cca3
Merge branches 'sh/compressors' and 'sh/stable-updates'
by Paul Mundt
· 15 years ago
ef9b542
sh: bzip2/lzma uImage support.
by Paul Mundt
· 15 years ago
6bde607
sh: Clean up linker script using new BSS_SECTION macro.
by Tim Abbott
· 15 years ago
c358fc4
Merge branches 'sh/hwblk' and 'sh/platform-updates'
by Paul Mundt
· 15 years ago
719a72b
usb: r8a66597-hcd platform data on_chip support
by Magnus Damm
· 15 years ago
2094e50
sh: hwblk support for sh7723
by Magnus Damm
· 15 years ago
0f8ee18
sh: Add support for multiple hwblk counters
by Magnus Damm
· 15 years ago
7284987
sh: Kill off zero-sized vmlinux_64.lds.S
by Paul Mundt
· 15 years ago
05dd2cd
sh: Restore previous behaviour on kernel fault
by Matt Fleming
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
3e28ad7
Merge branches 'sh/compressors' and 'sh/ftrace'
by Paul Mundt
· 15 years ago
040f43e
sh64: Don't use PHYSADDR() for output_addr calculation.
by Paul Mundt
· 15 years ago
59f0029
sh: rename arch/sh/boot/compressed/misc_32.c -> misc.c
by Paul Mundt
· 15 years ago
b14c6d4
sh: Consolidate the sh64 changes in arch/sh/boot/compressed/misc_32.c
by Paul Mundt
· 15 years ago
07e88e1
sh: bzip2/lzma zImage support.
by Paul Mundt
· 15 years ago
df8ce25
sh: Tidy up gzip-based zImage decompression.
by Paul Mundt
· 15 years ago
e460ab2
sh: Fix up stack overflow check with ftrace disabled.
by Paul Mundt
· 15 years ago
a470b95
sh: Fix up ftrace build error when STACK_DEBUG=n.
by Paul Mundt
· 15 years ago
fe27932
sh: Use DECLARE_EXPORT() for mcount symbol export.
by Paul Mundt
· 15 years ago
9f14b84
sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG.
by Paul Mundt
· 15 years ago
473d1cf
sh: Decouple mcount from ftrace.
by Paul Mundt
· 15 years ago
f686d8c1
Merge branches 'sh/ftrace' and 'sh/stable-updates'
by Paul Mundt
· 15 years ago
7816fec
sh: Mark __switch_to() as __notrace_funcgraph
by Matt Fleming
· 15 years ago
327933f
sh: Function graph tracer support
by Matt Fleming
· 15 years ago
b99610f
sh: Provide diagnostic kernel stack checks
by Matt Fleming
· 15 years ago
c99e6ef
sched: INIT_PREEMPT_COUNT
by Peter Zijlstra
· 15 years ago
Next »