summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tools lib traceevent: Man page for header_page APIsTzvetomir Stoyanov2019-05-151-0/+102
| * tools lib traceevent: Man pages for tep_handler related APIsTzvetomir Stoyanov2019-05-154-0/+436
| * tools lib traceevent: Add support for man pages with multiple namesTzvetomir Stoyanov2019-05-151-3/+32
| * tools lib traceevent: Introduce man pagesTzvetomir Stoyanov2019-05-159-0/+634
| * perf machine: Null-terminate version char array upon fgets(/proc/version) errorDonald Yandt2019-05-151-1/+2
| * perf vendor events intel: Add uncore_upi JSON supportKan Liang2019-05-151-0/+1
| * perf scripts python: exported-sql-viewer.py: Add 'About' dialog boxAdrian Hunter2019-05-151-0/+59
| * perf scripts python: exported-sql-viewer.py: Add context menuAdrian Hunter2019-05-151-0/+41
| * perf scripts python: exported-sql-viewer.py: Add copy to clipboardAdrian Hunter2019-05-151-0/+217
| * perf scripts python: exported-sql-viewer.py: Add tree levelAdrian Hunter2019-05-151-0/+4
| * perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlar...Adrian Hunter2019-05-151-4/+10
| * perf scripts python: exported-sql-viewer.py: Move view creationAdrian Hunter2019-05-151-3/+2
| * perf tools x86: Add support for recording and printing XMM registersAndi Kleen2019-05-153-2/+40
| * perf parse-regs: Improve error output when faced with unknown register nameArnaldo Carvalho de Melo2019-05-151-2/+1
| * perf record: Fix suggestion to get list of registers usable with --user-regs ...Arnaldo Carvalho de Melo2019-05-151-2/+2
| * tools pci: Do not delete pcitest.sh in 'make clean'Arnaldo Carvalho de Melo2019-05-151-2/+2
| * tools x86 uapi asm: Sync the pt_regs.h copy with the kernel sourcesArnaldo Carvalho de Melo2019-05-151-1/+22
| * tools arch uapi: Sync the x86 kvm.h copyArnaldo Carvalho de Melo2019-05-151-0/+1
| * tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2019-05-151-1/+2
| * perf tools: Speed up report for perf compiled with linwunwindJiri Olsa2019-05-153-7/+12
| * tools lib traceevent: Remove hard coded install paths from pkg-config fileTzvetomir Stoyanov2019-05-152-6/+11
| * csky: Add support for libdwMao Han2019-05-158-1/+288
| * perf test: Fix spelling mistake "leadking" -> "leaking"Colin Ian King2019-05-151-2/+2
| * perf annotate: Remove hist__account_cycles() from callbackJin Yao2019-05-153-9/+8
* | Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-05-1616-42/+172
|\ \
| * | media: rockchip/vpu: Fix/re-order probe-error/remove pathJonas Karlman2019-05-151-3/+5
| * | media: rockchip/vpu: Initialize mdev->bus_infoBoris Brezillon2019-05-151-0/+2
| * | media: rockchip/vpu: Get vdev from the file arg in vidioc_querycap()Boris Brezillon2019-05-151-1/+2
| * | media: rockchip/vpu: Add missing dont_use_autosuspend() callsJonas Karlman2019-05-151-0/+2
| * | media: rockchip/vpu: Do not request id 0 for our video deviceJonas Karlman2019-05-151-1/+1
| * | media: tegra-cec: fix cec_notifier_parse_hdmi_phandle return checkHans Verkuil2019-05-081-2/+2
| * | media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter2019-05-082-2/+2
| * | media: field-order.rst: clarify FIELD_ANY and FIELD_NONEHans Verkuil2019-05-081-9/+7
| * | media: staging/imx: add media device to capture registerRui Miguel Silva2019-05-085-7/+8
| * | media: rcar-csi2: Propagate the FLD signal for NTSC and PALNiklas Söderlund2019-05-081-3/+13
| * | media: rcar-csi2: restart CSI-2 link if error is detectedNiklas Söderlund2019-05-081-1/+51
| * | media: omap_vout: potential buffer overflow in vidioc_dqbuf()Dan Carpenter2019-05-081-9/+6
| * | media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel2019-05-081-0/+10
| * | media: atmel: atmel-isc: fix asd memory allocationEugen Hristev2019-05-081-2/+6
| * | media: atmel: atmel-isc: fix INIT_WORK misplacementEugen Hristev2019-05-081-2/+2
| * | media: atmel: atmel-isc: limit incoming pixels per frameEugen Hristev2019-05-082-0/+53
* | | Merge tag 'edac_fixes_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-162-10/+6
|\ \ \
| * | | EDAC/mc: Fix edac_mc_find() in case no device is foundRobert Richter2019-05-141-8/+4
| * | | EDAC/mpc85xx: Prevent building as a moduleMichael Ellerman2019-05-101-2/+2
* | | | Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-05-161-5/+12
|\ \ \ \
| * | | | configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-05-081-5/+12
* | | | | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-1630-117/+64
|\ \ \ \ \
| * | | | | asm-generic: optimize generic uaccess for 8-byte loads and storesChristoph Hellwig2019-04-231-0/+10
| * | | | | asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-235-55/+54
| * | | | | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-2324-61/+0