index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-22
sh: Convert Microdev boards from hw_interrupt_type to irq_chip
Matt Fleming
1
-29
/
+7
2008-12-22
sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking.
Paul Mundt
6
-5
/
+314
2008-12-22
fb: SH-5 uses __raw I/O accessors now also, drop the special casing.
Paul Mundt
1
-1
/
+1
2008-12-22
sh: Add SH-5 optimized memcpy()/memset()/strcpy()/strlen().
Paul Mundt
8
-94
/
+440
2008-12-22
sh: Kill off remaining CONFIG_SH_KGDB bits.
Paul Mundt
2
-180
/
+0
2008-12-22
serial: sh-sci: Implement CONSOLE_POLL support and kill off old kgdb console.
Paul Mundt
1
-181
/
+20
2008-12-22
sh: Generic kgdb stub support.
Paul Mundt
15
-1244
/
+328
2008-12-22
sh: Enable HAVE_ARCH_TRACEHOOK for all SH, now that SH-5 supports it too.
Paul Mundt
3
-4
/
+4
2008-12-22
sh: Provide linux/regset.h interface for SH-5.
Paul Mundt
3
-4
/
+186
2008-12-22
sh: Provide asm/syscall.h for SH-5.
Paul Mundt
3
-32
/
+108
2008-12-22
sh: Handle cases where setup{_rt,}_frame() fail on SH-5 signal delivery.
Paul Mundt
1
-45
/
+48
2008-12-22
sh: Fix up syscall_get_nr() comment in syscall_32.h.
Paul Mundt
1
-1
/
+1
2008-12-22
sh: Fix up the cpu_asid() return value on nommu.
Paul Mundt
2
-3
/
+3
2008-12-22
sh: Convert sh64 /proc/asids to debugfs and generic sh.
Paul Mundt
5
-43
/
+81
2008-12-22
sh: Kill off sh64's unused alloc/free_task_struct() definitions.
Paul Mundt
1
-12
/
+0
2008-12-22
sh: mach-migor: Kill off unused Migo-R machvec.
Paul Mundt
1
-9
/
+0
2008-12-22
sh: add ov772x reset delay on Migo-R
Magnus Damm
1
-0
/
+1
2008-12-22
sh: Drop the special qemu defconfig.
Paul Mundt
1
-949
/
+0
2008-12-22
sh: Delete unnecessary mov in the interrupt exception entry point.
Aoi Shinkai
1
-2
/
+2
2008-12-22
sh: Fix an off-by-1 check in __mutex_fastpath_unlock().
Paul Mundt
1
-1
/
+1
2008-12-22
sh: Update rsk701_defconfig to reflect mach-rsk changes.
Paul Mundt
1
-1
/
+13
2008-12-22
sh: Enable leds-gpio in rsk7203 defconfig.
Paul Mundt
1
-12
/
+53
2008-12-22
sh: Consolidate rsk7203/7201 in to a new mach-rsk.
Paul Mundt
8
-100
/
+44
2008-12-22
sh: Provide ftrace_make_call()/ftrace_make_nop().
Paul Mundt
1
-0
/
+24
2008-12-22
sh: Disable -Werror for arch/sh/oprofile/.
Paul Mundt
1
-2
/
+0
2008-12-22
sh: Add plain udivsi3 (not _i4*) for gcc-4.1 and lower.
Takashi YOSHII
4
-629
/
+713
2008-12-22
Fix incorrect use of loose in c-checksum.c
Nick Andrew
1
-2
/
+2
2008-12-22
sh: Fix up the SH-4A mutex fastpath semantics.
Paul Mundt
1
-16
/
+21
2008-12-22
sh: allow CONFIG_CPU_IDLE
Magnus Damm
1
-1
/
+3
2008-12-22
sh: allow CONFIG_PM
Magnus Damm
1
-6
/
+9
2008-12-22
sh: move the hp6xx pm code
Magnus Damm
5
-108
/
+77
2008-12-22
sh: update se7343 defconfig
Magnus Damm
1
-29
/
+274
2008-12-22
sh: remove ioport cruft and smc91x from se7343
Magnus Damm
4
-323
/
+1
2008-12-22
sh: add isp1161 usb host device to se7343
Magnus Damm
1
-0
/
+45
2008-12-22
sh: add st16c2550 devices to se7343
Magnus Damm
2
-1
/
+38
2008-12-22
sh: fix number of interrupts on se7343
Magnus Damm
1
-1
/
+1
2008-12-22
sh: sh7343 scif configuration update
Magnus Damm
1
-2
/
+17
2008-12-22
sh: propagate r_clk
Magnus Damm
1
-0
/
+2
2008-12-22
sh: RSK+ 7201 board support.
Peter Griffin
5
-0
/
+802
2008-12-22
sh: Add support for SH7201 CPU subtype.
Peter Griffin
10
-8
/
+455
2008-12-22
sh: Switch HD64461 from hw_interrupt_type to irq_chip
Matt Fleming
1
-90
/
+25
2008-12-22
sh: pci-sh7780: fix pci memory address mask
Yoshihiro Shimoda
1
-7
/
+5
2008-12-22
sh: Provide a dyn_arch_ftrace struct definition.
Paul Mundt
1
-2
/
+7
2008-12-22
sh: Split out the idle loop for reuse between _32/_64 variants.
Paul Mundt
5
-123
/
+83
2008-12-22
sh: Consolidate cpu_relax()/cpu_sleep() definitions across _32/_64.
Paul Mundt
3
-5
/
+3
2008-12-22
sh: do not latency trace idle.
Paul Mundt
1
-0
/
+4
2008-12-22
sh: Tidy up backtrace formatting with kallsyms disabled.
Paul Mundt
2
-6
/
+3
2008-12-22
sh: Add a simple code dumper for SUPERH32 show_regs().
Paul Mundt
4
-3
/
+579
2008-12-22
sh: Add a few more branch types to the branch emulator.
Paul Mundt
1
-6
/
+11
2008-12-22
sh: Re-add support for best fit ISA tuning if none is available.
Paul Mundt
1
-5
/
+20
[next]