summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo2017-10-301-8/+69
* perf trace beauty prctl: Generate 'option' string table from kernel headersArnaldo Carvalho de Melo2017-10-276-3/+124
* tools include uapi: Grab a copy of linux/prctl.hArnaldo Carvalho de Melo2017-10-272-0/+201
* perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo2017-10-272-1/+62
* perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2017-10-273-10/+13
* perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo2017-10-271-3/+4
* perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo2017-10-271-7/+6
* perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo2017-10-271-5/+4
* perf/core: Rewrite event timekeepingPeter Zijlstra2017-10-272-274/+130
* perf/core: Fix perf_event_read()Peter Zijlstra2017-10-271-16/+39
* perf/core: Remove wrong barrierPeter Zijlstra2017-10-271-5/+0
* perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra2017-10-272-4/+4
* perf/core: Make sure to update ctx time before using itPeter Zijlstra2017-10-271-2/+10
* perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra2017-10-271-2/+2
* perf/core: Update ctx time before detaching eventsPeter Zijlstra2017-10-271-0/+1
* perf/core: Fix perf_event_read_value() lockingPeter Zijlstra2017-10-271-2/+14
* perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-274-6/+20
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-27260-1363/+3021
|\
| * perf/x86/intel/bts: Fix exclusive event reference leakAlexander Shishkin2017-10-241-3/+3
| * Merge tag 'platform-drivers-x86-v4.14-3' of git://git.infradead.org/linux-pla...Linus Torvalds2017-10-231-74/+41
| |\
| | * platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updatesKuppuswamy Sathyanarayanan2017-10-231-8/+13
| | * platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe functionKuppuswamy Sathyanarayanan2017-10-231-66/+28
| * | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-231-22/+15
| |\ \
| | * | workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-10-101-22/+15
| * | | Merge tag 'pinctrl-v4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-232-4/+12
| |\ \ \
| | * | | pinctrl: mcp23s08: fix interrupt handling regressionDmitry Mastykin2017-10-191-3/+3
| | * | | pinctrl/amd: fix masking of GPIO interruptsDaniel Drake2017-10-191-1/+9
| * | | | Merge tag 'regulator-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-232-2/+2
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge remote-tracking branches 'regulator/fix/axp20x' and 'regulator/fix/rn5t...Mark Brown2017-10-232-2/+2
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | regulator: rn5t618: Do not index regulator_desc arrays by idLeonard Crestez2017-10-181-1/+1
| | | * | | | regulator: axp20x: Fix poly-phase bit offset for AXP803 DCDC5/6Chen-Yu Tsai2017-10-041-1/+1
| | | |/ / /
| * | | | | Linux 4.14-rc6v4.14-rc6Linus Torvalds2017-10-231-1/+1
| * | | | | Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-10-239-39/+96
| |\ \ \ \ \
| | * | | | | staging: bcm2835-audio: Fix memory corruptionPhil Elwell2017-10-181-12/+7
| | * | | | | Merge tag 'iio-fixes-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-158-27/+89
| | |\ \ \ \ \
| | | * | | | | iio: adc: at91-sama5d2_adc: fix probe error on missing trigger propertyEugen Hristev2017-10-141-16/+29
| | | * | | | | iio: adc: dln2-adc: fix build errorRandy Dunlap2017-10-081-0/+2
| | | * | | | | iio: dummy: events: Add missing breakLars-Peter Clausen2017-10-011-0/+1
| | | * | | | | staging: iio: ade7759: fix signed extension bug on shift of a u8Colin Ian King2017-09-301-1/+1
| | | * | | | | iio: pressure: zpa2326: Remove always-true check which confuses gccGeert Uytterhoeven2017-09-251-7/+3
| | | * | | | | iio: proximity: as3935: noise detection + threshold changesMatt Ranostay2017-09-253-3/+53
| * | | | | | | Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-234-26/+15
| |\ \ \ \ \ \ \
| | * | | | | | | android: binder: Fix null ptr dereference in debug msgSherry Yang2017-10-211-1/+1
| | * | | | | | | android: binder: Don't get mm from taskSherry Yang2017-10-212-14/+9
| | * | | | | | | vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui2017-10-201-1/+4
| | * | | | | | | binder: call poll_wait() unconditionally.Martijn Coenen2017-10-201-10/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-2318-77/+226
| |\ \ \ \ \ \ \
| | * | | | | | | usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman2017-10-191-4/+7
| | * | | | | | | Merge tag 'usb-serial-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-10-191-0/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | USB: serial: metro-usb: add MS7820 device idJohan Hovold2017-10-161-0/+1
| | | |/ / / / / /