summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim-59/+91
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim-26/+66
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim-39/+119
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim-61/+78
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim-116/+66
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim-48/+48
2014-01-02tracing/uprobes: Convert to struct trace_probeNamhyung Kim-80/+79
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim-285/+295
2014-01-02tracing/probes: Fix basic print type functionsNamhyung Kim-11/+11
2014-01-02tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim-1/+1
2014-01-02tracing: Fix rcu handling of event_trigger_data filter fieldSteven Rostedt (Red Hat)-4/+6
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)-26/+19
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe-240/+375
2013-12-30Merge back earlier 'pm-sleep' material.Rafael J. Wysocki-75/+105
2013-12-29Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2013-12-27Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixesRafael J. Wysocki-0/+1
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-18/+32
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+6
2013-12-23timekeeping: Remove comment that's mostly out of dateJohn Stultz-10/+0
2013-12-23timekeeper: fix comment typo for tk_setup_internals()Yijing Wang-1/+2
2013-12-23timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz-0/+2
2013-12-23timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz-2/+2
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz-15/+7
2013-12-23timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz-2/+16
2013-12-23timekeeping: Fix potential lost pv notification of time changeJohn Stultz-9/+11
2013-12-23timekeeping: Fix lost updates to tai adjustmentJohn Stultz-1/+2
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi-14/+219
2013-12-21tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdefSteven Rostedt (Red Hat)-13/+13
2013-12-21tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi-1/+364
2013-12-21tracing: Add 'stacktrace' event trigger commandTom Zanussi-0/+79
2013-12-21tracing: Add 'snapshot' event trigger commandTom Zanussi-3/+116
2013-12-22PM / sleep: Fix memory leak in pm_vt_switch_unregister().Masami Ichikawa-0/+1
2013-12-20tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi-0/+446
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi-5/+480
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov-1/+1
2013-12-20Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2013-12-19libata, freezer: avoid block device removal while system is frozenTejun Heo-0/+6
2013-12-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+17
2013-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+18
2013-12-18Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-1/+10
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel-0/+1
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman-0/+7
2013-12-18kexec: migrate to reboot cpuVivek Goyal-1/+2
2013-12-18Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Linus Torvalds-6/+7
2013-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-80/+65
2013-12-17mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu-1/+6
2013-12-17Merge tag 'v3.13-rc4' into core/lockingIngo Molnar-346/+602
2013-12-17sched/numa: Fix period_slot recalculationWanpeng Li-1/+0
2013-12-17sched/numa: Use wrapper function task_faults_idx to calculate index in group_...Wanpeng Li-1/+2
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li-3/+3