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
/
os-Linux
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-25
um: use the right ifdef around exports in user_syms.c
Al Viro
2
-3
/
+1
2011-11-02
um: unify ptrace_user.h
Al Viro
2
-7
/
+5
2011-11-02
um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c
Al Viro
2
-37
/
+2
2011-11-02
um: take chan_*.h and line.h to arch/um/drivers
Al Viro
1
-1
/
+1
2011-11-02
um: take register_winch_irq() into the caller of is_skas_winch()
Al Viro
1
-5
/
+1
2011-11-02
um: take arch/um/sys-x86 to arch/x86/um
Al Viro
7
-353
/
+1
2011-11-02
um: sysdep/barrier.h is not used for anything
Al Viro
1
-1
/
+0
2011-11-02
um: shared/process.h is empty now; kill it
Al Viro
5
-5
/
+0
2011-11-02
um: finish conversion to mcontext_t
Al Viro
3
-4
/
+35
2011-11-02
um: start switching the references to host mcontext_t to its userland type
Al Viro
3
-20
/
+18
2011-11-02
um: take userland definition of barrier() to user.h
Al Viro
1
-3
/
+0
2011-11-02
um: fill the handlers array at build time
Al Viro
3
-11
/
+20
2011-11-02
um: simplify set_handler()
Al Viro
3
-26
/
+18
2011-11-02
um: don't bother blocking SIGARLM and SIGUSR1
Al Viro
3
-9
/
+8
2011-11-02
um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...
Al Viro
1
-2
/
+2
2011-11-02
um: merge arch/um/os-Linux/sys-{i386,x86_64}
Al Viro
9
-85
/
+57
2011-11-02
um: merge hard_handler() instances, switch to use of SA_SIGINFO
Al Viro
5
-35
/
+10
2011-11-02
um: kill dead code around uaccess
Al Viro
2
-34
/
+2
2011-11-02
um: -include user.h for USER_OBJ, trim includes
Al Viro
23
-40
/
+0
2011-09-14
um: Save FPU registers between task switches
Ingo van Lil
3
-3
/
+27
2011-07-25
um: disable scan_elf_aux() on x86_64
Richard Weinberger
3
-7
/
+8
2011-07-25
uml: free resources
Davidlohr Bueso
1
-2
/
+4
2011-07-25
uml: helper.c warning corrections
Vitaliy Ivanov
1
-2
/
+2
2011-07-25
um: fix _FORTIFY_SOURCE=2 support for kernel modules
Richard Weinberger
1
-0
/
+5
2011-05-25
um: fix crash while os_dump_core()
Richard Weinberger
1
-0
/
+1
2011-05-25
um: add earlyprintk support
Richard Weinberger
1
-0
/
+5
2011-05-25
um: remove SIGHUP handler
Richard Weinberger
1
-1
/
+0
2011-05-25
um: fix UML_LIB_PATH
Richard Weinberger
1
-1
/
+1
2011-05-18
um: fix abort
Richard Weinberger
1
-1
/
+22
2010-10-26
um: fix global timer issue when using CONFIG_NO_HZ
Richard Weinberger
1
-1
/
+1
2010-08-09
Deal with missing exports for hostfs
Al Viro
2
-0
/
+19
2010-06-29
um: os-linux/mem.c needs sys/stat.h
Liu Aleaxander
1
-0
/
+1
2010-04-19
uml: Fix build breakage after slab.h changes
Jan Kiszka
1
-1
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-20
includecheck fix: um, helper.c
Jaswinder Singh Rajput
1
-1
/
+0
2009-04-01
uml: improve error messages
WANG Cong
1
-4
/
+4
2009-03-12
uml: fix WARNING: vmlinux: 'memcpy' exported twice
akpm@linux-foundation.org
1
-1
/
+4
2008-12-04
um: Kill directly reference of netdev->priv
Wang Chen
2
-2
/
+2
2008-10-22
x86, um: get rid of arch/um/os symlink
Al Viro
1
-11
/
+0
2008-10-22
x86, um: get rid of excessive includes of uml-config.h
Al Viro
1
-1
/
+0
2008-10-16
uml: remove the dead TTY_LOG code
Adrian Bunk
2
-220
/
+0
2008-07-24
UML: make several more things static
WANG Cong
4
-4
/
+4
2008-06-12
uml: work around broken host PTRACE_SYSEMU
Jeff Dike
1
-9
/
+16
2008-06-12
uml: remove include of asm/user.h
Jeff Dike
1
-2
/
+2
2008-06-06
uml: PATH_MAX needs limits.h
Ingo Molnar
1
-0
/
+1
2008-06-06
uml: stub needs to tolerate SIGWINCH
Jeff Dike
1
-1
/
+1
2008-06-06
uml: deal with inaccessible address space start
Tom Spink
2
-9
/
+24
2008-06-06
uml: deal with host time going backwards
Jeff Dike
1
-0
/
+7
2008-05-21
fix include order in sys-i386/registers.c
Al Viro
1
-0
/
+1
2008-05-13
uml: track and make up lost ticks
Jeff Dike
2
-4
/
+51
[next]