aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02cgroup: Merge branch 'for-3.11-fixes' into for-3.12Tejun Heo1-13/+22
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-07-31cgroup: convert cgroup_ida to cgroup_idrLi Zefan1-6/+27
2013-07-31cgroup: more naming cleanupsLi Zefan2-21/+21
2013-07-31cgroup: remove struct cgroup_seqfile_stateLi Zefan1-32/+13
2013-07-31cgroup: remove sparse tags from offline_css()Li Zefan1-3/+2
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan1-1/+3
2013-07-29cpuset: relocate a misplaced commentZhao Hongjiang1-6/+6
2013-07-29cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang1-1/+0
2013-07-16cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()Tejun Heo1-9/+0
2013-07-16cgroup: move module ref handling into rebind_subsystems()Tejun Heo1-65/+28
2013-07-12cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo1-12/+19
2013-07-12cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount()Tejun Heo1-7/+6
2013-07-12cgroup: make rebind_subsystems() handle file additions and removals with proper error handlingTejun Heo1-32/+41
2013-07-12cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir()Tejun Heo1-5/+8
2013-07-12cgroup: update error handling in cgroup_populate_dir()Tejun Heo1-2/+11
2013-07-12cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir()Tejun Heo1-27/+19
2013-07-12cgroup: fix cgroup_add_cftypes() error handlingTejun Heo1-8/+18
2013-07-12cgroup: fix error path of cgroup_addrm_files()Tejun Heo1-6/+22
2013-07-12cgroup: minor updates around cgroup_clear_directory()Tejun Heo1-11/+8
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds13-265/+650
2013-07-10Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-4/+0
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-4/+0
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-07-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-35/+44
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-1/+75
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt1-14/+13
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt3-332/+347
2013-07-09reboot: remove -stable friendly PF_THREAD_BOUND defineRobin Holt1-5/+0
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2-17/+1
2013-07-09panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton1-2/+3
2013-07-09audit: Fix decimal constant descriptionMichal Simek1-1/+1
2013-07-09kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang1-0/+6
2013-07-09kernel/auditfilter.c: fixing build warningRaphael S. Carvalho1-1/+1
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names recordJeff Layton2-3/+10
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-540/+1223
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-401/+186
2013-07-06hrtimer: Remove unused variableThomas Gleixner1-2/+0
2013-07-05hrtimers: Move SMP function call to thread contextThomas Gleixner1-22/+15
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner1-15/+42