summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf bench mem: Fix 'length' vs. 'size' naming confusionIngo Molnar2015-10-192-50/+50
* perf bench mem: Rename 'routine' to 'routine_str'Ingo Molnar2015-10-191-6/+6
* perf bench mem: Change 'cycle' to 'cycles'Ingo Molnar2015-10-192-30/+30
* perf bench: List output formatting options on 'perf bench -h'Ingo Molnar2015-10-191-1/+1
* perf bench: Remove the prefaulting complication from 'perf bench mem mem*'Ingo Molnar2015-10-192-112/+50
* perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar2015-10-192-1/+1
* perf bench: Eliminate unused argument from bench_mem_common()Ingo Molnar2015-10-191-7/+4
* perf bench: Default to all routines in 'perf bench mem'Ingo Molnar2015-10-191-2/+2
* perf bench: Improve the 'perf bench mem memcpy' code readabilityIngo Molnar2015-10-191-56/+45
* perf test: Suppress libtraceevent warningsNamhyung Kim2015-10-193-0/+20
* perf test: Silence tracepoint event failuresNamhyung Kim2015-10-193-3/+3
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-10-148-33/+58
|\
| * tools build: Fix cross compile buildJiri Olsa2015-10-131-0/+4
| * tools include: Fix strict-aliasing rules breakageJiri Olsa2015-10-131-8/+24
| * perf hists browser: Add 'm' key for context menu displayNamhyung Kim2015-10-121-0/+2
| * perf callchains: Fix unw_word_t pointer castsRabin Vincent2015-10-121-2/+2
| * perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent2015-10-121-4/+6
| * perf hists browser: Inform how to reset the symbol filterArnaldo Carvalho de Melo2015-10-121-1/+2
| * perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo2015-10-124-9/+9
| * perf symbols: Try the .debug/ DSO cache as a last resortArnaldo Carvalho de Melo2015-10-121-9/+9
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-10-086-18/+93
|\
| * perf python: Support the PERF_RECORD_SWITCH eventArnaldo Carvalho de Melo2015-10-072-7/+75
| * perf tools: Fix handling read result using a signed variableAndrzej Hajda2015-10-061-1/+2
| * perf tools: Use hpp_dimension__add_output to register hpp columnsJiri Olsa2015-10-061-8/+8
| * perf tools: Introduce hpp_dimension__add_output functionJiri Olsa2015-10-062-0/+8
| * perf tools: Get rid of superfluos call to reset_dimensionsJiri Olsa2015-10-061-2/+0
* | Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar2015-10-08279-1552/+2185
|\ \ | |/ |/|
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-10-073-1/+4
| |\
| | * perf tools: Fix build break on powerpc due to sample_reg_masksSukadev Bhattiprolu2015-10-073-1/+4
| * | Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-10-076-15/+30
| |\ \
| | * | NFS: Fix a tracepoint NULL-pointer dereferenceAnna Schumaker2015-10-061-1/+1
| | * | Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-10-022-4/+7
| | |\ \
| | | * | xprtrdma: disconnect and flush cqs before freeing buffersSteve Wise2015-09-282-4/+7
| | * | | nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton2015-10-021-0/+3
| | * | | NFSv4: Fix a nograce recovery hangBenjamin Coddington2015-10-021-0/+2
| | * | | NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust2015-10-021-2/+8
| | * | | NFSv4: Don't try to reclaim unused state ownersTrond Myklebust2015-10-021-1/+2
| | * | | NFS: Fix a write performance regressionTrond Myklebust2015-10-021-1/+1
| | * | | NFS: Fix up page writeback accountingTrond Myklebust2015-10-021-6/+6
| * | | | Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds2015-10-071-18/+16
| * | | | Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-10-065-5/+54
| |\ \ \ \
| | * | | | x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel2015-10-061-1/+18
| | * | | | x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing mapMalcolm Crossley2015-09-281-1/+1
| | * | | | x86/xen: Support kexec/kdump in HVM guests by doing a soft resetVitaly Kuznetsov2015-09-282-0/+31
| | * | | | xen/x86: Don't try to write syscall-related MSRs for PV guestsBoris Ostrovsky2015-09-281-0/+1
| | * | | | xen: use correct type for HYPERVISOR_memory_op()Juergen Gross2015-09-282-3/+3
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-10-0611-40/+77
| |\ \ \ \ \
| | * | | | | s390/defconfig: set SCSI_DH=ySebastian Ott2015-10-013-3/+3
| | * | | | | s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky2015-09-303-30/+67
| | * | | | | s390/boot/decompression: disable floating point in decompressorChristian Borntraeger2015-09-291-1/+1