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
2011-03-24
fs: move i_wb_list out from under inode_lock
Dave Chinner
8
-48
/
+70
2011-03-24
fs: move i_sb_list out from under inode_lock
Dave Chinner
6
-56
/
+67
2011-03-24
fs: remove inode_lock from iput_final and prune_icache
Dave Chinner
5
-22
/
+17
2011-03-24
fs: Lock the inode LRU list separately
Dave Chinner
1
-9
/
+30
2011-03-24
fs: factor inode disposal
Dave Chinner
1
-63
/
+41
2011-03-24
fs: protect inode->i_state with inode->i_lock
Dave Chinner
11
-74
/
+174
2011-03-24
autofs4: Do not potentially dereference NULL pointer returned by fget() in au...
Jesper Juhl
1
-0
/
+4
2011-03-24
autofs4 - remove autofs4_lock
Ian Kent
4
-31
/
+20
2011-03-24
autofs4 - fix d_manage() return on rcu-walk
Ian Kent
1
-0
/
+2
2011-03-24
autofs4 - fix autofs4_expire_indirect() traversal
Ian Kent
1
-1
/
+51
2011-03-24
autofs4 - fix dentry leak in autofs4_expire_direct()
Ian Kent
1
-4
/
+3
2011-03-24
autofs4 - reinstate last used update on access
Ian Kent
2
-34
/
+14
2011-03-24
vfs - check non-mountpoint dentry might block in __follow_mount_rcu()
Ian Kent
1
-5
/
+18
2011-03-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
18
-134
/
+244
2011-03-23
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
68
-3550
/
+1232
2011-03-23
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...
Olaf Hering
16
-135
/
+37
2011-03-23
remove dma64_addr_t
FUJITA Tomonori
11
-80
/
+0
2011-03-23
taskstats: use appropriate printk priority level
Mandeep Singh Baines
1
-1
/
+1
2011-03-23
userns: rename is_owner_or_cap to inode_owner_or_capable
Serge E. Hallyn
30
-44
/
+47
2011-03-23
userns: userns: check user namespace for task->file uid equivalence checks
Serge E. Hallyn
3
-7
/
+40
2011-03-23
userns: user namespaces: convert several capable() calls
Serge E. Hallyn
13
-45
/
+75
2011-03-23
userns: add a user namespace owner of ipc ns
Serge E. Hallyn
4
-2
/
+16
2011-03-23
userns: user namespaces: convert all capable checks in kernel/sys.c
Serge E. Hallyn
1
-26
/
+49
2011-03-23
userns: make has_capability* into real functions
Serge E. Hallyn
2
-30
/
+58
2011-03-23
userns: allow ptrace from non-init user namespaces
Serge E. Hallyn
3
-20
/
+49
2011-03-23
userns: allow killing tasks in your own or child userns
Serge E. Hallyn
1
-8
/
+22
2011-03-23
userns: allow sethostname in a container
Serge E. Hallyn
4
-15
/
+12
2011-03-23
userns: security: make capabilities relative to the user namespace
Serge E. Hallyn
10
-46
/
+144
2011-03-23
userns: add a user_namespace as creator/owner of uts_namespace
Serge E. Hallyn
5
-2
/
+20
2011-03-23
procfs: kill the global proc_mnt variable
Oleg Nesterov
3
-6
/
+4
2011-03-23
pidns: call pid_ns_prepare_proc() from create_pid_namespace()
Eric W. Biederman
3
-26
/
+16
2011-03-23
pid: remove the child_reaper special case in init/main.c
Eric W. Biederman
3
-10
/
+12
2011-03-23
sysctl: restrict write access to dmesg_restrict
Richard Weinberger
1
-1
/
+17
2011-03-23
sysctl: add some missing input constraint checks
Petr Holasek
2
-5
/
+18
2011-03-23
sysctl_check: drop dead code
Denis Kirjanov
1
-4
/
+0
2011-03-23
sysctl_check: drop table->procname checks
Denis Kirjanov
1
-4
/
+2
2011-03-23
rapidio: fix potential null deref on failure path
Dan Carpenter
1
-1
/
+1
2011-03-23
rapidio: remove mport resource reservation from common RIO code
Alexandre Bounine
2
-13
/
+10
2011-03-23
rapidio: modify mport ID assignment
Alexandre Bounine
3
-25
/
+27
2011-03-23
rapidio: modify subsystem and driver initialization sequence
Alexandre Bounine
4
-13
/
+6
2011-03-23
rapidio: modify configuration to support PCI-SRIO controller
Alexandre Bounine
7
-5
/
+34
2011-03-23
rapidio: add architecture specific callbacks
Alexandre Bounine
4
-45
/
+75
2011-03-23
rapidio: add RapidIO documentation
Alexandre Bounine
2
-0
/
+263
2011-03-23
rapidio: add new sysfs attributes
Alexandre Bounine
1
-1
/
+40
2011-03-23
drivers/char/mem.c: clean up the code
Changli Gao
1
-4
/
+1
2011-03-23
drivers/staging/tty/specialix.c: convert func_enter to func_exit
Julia Lawall
1
-4
/
+4
2011-03-23
drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULL
Julia Lawall
1
-2
/
+4
2011-03-23
drivers/char: add MSM smd_pkt driver
Niranjana Vishwanathapura
3
-0
/
+475
2011-03-23
drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatch
Sergey Senozhatsky
1
-1
/
+1
2011-03-23
proc: protect mm start_code/end_code in /proc/pid/stat
Kees Cook
1
-2
/
+2
[next]