summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Broken, but working, ptregs system call conversion for x86-64WIP-syscallLinus Torvalds14-757/+820
2018-02-26x86: don't pointlessly reload the system call numberLinus Torvalds2-7/+8
2018-02-26x86: avoid per-cpu system call trampolineLinus Torvalds6-91/+17
2018-02-26Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds6-8/+75
2018-02-26idr: Fix handling of IDs above INT_MAXMatthew Wilcox2-6/+59
2018-02-26Merge tag 'edac_fixes_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds51-303/+604
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-516/+698
2018-02-25Linux 4.16-rc3v4.16-rc3Linus Torvalds1-1/+1
2018-02-25Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-17/+93
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-22/+48
2018-02-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-02-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-18/+31
2018-02-25Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-19/+19
2018-02-25Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+11
2018-02-25radix tree test suite: Fix buildMatthew Wilcox4-2/+16
2018-02-24Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-9/+20
2018-02-24KVM: SVM: Fix SEV LAUNCH_SECRET commandBrijesh Singh1-3/+7
2018-02-24KVM: SVM: install RSM interceptBrijesh Singh1-1/+10
2018-02-24KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE commandBrijesh Singh1-9/+7
2018-02-24include: psp-sev: Capitalize invalid length enumBrijesh Singh1-1/+1
2018-02-24crypto: ccp: Fix sparse, use plain integer as NULL pointerBrijesh Singh1-4/+4
2018-02-24KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is d...Wanpeng Li1-2/+4
2018-02-24x86/kvm: Make parse_no_xxx __init for kvmDou Liyang1-3/+3
2018-02-24KVM: x86: fix backward migration with async_PFRadim Krčmář5-6/+13
2018-02-24kvm: fix warning for non-x86 buildsSebastian Ott2-3/+3
2018-02-24kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD buildsSebastian Ott1-1/+2
2018-02-24tools/kvm_stat: print 'Total' line for multiple events onlyStefan Raspl1-1/+1
2018-02-24tools/kvm_stat: group child events indented after parentStefan Raspl1-30/+59
2018-02-24tools/kvm_stat: separate drilldown and fields filteringStefan Raspl1-43/+100
2018-02-24tools/kvm_stat: eliminate extra guest/pid selection dialogStefan Raspl2-75/+39
2018-02-24tools/kvm_stat: mark private methods as suchStefan Raspl1-66/+66
2018-02-24tools/kvm_stat: fix debugfs handlingStefan Raspl1-14/+26
2018-02-24tools/kvm_stat: print error on invalid regexStefan Raspl1-0/+3
2018-02-24tools/kvm_stat: fix crash when filtering out all non-child trace eventsStefan Raspl1-0/+6
2018-02-24tools/kvm_stat: avoid 'is' for equality checksMarc Hartmayer1-2/+2
2018-02-24tools/kvm_stat: use a more pythonic way to iterate over dictionariesMarc Hartmayer1-8/+8
2018-02-24tools/kvm_stat: use a namedtuple for storing the valuesMarc Hartmayer1-12/+15
2018-02-24tools/kvm_stat: simplify the sortkey functionMarc Hartmayer1-15/+8
2018-02-24KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li1-1/+1
2018-02-24KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao1-1/+6
2018-02-24KVM: mmu: Fix overlap between public and private memslotsWanpeng Li1-2/+1
2018-02-24KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers1-4/+2
2018-02-24KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIPRadim Krčmář1-1/+2
2018-02-24KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2-1/+1
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds108-455/+625
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-41/+179
2018-02-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds17-184/+183
2018-02-23Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2018-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-1/+1