summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-07-31cgroup: convert cgroup_ida to cgroup_idrLi Zefan
2013-07-31cgroup: more naming cleanupsLi Zefan
2013-07-31cgroup: remove struct cgroup_seqfile_stateLi Zefan
2013-07-31cgroup: remove sparse tags from offline_css()Li Zefan
2013-07-29cpuset: relocate a misplaced commentZhao Hongjiang
2013-07-29cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang
2013-07-16cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()Tejun Heo
2013-07-16cgroup: move module ref handling into rebind_subsystems()Tejun Heo
2013-07-12cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_re...Tejun Heo
2013-07-12cgroup: make rebind_subsystems() handle file additions and removals with prop...Tejun Heo
2013-07-12cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_pop...Tejun Heo
2013-07-12cgroup: update error handling in cgroup_populate_dir()Tejun Heo
2013-07-12cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clea...Tejun Heo
2013-07-12cgroup: fix cgroup_add_cftypes() error handlingTejun Heo
2013-07-12cgroup: fix error path of cgroup_addrm_files()Tejun Heo
2013-07-12cgroup: minor updates around cgroup_clear_directory()Tejun Heo
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-07-11Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-07-11mm: remove free_area_cacheMichel Lespinasse
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cRobin Holt
2013-07-09reboot: remove -stable friendly PF_THREAD_BOUND defineRobin Holt
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Oleg Nesterov
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov
2013-07-09panic: add cpu/pid to warn_slowpath_common in WARNING printk()sAlex Thorlton
2013-07-09audit: Fix decimal constant descriptionMichal Simek
2013-07-09kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang
2013-07-09kernel/auditfilter.c: fixing build warningRaphael S. Carvalho
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-06hrtimer: Remove unused variableThomas Gleixner
2013-07-05hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner
2013-07-05perf: Fix interrupt handler timing harnessStephane Eranian
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...KOSAKI Motohiro
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao
2013-07-03kernel/pid.c: move statementRaphael S. Carvalho
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris