summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki
2016-06-30x86/power/64: Fix kernel text mapping corruption during image restorationRafael J. Wysocki
2016-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-25Merge tag 'for-linus-4.7b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-06-25x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko
2016-06-25x86: get rid of superfluous __GFP_REPEATMichal Hocko
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko
2016-06-24x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds
2016-06-23x86: avoid avoid passing around 'thread_info' in stack dumping codeLinus Torvalds
2016-06-23x86/xen: avoid m2p lookup when setting early page table entriesDavid Vrabel
2016-06-23x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-06-18isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray
2016-06-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-06-16kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang
2016-06-15kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit
2016-06-15kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit
2016-06-14kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu
2016-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-06-10x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang
2016-06-10x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski
2016-06-08x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov
2016-06-08x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen
2016-06-07x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin
2016-06-06x86/msr: Use the proper trace point conditional for writesDr. David Alan Gilbert
2016-06-03perf/x86/intel/uncore: Remove SBOX support for Broadwell serverKan Liang
2016-06-02KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini
2016-06-02KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini
2016-06-02kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini
2016-06-02KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov
2016-06-02KVM: x86: avoid write-tearing of TDPNadav Amit
2016-05-28Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds
2016-05-27Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Linus Torvalds
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-27platform/x86: Add PMC Driver for Intel Core SoCRajneesh Bhardwaj
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-05-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-25kvm:vmx: more complete state update on APICv on/offRoman Kagan
2016-05-25perf/x86/intel/rapl: Fix pmus free during cleanupVincent Stehlé
2016-05-24Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-24xen: use same main loop for counting and remapping pagesJuergen Gross
2016-05-24xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini
2016-05-24xen/x86: don't lose event interruptsStefano Stabellini
2016-05-24KVM: SVM: Add more SVM_EXIT_REASONSJan Kiszka
2016-05-24svm: bitwise vs logical op typoDan Carpenter