summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-201-2/+11
|\
| * crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABIJosh Poimboeuf2016-05-171-2/+11
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-193-3/+3
|\ \
| * | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+1
| * | x86: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-191-0/+1
| * | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-3/+1
* | | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-192-1/+8
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas2016-05-171-0/+7
| |\ \ \ \
| | | * | | x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARsPrarit Bhargava2016-05-161-0/+7
| | |/ / /
| * | | | x86/PCI: Refine PCI support check in pcibios_init()Adrian-Ken Rueegsegger2016-04-111-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-1914-184/+944
|\ \ \ \
| * | | | KVM: MTRR: remove MSR 0x2f8Andy Honig2016-05-181-2/+0
| * | | | KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-184-10/+10
| * | | | svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit2016-05-181-0/+89
| * | | | svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit2016-05-181-4/+12
| * | | | svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit2016-05-181-0/+12
| * | | | KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit2016-05-183-0/+13
| * | | | svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-186-1/+350
| * | | | svm: Add interrupt injection via AVICSuravee Suthikulpanit2016-05-181-4/+35
| * | | | KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-183-1/+231
| * | | | svm: Introduce new AVIC VMCB registersSuravee Suthikulpanit2016-05-181-2/+7
| * | | | KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooksSuravee Suthikulpanit2016-05-181-2/+16
| * | | | KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2016-05-182-0/+8
| * | | | KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit2016-05-183-33/+33
| * | | | KVM: x86: Misc LAPIC changes to expose helper functionsSuravee Suthikulpanit2016-05-182-74/+82
| * | | | KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-132-0/+3
| * | | | kvm: Conditionally register IRQ bypass consumerAlex Williamson2016-05-111-11/+8
| * | | | x86/kvm: Do not use BIT() in user-exported headerBorislav Petkov2016-05-091-3/+3
| * | | | kvm: robustify steal time recordWanpeng Li2016-05-031-1/+17
| * | | | KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers2016-04-291-1/+1
| * | | | KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini2016-04-201-3/+0
| * | | | KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong2016-04-201-16/+12
| * | | | KVM: x86: optimize steal time calculationLiang Chen2016-04-202-17/+3
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-14/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-061-14/+4
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-173-73/+0
|\ \ \ \
| * | | | livepatch: reuse module loader code to write relocationsJessica Yu2016-04-013-73/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-172-2/+2
|\ \ \ \ \
| * | | | | treewide: Fix typos in printkMasanari Iida2016-04-182-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-172-17/+55
|\ \ \ \ \ \
| * | | | | | bpf, x86: add support for constant blindingDaniel Borkmann2016-05-161-13/+53
| * | | | | | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-3/+4
| * | | | | | bpf, x86/arm64: remove useless checks on progDaniel Borkmann2016-05-161-3/+0
| * | | | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-161-1/+1
* | | | | | | Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-05-164-6/+10
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'Rafael J. Wysocki2016-05-162-2/+0
| |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | ACPI,PCI,IRQ: remove SCI penalize functionSinan Kaya2016-05-051-1/+0
| | * | | | | | | ACPI,PCI,IRQ: remove redundant code in acpi_irq_penalty_init()Sinan Kaya2016-05-051-1/+0
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi'Rafael J. Wysocki2016-05-161-3/+9
| |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | | | | | / / / / | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | ACPI / x86: Cleanup initrd related codeLv Zheng2016-04-181-3/+9
OpenPOWER on IntegriCloud