index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: ifx6x60: fixed call to tty_port_init
Russ Gorby
2011-02-17
1
-1
/
+1
*
tty,vcs removing con_buf/conf_buf_mtx
Jiri Olsa
2011-02-17
3
-66
/
+52
*
tty,vcs: lseek/VC-release race fix
Jiri Olsa
2011-02-17
1
-0
/
+18
*
TTY: use appropriate printk priority level
Mandeep Singh Baines
2011-02-17
1
-7
/
+8
*
hvc: add Blackfin JTAG console support
Mike Frysinger
2011-02-17
3
-0
/
+115
*
vt: Add virtual console keyboard mode OFF
Arthur Taylor
2011-02-17
4
-3
/
+9
*
hvc_dcc: Simplify assembly for v6 and v7 ARM
Stephen Boyd
2011-02-03
1
-24
/
+0
*
hvc_dcc: Simplify put_chars()/get_chars() loops
Stephen Boyd
2011-02-03
1
-8
/
+4
*
hvc_dcc: Fix bad code generation by marking assembly volatile
Stephen Boyd
2011-02-03
1
-6
/
+5
*
serial: pch_uart: revert Kconfig for non-DMA mode
Tomoya MORINAGA
2011-02-03
1
-3
/
+2
*
serial: pch_uart: support new device ML7213
Tomoya MORINAGA
2011-02-03
2
-8
/
+24
*
68328serial: remove unsed m68k_serial->tqueue_hangup
Tejun Heo
2011-02-03
2
-24
/
+0
*
serial-core: reset the console speed on resume
Yin Kangkai
2011-02-03
1
-3
/
+3
*
serial: mrst_max3110: make buffer larger
Dan Carpenter
2011-02-03
1
-1
/
+1
*
tty_ldisc: don't use flush_scheduled_work()
Tejun Heo
2011-02-03
1
-2
/
+15
*
serial: omap-serial: Enable the UART wake-up bits always
Jarkko Nikula
2011-02-03
1
-3
/
+3
*
OMAP: Enable Magic SysRq on serial console ttyOx
Thomas Weber
2011-02-03
1
-1
/
+4
*
serial: ifx6x60: expanded info available from platform data
Russ Gorby
2011-02-03
3
-24
/
+32
*
serial: mfd: remove the timeout workaround for A0
Feng Tang
2011-02-03
1
-38
/
+0
*
tty: serial: bfin_sport_uart: fix signedness error
Vasiliy Kulikov
2011-02-03
1
-1
/
+1
*
Linux 2.6.38-rc3
v2.6.38-rc3
Linus Torvalds
2011-02-01
1
-1
/
+1
*
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2011-02-01
25
-210
/
+174
|
\
|
*
NFS: NFSv4 readdir loses entries
Chuck Lever
2011-01-28
1
-3
/
+0
|
*
NFS: Micro-optimize nfs4_decode_dirent()
Chuck Lever
2011-01-28
1
-3
/
+3
|
*
NFS: Fix an NFS client lockdep issue
Trond Myklebust
2011-01-28
1
-2
/
+4
|
*
NFS construct consistent co_ownerid for v4.1
Andy Adamson
2011-01-25
1
-20
/
+10
|
*
NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount
Trond Myklebust
2011-01-25
1
-9
/
+17
|
*
NFS improve pnfs_put_deviceid_cache debug print
Andy Adamson
2011-01-25
1
-1
/
+1
|
*
NFS fix cb_sequence error processing
Andy Adamson
2011-01-25
1
-1
/
+1
|
*
NFS do not find client in NFSv4 pg_authenticate
Andy Adamson
2011-01-25
10
-128
/
+42
|
*
NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"
Chuck Lever
2011-01-25
1
-4
/
+5
|
*
NFS: Prevent memory allocation failure in nfsacl_encode()
Chuck Lever
2011-01-25
4
-13
/
+31
|
*
NFS: nfsacl_{encode,decode} should return signed integer
Chuck Lever
2011-01-25
2
-8
/
+28
|
*
NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"
Chuck Lever
2011-01-25
1
-1
/
+4
|
*
NFS: Fix "kernel BUG at fs/aio.c:554!"
Chuck Lever
2011-01-25
1
-14
/
+20
|
*
NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().
Jesper Juhl
2011-01-25
1
-2
/
+7
|
*
NFS: fix handling of malloc failure during nfs_flush_multi()
Fred Isaman
2011-01-19
1
-1
/
+1
*
|
Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2011-02-01
5
-35
/
+41
|
\
\
|
*
|
ARM: smp_on_up: allow non-ARM SMP processors
Russell King
2011-01-31
1
-12
/
+10
|
*
|
ARM: io: ensure inb/outb() et.al. are properly ordered on ARMv6+
Russell King
2011-01-31
1
-16
/
+17
|
*
|
ARM: initrd: disable initrd if passed address overlaps reserved region
Russell King
2011-01-31
1
-0
/
+6
|
*
|
ARM: footbridge: fix debug macros
Russell King
2011-01-31
1
-2
/
+2
|
*
|
ARM: mmci: round down the bytes transferred on error
Russell King
2011-01-31
1
-3
/
+4
|
*
|
ARM: mmci: complete the transaction on error
Russell King
2011-01-31
1
-1
/
+1
|
*
|
ARM: 6642/1: mmci: calculate remaining bytes at error correctly
Linus Walleij
2011-01-27
1
-2
/
+2
*
|
|
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-02-01
6
-34
/
+5
|
\
\
\
|
*
|
|
arch/arm/mach-omap2/dma.c: Convert IS_ERR result to PTR_ERR
Julia Lawall
2011-01-27
1
-1
/
+1
|
*
|
|
arm: omap2: mux: fix compile warning
Felipe Balbi
2011-01-27
1
-1
/
+1
|
*
|
|
omap1: Simplify use of omap_irq_flags
Tony Lindgren
2011-01-27
2
-14
/
+1
|
*
|
|
omap2+: Fix unused variable warning for omap_irq_base
Russell King
2011-01-27
2
-18
/
+2
[next]