summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-033-33/+91
| * | | | | | | | | x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-034-6/+10
| * | | | | | | | | x86: kvm: mmu: dead code thanks to access trackingPeter Feiner2017-07-031-21/+9
| * | | | | | | | | KVM: x86: remove ignored type attributeNick Desaulniers2017-06-301-1/+1
| * | | | | | | | | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-302-24/+27
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: add kvm_request_pendingRadim Krčmář2017-06-041-2/+2
| | * | | | | | | | | KVM: improve arch vcpu request definingAndrew Jones2017-06-041-22/+25
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | KVM: LAPIC: Fix lapic timer injection delayWanpeng Li2017-06-292-2/+6
| * | | | | | | | | KVM: lapic: reorganize restart_apic_timerPaolo Bonzini2017-06-293-50/+45
| * | | | | | | | | KVM: lapic: reorganize start_hv_timerPaolo Bonzini2017-06-291-13/+27
| * | | | | | | | | kvm: nVMX: Check memory operand to INVVPIDJim Mattson2017-06-281-4/+18
| * | | | | | | | | KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek2017-06-271-0/+6
| * | | | | | | | | KVM: SVM: don't NMI singlestep over event injectionLadi Prosek2017-06-271-0/+16
| * | | | | | | | | KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek2017-06-271-1/+14
| * | | | | | | | | KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek2017-06-271-5/+40
| * | | | | | | | | KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek2017-06-271-4/+9
| * | | | | | | | | KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson2017-06-071-2/+1
| * | | | | | | | | KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exitJim Mattson2017-06-071-2/+0
| * | | | | | | | | kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2017-06-072-0/+5
| * | | | | | | | | kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-06-072-2/+10
| * | | | | | | | | kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson2017-06-071-1/+0
| * | | | | | | | | KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers2017-06-011-45/+37
| * | | | | | | | | KVM: white space cleanup in nested_vmx_setup_ctls_msrs()Dan Carpenter2017-06-011-1/+1
| * | | | | | | | | KVM: Tidy the whitespace in nested_svm_check_permissions()Dan Carpenter2017-06-011-3/+3
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-41/+45
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-307-47/+37
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-216-7/+11
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-159-19/+24
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-0622-169/+276
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
| * | | | | | | | | | | bpf: take advantage of stack_depth tracking in x64 JITAlexei Starovoitov2017-05-311-4/+5
| * | | | | | | | | | | bpf: change x86 JITed program stack layoutAlexei Starovoitov2017-05-312-38/+40
| * | | | | | | | | | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-07-056-214/+565
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | crypto: glue_helper - Delete some dead codeDan Carpenter2017-06-191-3/+0
| * | | | | | | | | | crypto: x86/aes - Don't use %rbp as temporary registerEric Biggers2017-05-231-25/+22
| * | | | | | | | | | crypto: aesni - add generic gcm(aes)Sabrina Dubroca2017-05-181-50/+158
| * | | | | | | | | | crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-181-7/+24
| * | | | | | | | | | crypto: aesni - make AVX2 AES-GCM work with any aadlenSabrina Dubroca2017-05-181-27/+58
| * | | | | | | | | | crypto: aesni - make AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-181-7/+24
| * | | | | | | | | | crypto: aesni - make AVX AES-GCM work with any aadlenSabrina Dubroca2017-05-181-34/+88
| * | | | | | | | | | crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca2017-05-181-14/+48
| * | | | | | | | | | crypto: aesni - make non-AVX AES-GCM work with any aadlenSabrina Dubroca2017-05-181-37/+132
| * | | | | | | | | | crypto: sha512-mb - add some missing unlock on errorDan Carpenter2017-05-181-3/+4
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-047-21/+101
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2017-07-032-6/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/power/64: Use char arrays for asm function namesKees Cook2017-06-222-6/+5
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ Merge branches 'pm-cpufreq', 'intel_pstate' and 'pm-cpuidle'Rafael J. Wysocki2017-07-034-9/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | | * | | | | | | | | x86/ACPI/cstate: Allow ACPI C1 FFH MWAIT use on AMD systemsYazen Ghannam2017-06-271-1/+2
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2017-06-272-0/+80
OpenPOWER on IntegriCloud