summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2-8/+8
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim4-1/+62
2014-01-02uprobes: Allocate ->utask before handler_chain() for tracing handlersOleg Nesterov1-0/+4
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim1-12/+22
2014-01-02tracing/uprobes: Fetch args before reserving a ring bufferNamhyung Kim1-14/+132
2014-01-02tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()Namhyung Kim1-1/+1
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim4-81/+129
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee1-2/+20
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim4-59/+91
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim4-26/+66
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim4-39/+119
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2-61/+78
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim4-116/+66
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2-48/+48
2014-01-02tracing/uprobes: Convert to struct trace_probeNamhyung Kim1-80/+79
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim2-285/+295
2014-01-02tracing/probes: Fix basic print type functionsNamhyung Kim1-11/+11
2014-01-02tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim1-1/+1
2014-01-02tracing: Fix rcu handling of event_trigger_data filter fieldSteven Rostedt (Red Hat)2-4/+6
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)5-26/+19
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe31-240/+375
2013-12-30Merge back earlier 'pm-sleep' material.Rafael J. Wysocki19-75/+105
2013-12-29Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2013-12-27Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixesRafael J. Wysocki1-0/+1
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+32
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi4-14/+219
2013-12-21tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdefSteven Rostedt (Red Hat)1-13/+13
2013-12-21tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi3-1/+364
2013-12-21tracing: Add 'stacktrace' event trigger commandTom Zanussi1-0/+79
2013-12-21tracing: Add 'snapshot' event trigger commandTom Zanussi3-3/+116
2013-12-22PM / sleep: Fix memory leak in pm_vt_switch_unregister().Masami Ichikawa1-0/+1
2013-12-20tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi1-0/+446
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi5-5/+480
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov1-1/+1
2013-12-20Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2013-12-19libata, freezer: avoid block device removal while system is frozenTejun Heo1-0/+6
2013-12-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+17
2013-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+18
2013-12-18Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-1/+10
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+1
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2013-12-18kexec: migrate to reboot cpuVivek Goyal2-1/+2
2013-12-18Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Linus Torvalds2-6/+7
2013-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-80/+65
2013-12-17mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu1-1/+6
2013-12-17Merge tag 'v3.13-rc4' into core/lockingIngo Molnar36-346/+602
2013-12-17sched/numa: Fix period_slot recalculationWanpeng Li1-1/+0
2013-12-17sched/numa: Use wrapper function task_faults_idx to calculate index in group_...Wanpeng Li1-1/+2
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li2-3/+3