Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d1af119a69fc9a625bd57a66d9c9fa88795b082c
/
arch
/
sh
/
include
/
asm
ade315d
sh: Kill off kgdb's magical NMI debouncing.
by Paul Mundt
· 15 years ago
1e1030d
sh: nmi_debug support.
by Paul Mundt
· 15 years ago
ac6a0cf
Merge branch 'master' into sh/smp
by Paul Mundt
· 15 years ago
2f6dafc
sh: unwinder: Fix up uninitialized variable warnings on sh2a build.
by Paul Mundt
· 15 years ago
4aa5ac4
sh: Only shout about fixing up unexpected unaligned accesses
by Matt Fleming
· 15 years ago
f840dd5
sh: Tidy up watchdog build for SH-2.
by Paul Mundt
· 15 years ago
c68e320
sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX.
by Paul Mundt
· 15 years ago
12cceb62
Merge branch 'sh/st-integration'
by Paul Mundt
· 15 years ago
f133278
sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.
by Paul Mundt
· 15 years ago
788e6af
sh: fix sys_cacheflush error checking
by Giuseppe Cavallaro
· 15 years ago
6d243dd
sh: Add sys_cacheflush() call for SH CPUs.
by Stuart Menefy
· 15 years ago
7d9c035
sh: Read from CCN_PVR instead of ROM for delay.
by Stuart Menefy
· 15 years ago
fea966f
sh: Remove implicit sign extension from assembler immediates
by Stuart Menefy
· 15 years ago
15444a8
sh: Allow use of GENERIC_IOMAP
by David McKay
· 15 years ago
c3144fc
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
by Paul Mundt
· 15 years ago
6a93dde
sh: Runtime PM for SuperH Mobile platform bus devices
by Magnus Damm
· 15 years ago
fa9d3b4
Merge branch 'sh/dwarf-unwinder'
by Paul Mundt
· 15 years ago
74db247
sh64: dummy unwinder BUG wrappers.
by Paul Mundt
· 15 years ago
e115f2c
sh: unwinder: Use a special bug flag for unwinder traps.
by Paul Mundt
· 15 years ago
5580e90
sh: Handle the DWARF op, DW_CFA_undefined
by Matt Fleming
· 15 years ago
b344e24a
sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()
by Matt Fleming
· 15 years ago
97efbbd
sh: unwinder: Set the flags for DW_CFA_val_offset ops as DWARF_VAL_OFFSET
by Matt Fleming
· 15 years ago
fb3f3e7
sh: unwinder: Fix memory leak and create our own kmem cache
by Matt Fleming
· 15 years ago
c01f0f1
sh: Add initial support for SH7757 CPU subtype
by Yoshihiro Shimoda
· 15 years ago
f26b2a5
sh: Make cache flushers SMP-aware.
by Paul Mundt
· 15 years ago
f9bd71f
sh: Kill off unused cpu/cacheflush.h.
by Paul Mundt
· 15 years ago
711e522
sh: Use local TLB flush for get_mmu_context() ASID exhaustion.
by Paul Mundt
· 15 years ago
485f072
sh: DSP save/restore ordering and a0 sign extension fixups.
by Paul Mundt
· 15 years ago
6503fe4
sh: Better description of SH-4 PTEA register update.
by Michael Trimarchi
· 15 years ago
ee8365f
Merge branch 'master' into sh/cachetlb
by Paul Mundt
· 15 years ago
e174d13
sh: Prevent heartbeat from scribbling over non-LED bits.
by Kuninori Morimoto
· 15 years ago
97f361e
sh: unwinder: Move initialization to early_initcall() and tidy up locking.
by Paul Mundt
· 15 years ago
cd7246f
sh: Add support for DWARF GNU extensions
by Matt Fleming
· 15 years ago
94ecd22
sh: Fix up the SH-5 build with caches enabled.
by Paul Mundt
· 15 years ago
65305ae
sh: Convert cache disabled SH-5 over to new cache interface.
by Paul Mundt
· 15 years ago
4b6b987
Merge branch 'master' into sh/hwblk
by Paul Mundt
· 15 years ago
37443ef
sh: Migrate SH-4 cacheflush ops to function pointers.
by Paul Mundt
· 15 years ago
916e978
sh: Kill off unused flush_icache_user_range().
by Paul Mundt
· 15 years ago
7fbb2d3
sh: consolidate flush_dcache_mmap_lock/unlock() definitions.
by Paul Mundt
· 15 years ago
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
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
d2dcd91
Merge branch 'master' into sh/cachetlb
by Paul Mundt
· 15 years ago
43bc61d
sh: Add register alignment helpers for shared flushers.
by Paul Mundt
· 15 years ago
f826466
sh: Delete DWARF_ARCH_UNWIND_OFFSET
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
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
e290861
Merge branch 'sh/stable-updates'
by Paul Mundt
· 15 years ago
c1155e3
sh: convert to asm-generic/hardirq.h
by Christoph Hellwig
· 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
9aaa749
sh: Runtime PM pdev hwblk
by Magnus Damm
· 15 years ago
0011107
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 into sh/hwblk
by Paul Mundt
· 15 years ago
edc67b2
sh: Add SH7724 DMAC support.
by Kuninori Morimoto
· 15 years ago
fd78a76
sh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING.
by Stuart Menefy
· 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
dfff0fa
sh: wire up clear_user_highpage() for sh4, convert sh7705.
by Paul Mundt
· 15 years ago
2277ab4
sh: Migrate from PG_mapped to PG_dcache_dirty.
by Paul Mundt
· 15 years ago
c0b96cf6
sh: Provide _PAGE_SPECIAL for 32-bit.
by Paul Mundt
· 15 years ago
c358fc4
Merge branches 'sh/hwblk' and 'sh/platform-updates'
by Paul Mundt
· 15 years ago
0f8ee18
sh: Add support for multiple hwblk counters
by Magnus Damm
· 15 years ago
f686d8c1
Merge branches 'sh/ftrace' and 'sh/stable-updates'
by Paul Mundt
· 15 years ago
327933f
sh: Function graph tracer support
by Matt Fleming
· 15 years ago
c99e6ef
sched: INIT_PREEMPT_COUNT
by Peter Zijlstra
· 15 years ago
7119888
Merge branches 'sh/ftrace' and 'sh/cachetlb'
by Paul Mundt
· 15 years ago
c652d78
sh: Add ftrace syscall tracing support
by Matt Fleming
· 15 years ago
ca0d172
sh: Fix the value of MCOUNT_INSN_OFFSET
by Matt Fleming
· 15 years ago
1ecc6ab
Merge branches 'sh/hwblk', 'sh/cpuidle' and 'sh/stable-updates'
by Paul Mundt
· 15 years ago
7426394
sh: cpuidle for SuperH Mobile using hwblk
by Magnus Damm
· 15 years ago
79714ac
sh: hwblk base implementation
by Magnus Damm
· 15 years ago
c601a51
sh: Use bootmem ontop of lmb
by Matt Fleming
· 15 years ago
47220f6
sh: define PERF_COUNTER_INDEX_OFFSET.
by Paul Mundt
· 15 years ago
34e19ad
sh: Fix compiler error and include the definition of IS_ERR_VALUE
by Matt Fleming
· 15 years ago
d94d4ad
sh: make set_perf_counter_pending() static inline.
by Paul Mundt
· 15 years ago
971121f
sh: Fix up more dma-mapping fallout.
by Paul Mundt
· 15 years ago
2e046b9
sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.
by Paul Mundt
· 15 years ago
15fc204
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 15 years ago
a6c1409
Delete pcibios_select_root
by Matthew Wilcox
· 15 years ago
3d3638d
Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-updates' and 'sh/perf_counter'
by Paul Mundt
· 16 years ago
9c93e59
sh: Generic HAVE_PERF_COUNTER support.
by Paul Mundt
· 16 years ago
e4c9dd0
kmap_types: make most arches use generic header file
by Randy Dunlap
· 16 years ago
f01789c
sh: Use generic atomic64_t implementation.
by Paul Mundt
· 16 years ago
0c50f6f
sh: Make the atomic functions safe for irqsoff tracing
by Matt Fleming
· 16 years ago
3767f3f
sh: Convert sh64 to use the generic checksum code.
by Paul Mundt
· 16 years ago
2b74b85
sh: Derive COMMAND_LINE_SIZE from asm-generic/setup.h.
by Paul Mundt
· 16 years ago
7fb8156
sh: Switch to asm-generic versions for identical headers.
by Paul Mundt
· 16 years ago
bdc90d4
sh: Convert to asm-generic/signal.h.
by Paul Mundt
· 16 years ago
a8bd468
sh: Convert to asm-generic/types.h.
by Paul Mundt
· 16 years ago
84f8369
sh: Convert to asm-generic/scatterlist.h.
by Paul Mundt
· 16 years ago
508fb69
sh: Convert to asm-generic/unaligned.h.
by Paul Mundt
· 16 years ago
5db455b
sh: Convert to asm-generic/module.h.
by Paul Mundt
· 16 years ago
7b27582
sh: Conver to asm-generic/mmu_context.h.
by Paul Mundt
· 16 years ago
f8f06bc
sh: Tidy up duplication in irq/swab/timex.h.
by Paul Mundt
· 16 years ago
Next »