summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-23x86/msr: Remove unused native_read_tscp()Prarit Bhargava
2016-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-22x86/extable: use generic search and sort routinesArd Biesheuvel
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-22x86/compat: remove is_compat_task()Andy Lutomirski
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-22KVM: page_track: fix access to NULL slotPaolo Bonzini
2016-03-22kvm, rt: change async pagefault code locking for PREEMPT_RTRik van Riel
2016-03-22KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()Lan Tianyu
2016-03-22KVM/x86: Call smp_wmb() before increasing tlbs_dirtyLan Tianyu
2016-03-22KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...Lan Tianyu
2016-03-22KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu
2016-03-22KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han
2016-03-22KVM, pkeys: introduce pkru_mask to cache conditionsHuaitong Han
2016-03-22KVM, pkeys: save/restore PKRU when guest/host switchesXiao Guangrong
2016-03-22x86: pkey: introduce write_pkru() for KVMXiao Guangrong
2016-03-22KVM, pkeys: add pkeys support for xsave stateHuaitong Han
2016-03-22KVM, pkeys: disable pkeys for guests in non-paging modeHuaitong Han
2016-03-22KVM: x86: remove magic number with enum cpuid_leafsHuaitong Han
2016-03-22KVM: MMU: return page fault error code from permission_faultPaolo Bonzini
2016-03-22KVM: VMX: fix nested vpid for old KVM guestsPaolo Bonzini
2016-03-22KVM: VMX: avoid guest hang on invalid invvpid instructionPaolo Bonzini
2016-03-22KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-20x86/kallsyms: fix GOLD link failure with new relative kallsyms table formatArd Biesheuvel
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-19x86/oprofile/nmi: Add missing hotplug FROZEN handlingThomas Gleixner
2016-03-19x86/hpet: Use proper mask to modify hotplug actionThomas Gleixner
2016-03-19x86/apic/uv: Fix the hotplug notifierThomas Gleixner
2016-03-19x86/apb/timer: Use proper mask to modify hotplug actionThomas Gleixner
2016-03-19x86/topology: Use total_cpus not nr_cpu_ids for logical packagesThomas Gleixner
2016-03-19x86/topology: Fix Intel HT disablePeter Zijlstra
2016-03-19x86/topology: Fix logical package mappingPeter Zijlstra
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro
2016-03-18x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner
2016-03-18x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known()Thomas Gleixner
2016-03-18x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()Dave Jones
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov