summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-13uprobes/tracing: Kill the pointless local_save_flags/preempt_count callsOleg Nesterov
2013-04-13uprobes/tracing: Kill the pointless seq_print_ip_sym() callOleg Nesterov
2013-04-13uprobes/tracing: Kill the pointless task_pt_regs() callsOleg Nesterov
2013-04-13uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov
2013-04-13uretprobes: Return probe exit, invoke handlersAnton Arapov
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov
2013-04-13uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov
2013-04-04uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov
2013-04-04uprobes: Introduce copy_to_page()Oleg Nesterov
2013-04-04uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov
2013-04-04uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov
2013-04-04uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli
2013-04-04uprobes: Use file_inode()Oleg Nesterov
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian
2013-04-01perf/core: Add weighted samplesAndi Kleen
2013-03-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-03-18perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim
2013-03-18Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2013-03-18perf: Generate EXIT event only once per task contextNamhyung Kim
2013-03-18perf: Reset hwc->last_period on sw clock eventsNamhyung Kim
2013-03-15tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-03-15tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-03-14tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-03-14watchdog: Add comments to explain the watchdog_disabled variableanish kumar
2013-03-14Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2013-03-13Merge branch 'akpm' (fixes from Andrew)Linus Torvalds
2013-03-13workqueue: convert to idr_alloc()Tejun Heo
2013-03-13kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-03-13signal: always clear sa_restorer on execveKees Cook
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-13futex: fix kernel-doc notation and spelloRandy Dunlap
2013-03-13signals: fix new kernel-doc warningsRandy Dunlap
2013-03-12tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)
2013-03-06perf: Remove include of cgroup.h from perf_event.hLi Zefan
2013-03-06Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-03-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-03fix compat_sys_rt_sigprocmask()Al Viro
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan