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-04-30
debugobjects: add timer specific object debugging code
Thomas Gleixner
6
-13
/
+187
2008-04-30
debugobjects: add documentation
Thomas Gleixner
2
-1
/
+392
2008-04-30
infrastructure to debug (dynamic) objects
Thomas Gleixner
10
-4
/
+1030
2008-04-30
slab: add a flag to prevent debug_free checks on a kmem_cache
Thomas Gleixner
1
-0
/
+7
2008-04-30
drivers: replace remaining __FUNCTION__ occurrences
Harvey Harrison
9
-18
/
+18
2008-04-30
Add macros similar to min/max/min_t/max_t
Harvey Harrison
3
-25
/
+74
2008-04-30
alloc_uid: cleanup
Andrew Morton
1
-16
/
+2
2008-04-30
hfsplus: fix warning with 64k PAGE_SIZE
Andrew Morton
1
-3
/
+7
2008-04-30
hfs: fix warning with 64k PAGE_SIZE
Andrew Morton
1
-3
/
+7
2008-04-30
printk: don't read beyond string arguments' terminating zero
Markus Armbruster
1
-1
/
+1
2008-04-30
Basic braille screen reader support
Samuel Thibault
15
-30
/
+538
2008-04-30
asm-*/futex.h should include linux/uaccess.h
Jeff Dike
8
-8
/
+8
2008-04-30
sysv: [bl]e*_add_cpu conversion
Marcin Slusarz
1
-4
/
+4
2008-04-30
quota: le*_add_cpu conversion
Marcin Slusarz
1
-2
/
+2
2008-04-30
hfs/hfsplus: be*_add_cpu conversion
Marcin Slusarz
2
-2
/
+2
2008-04-30
affs: be*_add_cpu conversion
Marcin Slusarz
1
-2
/
+2
2008-04-30
reiserfs: use open_bdev_excl
Christoph Hellwig
2
-28
/
+23
2008-04-30
fuse: fix sparse warnings
Miklos Szeredi
1
-1
/
+3
2008-04-30
fuse: fix race in llseek
Miklos Szeredi
1
-2
/
+27
2008-04-30
fuse: fix node ID type
Miklos Szeredi
2
-6
/
+6
2008-04-30
fuse: fix max i/o size calculation
Miklos Szeredi
2
-4
/
+6
2008-04-30
fuse: update file size on short read
Miklos Szeredi
3
-8
/
+53
2008-04-30
fuse: implement perform_write
Nick Piggin
1
-1
/
+193
2008-04-30
fuse: clean up setting i_size in write
Miklos Szeredi
1
-13
/
+15
2008-04-30
fuse: support writable mmap
Miklos Szeredi
5
-29
/
+481
2008-04-30
mm: document missing fields for /proc/meminfo
Miklos Szeredi
1
-4
/
+17
2008-04-30
mm: Add NR_WRITEBACK_TEMP counter
Miklos Szeredi
5
-1
/
+8
2008-04-30
mm: bdi: export bdi_writeout_inc()
Miklos Szeredi
2
-0
/
+12
2008-04-30
mm: bdi: add separate writeback accounting capability
Miklos Szeredi
10
-30
/
+67
2008-04-30
mm: bdi: move statistics to debugfs
Miklos Szeredi
3
-48
/
+99
2008-04-30
mm: bdi: allow setting a maximum for the bdi dirty limit
Peter Zijlstra
6
-13
/
+111
2008-04-30
mm: bdi: allow setting a minimum for the bdi dirty limit
Peter Zijlstra
4
-1
/
+57
2008-04-30
mm: bdi: expose the BDI object in sysfs for FUSE
Miklos Szeredi
3
-18
/
+18
2008-04-30
mm: bdi: expose the BDI object in sysfs for NFS
Miklos Szeredi
1
-0
/
+26
2008-04-30
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
8
-2
/
+194
2008-04-30
pidns: make pid->level and pid_ns->level unsigned
Pavel Emelyanov
3
-3
/
+3
2008-04-30
make marker_debug static
Adrian Bunk
1
-1
/
+1
2008-04-30
mxser: convert large macros to functions
Christoph Hellwig
2
-152
/
+214
2008-04-30
pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/
Oleg Nesterov
1
-15
/
+21
2008-04-30
pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH
Oleg Nesterov
1
-13
/
+20
2008-04-30
pids: __set_special_pids: use change_pid() helper
Oleg Nesterov
1
-4
/
+2
2008-04-30
pids: sys_setpgid: use change_pid() helper
Oleg Nesterov
1
-2
/
+1
2008-04-30
pids: introduce change_pid() helper
Oleg Nesterov
2
-7
/
+20
2008-04-30
pids: de_thread: don't clear session/pgrp pids for the old leader
Oleg Nesterov
1
-1
/
+0
2008-04-30
Deprecate find_task_by_pid()
Pavel Emelyanov
5
-9
/
+24
2008-04-30
Use find_task_by_vpid in taskstats
Pavel Emelyanov
1
-3
/
+3
2008-04-30
free_pidmap: turn it into free_pidmap(struct upid *)
Oleg Nesterov
1
-6
/
+7
2008-04-30
devpts: factor out PTY index allocation
Sukadev Bhattiprolu
3
-35
/
+52
2008-04-30
devpts: propagate error code from devpts_pty_new
Sukadev Bhattiprolu
1
-2
/
+2
2008-04-30
tty: fix routine name in ptmx_open()
Hiroshi Shimamoto
1
-1
/
+1
[next]