summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-08-13cgroup: rename cgroup_subsys_state->dput_work and its callback functionTejun Heo1-11/+10
2013-08-13cgroup: always use cgroup_css()Tejun Heo1-29/+29
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan1-2/+4
2013-08-13ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani1-6/+3
2013-08-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2013-08-12Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar1-1/+1
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo3-47/+53
2013-08-08cgroup: unexport cgroup_css()Tejun Heo1-0/+13
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo5-21/+18
2013-08-08cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo1-7/+8
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo3-91/+88
2013-08-08cgroup: remove struct cgroup_scannerTejun Heo2-87/+69
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2-23/+21
2013-08-08cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2-49/+89
2013-08-08cgroup: relocate cgroup_advance_iter()Tejun Heo1-24/+24
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo3-102/+112
2013-08-08cgroup: always use cgroup_next_child() to walk the children listTejun Heo1-4/+3
2013-08-08cgroup: convert cgroup_next_sibling() to cgroup_next_child()Tejun Heo1-29/+30
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo5-165/+165
2013-08-08cgroup: add cgroup->dummy_cssTejun Heo1-4/+5
2013-08-08cgroup: pin cgroup_subsys_state when opening a cgroupfs fileTejun Heo1-11/+32
2013-08-08cgroup: add subsys backlink pointer to cftypeTejun Heo1-35/+43
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo6-91/+111
2013-08-08cgroup: add css_parent()Tejun Heo4-26/+8
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo4-14/+27
2013-08-08cgroup: add subsystem pointer to cgroup_subsys_stateTejun Heo1-0/+1
2013-08-08cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo1-9/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo7-16/+16
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov1-0/+4
2013-08-07Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-131/+272
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+34
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt1-1/+2
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov1-1/+0
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov1-4/+9
2013-08-05register_console: prevent adding the same console twiceAndreas Bießmann1-0/+7
2013-08-02tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam1-12/+12
2013-08-02tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam1-1/+1
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-02cgroup: Merge branch 'for-3.11-fixes' into for-3.12Tejun Heo1-13/+22
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+14
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-13/+38
2013-08-01cgroup: rename cgroup_pidlist->mutexLi Zefan1-11/+11
2013-08-01cgroup: restructure the failure path in cgroup_write_event_control()Li Zefan1-21/+18
2013-08-01workqueue: copy workqueue_attrs with all fieldsShaohua Li1-0/+12
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-6/+15
2013-07-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds7-105/+197
2013-07-31printk: rename struct log to struct printk_logJoe Perches1-40/+40
2013-07-31printk: use pointer for console_cmdline indexingJoe Perches1-23/+26
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches4-31/+110