summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-09103-86/+135
* perf tools: Move get_current_dir_name() cond prototype out of util.hArnaldo Carvalho de Melo2019-07-094-7/+12
* perf namespaces: Move the conditional setns() prototype to namespaces.hArnaldo Carvalho de Melo2019-07-093-5/+7
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-0926-7/+35
* perf evsel: perf_evsel__name(NULL) is valid, no need to check evselArnaldo Carvalho de Melo2019-07-092-2/+2
* perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-0/+3
* perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo2019-07-091-1/+1
* perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan2019-07-091-2/+5
* perf trace: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+3
* perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-091-4/+2
* perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-091-2/+6
* perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan2019-07-091-1/+1
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-091-1/+1
* Merge tag 'perf-urgent-for-mingo-5.3-20190708-2' of git://git.kernel.org/pub/...Ingo Molnar2019-07-098-30/+90
|\
| * tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-07-081-6/+15
| * Merge remote-tracking branch 'tip/perf/core' into perf/urgentArnaldo Carvalho de Melo2019-07-08250-2420/+10221
| |\ | |/ |/|
* | Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-08234-829/+1832
|\ \
| * | Linux 5.2v5.2Linus Torvalds2019-07-081-1/+1
| * | Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-061-0/+7
| |\ \
| | * | blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman2019-07-061-0/+7
| * | | Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-067-15/+29
| |\ \ \
| | * | | MAINTAINERS: Correct path to moved filesPaul Cercueil2019-06-241-1/+1
| | * | | MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin2019-06-241-9/+20
| | * | | MIPS: have "plain" make calls build dtbs for selected platformsCedric Hombourger2019-06-201-1/+2
| | * | | MIPS: fix build on non-linux hostsKevin Darbyshire-Bryant2019-06-202-1/+3
| | * | | MIPS: ath79: fix ar933x uart parity modeStefan Hellermann2019-06-191-2/+2
| | * | | MIPS: Fix bounds check virt_addr_validHauke Mehrtens2019-06-171-1/+1
| * | | | Merge tag 'dmaengine-fix-5.2' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-063-25/+35
| |\ \ \ \
| | * | | | dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R2019-07-051-0/+3
| | * | | | dmaengine: imx-sdma: remove BD_INTR for channel0Robin Gong2019-07-051-2/+2
| | * | | | dmaengine: imx-sdma: fix use-after-free on probe error pathSven Van Asbroeck2019-07-051-21/+27
| | * | | | dmaengine: jz4780: Fix an endian bug in IRQ handlerDan Carpenter2019-07-051-2/+3
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-062-9/+9
| |\ \ \ \ \
| | * | | | | scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-021-8/+8
| | * | | | | scsi: target/iblock: Fix overrun in WRITE SAME emulationRoman Bolshakov2019-07-021-1/+1
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-061-1/+0
| |\ \ \ \ \ \
| | * | | | | | fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven2019-07-051-1/+0
* | | | | | | | Merge branch 'x86/cpu' into perf/core, to pick up revertIngo Molnar2019-07-0416-568/+235
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner2019-07-0311-537/+50
| * | | | | | | | selftests/x86/fsgsbase: Fix some test case bugsAndy Lutomirski2019-07-031-34/+40
| * | | | | | | | x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski2019-07-021-16/+17
| * | | | | | | | x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski2019-07-021-0/+6
| * | | | | | | | selftests/x86: Test SYSCALL and SYSENTER manually with TF setAndy Lutomirski2019-07-022-7/+110
| * | | | | | | | x86/mtrr: Skip cache flushes on CPUs with cache self-snoopingRicardo Neri2019-06-281-2/+13
| * | | | | | | | x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errataRicardo Neri2019-06-281-0/+27
* | | | | | | | | Merge tag 'perf-core-for-mingo-5.3-20190703' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-07-0322-44/+753
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf script: Allow specifying the files to process guest samplesArnaldo Carvalho de Melo2019-07-031-0/+19
| * | | | | | | | | perf tools metric: Don't include duration_time in groupAndi Kleen2019-07-021-2/+17
| * | | | | | | | | perf list: Avoid extra : for --raw metricsAndi Kleen2019-07-021-1/+1
| * | | | | | | | | perf vendor events intel: Metric fixes for SKX/CLXAndi Kleen2019-07-022-22/+4