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
2009-08-27
sh: fix CPU_SH7723/7724 numbering bug
Kuninori Morimoto
1
-1
/
+1
2009-08-25
sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX.
Paul Mundt
1
-1
/
+1
2009-08-24
Merge branch 'sh/st-integration'
Paul Mundt
29
-155
/
+476
2009-08-24
sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.
Paul Mundt
2
-2
/
+1
2009-08-24
usb: gadget: m66592-udc needs linux/err.h.
Paul Mundt
1
-1
/
+1
2009-08-24
sh: Simplify "multi-evt" interrupt handling.
Pawel Moll
3
-39
/
+18
2009-08-24
sh: fix sys_cacheflush error checking
Giuseppe Cavallaro
2
-1
/
+8
2009-08-24
sh: Fix problems with cache flushing when cache is in write-through mode
Stuart Menefy
1
-0
/
+34
2009-08-24
sh: Fix overzealous checking in __ioremap()
Stuart Menefy
1
-8
/
+0
2009-08-24
sh: Fixes some write posting issues in the interrupt handling for SH
Stuart Menefy
2
-1
/
+8
2009-08-24
sh: Fix underflow in SH udelay() code.
Stuart Menefy
1
-2
/
+3
2009-08-24
sh: Add sys_cacheflush() call for SH CPUs.
Stuart Menefy
7
-5
/
+60
2009-08-24
sh: Improve comments int SH4 cache flushing code
Stuart Menefy
1
-0
/
+11
2009-08-24
sh: Optimise memcpy_to/fromio for SH4
Stuart Menefy
1
-21
/
+72
2009-08-24
sh: generic_in/outs{bwl} optimizations.
Stuart Menefy
1
-42
/
+8
2009-08-24
sh: Read from CCN_PVR instead of ROM for delay.
Stuart Menefy
1
-1
/
+5
2009-08-24
sh: Remove implicit sign extension from assembler immediates
Stuart Menefy
5
-6
/
+7
2009-08-24
sh: Allow for kernel command line concatenation.
Pawel Moll
2
-5
/
+28
2009-08-24
sh: Use internal watchdog timer to perform reset
Jon Frosdick
1
-0
/
+20
2009-08-24
sh: kgdb: do not reload VBR while handling debugger breackpoint
Giuseppe Cavallaro
1
-2
/
+0
2009-08-24
sh: Allow use of GENERIC_IOMAP
David McKay
3
-0
/
+18
2009-08-24
sh: Improve unwind info for signals
Carl Shaw
1
-1
/
+11
2009-08-24
sh: cleanup of do_address_error()
Andre Draszik
1
-10
/
+10
2009-08-24
sh: Allow user control over misaligned fixup handling
Andre Draszik
1
-0
/
+153
2009-08-24
sh: ratelimit unaligned fixups
Andre Draszik
1
-13
/
+4
2009-08-23
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
Paul Mundt
337
-2097
/
+6016
2009-08-23
sh: drop static UIO clocks for sh7722, sh7723 and sh7724
Magnus Damm
3
-10
/
+10
2009-08-23
sh: let ARCH_SHMOBILE select PM and PM_RUNTIME
Magnus Damm
1
-0
/
+2
2009-08-23
sh: Fix section mismatch in platform bus notifier.
Paul Mundt
1
-3
/
+2
2009-08-23
uio: Runtime PM for UIO devices
Magnus Damm
1
-0
/
+54
2009-08-23
v4l2: Runtime PM for SuperH Mobile CEU
Magnus Damm
1
-16
/
+25
2009-08-23
video: Runtime PM for SuperH Mobile LCDC
Magnus Damm
1
-46
/
+110
2009-08-23
i2c: Runtime PM for SuperH Mobile I2C
Magnus Damm
1
-2
/
+37
2009-08-23
sh: Runtime PM for SuperH Mobile platform bus devices
Magnus Damm
4
-1
/
+317
2009-08-23
Merge branch 'sh/hwblk' into sh/pm-runtime
Paul Mundt
109
-1791
/
+6560
2009-08-23
PM: Run-time PM platform device bus support
Magnus Damm
1
-9
/
+37
2009-08-23
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
Rafael J. Wysocki
10
-11
/
+1689
2009-08-23
Merge branch 'master' into for-linus
Rafael J. Wysocki
32
-278
/
+459
2009-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2
-1
/
+3
2009-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
4
-134
/
+185
2009-08-22
sh: unwinder: cacheline align slab cache objects.
Paul Mundt
1
-2
/
+5
2009-08-21
Linux 2.6.31-rc7
v2.6.31-rc7
Linus Torvalds
1
-1
/
+1
2009-08-21
Re-introduce page mapping check in mark_buffer_dirty()
Linus Torvalds
1
-2
/
+5
2009-08-22
Merge branch 'sh/dwarf-unwinder'
Paul Mundt
10
-130
/
+265
2009-08-22
sh64: dummy unwinder BUG wrappers.
Paul Mundt
1
-0
/
+5
2009-08-22
sh: unwinder: Use a special bug flag for unwinder traps.
Paul Mundt
4
-35
/
+24
2009-08-22
Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into ...
Paul Mundt
10
-105
/
+252
2009-08-22
sh: Export unwind_stack() to satisfy modular oprofile.
Paul Mundt
1
-0
/
+2
2009-08-21
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
13
-27
/
+85
2009-08-21
Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-7
/
+14
[next]