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
path:
root
/
arch
/
sh
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-27
sh: Fix up unsigned syscall_nr in SH-5 pt_regs.
Paul Mundt
1
-1
/
+1
2009-04-09
sh: Add support for DMA API debugging.
Paul Mundt
2
-10
/
+37
2009-04-07
sh: Provide cpumask_of_pcibus() to fix NUMA build.
Paul Mundt
1
-2
/
+5
2009-04-06
sh: wire up sys_preadv/sys_pwritev() syscalls.
Paul Mundt
2
-2
/
+6
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
6
-206
/
+235
2009-04-04
sh: Fix up DSP context save/restore.
Michael Trimarchi
3
-55
/
+136
2009-04-02
Allow rwlocks to re-enable interrupts
Robin Holt
1
-0
/
+3
2009-04-02
sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.
Paul Mundt
1
-0
/
+1
2009-04-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
1
-1
/
+0
2009-03-31
sh: Sanitize asm/mmu.h for assembly use.
Francesco VIRLINZI
1
-16
/
+19
2009-03-31
sh: Tidy up sh7786 pinmux table.
Kuninori Morimoto
1
-135
/
+79
2009-03-30
cpumask: remove node_to_first_cpu
Rusty Russell
1
-1
/
+0
2009-03-26
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
32
-221
/
+794
2009-03-20
sh: fix the HD64461 level-triggered interrupts handling
Rafael Ignacio Zurita
1
-1
/
+0
2009-03-17
sh: Flush only the needed range when unmapping a VMA.
Paul Mundt
1
-8
/
+92
2009-03-17
sh: Support for extended ASIDs on PTEAEX-capable SH-X3 cores.
Paul Mundt
4
-24
/
+39
2009-03-16
sh: SuperH Mobile suspend support
Magnus Damm
1
-0
/
+9
2009-03-16
sh: Revert CONFIG_NR_ONCHIP_DMA_CHANNELS to MAX_DMA_CHANNELS
Nobuhiro Iwamatsu
1
-8
/
+9
2009-03-11
sh: clkfwk: add clk_set_parent/clk_get_parent
Francesco VIRLINZI
1
-0
/
+1
2009-03-10
sh: dma-sh updates for multi IRQ and new SH-4A CPUs.
Nobuhiro Iwamatsu
6
-68
/
+233
2009-03-10
sh: Support fixed 32-bit PMB mappings from bootloader.
Yoshihiro Shimoda
3
-5
/
+10
2009-03-10
sh: hibernation support
Magnus Damm
2
-0
/
+14
2009-03-03
sh: Urquell board support.
Kuninori Morimoto
1
-0
/
+68
2009-03-03
sh: Add support for SH7786 CPU subtype.
Kuninori Morimoto
3
-1
/
+197
2009-02-27
sh: Disable unsupportable prefetching on SH-3.
Paul Mundt
1
-2
/
+1
2009-02-27
sh: prefetch early exception data on sh4/sh4a.
Magnus Damm
1
-0
/
+5
2009-02-27
sh: remove EXPEVT vector from stack on sh3/sh4/sh4a
Magnus Damm
1
-5
/
+3
2009-02-15
net: new user space API for time stamping of incoming and outgoing packets
Patrick Ohly
1
-0
/
+3
2009-01-29
sh: rework clocksource and sched_clock
Magnus Damm
1
-2
/
+2
2009-01-29
SH: fix start_thread and user_stack_pointer macros
Roel Kluin
3
-14
/
+14
2009-01-29
sh: Use the atomic_t "counter" member
Matt Fleming
1
-8
/
+8
2009-01-29
sh: Relax inline assembly constraints
Matt Fleming
2
-55
/
+55
2009-01-29
Merge branch 'sh/stable-updates'
Paul Mundt
3
-50
/
+15
2009-01-29
sh: Fix up T-bit error handling in SH-4A mutex fastpath.
Takashi Yoshii
1
-12
/
+9
2009-01-29
sh: Fix up spurious syscall restarting.
Paul Mundt
2
-38
/
+6
2009-01-27
sh: use gpiolib
Magnus Damm
1
-26
/
+35
2009-01-27
sh: lockless gpio_set_value()
Magnus Damm
1
-1
/
+1
2009-01-27
sh: make gpio_get/set_value() O(1)
Magnus Damm
1
-1
/
+6
2009-01-21
asm-sh/posix_types_{32,64}.h: drop __GLIBC__/__USE_ALL usage
Mike Frysinger
2
-12
/
+4
2009-01-14
Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-3
/
+3
2009-01-14
byteorder: make swab.h include asm/swab.h like a regular header
Harvey Harrison
2
-3
/
+0
2009-01-14
[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2
Heiko Carstens
1
-3
/
+3
2009-01-08
NOMMU: Make VMAs per MM as for MMU-mode linux
David Howells
1
-1
/
+0
2009-01-06
sh: introduce asm/swab.h
Harvey Harrison
3
-59
/
+64
2009-01-06
atomic_t: unify all arch definitions
Matthew Wilcox
1
-4
/
+3
2009-01-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Mike Travis
33
-224
/
+796
2008-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
32
-224
/
+795
2008-12-28
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-1
/
+1
2008-12-26
cpumask: sh: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_c...
Rusty Russell
1
-0
/
+1
2008-12-25
[S390] arch_setup_additional_pages arguments
Martin Schwidefsky
1
-1
/
+1
[next]