summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-30Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar574-4151/+8459
2017-03-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-10/+18
2017-03-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-35/+153
2017-03-28virtio_balloon: prevent uninitialized variable useArnd Bergmann1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqLadi Prosek1-0/+2
2017-03-28virtio_pci: fix out of bound access for msix_namesJason Wang1-4/+5
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini3-0/+10
2017-03-28KVM: nVMX: fix nested EPT detectionLadi Prosek1-4/+1
2017-03-28KVM: pci-assign: do not map smm memory slot pages in vt-d page tablesHerongguang (Stephen)1-1/+1
2017-03-28Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...Ingo Molnar62-208/+739
2017-03-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-19/+63
2017-03-27perf utils: Readlink /proc/self/exe to find the perf binaryTommi Rantala1-6/+2
2017-03-27perf utils: Null terminate buf in read_ftrace_printk()Tommi Rantala1-1/+3
2017-03-27perf utils: use sizeof(buf) - 1 in readlink() callTommi Rantala1-1/+1
2017-03-27perf tests: Do not assume that readlink() returns a null terminated stringTommi Rantala1-1/+1
2017-03-27perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala1-1/+5
2017-03-27perf buildid: Do not update SDT cache with null filenameTommi Rantala1-1/+1
2017-03-27Merge tag 'edac_for_4.11_2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-4/+1869
2017-03-27perf annotate: Fix a bug of division by zero when calculating percentTaeung Song1-3/+7
2017-03-27perf annotate: Fix a bug following symbolic link of a build-id fileTaeung Song1-1/+9
2017-03-27Merge tag 'pinctrl-v4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-16/+67
2017-03-27Merge tag 'm68k-for-v4.11-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-14/+160
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff10-21/+78
2017-03-27perf report: Show inline stack for browser modeJin Yao3-8/+178
2017-03-27perf report: Show inline stack for stdio modeJin Yao1-1/+84
2017-03-27perf report: Introduce --inline optionJin Yao3-1/+8
2017-03-27perf report: Find the inline stack for a given addressJin Yao5-5/+192
2017-03-27perf report: Refactor common code in srcline.cJin Yao1-23/+45
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo41-126/+110
2017-03-27perf list sdt: Show option in man pageRavi Bangoria1-1/+3
2017-03-27perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter1-2/+2
2017-03-27Linux 4.11-rc4v4.11-rc4Linus Torvalds1-1/+1
2017-03-26Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-88/+111
2017-03-26Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2017-03-26Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-75/+30
2017-03-26Merge tag 'staging-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+20
2017-03-26Merge tag 'usb-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-247/+141
2017-03-26Merge tag 'powerpc-4.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-14/+26
2017-03-26Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-50/+47
2017-03-26EDAC, pnd2_edac: Fix reported DIMM numberQiuxu Zhuo1-1/+1
2017-03-26Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-71/+15
2017-03-26Merge tag 'hwmon-for-linus-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-6/+24
2017-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds18-69/+110
2017-03-26Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-255/+399
2017-03-26ext4: fix two spelling nitsTheodore Ts'o2-2/+2
2017-03-26ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
2017-03-25Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-8/+25
2017-03-25IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann1-1/+1
2017-03-25RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2-3/+7