summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-2111-45/+113
|\
| * perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-151-1/+1
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-143-4/+32
| |\
| | * sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
| | * sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| | * sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-081-0/+26
| | * sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-03-211-2/+4
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-145-10/+26
| |\ \
| | * | perf: Fix error return codeWei Yongjun2013-04-121-0/+1
| | * | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| | * | perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| | * | perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang2013-04-081-1/+2
| | * | perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian2013-03-212-5/+19
| * | | Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-142-19/+19
| |\ \ \
| | * | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-121-14/+14
| | * | | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-122-6/+6
| * | | | Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds2013-04-141-0/+24
| * | | | Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2013-04-111-1/+2
| |\ \ \ \
| | * | | | PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen2013-04-081-1/+2
| * | | | | Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-101-1/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | tracing: Fix double free when function profile init failedNamhyung Kim2013-04-091-1/+0
| * | | | | Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-082-9/+9
| |\| | | | | | |/ / / | |/| | |
| | * | | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-2/+3
| | * | | ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-081-6/+2
| | * | | tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)2013-04-081-1/+4
| | |/ /
* | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-163-111/+397
|\ \ \ \
| * | | | uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is emptyOleg Nesterov2013-04-151-1/+4
| * | | | uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov2013-04-131-5/+3
| * | | | uprobes/tracing: Change create_trace_uprobe() to support uretprobesOleg Nesterov2013-04-131-4/+7
| * | | | uprobes/tracing: Make seq_printf() code uretprobe-friendlyOleg Nesterov2013-04-131-4/+13
| * | | | uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendlyOleg Nesterov2013-04-131-4/+15
| * | | | uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendlyOleg Nesterov2013-04-131-9/+25
| * | | | uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()Oleg Nesterov2013-04-131-2/+40
| * | | | uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpersOleg Nesterov2013-04-131-9/+20
| * | | | uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov2013-04-132-31/+36
| * | | | uprobes/tracing: Kill the pointless local_save_flags/preempt_count callsOleg Nesterov2013-04-131-7/+3
| * | | | uprobes/tracing: Kill the pointless seq_print_ip_sym() callOleg Nesterov2013-04-131-7/+1
| * | | | uprobes/tracing: Kill the pointless task_pt_regs() callsOleg Nesterov2013-04-131-2/+2
| * | | | uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov2013-04-131-4/+0
| * | | | uretprobes: Limit the depth of return probe nestednessAnton Arapov2013-04-131-0/+11
| * | | | uretprobes: Return probe exit, invoke handlersAnton Arapov2013-04-131-1/+64
| * | | | uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov2013-04-131-1/+91
| * | | | uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov2013-04-131-0/+25
| * | | | uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov2013-04-131-3/+14
| * | | | uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov2013-04-041-10/+2
| * | | | uprobes: Introduce copy_to_page()Oleg Nesterov2013-04-041-6/+8
| * | | | uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov2013-04-041-3/+0
| * | | | uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov2013-04-041-11/+2
| * | | | uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov2013-04-041-4/+4
| * | | | uprobes: Add trap variant helperAnanth N Mavinakayanahalli2013-04-041-5/+29