summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-1111009-257766/+490563
|\
| * Merge tag 'tilcdc-4.22' of https://github.com/jsarha/linux into drm-nextDave Airlie2019-01-101-17/+17
| |\
| | * drm/tilcdc: Register cpufreq notifier after we have initialized crtcJyri Sarha2019-01-041-17/+17
| * | drm/msm: fix build warning for 64-bit seqnoDave Airlie2019-01-091-1/+1
| * | Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-0969-580/+580
| |\ \
| * | | Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-071-3/+3
| * | | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0794-694/+150
| |\ \ \
| | * | | kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| | * | | kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| | * | | kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| | * | | arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| | * | | kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| | * | | arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| | * | | riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| | * | | kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| | * | | kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16
| | * | | kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
| | * | | kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
| | * | | jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0642-119/+65
| | * | | kallsyms: lower alignment on ARMMathias Krause2019-01-061-2/+2
| | * | | scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall2019-01-061-0/+5
| | * | | scripts: coccinelle: check for redeclarationJulia Lawall2019-01-061-0/+3
| | * | | kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-061-1/+0
| | * | | nds32: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-10/+0
| | * | | nios2: remove unneeded HAS_DMA defineMasahiro Yamada2019-01-061-3/+0
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-0727-166/+620
| |\ \ \ \
| | * \ \ \ Merge tag 'perf-core-for-mingo-4.21-20190103' of git://git.kernel.org/pub/scm...Ingo Molnar2019-01-0327-166/+620
| | |\ \ \ \
| | | * | | | perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter2019-01-021-0/+7
| | | * | | | perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-025-25/+69
| | | * | | | perf thread-stack: Allocate an array of thread stacksAdrian Hunter2019-01-021-12/+17
| | | * | | | perf thread-stack: Factor out thread_stack__init()Adrian Hunter2019-01-021-7/+19
| | | * | | | perf thread-stack: Allow for a thread stack arrayAdrian Hunter2019-01-021-6/+34
| | | * | | | perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter2019-01-021-32/+49
| | | * | | | perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter2019-01-021-4/+3
| | | * | | | perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter2019-01-021-11/+7
| | | * | | | tools gpio: Allow overriding CFLAGSJiri Olsa2018-12-281-1/+1
| | | * | | | tools power turbostat: Override CFLAGS assignments and add LDFLAGS to build c...Jiri Olsa2018-12-281-4/+4
| | | * | | | tools thermal tmon: Allow overriding CFLAGS assignmentsJiri Olsa2018-12-281-4/+4
| | | * | | | tools power x86_energy_perf_policy: Override CFLAGS assignments and add LDFLA...Jiri Olsa2018-12-281-3/+3
| | | * | | | perf c2c: Increase the HITM ratio limit for displayed cachelinesJiri Olsa2018-12-281-1/+1
| | | * | | | perf c2c: Change the default coalesce setupJiri Olsa2018-12-281-1/+1
| | | * | | | perf trace beauty ioctl: Beautify USBDEVFS_ commandsArnaldo Carvalho de Melo2018-12-281-0/+22
| | | * | | | perf trace beauty: Export function to get the files for a threadArnaldo Carvalho de Melo2018-12-282-5/+12
| | | * | | | perf trace: Wire up ioctl's USBDEBFS_ cmd table generatorArnaldo Carvalho de Melo2018-12-281-0/+8
| | | * | | | perf beauty ioctl: Add generator for USBDEVFS_ ioctl commandsArnaldo Carvalho de Melo2018-12-281-0/+19
| | | * | | | tools headers uapi: Grab a copy of usbdevice_fs.hArnaldo Carvalho de Melo2018-12-282-0/+202
| | | * | | | perf trace: Store the major number for a file when storing its pathnameArnaldo Carvalho de Melo2018-12-281-0/+5
| | | * | | | perf trace: Move the files table resizing to outside set_pathname()Arnaldo Carvalho de Melo2018-12-281-6/+16
| | | * | | | perf trace: Rename thread_thread->paths to thread_trace->filesArnaldo Carvalho de Melo2018-12-281-19/+23
| | | * | | | perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen2018-12-284-1/+34