index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
sys-x86_64
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
uml: floating point signal delivery fixes
Jeff Dike
1
-14
/
+39
2007-10-16
uml: don't use glibc asm/user.h
Jeff Dike
1
-8
/
+1
2007-10-16
uml: rename pt_regs general-purpose register file
Jeff Dike
2
-4
/
+4
2007-10-16
uml: fold mmu_context_skas into mm_context
Jeff Dike
1
-1
/
+1
2007-10-16
uml: style fixes pass 3
Jeff Dike
4
-120
/
+104
2007-10-16
uml: remove code made redundant by CHOOSE_MODE removal
Jeff Dike
5
-34
/
+16
2007-10-16
uml: throw out CHOOSE_MODE
Jeff Dike
2
-10
/
+3
2007-10-16
uml: throw out CONFIG_MODE_TT
Jeff Dike
4
-113
/
+2
2007-10-13
minimal build fixes for uml (fallout from x86 merge)
Al Viro
1
-2
/
+2
2007-10-11
i386/x86_64: move headers to include/asm-x86
Thomas Gleixner
1
-2
/
+2
2007-08-31
uml: fix x86_64 core dump crash
Jeff Dike
1
-6
/
+0
2007-05-15
fix uml-x86_64
Al Viro
1
-2
/
+3
2007-05-07
uml: more page fault path trimming
Jeff Dike
1
-0
/
+5
2007-05-07
uml: remove unused x86_64 code
Jeff Dike
1
-69
/
+0
2007-05-07
uml: delete HOST_FRAME_SIZE
Jeff Dike
1
-1
/
+0
2007-05-07
uml: kernel segfaults should dump proper registers
Jeff Dike
1
-0
/
+30
2007-05-07
uml: tidy fault code
Jeff Dike
2
-14
/
+18
2007-05-07
uml: formatting fixes
Jeff Dike
1
-22
/
+12
2007-05-07
uml: delete unused code
Jeff Dike
1
-23
/
+0
2007-04-02
[PATCH] uml: fix unreasonably long udelay
Paolo 'Blaisorblade' Giarrusso
1
-11
/
+0
2007-03-08
[PATCH] uml: arch_prctl should set thread fs
Jeff Dike
1
-2
/
+4
2007-02-11
[PATCH] uml: x86_64 ptrace fixes
Jeff Dike
2
-11
/
+8
2007-02-11
[PATCH] uml: x86_64 thread fixes
Jeff Dike
2
-22
/
+62
2007-01-30
[PATCH] uml: fix signal frame alignment
Jeff Dike
1
-2
/
+3
2006-12-08
[PATCH] UML: add generic BUG support
Jeff Dike
2
-1
/
+21
2006-10-30
[PATCH] Fix "Remove the use of _syscallX macros in UML"
Paolo 'Blaisorblade' Giarrusso
1
-4
/
+7
2006-10-15
[PATCH] make UML compile (FC6/x86-64)
Ulrich Drepper
1
-1
/
+0
2006-10-11
[PATCH] uml: remove duplicate export
Paolo 'Blaisorblade' Giarrusso
1
-3
/
+0
2006-10-02
[PATCH] Remove the use of _syscallX macros in UML
Arnd Bergmann
1
-7
/
+4
2006-10-02
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
1
-1
/
+1
2006-10-02
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
1
-1
/
+1
2006-09-26
[PATCH] uml: Use klibc setjmp/longjmp
Jeff Dike
2
-2
/
+56
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+0
2006-06-30
[PATCH] uml: remove unneeded time definitions
Jeff Dike
1
-6
/
+0
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-05
[PATCH] uml: more __user annotations
Al Viro
1
-10
/
+14
2006-06-05
[PATCH] uml: __user annotation in arch_prctl
Al Viro
1
-1
/
+1
2006-05-01
[PATCH] uml: cleanup unprofile expression and build infrastructure
Paolo 'Blaisorblade' Giarrusso
1
-5
/
+5
2006-05-01
[PATCH] uml: fix compilation and execution with hardened GCC
Paolo 'Blaisorblade' Giarrusso
1
-0
/
+2
2006-05-01
[PATCH] uml: use Kbuild tracking for all files and fix compilation output
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+4
2006-04-19
[PATCH] uml: add missing __volatile__
Jeff Dike
1
-5
/
+5
2006-04-11
[PATCH] uml: fix critical typo for TT mode
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2006-03-31
[PATCH] uml: implement {get,set}_thread_area for i386
Paolo 'Blaisorblade' Giarrusso
2
-1
/
+16
2006-03-31
[PATCH] uml: clean up remapping code build magic
Al Viro
1
-2
/
+3
2006-03-31
[PATCH] uml: eliminate symlinks to host arch
Al Viro
1
-19
/
+9
2006-03-27
[PATCH] uml: fix segfault on signal delivery
Jeff Dike
1
-15
/
+41
2006-03-27
[PATCH] uml: more carefully test whether we are in a system call
Bodo Stroesser
1
-1
/
+21
2006-03-27
[PATCH] uml: move libc-dependent irq code to os-Linux
Jeff Dike
1
-0
/
+6
2006-02-07
[PATCH] uml: initialize process FP registers properly
Jeff Dike
2
-1
/
+8
2006-01-11
[PATCH] uml: fix missing KBUILD_BASENAME
Jeff Dike
1
-25
/
+0
[next]