index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
proc_fill_cache(): kill pointless check
Al Viro
2013-06-29
1
-4
/
+2
|
*
ncpfs: don't bother with EBUSY on removal of busy directories
Al Viro
2013-06-29
2
-11
/
+4
|
*
don't call file_pos_write() if vfs_{read,write}{,v}() fails
Al Viro
2013-06-29
1
-6
/
+12
|
*
SELinux: Institute file_path_has_perm()
David Howells
2013-06-29
1
-6
/
+18
|
*
Replace a bunch of file->dentry->d_inode refs with file_inode()
David Howells
2013-06-29
3
-6
/
+6
|
*
udf: provide ->tmpfile()
Al Viro
2013-06-29
1
-0
/
+24
|
*
ext3 ->tmpfile() support
Al Viro
2013-06-29
1
-1
/
+46
|
*
allow the temp files created by open() to be linked to
Al Viro
2013-06-29
3
-3
/
+18
|
*
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...
Al Viro
2013-06-29
12
-5
/
+164
|
*
allow build_open_flags() to return an error
Al Viro
2013-06-29
4
-31
/
+41
|
*
lift file_*_write out of do_splice_direct()
Al Viro
2013-06-29
2
-2
/
+2
|
*
lift file_*_write out of do_splice_from()
Al Viro
2013-06-29
1
-4
/
+5
|
*
do_last(): fix missing checks for LAST_BIND case
Al Viro
2013-06-29
1
-21
/
+3
|
*
pcm_native: switch to fdget()/fdput()
Al Viro
2013-06-29
1
-25
/
+15
*
|
Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-07-02
2
-192
/
+295
|
\
\
|
*
|
cpuset: rename @cont to @cgrp
Li Zefan
2013-06-13
1
-16
/
+16
|
*
|
cpuset: fix to migrate mm correctly in a corner case
Li Zefan
2013-06-13
1
-6
/
+19
|
*
|
cpuset: allow to move tasks to empty cpusets
Li Zefan
2013-06-13
2
-2
/
+10
|
*
|
cpuset: allow to keep tasks in empty cpusets
Li Zefan
2013-06-13
2
-31
/
+114
|
*
|
cpuset: introduce effective_{cpumask|nodemask}_cpuset()
Li Zefan
2013-06-13
1
-11
/
+65
|
*
|
cpuset: record old_mems_allowed in struct cpuset
Li Zefan
2013-06-13
1
-25
/
+36
|
*
|
cpuset: remove async hotplug propagation work
Li Zefan
2013-06-09
1
-53
/
+16
|
*
|
cpuset: let hotplug propagation work wait for task attaching
Li Zefan
2013-06-09
1
-12
/
+17
|
*
|
cpuset: re-structure update_cpumask() a bit
Li Zefan
2013-06-05
1
-3
/
+4
|
*
|
cpuset: remove cpuset_test_cpumask()
Li Zefan
2013-06-05
1
-18
/
+1
|
*
|
cpuset: remove unnecessary variable in cpuset_attach()
Li Zefan
2013-06-05
1
-4
/
+2
|
*
|
cpuset: cleanup guarantee_online_{cpus|mems}()
Li Zefan
2013-06-05
1
-22
/
+7
|
*
|
cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
Li Zefan
2013-06-05
1
-2
/
+1
*
|
|
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-07-02
3
-785
/
+1029
|
\
\
\
|
*
|
|
cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi...
Tejun Heo
2013-06-29
1
-1
/
+1
|
*
|
|
cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
Tejun Heo
2013-06-27
2
-2
/
+9
|
*
|
|
cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
Tejun Heo
2013-06-27
1
-2
/
+2
|
*
|
|
cgroup: always use RCU accessors for protected accesses
Tejun Heo
2013-06-26
1
-9
/
+12
|
*
|
|
cgroup: fix RCU accesses around task->cgroups
Tejun Heo
2013-06-26
1
-11
/
+13
|
*
|
|
cgroup: fix RCU accesses to task->cgroups
Tejun Heo
2013-06-26
1
-10
/
+48
|
*
|
|
cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()
Tejun Heo
2013-06-26
1
-5
/
+5
|
*
|
|
cgroup: fix cgroupfs_root early destruction path
Tejun Heo
2013-06-26
2
-3
/
+20
|
*
|
|
cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
Tejun Heo
2013-06-25
1
-4
/
+6
|
*
|
|
cgroup: implement for_each_[builtin_]subsys()
Tejun Heo
2013-06-25
1
-76
/
+71
|
*
|
|
cgroup: move init_css_set initialization inside cgroup_mutex
Tejun Heo
2013-06-25
1
-4
/
+4
|
*
|
|
cgroup: s/for_each_subsys()/for_each_root_subsys()/
Tejun Heo
2013-06-24
1
-25
/
+22
|
*
|
|
cgroup: clean up find_css_set() and friends
Tejun Heo
2013-06-24
1
-21
/
+17
|
*
|
|
cgroup: remove cgroup->actual_subsys_mask
Tejun Heo
2013-06-24
2
-17
/
+13
|
*
|
|
cgroup: prefix global variables with "cgroup_"
Tejun Heo
2013-06-24
1
-76
/
+77
|
*
|
|
cgroup: convert CFTYPE_* flags to enums
Tejun Heo
2013-06-24
1
-3
/
+5
|
*
|
|
cgroup: rename cont to cgrp
Li Zefan
2013-06-19
2
-13
/
+13
|
*
|
|
cgroup: clean up cgroup_serial_nr_cursor
Tejun Heo
2013-06-18
1
-7
/
+8
|
*
|
|
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
Li Zefan
2013-06-18
2
-42
/
+44
|
*
|
|
cgroup: make serial_nr_cursor available throughout cgroup.c
Li Zefan
2013-06-18
1
-8
/
+10
|
*
|
|
cgroup: fix memory leak in cgroup_rm_cftypes()
Li Zefan
2013-06-18
1
-1
/
+2
[prev]
[next]