index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
cgroup: fix compile warning
Felipe Balbi
1
-1
/
+1
2016-05-09
cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces
Serge E. Hallyn
1
-0
/
+63
2016-04-25
cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...
Tejun Heo
1
-2
/
+5
2016-03-21
Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-4
/
+225
2016-03-16
cgroup: avoid false positive gcc-6 warning
Arnd Bergmann
1
-0
/
+3
2016-03-16
cgroup: ignore css_sets associated with dead cgroups during migration
Tejun Heo
1
-2
/
+18
2016-03-08
cgroup: implement cgroup_subsys->implicit_on_dfl
Tejun Heo
1
-7
/
+31
2016-03-08
cgroup: use css_set->mg_dst_cgrp for the migration target cgroup
Tejun Heo
1
-13
/
+13
2016-03-08
cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroup
Tejun Heo
1
-35
/
+35
2016-03-08
cgroup: move migration destination verification out of cgroup_migrate_prepare...
Tejun Heo
1
-8
/
+20
2016-03-08
cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()
Tejun Heo
1
-1
/
+1
2016-03-03
cgroup: update css iteration in cgroup_update_dfl_csses()
Tejun Heo
1
-11
/
+8
2016-03-03
cgroup: allocate 2x cgrp_cset_links when setting up a new root
Tejun Heo
1
-3
/
+4
2016-03-03
cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_mask
Tejun Heo
1
-10
/
+7
2016-03-03
cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friends
Tejun Heo
1
-79
/
+28
2016-03-03
cgroup: use cgroup_apply_enable_control() in cgroup creation path
Tejun Heo
1
-24
/
+14
2016-03-03
cgroup: combine cgroup_mutex locking and offline css draining
Tejun Heo
1
-28
/
+27
2016-03-03
cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...
Tejun Heo
1
-23
/
+58
2016-03-03
cgroup: introduce cgroup_{save|propagate|restore}_control()
Tejun Heo
1
-20
/
+62
2016-03-03
cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...
Tejun Heo
1
-10
/
+31
2016-03-03
cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...
Tejun Heo
1
-30
/
+47
2016-03-03
cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...
Tejun Heo
1
-33
/
+41
2016-03-03
cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()
Tejun Heo
1
-25
/
+52
2016-03-03
cgroup: introduce cgroup_control() and cgroup_ss_mask()
Tejun Heo
1
-35
/
+37
2016-03-03
cgroup: factor out cgroup_create() out of cgroup_mkdir()
Tejun Heo
1
-29
/
+43
2016-03-03
cgroup: reorder operations in cgroup_mkdir()
Tejun Heo
1
-31
/
+30
2016-03-03
cgroup: explicitly track whether a cgroup_subsys_state is visible to userland
Tejun Heo
1
-1
/
+12
2016-03-03
cgroup: separate out interface file creation from css creation
Tejun Heo
1
-29
/
+43
2016-03-03
cgroup: suppress spurious de-populated events
Tejun Heo
1
-2
/
+3
2016-03-03
cgroup: re-hash init_css_set after subsystems are initialized
Tejun Heo
1
-4
/
+11
2016-03-01
cgroup: reset css on destruction
Vladimir Davydov
1
-0
/
+3
2016-02-29
cgroup: fix and restructure error handling in copy_cgroup_ns()
Tejun Heo
1
-13
/
+5
2016-02-27
cgroup: fix a mistake in warning message
Xiubo Li
1
-1
/
+1
2016-02-23
cgroup: use ->subtree_control when testing no internal process rule
Tejun Heo
1
-2
/
+2
2016-02-23
cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fs
Tejun Heo
1
-2
/
+3
2016-02-23
cgroup: s/cgrp_dfl_root_/cgrp_dfl_/
Tejun Heo
1
-9
/
+9
2016-02-22
cgroup: make cgroup subsystem masks u16
Tejun Heo
1
-26
/
+24
2016-02-22
cgroup: use do_each_subsys_mask() where applicable
Tejun Heo
1
-23
/
+12
2016-02-22
cgroup: convert for_each_subsys_which() to do-while style
Tejun Heo
1
-32
/
+40
2016-02-22
cgroup: s/child_subsys_mask/subtree_ss_mask/
Tejun Heo
1
-24
/
+24
2016-02-22
Revert "cgroup: add cgroup_subsys->css_e_css_changed()"
Tejun Heo
1
-18
/
+0
2016-02-22
cgroup: fix error return value of cgroup_addrm_files()
Tejun Heo
1
-2
/
+2
2016-02-18
cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()
Tejun Heo
1
-2
/
+3
2016-02-16
Add FS_USERNS_FLAG to cgroup fs
Serge Hallyn
1
-0
/
+2
2016-02-16
cgroup: mount cgroupns-root when inside non-init cgroupns
Serge Hallyn
1
-1
/
+47
2016-02-16
cgroup: cgroup namespace setns support
Aditya Kali
1
-3
/
+16
2016-02-16
cgroup: introduce cgroup namespaces
Aditya Kali
1
-3
/
+170
2016-02-12
cgroup: provide cgroup_nov1= to disable controllers in v1 mounts
Johannes Weiner
1
-1
/
+42
2016-01-22
cgroup: make sure a parent css isn't freed before its children
Tejun Heo
1
-3
/
+4
2016-01-22
cgroup: make sure a parent css isn't offlined before its children
Tejun Heo
1
-5
/
+17
[next]