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
path:
root
/
arch
/
um
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PATCH] uml: mconsole locking
Jeff Dike
2007-02-11
5
-6
/
+19
*
[PATCH] uml: audio driver formatting
Jeff Dike
2007-02-11
1
-87
/
+73
*
[PATCH] uml: audio driver locking
Jeff Dike
2007-02-11
1
-3
/
+6
*
[PATCH] uml: watchdog driver formatting
Jeff Dike
2007-02-11
2
-39
/
+17
*
[PATCH] uml: watchdog driver locking
Jeff Dike
2007-02-11
1
-8
/
+15
*
[PATCH] uml: network driver whitespace and style fixes
Jeff Dike
2007-02-11
2
-17
/
+18
*
[PATCH] uml: add locking to network transport registration
Jeff Dike
2007-02-11
2
-8
/
+9
*
[PATCH] uml: lock the irqs_to_free list
Jeff Dike
2007-02-11
1
-3
/
+18
*
[PATCH] uml: console whitespace and comment tidying
Jeff Dike
2007-02-11
2
-3
/
+1
*
[PATCH] uml: return hotplug errors to host
Jeff Dike
2007-02-11
12
-238
/
+253
*
[PATCH] uml: console locking fixes
Jeff Dike
2007-02-11
3
-72
/
+134
*
[PATCH] uml: fix signal frame alignment
Jeff Dike
2007-01-30
2
-3
/
+5
*
[PATCH] fix indentation-related breakage in Kconfig.i386
Al Viro
2007-01-30
1
-8
/
+8
*
[PATCH] Fix UML on non-standard VM split hosts
Jeff Dike
2007-01-26
1
-17
/
+17
*
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
2006-12-13
1
-2
/
+2
*
[PATCH] uml: fix net_kern workqueue abuse
Peter Zijlstra
2006-12-13
2
-6
/
+11
*
um: replace kmalloc+memset with kzalloc
Yan Burman
2006-12-12
1
-2
/
+1
*
[PATCH] tty: switch to ktermios
Alan Cox
2006-12-08
2
-2
/
+2
*
[PATCH] UML: add generic BUG support
Jeff Dike
2006-12-08
5
-2
/
+47
*
[PATCH] tty: ->signal->tty locking
Peter Zijlstra
2006-12-08
1
-3
/
+4
*
[PATCH] uml: use get_random_bytes() after random pool is seeded
Jeff Dike
2006-12-07
7
-7
/
+7
*
[PATCH] uml: size register files correctly
Jeff Dike
2006-12-07
2
-2
/
+2
*
[PATCH] uml: include asm/page.h in order to get PAGE_SHIFT
Jeff Dike
2006-12-07
1
-0
/
+1
*
[PATCH] uml: include stddef.h correctly
Jeff Dike
2006-12-07
3
-3
/
+2
*
[PATCH] uml: workqueue build fix
Andrew Morton
2006-12-07
3
-5
/
+5
*
WorkQueue: Fix up arch-specific work items where possible
David Howells
2006-12-05
4
-5
/
+6
*
[NET]: UML checksum annotations and cleanups.
Al Viro
2006-12-02
2
-68
/
+53
*
Fix typos in doc and comments
Jan Engelhardt
2006-11-30
1
-1
/
+1
*
[PATCH] uml: make execvp safe for our usage
Paolo 'Blaisorblade' Giarrusso
2006-11-25
4
-9
/
+166
*
[PATCH] uml: include tidying
Jeff Dike
2006-11-03
3
-3
/
+2
*
[PATCH] uml: fix I/O hang
Jeff Dike
2006-11-03
3
-3
/
+44
*
[PATCH] uml: add _text definition to linker scripts
Jeff Dike
2006-10-31
2
-0
/
+2
*
[PATCH] uml ubd driver: various little changes
Paolo 'Blaisorblade' Giarrusso
2006-10-31
3
-20
/
+26
*
[PATCH] uml ubd driver: do not store error codes as ->fd
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-7
/
+10
*
[PATCH] uml ubd driver: use bitfields where possible
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-2
/
+2
*
[PATCH] uml ubd driver: reformat ubd_config
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-11
/
+20
*
[PATCH] uml ubd driver: convert do_ubd to a boolean variable
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-3
/
+6
*
[PATCH] uml ubd driver: ubd_io_lock usage fixup
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-1
/
+7
*
[PATCH] uml ubd driver: change ubd_lock to be a mutex
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-11
/
+12
*
[PATCH] uml ubd driver: give better names to some functions.
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-6
/
+6
*
[PATCH] uml ubd driver: var renames
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-98
/
+98
*
[PATCH] uml ubd driver: document some struct fields
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-1
/
+4
*
[PATCH] uml ubd driver: allow using up to 16 UBD devices
Paolo 'Blaisorblade' Giarrusso
2006-10-31
1
-2
/
+2
*
[PATCH] uml: fix compilation options for USER_OBJS
akpm@osdl.org
2006-10-30
3
-15
/
+14
*
[PATCH] Fix "Remove the use of _syscallX macros in UML"
Paolo 'Blaisorblade' Giarrusso
2006-10-30
4
-8
/
+18
*
[PATCH] uml: mconsole fixes
Al Viro
2006-10-24
3
-6
/
+19
*
[PATCH] uml: mmapper - remove just added but wrong "const" attribute
Paolo 'Blaisorblade' Giarrusso
2006-10-20
1
-1
/
+2
*
[PATCH] uml: kconfig - silence warning
Paolo 'Blaisorblade' Giarrusso
2006-10-20
1
-0
/
+5
*
[PATCH] uml: cleanup run_helper() API to fix a leak
Paolo 'Blaisorblade' Giarrusso
2006-10-20
2
-6
/
+3
*
[PATCH] uml: use DEFCONFIG_LIST to avoid reading host's config
Paolo 'Blaisorblade' Giarrusso
2006-10-20
1
-0
/
+5
[prev]
[next]