]> git.ipfire.org Git - people/arne_f/kernel.git/shortlog
people/arne_f/kernel.git
2014-05-16  Tejun Heodevice_cgroup: use css_has_online_children() instead...
2014-05-16  Tejun Heocgroup: convert cgroup_has_live_children() into css_has...
2014-05-16  Tejun Heocgroup: use CSS_ONLINE instead of CGRP_DEAD
2014-05-16  Tejun Heocgroup: iterate cgroup_subsys_states directly
2014-05-16  Tejun Heocgroup: introduce CSS_RELEASED and reduce css iteration...
2014-05-16  Tejun Heocgroup: move cgroup->serial_nr into cgroup_subsys_state
2014-05-16  Tejun Heocgroup: link all cgroup_subsys_states in their sibling...
2014-05-16  Tejun Heocgroup: move cgroup->sibling and ->children into cgroup...
2014-05-16  Tejun Heocgroup: remove cgroup->parent
2014-05-16  Tejun Heodevice_cgroup: remove direct access to cgroup->children
2014-05-16  Tejun Heomemcg: update memcg_has_children() to use css_next_child()
2014-05-16  Michal Hockomemcg: remove tasks/children test from mem_cgroup_force...
2014-05-16  Tejun Heocgroup: remove css_parent()
2014-05-16  Tejun Heocgroup: skip refcnting on normal root csses and cgrp_df...
2014-05-14  Tejun Heocgroup: use cgroup->self.refcnt for cgroup refcnting
2014-05-14  Tejun Heocgroup: enable refcnting for root csses
2014-05-14  Tejun Heocgroup: bounce css release through css->destroy_work
2014-05-14  Tejun Heocgroup: remove cgroup_destory_css_killed()
2014-05-14  Tejun Heocgroup: move cgroup->sibling unlinking to cgroup_put()
2014-05-14  Tejun Heocgroup: move check_for_release(parent) call to the...
2014-05-14  Tejun Heocgroup: separate out cgroup_has_live_children() from...
2014-05-14  Tejun Heocgroup: rename cgroup->dummy_css to ->self and move...
2014-05-14  Tejun Heocgroup: use restart_syscall() for mount retries
2014-05-13  Tejun Heocgroup: remove cgroup_tree_mutex
2014-05-13  Tejun Heocgroup: nest kernfs active protection under cgroup_mutex
2014-05-13  Tejun Heocgroup: use cgroup_kn_lock_live() in other cgroup kernf...
2014-05-13  Tejun Heocgroup: factor out cgroup_kn_lock_live() and cgroup_kn_...
2014-05-13  Tejun Heocgroup: move cgroup->kn->priv clearing to cgroup_rmdir()
2014-05-13  Tejun Heocgroup: grab cgroup_mutex earlier in cgroup_subtree_con...
2014-05-13  Tejun Heocgroup: collapse cgroup_create() into croup_mkdir()
2014-05-13  Tejun Heocgroup: reorganize cgroup_create()
2014-05-13  Tejun Heocgroup: remove cgroup->control_kn
2014-05-13  Tejun Heocgroup: convert "tasks" and "cgroup.procs" handle to...
2014-05-13  Tejun Heocgroup: replace cftype->trigger() with cftype->write()
2014-05-13  Tejun Heocgroup: replace cftype->write_string() with cftype...
2014-05-13  Tejun Heocgroup: implement cftype->write()
2014-05-13  Tejun Heocgroup: rename css_tryget*() to css_tryget_online*()
2014-05-13  Tejun Heocgroup: use release_agent_path_lock in cgroup_release_a...
2014-05-13  Tejun Heocgroup: use restart_syscall() for retries after offline...
2014-05-13  Tejun Heocgroup: update and fix parsing of "cgroup.subtree_control"
2014-05-13  Tejun Heocgroup: css_release() shouldn't clear cgroup->subsys[]
2014-05-13  Tejun Heocgroup: cgroup_idr_lock should be bh
2014-05-13  Tejun Heocgroup: fix offlining child waiting in cgroup_subtree_c...
2014-05-13  Tejun HeoMerge branch 'for-3.15-fixes' of git://git.kernel.org...
2014-05-13  Tejun Heocgroup: fix rcu_read_lock() leak in update_if_frozen()
2014-05-13  Tejun HeoMerge branch 'for-3.16' of git://git.kernel.org/pub...
2014-05-13  Tejun Heocgroup_freezer: replace freezer->lock with freezer_mutex
2014-05-13  Tejun Heocgroup: introduce task_css_is_root()
2014-05-09  Tejun Heopercpu-refcount: implement percpu_ref_tryget()
2014-05-09  Tejun Heopercpu-refcount: rename percpu_ref_tryget() to percpu_r...
2014-05-07  Tejun Heocgroup: remove unused CGRP_SANE_BEHAVIOR
2014-05-06  Fabian Frederickkernel/cpuset.c: convert printk to pr_foo()
2014-05-06  Fabian Frederickkernel/cpuset.c: kernel-doc fixes
2014-05-05  Fabian Frederickkernel/cgroup.c: fix 2 kernel-doc warnings
2014-05-05  Tejun Heoblkcg: use trylock on blkcg_pol_mutex in blkcg_reset_st...
2014-05-05  Aristeu Rozanskidevice_cgroup: check if exception removal is allowed
2014-05-04  Aristeu Rozanskidevice_cgroup: fix the comment format for recently...
2014-05-04  Tejun Heocgroup, memcg: implement css->id and convert css_from_i...
2014-05-04  Tejun Heocgroup: update init_css() into init_and_link_css()
2014-05-04  Tejun Heocgroup: use RCU free in create_css() failure path
2014-05-04  Tejun Heocgroup: protect cgroup_root->cgroup_idr with a spinlock
2014-05-04  Tejun Heocgroup, memcg: allocate cgroup ID from 1
2014-05-04  Tejun Heocgroup: make flags and subsys_masks unsigned int
2014-04-25  Joe Perchescgroup: Use more current logging style
2014-04-25  Jianyu Zhancgroup: replace pr_warning with preferred pr_warn
2014-04-25  Jianyu Zhancgroup: remove orphaned cgroup_pidlist_seq_operations
2014-04-25  Jianyu Zhancgroup: clean up obsolete comment for parse_cgroupfs_op...
2014-04-25  Tejun Heocgroup: add documentation about unified hierarchy
2014-04-25  Tejun Heocgroup: implement cgroup.populated for the default...
2014-04-25  Tejun HeoMerge branch 'driver-core-next' of git://git.kernel...
2014-04-25  Michael Marineaukobject: Make support for uevent_helper optional.
2014-04-25  Tejun Heokernfs: make kernfs_notify() trigger inotify events too
2014-04-25  Tejun Heokernfs: implement kernfs_root->supers list
2014-04-23  Tejun Heocgroup: implement dynamic subtree controller enable...
2014-04-23  Tejun Heocgroup: prepare migration path for unified hierarchy
2014-04-23  Tejun Heocgroup: update subsystem rebind restrictions
2014-04-23  Tejun Heocgroup: add css_set->dfl_cgrp
2014-04-23  Tejun Heocgroup: allow cgroup creation and suppress automatic...
2014-04-23  Tejun Heocgroup: cgroup->subsys[] should be cleared after the...
2014-04-23  Tejun Heocgroup: teach css_task_iter about effective csses
2014-04-23  Tejun Heocgroup: reorganize css_task_iter
2014-04-23  Tejun Heocgroup: make css_next_child() skip missing csses
2014-04-23  Tejun Heocgroup: implement cgroup->e_csets[]
2014-04-23  Tejun Heocgroup: introduce effective cgroup_subsys_state
2014-04-23  Tejun Heocgroup: update cgroup->subsys_mask to ->child_subsys_ma...
2014-04-23  Tejun Heocgroup: cgroup_apply_cftypes() shouldn't skip the defau...
2014-04-21  Aristeu Rozanskidevice_cgroup: rework device access check and exception...
2014-04-20  Linus TorvaldsLinux 3.15-rc2 v3.15-rc2
2014-04-20  Linus TorvaldsMerge branch 'fixes' of git://git.infradead.org/users...
2014-04-20  Linus TorvaldsMerge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel...
2014-04-20  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2014-04-20  Ingo MolnarMerge tag 'perf-urgent-for-mingo' of git://git.kernel...
2014-04-19  Adrien BAKperf tools: Improve error reporting
2014-04-19  Vladimir Nikulichevperf tools: Adjust symbols in VDSO
2014-04-19  Alexander Yaryginperf kvm: Fix 'Min time' counting in report command
2014-04-19  Eric Dumazetcoredump: fix va_list corruption
2014-04-19  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2014-04-19  Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2014-04-19  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2014-04-19  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
next