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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] uml: fix compile warning after consolidation patch
Paolo 'Blaisorblade' Giarrusso
2005-09-21
1
-1
/
+2
*
[PATCH] uml: fix uname output on 32-bit binary on 64-bit host
Paolo 'Blaisorblade' Giarrusso
2005-09-21
1
-0
/
+6
*
[PATCH] uml: remove verify_area_{tt,skas}
Paolo 'Blaisorblade' Giarrusso
2005-09-21
2
-12
/
+0
*
[PATCH] uml: merge mem_user.c and mem.c
Jeff Dike
2005-09-17
3
-77
/
+21
*
[PATCH] uml: move libc code out of mem_user.c and tempfile.c
Jeff Dike
2005-09-17
7
-297
/
+9
*
[PATCH] uml: preserve errno in error paths
Jeff Dike
2005-09-17
2
-13
/
+11
*
[PATCH] uml: breakpoint an arbitrary thread
Jeff Dike
2005-09-17
1
-1
/
+8
*
[PATCH] uml: _switch_to code consolidation
Jeff Dike
2005-09-17
5
-16
/
+14
*
[PATCH] uml: avoid already done dirtying
Paolo 'Blaisorblade' Giarrusso
2005-09-10
1
-2
/
+1
*
[PATCH] uml: fix fault handler on write
Paolo 'Blaisorblade' Giarrusso
2005-09-10
1
-1
/
+2
*
[PATCH] uml: inline mk_pte and various friends
Paolo 'Blaisorblade' Giarrusso
2005-09-10
2
-40
/
+0
*
[PATCH] i386 / uml: add dwarf sections to static link script
Paolo 'Blaisorblade' Giarrusso
2005-09-10
2
-42
/
+9
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
2005-09-09
1
-0
/
+1
|
\
|
*
kbuild: um fix so it compile with generic asm-offsets.h support
Sam Ravnborg
2005-09-09
1
-0
/
+1
*
|
[PATCH] uaccess.h annotations (uml)
viro@ZenIV.linux.org.uk
2005-09-09
2
-14
/
+14
|
/
*
[PATCH] bogus #if (arch/um/kernel/mem.c)
viro@ZenIV.linux.org.uk
2005-09-07
1
-1
/
+1
*
[PATCH] uml: fix x86_64 page leak
Jeff Dike
2005-09-05
2
-1
/
+12
*
[PATCH] uml: skas0 stubs now check system call return values
Bodo Stroesser
2005-09-05
5
-217
/
+271
*
[PATCH] uml: increase granularity of host capability checking
Bodo Stroesser
2005-09-05
4
-34
/
+96
*
[PATCH] uml: move libc-dependent startup and signal code
Gennady Sharapov
2005-09-05
3
-447
/
+7
*
[PATCH] uml: use host AIO support
Jeff Dike
2005-09-05
1
-11
/
+30
*
[PATCH] uml: system call path cleanup
Jeff Dike
2005-09-05
9
-192
/
+115
*
[PATCH] uml: TLB operation batching
Jeff Dike
2005-09-05
5
-148
/
+231
*
[PATCH] uml: remove duplicated exports
Jeff Dike
2005-09-05
1
-19
/
+0
*
[PATCH] uml: fault handler micro-cleanups
Paolo 'Blaisorblade' Giarrusso
2005-09-05
1
-15
/
+13
*
[PATCH] uml: workaround GDB problems on debugging
Paolo 'Blaisorblade' Giarrusso
2005-09-05
2
-4
/
+4
*
[PATCH] uml: remove debugging code from page fault path
Jeff Dike
2005-09-05
2
-48
/
+0
*
[PATCH] convert signal handling of NODEFER to act like other Unix boxes.
Steven Rostedt
2005-08-29
1
-3
/
+3
*
[PATCH] uml: fix a crash under screen
Jeff Dike
2005-08-18
1
-1
/
+5
*
[PATCH] uml: Clean up prink calls
Christophe Lucas
2005-07-28
2
-2
/
+2
*
[PATCH] uml: Fix typo
Bodo Stroesser
2005-07-28
1
-1
/
+1
*
[PATCH] uml: Fix load average >=1
Jeff Dike
2005-07-28
1
-1
/
+4
*
[PATCH] uml: Fix redundant assignment
Jeff Dike
2005-07-28
1
-1
/
+0
*
[PATCH] uml: fix TT mode by reverting "use fork instead of clone"
Jeff Dike
2005-07-28
1
-19
/
+29
*
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
Olaf Hering
2005-07-27
1
-2
/
+2
*
[PATCH] uml: fix misdeclared function
Jeff Dike
2005-07-27
1
-12
/
+2
*
[PATCH] uml: add skas0 command-line option
Paolo 'Blaisorblade' Giarrusso
2005-07-27
2
-10
/
+44
*
[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.
Eric W. Biederman
2005-07-26
1
-6
/
+0
*
[PATCH] uml: gcc 2.95 fix and Makefile cleanup
Paolo 'Blaisorblade' Giarrusso
2005-07-14
1
-2
/
+2
*
[PATCH] uml: Proper clone support for skas0
Bodo Stroesser
2005-07-07
7
-3
/
+144
*
[PATCH] uml: skas0 - separate kernel address space on stock hosts
Jeff Dike
2005-07-07
16
-230
/
+577
*
[PATCH] uml: kill some useless vmalloc tlb flushing
Jeff Dike
2005-07-07
1
-1
/
+0
*
[PATCH] uml: hot-unplug code cleanup
Jeff Dike
2005-06-25
3
-17
/
+6
*
[PATCH] uml: time initialization tidying
Jeff Dike
2005-06-25
8
-82
/
+19
*
[PATCH] uml: always disable kmalloc during shutdown
Jeff Dike
2005-06-25
2
-6
/
+4
*
[PATCH] uml: fix timer initialization
Jeff Dike
2005-06-25
2
-2
/
+1
*
[PATCH] uml: fork cleanup
Jeff Dike
2005-06-25
4
-43
/
+11
*
[PATCH] kstrdup: convert a few existing implementations
Robert Love
2005-06-23
1
-6
/
+2
*
[PATCH] uml: fix linkage of tt mode against NPTL
Paolo 'Blaisorblade' Giarrusso
2005-06-21
3
-58
/
+3
*
[PATCH] uml: add and use generic hw_controller_type->release
Paolo 'Blaisorblade' Giarrusso
2005-06-21
2
-6
/
+7
[next]