Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
35a35408914bcd22dbaeea710ec1e711b673b59e
/
arch
35a3540
sh: Add SH-ETH support for EcoVec24
by Kuninori Morimoto
· 15 years ago
b7056bc
sh: modify to enable boot for EcoVec24
by Kuninori Morimoto
· 15 years ago
b37c7c6
sh: fix CPU_SH7723/7724 numbering bug
by Kuninori Morimoto
· 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
05ecd5a
sh: Simplify "multi-evt" interrupt handling.
by Pawel Moll
· 15 years ago
788e6af
sh: fix sys_cacheflush error checking
by Giuseppe Cavallaro
· 15 years ago
ffad9d7
sh: Fix problems with cache flushing when cache is in write-through mode
by Stuart Menefy
· 15 years ago
a1fce73
sh: Fix overzealous checking in __ioremap()
by Stuart Menefy
· 15 years ago
6000fc4
sh: Fixes some write posting issues in the interrupt handling for SH
by Stuart Menefy
· 15 years ago
bd4fb4d
sh: Fix underflow in SH udelay() code.
by Stuart Menefy
· 15 years ago
6d243dd
sh: Add sys_cacheflush() call for SH CPUs.
by Stuart Menefy
· 15 years ago
a5cf9e2
sh: Improve comments int SH4 cache flushing code
by Stuart Menefy
· 15 years ago
5e9377e
sh: Optimise memcpy_to/fromio for SH4
by Stuart Menefy
· 15 years ago
8af57f8
sh: generic_in/outs{bwl} optimizations.
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
d724a9c
sh: Allow for kernel command line concatenation.
by Pawel Moll
· 15 years ago
b46373e
sh: Use internal watchdog timer to perform reset
by Jon Frosdick
· 15 years ago
27a30f5
sh: kgdb: do not reload VBR while handling debugger breackpoint
by Giuseppe Cavallaro
· 15 years ago
15444a8
sh: Allow use of GENERIC_IOMAP
by David McKay
· 15 years ago
2fc742f
sh: Improve unwind info for signals
by Carl Shaw
· 15 years ago
5a0ab35
sh: cleanup of do_address_error()
by Andre Draszik
· 15 years ago
7436cde
sh: Allow user control over misaligned fixup handling
by Andre Draszik
· 15 years ago
9a4af02
sh: ratelimit unaligned fixups
by Andre Draszik
· 15 years ago
c3144fc
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
by Paul Mundt
· 15 years ago
cc58f59
sh: drop static UIO clocks for sh7722, sh7723 and sh7724
by Magnus Damm
· 15 years ago
ac2c596
sh: let ARCH_SHMOBILE select PM and PM_RUNTIME
by Magnus Damm
· 15 years ago
a62926f
sh: Fix section mismatch in platform bus notifier.
by Paul Mundt
· 15 years ago
6a93dde
sh: Runtime PM for SuperH Mobile platform bus devices
by Magnus Damm
· 15 years ago
0858d9c
Merge branch 'sh/hwblk' into sh/pm-runtime
by Paul Mundt
· 15 years ago
8400146
Merge branch 'master' into for-linus
by Rafael J. Wysocki
· 15 years ago
4f896ff
sh: unwinder: cacheline align slab cache objects.
by Paul Mundt
· 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
c153a58
Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into sh/dwarf-unwinder
by Paul Mundt
· 15 years ago
4ab8f24
sh: Export unwind_stack() to satisfy modular oprofile.
by Paul Mundt
· 15 years ago
b04e637
x86: don't call '->send_IPI_mask()' with an empty mask
by Linus Torvalds
· 15 years ago
83d349f
x86: don't send an IPI to the empty set of CPU's
by Linus Torvalds
· 15 years ago
5580e90
sh: Handle the DWARF op, DW_CFA_undefined
by Matt Fleming
· 15 years ago
5480675
sh: Fix bug calculating the end of the FDE instructions
by Matt Fleming
· 15 years ago
fe98dd3
sh: Setup the frame pointer in handle_interrupt
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
a81bec7
sh: update kfr2r09 defconfig
by Magnus Damm
· 15 years ago
e498dab
sh: add kfr2r09 romimage defconfig
by Magnus Damm
· 15 years ago
673b74b
sh: jump to p1 during boot on kfr2r09
by Magnus Damm
· 15 years ago
7c328e4
sh: invalidate icache and tlbs during boot on kfr2r09
by Magnus Damm
· 15 years ago
045a4b7
sh: i2c compile fix for kfr2r09
by Magnus Damm
· 15 years ago
39cf051
Merge branch 'master' into for-linus
by Rafael J. Wysocki
· 15 years ago
e89561c
sh: enable rtc-ds1302 in snapgear_defconfig.
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
307646c
sh: Fix up the CONFIG_FTRACE_SYSCALLS=n build.
by Paul Mundt
· 15 years ago
6560378
Merge branch 'sh/r8a66597-udc'
by Paul Mundt
· 15 years ago
f8f8c07
sh: add r8a66597 usb1 gadget to the se7724 board
by Magnus Damm
· 15 years ago
5a1c4cb
sh: add r8a66597 usb0 gadget to the kfr2r09 board
by Magnus Damm
· 15 years ago
e638fab
sh: Add mach-types entry for EcoVec board.
by Paul Mundt
· 15 years ago
4138b74
sh: Add EcoVec (SH7724) board support
by Kuninori Morimoto
· 15 years ago
4aa2d56
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 15 years ago
24d7619
sh: Add SH7724 support to NR_ONCHIP_DMA_CHANNELS
by Kuninori Morimoto
· 15 years ago
1bc265d0
sh: USB0 resource area fix for ms7724se
by Kuninori Morimoto
· 15 years ago
77f312a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
dc8ed71
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
af15c1a
Merge branch 'master' into for-linus
by Rafael J. Wysocki
· 15 years ago
b9d030a
Merge branch 'sh/for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 15 years ago
e174d13
sh: Prevent heartbeat from scribbling over non-LED bits.
by Kuninori Morimoto
· 15 years ago
b2ea8b4
sh: clkfwk: Support additional IFC divisor on SH7724.
by Kuninori Morimoto
· 15 years ago
7a01be2
sh: mach-kfr2409: add FLLFRQ value for PLL correction.
by Kuninori Morimoto
· 15 years ago
1fef789
microblaze: Update Microblaze defconfigs
by Michal Simek
· 15 years ago
8f37b6c
microblaze: Use klimit instead of _end for memory init
by Michal Simek
· 15 years ago
2856ed3
microblaze: Enable ppoll syscall
by Michal Simek
· 15 years ago
892ee92
microblaze: Sane handling of missing timer/intc in device tree
by John Williams
· 15 years ago
6b99ece
microblaze: use the generic ack_bad_irq implementation
by Christoph Hellwig
· 15 years ago
f3a8308
sh: Add a few missing irqflags tracing markers.
by Matt Fleming
· 15 years ago
63cd91d
sh: SuperH Mobile Software Standby support for cpuidle
by Magnus Damm
· 15 years ago
309214a
sh: rework SuperH Mobile sleep code exception handling
by Magnus Damm
· 15 years ago
df4ecf1
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 15 years ago
0f66f96
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
87c62a6
MIPS: Fix HPAGE_SIZE redefinition
by Atsushi Nemoto
· 15 years ago
e412cd2
x86, mce: Don't initialize MCEs on unknown CPUs
by Ingo Molnar
· 15 years ago
c7f6fa4
x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs
by Bartlomiej Zolnierkiewicz
· 15 years ago
97f361e
sh: unwinder: Move initialization to early_initcall() and tidy up locking.
by Paul Mundt
· 15 years ago
52459ab
x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.c
by Leonardo Potenza
· 15 years ago
4e5c25d
x86, mce: therm_throt: Don't log redundant normality
by Hugh Dickins
· 15 years ago
cd7246f
sh: Add support for DWARF GNU extensions
by Matt Fleming
· 15 years ago
b955873
sh: Try again at getting the initial return address for an unwind
by Matt Fleming
· 15 years ago
3e2bcad
Merge branch 'master' into for-linus
by Rafael J. Wysocki
· 15 years ago
38f9ddf
sh: Merge the _32/_64 variants of arch/sh/kernel/Makefile.
by Paul Mundt
· 15 years ago
a2bb9f4
ARM: 5673/1: U300 fix initsection compile warning
by Linus Walleij
· 15 years ago
824df39
Merge branch 's3c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux
by Russell King
· 15 years ago
8b61207
Merge branch 'for-rmk-rc' of git://git.pengutronix.de/git/imx/linux-2.6
by Russell King
· 15 years ago
dde5828
ARM: Fix broken highmem support
by Russell King
· 15 years ago
3ef12c3
x86: Fix UV BAU destination subnode id
by Cliff Wickman
· 15 years ago
963e04c
sh: Runtime PM pdev hwblk - kfr2r09 LCDC
by Magnus Damm
· 15 years ago
4b6b987
Merge branch 'master' into sh/hwblk
by Paul Mundt
· 15 years ago
Next »