summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson2018-12-145-476/+514
* KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson2018-12-142-363/+352
* KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson2018-12-145-603/+624
* KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson2018-12-142-122/+135
* KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson2018-12-142-6/+13
* KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson2018-12-142-310/+324
* KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()Sean Christopherson2018-12-141-12/+17
* KVM: VMX: Properly handle dynamic VM Entry/Exit controlsSean Christopherson2018-12-141-71/+74
* KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()Sean Christopherson2018-12-141-3/+3
* KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.hSean Christopherson2018-12-142-1/+1
* KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.hSean Christopherson2018-12-142-4/+4
* KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson2018-12-145-1/+1
* KVM: x86: Add requisite includes to hyperv.hSean Christopherson2018-12-141-0/+2
* KVM: x86: Add requisite includes to kvm_cache_regs.hSean Christopherson2018-12-141-0/+2
* KVM: VMX: Alphabetize the includes in vmx.cSean Christopherson2018-12-141-26/+25
* KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcsSean Christopherson2018-12-141-20/+23
* KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson2018-12-141-2/+5
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-1412-17/+306
* kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-145-13/+13
* kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-146-38/+41
* Merge branch 'khdr_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shua...Paolo Bonzini2018-12-14899-5096/+10539
|\
| * selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-148-9/+13
| * Linux 4.20-rc6v4.20-rc6Linus Torvalds2018-12-101-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-1083-368/+1225
| |\
| | * net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz2018-12-091-13/+10
| | * Merge branch 'bnxt_en-Bug-fixes'David S. Miller2018-12-093-13/+50
| | |\
| | | * bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan2018-12-091-4/+12
| | | * bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan2018-12-091-6/+23
| | | * bnxt_en: Keep track of reserved IRQs.Michael Chan2018-12-093-3/+8
| | | * bnxt_en: Fix CNP CoS queue regression.Michael Chan2018-12-091-0/+7
| | |/
| | * net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir2018-12-091-2/+2
| | * Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt2018-12-081-1/+1
| | * Merge branch 'skb-headroom-slab-out-of-bounds'David S. Miller2018-12-082-26/+44
| | |\
| | | * neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-081-5/+23
| | | * ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-081-21/+21
| | |/
| | * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-081-11/+24
| | * ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| | * Merge branch 'mlxsw-Various-fixes'David S. Miller2018-12-063-10/+16
| | |\
| | | * mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel2018-12-061-2/+8
| | | * mlxsw: spectrum_router: Relax GRE decap matching checkNir Dotan2018-12-061-4/+1
| | | * mlxsw: spectrum_switchdev: Avoid leaking FID's reference countIdo Schimmel2018-12-061-2/+5
| | | * mlxsw: spectrum_nve: Remove easily triggerable warningsIdo Schimmel2018-12-061-2/+2
| | |/
| | * ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-063-2/+21
| | * sctp: frag_point sanity checkJakub Audykowicz2018-12-063-2/+12
| | * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-061-4/+7
| | * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-061-1/+4
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-0613-95/+732
| | |\
| | | * Merge branch 'bpf-verifier-resilience'Daniel Borkmann2018-12-042-16/+91
| | | |\
| | | | * bpf: add per-insn complexity limitAlexei Starovoitov2018-12-041-1/+6
| | | | * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-042-15/+82