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
Age
Commit message (
Expand
)
Author
Files
Lines
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
6
-77
/
+3
2011-11-02
um: merge arch/um/sys-{i386,x86_64}
Al Viro
51
-193
/
+81
2011-11-02
um: merge arch/um/sys-{i386,x86_64}/shared
Al Viro
39
-134
/
+61
2011-11-02
um: merge arch/um/sys-{i386,x86_64}/asm
Al Viro
19
-234
/
+192
2011-11-02
um: get rid of unused macros in ptrace_user.h
Al Viro
2
-63
/
+0
2011-11-02
um: get rid of sysdep/sc.h
Al Viro
4
-91
/
+15
2011-11-02
um: Get rid of UPT_SET/UPT_REG macros
Al Viro
5
-158
/
+145
2011-11-02
um: take vm-flags.h to sys-*/asm
Al Viro
3
-1
/
+1
2011-11-02
um: get rid of sysdep/checksum.h
Al Viro
3
-7
/
+1
2011-11-02
um: trim unused junk from user.h
Al Viro
1
-2
/
+0
2011-11-02
um: get rid of kern_constants.h
Al Viro
5
-14
/
+5
2011-11-02
um: kill a couple of useless includes of kern_constants.h
Al Viro
2
-2
/
+0
2011-11-02
um: -include user.h for USER_OBJ, trim includes
Al Viro
47
-78
/
+3
2011-11-02
um: take user_constants.h to include/generated
Al Viro
7
-9
/
+8
2011-11-02
um: kill skas_ptregs.h
Al Viro
3
-10
/
+0
2011-11-02
um: switch to -idirafter, get saner kern_constants.h out of that
Al Viro
1
-2
/
+2
2011-11-02
um: series of __get_user() is costly in sigframe handling
Al Viro
2
-86
/
+80
2011-11-02
um: make copy_sc() static
Al Viro
3
-32
/
+1
2011-11-02
um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()
Al Viro
1
-5
/
+8
2011-11-02
um: switch {rt_,}sigreturn() to set_current_blocked()
Al Viro
2
-15
/
+3
2011-11-02
um: use subarch-obj instead of copying...
Al Viro
2
-227
/
+2
2011-09-14
um: fix strrchr() problems
Al Viro
1
-1
/
+1
2011-09-14
um: clean arch_ptrace() up a bit
Al Viro
5
-46
/
+31
2011-09-14
um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarch
Al Viro
2
-14
/
+14
2011-09-14
um: fix free_winch() mess
Al Viro
1
-14
/
+24
2011-09-14
um: winch_interrupt() can happen inside of free_winch()
Al Viro
1
-2
/
+4
2011-09-14
um: fix oopsable race in line_close()
Al Viro
2
-13
/
+13
2011-09-14
um: Save FPU registers between task switches
Ingo van Lil
7
-5
/
+31
2011-09-14
um: drivers/xterm.c: fix a file descriptor leak
Jonathan Neuschäfer
1
-0
/
+1
2011-09-14
um: disable CMPXCHG_DOUBLE as it breaks UML build
Thadeu Lima de Souza Cascardo
1
-0
/
+4
2011-07-26
ptrace: unify show_regs() prototype
Mike Frysinger
1
-2
/
+0
2011-07-25
Merge 'akpm' patch series
Linus Torvalds
34
-90
/
+604
2011-07-25
um: remove dead code
Richard Weinberger
3
-6
/
+3
2011-07-25
um: adjust size of pid_buf
Richard Weinberger
1
-1
/
+1
2011-07-25
um: implement a x86_64 vDSO
Richard Weinberger
9
-0
/
+365
2011-07-25
um: set __HAVE_ARCH_GATE_AREA for x86_64
Richard Weinberger
3
-1
/
+37
2011-07-25
um: Set __HAVE_ARCH_GATE_AREA for i386
Richard Weinberger
3
-1
/
+65
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: drivers/slip_user.c memory leak fix
Vitaliy Ivanov
1
-2
/
+1
2011-07-25
uml: helper.c warning corrections
Vitaliy Ivanov
1
-2
/
+2
2011-07-25
uml: cow_user.c warning corrections
Vitaliy Ivanov
1
-1
/
+5
2011-07-25
uml: drivers/net_user.c memory leak fix
Vitaliy Ivanov
1
-1
/
+4
2011-07-25
um: reinstate kernel version in generated .config
Geert Uytterhoeven
1
-0
/
+2
2011-07-25
um: add netpoll support
Richard Weinberger
1
-0
/
+12
2011-07-25
um: fix _FORTIFY_SOURCE=2 support for kernel modules
Richard Weinberger
1
-0
/
+5
2011-07-25
um: clean up delay functions
Richard Weinberger
3
-32
/
+91
2011-07-25
um, exec: remove redundant set_fs(USER_DS)
Mathias Krause
1
-1
/
+0
[next]