summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | locks: comment cleanups and clarificationsJeff Layton2013-06-291-0/+18
| * | | | cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-291-5/+0
| * | | | locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-291-3/+2
| * | | | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-6/+3
| * | | | constify rw_verify_area()Al Viro2013-06-291-1/+0
| * | | | new helper: fixed_size_llseek()Al Viro2013-06-291-0/+2
| * | | | kill find_inode_number()Al Viro2013-06-291-1/+0
| * | | | Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-291-4/+4
| * | | | allow the temp files created by open() to be linked toAl Viro2013-06-291-0/+1
| * | | | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-293-0/+7
* | | | | Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-031-1/+8
|\ \ \ \ \
| * | | | | cpuset: allow to move tasks to empty cpusetsLi Zefan2013-06-131-0/+3
| * | | | | cpuset: allow to keep tasks in empty cpusetsLi Zefan2013-06-131-0/+4
* | | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-07-031-91/+131
|\ \ \ \ \ \
| * | | | | | cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount optionsTejun Heo2013-06-281-1/+5
| * | | | | | cgroup: fix RCU accesses to task->cgroupsTejun Heo2013-06-261-10/+48
| * | | | | | cgroup: fix cgroupfs_root early destruction pathTejun Heo2013-06-261-0/+1
| * | | | | | cgroup: remove cgroup->actual_subsys_maskTejun Heo2013-06-251-7/+1
| * | | | | | cgroup: convert CFTYPE_* flags to enumsTejun Heo2013-06-251-3/+5
| * | | | | | cgroup: rename cont to cgrpLi Zefan2013-06-191-2/+2
| * | | | | | cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan2013-06-181-6/+0
| * | | | | | cgroup: disallow rename(2) if sane_behaviorTejun Heo2013-06-181-0/+2
| * | | | | | cgroup: update sane_behavior documentationTejun Heo2013-06-141-5/+6
| * | | | | | cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo2013-06-141-15/+8
| * | | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo2013-06-1445-110/+394
| |\ \ \ \ \ \
| * | | | | | | cgroup: split cgroup destruction into two stepsTejun Heo2013-06-141-1/+1
| * | | | | | | cgroup: remove cgroup->count and useTejun Heo2013-06-131-6/+0
| * | | | | | | cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo2013-06-131-1/+1
| * | | | | | | cgroup: clean up css_[try]get() and css_put()Tejun Heo2013-06-131-24/+24
| * | | | | | | cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo2013-06-131-8/+7
| * | | | | | | cgroup: remove now unused css_depth()Tejun Heo2013-06-131-1/+0
| | |/ / / / / | |/| | | | |
| * | | | | | cgroup: update iterators to use cgroup_next_sibling()Tejun Heo2013-05-241-4/+14
| * | | | | | cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo2013-05-241-0/+10
| * | | | | | cgroup: make cgroup_is_removed() staticTejun Heo2013-05-241-1/+0
| * | | | | | Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo2013-05-241-1/+1
| |\ \ \ \ \ \
| * | | | | | | cgroup.h: remove some functions that are now goneGreg KH2013-05-141-2/+0
| * | | | | | | cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo2013-05-141-0/+2
* | | | | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-07-031-0/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | workqueue: Add system wide power_efficient workqueuesViresh Kumar2013-05-141-0/+8
| * | | | | | | | workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueuesViresh Kumar2013-05-141-0/+27
| |/ / / / / / /
* | | | | | | | Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-07-031-0/+174
|\ \ \ \ \ \ \ \
| * | | | | | | | percpu-refcount: use RCU-sched insted of normal RCUTejun Heo2013-06-171-6/+6
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo2013-06-141-1/+49
| * | | | | | | percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo2013-06-131-0/+1
| * | | | | | | percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo2013-06-131-1/+2
| * | | | | | | percpu-refcount: cosmetic updatesTejun Heo2013-06-131-3/+5
| * | | | | | | percpu-refcount: consistently use plain (non-sched) RCUTejun Heo2013-06-131-4/+4
| * | | | | | | percpu: implement generic percpu refcountingKent Overstreet2013-06-041-0/+122
* | | | | | | | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-034-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-211-0/+3