aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-07xen/pvh: Bootstrap PVH guestBoris Ostrovsky4-11/+277
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky7-294/+53
2017-02-07x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky3-114/+101
2017-02-07x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplugVitaly Kuznetsov1-2/+3
2017-02-07efi: Print the secure boot status in x86 setup_arch()David Howells1-0/+14
2017-02-07efi: Get and store the secure boot statusDavid Howells3-1/+10
2017-02-07x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells4-7/+13
2017-02-07x86/apic: Fix a typo in a comment lineDou Liyang1-1/+1
2017-02-07x86/kconfig: Remove misleading note regarding hibernation and KASLRNiklas Cassel1-4/+0
2017-02-07Merge tag 'v4.10-rc7' into efi/core, to pick up fixesIngo Molnar11-210/+158
2017-02-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+4
2017-02-06kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe()Masami Hiramatsu1-1/+1
2017-02-06Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar9-210/+170
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman15-214/+194
2017-02-05x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam1-0/+7
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov4-4/+19
2017-02-05x86/cpufeature: Enable RING3MWAIT for Knights MillPiotr Luc1-1/+8
2017-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2017-02-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2017-02-04x86/mm/pat: Use rb_entry()Geliang Tang1-6/+6
2017-02-04x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_reschedAlexander Kuleshov1-5/+0
2017-02-04x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky1-1/+1
2017-02-04x86/cpufeature: Enable RING3MWAIT for Knights LandingGrzegorz Andrejczuk1-0/+37
2017-02-04x86/cpufeature: Add RING3MWAIT to CPU featuresGrzegorz Andrejczuk1-1/+1
2017-02-04x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk3-0/+19
2017-02-04x86/msr: Add MSR_MISC_FEATURE_ENABLES and RING3MWAIT bitGrzegorz Andrejczuk1-0/+5
2017-02-03KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář1-0/+1
2017-02-03crypto: aesni - Fix failure when pcbc module is absentHerbert Xu1-4/+4
2017-02-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-35/+37
2017-02-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-175/+117
2017-02-01perf/x86/intel/pt: Add format strings for PTWRITE and power event tracingAlexander Shishkin1-0/+6
2017-02-01x86/platform/UV: Clean up the NMI code to match current coding styletravis@sgi.com1-37/+37
2017-02-01x86/platform/UV: Ensure uv_system_init is called when necessarytravis@sgi.com1-2/+1
2017-02-01x86/platform/UV: Initialize PCH GPP_D_0 NMI Pin to be NMI sourcetravis@sgi.com1-0/+127
2017-02-01x86/platform/UV: Verify NMI action is valid, default is standardtravis@sgi.com1-11/+58
2017-02-01x86/platform/UV: Add basic CPU NMI health checktravis@sgi.com1-1/+20
2017-02-01x86/platform/UV: Add Support for UV4 Hubless NMIstravis@sgi.com3-22/+176
2017-02-01x86/platform/UV: Add Support for UV4 Hubless systemstravis@sgi.com2-2/+30
2017-02-01x86/platform/UV: Clean up the UV APIC codeIngo Molnar1-256/+244
2017-02-01Merge branch 'x86/urgent' into x86/platform, to pick up fixesIngo Molnar41-176/+349
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-02-01x86: Convert obsolete cputime type to nsecsFrederic Weisbecker1-4/+4
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-2/+3
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cputimeFrederic Weisbecker1-1/+1
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar31-109/+232
2017-02-01efi/x86: Add debug code to print cooked memmapDave Young1-0/+5
2017-02-01efi/x86: Move the EFI BGRT init code to early init codeDave Young3-39/+34
2017-02-01x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLESai Praneeth1-10/+54
2017-02-01x86/efi: Deduplicate efi_char16_printk()Lukas Wunner1-24/+2
2017-02-01efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner1-148/+0