index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-30
[PATCH] uml: fixes a build failure with CONFIG_MODE_SKAS disabled
Paolo \'Blaisorblade\' Giarrusso
2
-11
/
+11
2005-03-30
[PATCH] uml: quick fix syscall table
Paolo \'Blaisorblade\' Giarrusso
2
-13
/
+8
2005-03-28
[PATCH] uml: fix "cond. expr. as lvalues" warning
Paolo \'Blaisorblade\' Giarrusso
3
-47
/
+54
2005-03-28
[PATCH] Uml: little build fixes
Paolo \'Blaisorblade\' Giarrusso
2
-2
/
+2
2005-03-28
[PATCH] uml: extend cmd line limits
Paolo \'Blaisorblade\' Giarrusso
1
-1
/
+1
2005-03-13
[PATCH] verify_area cleanup : deprecate
Jesper Juhl
1
-1
/
+2
2005-03-13
[PATCH] verify_area cleanup : misc remaining archs
Jesper Juhl
2
-2
/
+2
2005-03-09
[PATCH] uml: Consolidate tlb flushing code
Jeff Dike
2
-6
/
+11
2005-03-09
[PATCH] uml: Speed up tlb flushing
Jeff Dike
1
-0
/
+39
2005-03-09
[PATCH] uml: ptrace interface cleanup
Jeff Dike
5
-9
/
+15
2005-03-09
[PATCH] uml: gix hostfs typo
Jeff Dike
1
-0
/
+1
2005-03-09
[PATCH] uml: 2.6.11 updates
Jeff Dike
1
-3
/
+3
2005-02-10
[PATCH] uml: use PTRACE_OLDSETOPTIONS instead of PTRACE_SETOPTIONS
Bodo Stroesser
2
-3
/
+24
2005-01-20
[PATCH] uml: provide some initcall definitions for userspace code
Jeff Dike
1
-0
/
+9
2005-01-20
[PATCH] uml: provide an arch-specific define for register file size
Jeff Dike
1
-0
/
+3
2005-01-14
[PATCH] csum_and_copy_from_user gcc4 warning fixes
Pawel Sikora
1
-10
/
+10
2005-01-14
[PATCH] uml: move code from ubd_user to ubd_kern
Paolo \'Blaisorblade\' Giarrusso
1
-56
/
+3
2005-01-14
[PATCH] uml: fix some UML own initcall macros
Paolo \'Blaisorblade\' Giarrusso
1
-8
/
+17
2005-01-14
[PATCH] uml: delete unused header umn.h
Domen Puncer
1
-27
/
+0
2005-01-11
[PATCH] UML: sparse annotations
Jeff Dike
2
-8
/
+8
2005-01-11
[PATCH] UML: 64-bit cleanups
Jeff Dike
1
-1
/
+1
2005-01-11
[PATCH] UML: code tidying
Jeff Dike
1
-1
/
+1
2005-01-11
[PATCH] UML: Separate out signal reception
Jeff Dike
2
-0
/
+52
2005-01-11
[PATCH] UML: x86_64 ptrace support
Jeff Dike
3
-2
/
+372
2005-01-11
[PATCH] UML: Factor out register saving and restoring
Jeff Dike
1
-0
/
+27
2005-01-11
[PATCH] UML: x86-64 core support
Jeff Dike
2
-0
/
+200
2005-01-11
[PATCH] UML: split out arch-specific syscalls from generic ones
Jeff Dike
3
-4
/
+170
2005-01-03
[PATCH] uml: sysfs support for uml network driver.
Gerd Knorr
1
-0
/
+1
2005-01-03
[PATCH] uml: declare ptrace_setfpregs
Jeff Dike
1
-0
/
+1
2005-01-03
[PATCH] uml: use SYSEMU_SINGLESTEP
Jeff Dike
1
-0
/
+7
2005-01-03
[PATCH] uml: detect SYSEMU_SINGLESTEP
Jeff Dike
2
-0
/
+6
2005-01-03
[PATCH] uml: Allow vsyscall code to build on 2.4
Jeff Dike
1
-0
/
+19
2005-01-03
[PATCH] uml: terminal cleanup
Gerd Knorr
3
-12
/
+19
2005-01-03
[PATCH] uml: redo the signal delivery mechanism
Jeff Dike
6
-267
/
+2
2004-11-15
[PATCH] uml: Remove unused declaration
Jeff Dike
1
-1
/
+0
2004-11-15
[PATCH] uml: make signal frame construction more resemble x86
Jeff Dike
1
-4
/
+2
2004-11-15
[PATCH] uml: redundant code removal from signal delivery
Jeff Dike
1
-1
/
+1
2004-11-15
[PATCH] uml: 64-bit type cleanups
Jeff Dike
1
-1
/
+1
2004-11-15
[PATCH] uml: 64-bit cleanups in the system calls
Jeff Dike
1
-1
/
+1
2004-11-07
[PATCH] uml: clear errno in CATCH_EINTR
Paolo \'Blaisorblade\' Giarrusso
1
-1
/
+1
2004-11-07
[PATCH] uml: use PTRACE_SYSEMU also for TT mode
Paolo \'Blaisorblade\' Giarrusso
1
-0
/
+11
2004-11-07
[PATCH] uml: cleanup header names
Paolo \'Blaisorblade\' Giarrusso
4
-8
/
+8
2004-11-07
[PATCH] uml: add startup check for mmap(...PROT_EXEC...) from /tmp.
Paolo \'Blaisorblade\' Giarrusso
1
-0
/
+1
2004-11-07
[PATCH] uml: fix ptrace() hang on 2.6.9 host due to host changes
Paolo \'Blaisorblade\' Giarrusso
1
-0
/
+1
2004-10-27
[PATCH] uml: use generic IRQ code
Chris Wedgwood
1
-1
/
+1
2004-10-20
Update tty layer to not mix kernel and user pointers.
Linus Torvalds
1
-2
/
+1
2004-10-13
[PATCH] uml: fix critical IP checksum corruption
Paolo \'Blaisorblade\' Giarrusso
1
-1
/
+2
2004-10-13
[PATCH] uml: make -j fix
Paolo \'Blaisorblade\' Giarrusso
1
-7
/
+0
2004-09-16
[PATCH] uml: code cleanup
Jeff Dike
1
-1
/
+0
2004-09-16
[PATCH] uml: clean up terminal state handling
Jeff Dike
1
-4
/
+3
[next]