summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin4-49/+63
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar384-2105/+3861
2018-03-29Merge tag 'perf-core-for-mingo-4.17-20180328' of git://git.kernel.org/pub/scm...Ingo Molnar18-1/+1987
2018-03-28perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-27perf vendor events s390: Add JSON files for IBM z14Thomas Richter4-0/+469
2018-03-27perf vendor events s390: Add JSON files for IBM z13Thomas Richter4-0/+511
2018-03-27perf vendor events s390: Add JSON files for IBM zEC12 zBC12Thomas Richter4-0/+385
2018-03-27perf vendor events s390: Add JSON files for IBM z196Thomas Richter4-0/+319
2018-03-27perf vendor events s390: Add JSON files for IBM z10EC z10BCThomas Richter4-0/+284
2018-03-27perf mmap: Be consistent when checking for an unmaped ring bufferArnaldo Carvalho de Melo1-1/+12
2018-03-27perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()Kan Liang1-0/+6
2018-03-27perf build: Fix check-headers.sh opts assignmentJiri Olsa1-0/+1
2018-03-27perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUsStephane Eranian1-8/+17
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso2-5/+6
2018-03-26Linux 4.16-rc7v4.16-rc7Linus Torvalds1-1/+1
2018-03-25Merge tag 'dmaengine-fix-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+6
2018-03-25Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-97/+30
2018-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+8
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+17
2018-03-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-33/+49
2018-03-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-13/+37
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-25Merge tag 'perf-core-for-mingo-4.17-20180323' of git://git.kernel.org/pub/scm...Ingo Molnar13-587/+944
2018-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-55/+19
2018-03-25Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman1-55/+19
2018-03-24Merge tag 'pinctrl-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-53/+154
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar6-33/+48
2018-03-24Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar0-0/+0
2018-03-24Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-8/+192
2018-03-23x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski3-10/+9
2018-03-23perf annotate: Use absolute addresses to calculate jump target offsetsArnaldo Carvalho de Melo1-3/+2
2018-03-23perf annotate: Defer searching for comma in raw line till it is neededArnaldo Carvalho de Melo1-1/+2
2018-03-23perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo2-7/+22
2018-03-23perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo3-9/+16
2018-03-23perf python: Reference Py_None before returning itPetr Machata1-1/+3
2018-03-23x86/efi: Free efi_pgd with free_pages()Waiman Long1-1/+1
2018-03-23Merge tag 'mips_fixes_4.16_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-30/+27
2018-03-23Merge tag 'vfio-v4.16-rc7' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+0
2018-03-23Merge tag 'mtd/fixes-for-4.16-rc7' of git://git.infradead.org/linux-mtdLinus Torvalds3-26/+16
2018-03-23Merge tag 'staging-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-25/+50
2018-03-23Merge tag 'char-misc-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+35
2018-03-23Merge tag 'media/v4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds3-12/+8
2018-03-23Merge tag 'sound-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-5/+41
2018-03-23selftests: ftrace: Add a testcase for probepointMasami Hiramatsu1-0/+43
2018-03-23selftests: ftrace: Add a testcase for string type with kprobe_eventMasami Hiramatsu1-0/+46
2018-03-23selftests: ftrace: Add probe event argument syntax testcaseMasami Hiramatsu1-0/+97
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-79/+153
2018-03-23Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-49/+57
2018-03-23Merge tag 'drm-fixes-for-v4.16-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds29-84/+176