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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-25
fuse: add export operations
Miklos Szeredi
3
-2
/
+121
2008-07-25
fuse: prepare lookup for nfs export
Miklos Szeredi
1
-10
/
+14
2008-07-25
locks: allow ->lock() to return FILE_LOCK_DEFERRED
Miklos Szeredi
1
-14
/
+9
2008-07-25
locks: cleanup code duplication
Miklos Szeredi
1
-40
/
+31
2008-07-25
locks: add special return value for asynchronous locks
Miklos Szeredi
4
-24
/
+25
2008-07-25
lockd: dont return EAGAIN for a permanent error
Miklos Szeredi
2
-5
/
+18
2008-07-25
taskstats: remove initialization of static per-cpu variable
Vegard Nossum
1
-1
/
+1
2008-07-25
per-task-delay-accounting: update document and getdelays.c for memory reclaim
Keika Kobayashi
2
-5
/
+14
2008-07-25
per-task-delay-accounting: update taskstats for memory reclaim delay
Keika Kobayashi
3
-1
/
+15
2008-07-25
per-task-delay-accounting: add memory reclaim delay
Keika Kobayashi
4
-0
/
+41
2008-07-25
tsacct: fix bacct_add_tsk()'s use of do_div()
David Howells
1
-2
/
+2
2008-07-25
task IO accounting: provide distinct tgid/tid I/O statistics
Andrea Righi
4
-15
/
+108
2008-07-25
bsdacct: fix and add comments around acct_process()
Pavel Emelyanov
1
-1
/
+7
2008-07-25
bsdacct: account dying tasks in all relevant namespaces
Pavel Emelyanov
1
-7
/
+14
2008-07-25
bsdacct: turn acct off for all pidns-s on umount time
Pavel Emelyanov
1
-12
/
+16
2008-07-25
bsdacct: switch from global bsd_acct_struct instance to per-pidns one
Pavel Emelyanov
3
-18
/
+71
2008-07-25
bsdacct: make internal code work with passed bsd_acct_struct, not global
Pavel Emelyanov
1
-38
/
+39
2008-07-25
bsdacct: turn the acct_lock from on-the-struct to global
Pavel Emelyanov
1
-21
/
+21
2008-07-25
bsdacct: make check timer accept a bsd_acct_struct argument
Pavel Emelyanov
1
-4
/
+5
2008-07-25
bsdacct: "truthify" a comment near acct_process
Pavel Emelyanov
1
-1
/
+0
2008-07-25
pidns: add the struct bsd_acct_struct pointer on pid_namespace struct
Pavel Emelyanov
1
-0
/
+5
2008-07-25
pidns: use kzalloc when allocating new pid_namespace struct
Pavel Emelyanov
1
-6
/
+2
2008-07-25
bsdacct: rename acct_gbls to bsd_acct_struct
Pavel Emelyanov
1
-2
/
+2
2008-07-25
accounting: account for user time when updating memory integrals
Jonathan Lim
3
-8
/
+17
2008-07-25
unexport uts_sem
Adrian Bunk
1
-2
/
+0
2008-07-25
markers: fix sparse integer as NULL pointer warning
Harvey Harrison
1
-1
/
+1
2008-07-25
markers: use rcu_barrier_sched() and call_rcu_sched()
Mathieu Desnoyers
1
-17
/
+8
2008-07-25
aoe: convert emsgs_sema into a completion
Matthias Kaehlcke
1
-4
/
+5
2008-07-25
pidns: remove find_task_by_pid, unused for a long time
Pavel Emelyanov
3
-25
/
+1
2008-07-25
pidns: remove now unused find_pid function.
Pavel Emelyanov
3
-11
/
+3
2008-07-25
pidns: remove now unused kill_proc function
Pavel Emelyanov
2
-13
/
+0
2008-07-25
shrink struct pid by removing padding on 64 bit builds
Richard Kennedy
1
-1
/
+1
2008-07-25
proper pid{hash,map}_init() prototypes
Adrian Bunk
2
-2
/
+3
2008-07-25
sysctl: allow override of /proc/sys/net with CAP_NET_ADMIN
Stephen Hemminger
1
-0
/
+14
2008-07-25
sysctl: check for bogus modes
Alexey Dobriyan
1
-0
/
+2
2008-07-25
proc: misplaced export of find_get_pid
David Sterba
1
-1
/
+1
2008-07-25
proc: move Kconfig to fs/proc/Kconfig
Alexey Dobriyan
2
-59
/
+60
2008-07-25
proc: remove pathetic remount code
Alexey Dobriyan
1
-7
/
+0
2008-07-25
proc: always do ->release
Alexey Dobriyan
4
-4
/
+92
2008-07-25
move proc_kmsg_operations to fs/proc/internal.h
Adrian Bunk
3
-1
/
+3
2008-07-25
unexport proc_clear_tty
Adrian Bunk
1
-1
/
+0
2008-07-25
dell_rbu: use memory_read_from_buffer()
Akinobu Mita
1
-25
/
+3
2008-07-25
fs/partitions/efi: convert to pr_debug
Thomas Gleixner
1
-25
/
+17
2008-07-25
block/ioctl.c and fs/partition/check.c: check value returned by add_partition()
Abdel Benamrouche
2
-4
/
+11
2008-07-25
fs/partition/check.c: fix return value warning
Abdel Benamrouche
2
-7
/
+23
2008-07-25
dcdbas: use memory_read_from_buffer()
Akinobu Mita
1
-11
/
+2
2008-07-25
firmware: use memory_read_from_buffer()
Akinobu Mita
1
-9
/
+3
2008-07-25
drivers/misc/phantom: note PCI
Jiri Slaby
2
-2
/
+4
2008-07-25
Char: mxser, various cleanups
Jiri Slaby
1
-20
/
+4
2008-07-25
Char: mxser, remove predefined isa support
Jiri Slaby
1
-40
/
+27
[prev]
[next]