summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu2018-10-113-82/+63Star
| * tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-114-6/+6
| * tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-114-110/+88Star
| * tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-114-75/+39Star
| * tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-115-678/+491Star
| * tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu2018-10-111-3/+1Star
| * tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-114-41/+29Star
| * tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-114-31/+29Star
| * trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-115-16/+50
| * perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria2018-09-246-22/+106
| * trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-2/+35
| * uprobes/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-0/+19
| * uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria2018-09-244-11/+293
| * tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)2018-09-241-3/+6
* | Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-302-7/+9
|\ \
| * | selftests/ftrace: Fix synthetic event test to delete event correctlyMasami Hiramatsu2018-10-281-6/+6
| * | tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu2018-10-281-1/+3
* | | Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-307-42/+30Star
|\ \ \
| * | | xen: drop writing error messages to xenstoreJuergen Gross2018-10-261-4/+2Star
| * | | xen/pvh: don't try to unplug emulated devicesJuergen Gross2018-10-261-0/+4
| * | | add myself as reviewer for Xen support in LinuxStefano Stabellini2018-10-241-0/+1
| * | | xen: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-241-8/+0Star
| * | | xen/balloon: Support xend-based toolstackBoris Ostrovsky2018-10-241-5/+8
| * | | xen/pvh: increase early stack sizeRoger Pau Monne2018-10-241-1/+1
| * | | xen: make xen_qlock_wait() nestableJuergen Gross2018-10-241-14/+10Star
| * | | xen: fix race in xen_qlock_wait()Juergen Gross2018-10-241-10/+5Star
| * | | xen/balloon: Grammar s/Is it/It is/Geert Uytterhoeven2018-10-241-1/+1
| * | | xen: Make XEN_BACKEND selectable by DomUJason Andryuk2018-10-241-2/+1Star
* | | | Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-308-183/+250
|\ \ \ \
| * | | | ACPI / PMIC: xpower: Add depends on IOSF_MBI to Kconfig entryHans de Goede2018-10-251-1/+1
| * | | | i2c: designware: Cleanup bus lock handlingHans de Goede2018-10-254-27/+6Star
| * | | | ACPI / PMIC: xpower: Block P-Unit I2C access during read-modify-writeHans de Goede2018-10-251-6/+15
| * | | | x86: baytrail/cherrytrail: Rework and move P-Unit PMIC bus semaphore codeHans de Goede2018-10-253-151/+230
* | | | | Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-309-163/+60Star
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2018-10-308-162/+31Star
| |\ \ \ \ \ \
| | | * | | | | cpufreq: remove unused arm_big_little_dt driverSudeep Holla2018-10-254-111/+0Star
| | | * | | | | cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64Sudeep Holla2018-10-251-1/+1
| | | * | | | | cpufreq: intel_pstate: Fix compilation for !CONFIG_ACPIDominik Brodowski2018-10-251-9/+11
| | | |/ / / /
| | * | | | | cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-253-27/+6Star
| | * | | | | sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano2018-10-251-21/+20Star
| | |/ / / /
| * / / / / kernel: hung_task.c: disable on suspendVitaly Kuznetsov2018-10-251-1/+29
| |/ / / /
* | | | | Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-309-68/+111
|\ \ \ \ \
| * | | | | Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-10-221-0/+2
| * | | | | Btrfs: fix use-after-free during inode evictionFilipe Manana2018-10-191-1/+3
| * | | | | btrfs: move the dio_sem higher up the callchainJosef Bacik2018-10-192-2/+12
| * | | | | btrfs: don't run delayed_iputs in commitJosef Bacik2018-10-191-9/+0Star
| * | | | | btrfs: fix insert_reserved error handlingJosef Bacik2018-10-191-8/+4Star
| * | | | | btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-10-191-1/+9
| * | | | | btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-10-191-2/+5
| * | | | | btrfs: set max_extent_size properlyJosef Bacik2018-10-191-10/+20