summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-131-0/+2
| * perf callchains: Fix unw_word_t pointer castsRabin Vincent2015-10-131-2/+2
| * perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent2015-10-131-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-082-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/+0Star
* | 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-071-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/+16Star
| * | | | 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
| | * | | | | s390/numa: use correct type for node_to_cpumask_mapMartin Schwidefsky2015-09-234-6/+6
| * | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-10-063-36/+2Star
| |\ \ \ \ \ \
| | * | | | | | [CIFS] Update cifs version numberSteve French2015-10-031-1/+1
| | * | | | | | [SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French2015-10-021-34/+0Star
| | * | | | | | [SMB3] Missing null tcon checkSteve French2015-09-261-1/+1
| * | | | | | | Linux 4.3-rc4Linus Torvalds2015-10-041-1/+1
| * | | | | | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0425-37/+188
| |\ \ \ \ \ \ \
| | * | | | | | | tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4Star
| | * | | | | | | string: provide strscpy()Chris Metcalf2015-09-102-0/+91