summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo1-57/+0
2013-04-14cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefixTejun Heo1-11/+10
2013-04-14userns: Changing any namespace id mappings should require privilegesAndy Lutomirski1-3/+3
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski1-2/+2
2013-04-14userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman1-4/+8
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+32
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+26
2013-04-14Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-19/+19
2013-04-14cgroup: make cgroup_path() not print double slashesTejun Heo1-5/+8
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds1-0/+24
2013-04-13uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov1-5/+3
2013-04-13uprobes/tracing: Change create_trace_uprobe() to support uretprobesOleg Nesterov1-4/+7
2013-04-13uprobes/tracing: Make seq_printf() code uretprobe-friendlyOleg Nesterov1-4/+13
2013-04-13uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendlyOleg Nesterov1-4/+15
2013-04-13uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendlyOleg Nesterov1-9/+25
2013-04-13uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()Oleg Nesterov1-2/+40
2013-04-13uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpersOleg Nesterov1-9/+20
2013-04-13uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov2-31/+36
2013-04-13uprobes/tracing: Kill the pointless local_save_flags/preempt_count callsOleg Nesterov1-7/+3
2013-04-13uprobes/tracing: Kill the pointless seq_print_ip_sym() callOleg Nesterov1-7/+1
2013-04-13uprobes/tracing: Kill the pointless task_pt_regs() callsOleg Nesterov1-2/+2
2013-04-13uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov1-4/+0
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov1-0/+11
2013-04-13uretprobes: Return probe exit, invoke handlersAnton Arapov1-1/+64
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov1-1/+91
2013-04-13uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov1-0/+25
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov1-3/+14
2013-04-12ftrace: Get rid of ftrace_profile_bitsNamhyung Kim1-11/+4
2013-04-12tracing: Check return value of tracing_init_dentry()Namhyung Kim3-0/+6
2013-04-12tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim1-5/+0
2013-04-12tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim1-1/+2
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)1-14/+14
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim2-6/+6
2013-04-12Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo1-0/+4
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2-26/+40
2013-04-12perf: Fix error return codeWei Yongjun1-0/+1
2013-04-11Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+2
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz1-3/+7
2013-04-10Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo1-8/+16
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan1-0/+20
2013-04-10cgroup: make sure parent won't be destroyed before its childrenLi Zefan1-0/+10
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen1-4/+0
2013-04-10sched/cpuacct/UML: Fix header file dependency bug on the UML buildIngo Molnar1-0/+1
2013-04-10locking/rtmutex/tester: Set correct permissions on sysfs filesSasha Levin1-2/+3
2013-04-10cgroup: Kill subsys.active flagLi Zefan1-3/+0
2013-04-10sched/cpuacct: No need to check subsys active stateLi Zefan1-6/+0
2013-04-10sched/cpuacct: Initialize cpuacct subsystem earlierLi Zefan1-5/+6
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan3-14/+4
2013-04-10sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct staticallyLi Zefan1-2/+2