summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2015-01-29KVM: MMU: Add mmu help functions to support PMLKai Huang1-0/+9
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar3-0/+8
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-5/+18
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel1-14/+4
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-1/+1
2015-01-26KVM: x86: IRET emulation does not clear NMI maskingNadav Amit1-0/+1
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini1-3/+0
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski1-0/+13
2015-01-22x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2015-01-22x86, mpx: Fix potential performance issue on unmapsDave Hansen1-1/+19
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner1-1/+1
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner1-3/+3
2015-01-22x86/ioapic: Provide stub functions for IOAPIC%3DnThomas Gleixner1-0/+5
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner1-68/+0
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner1-2/+2
2015-01-22x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner1-1/+0
2015-01-22x86/x2apic: Move code in conditional regionThomas Gleixner1-20/+4
2015-01-22x86/apic: Check x2apic earlyThomas Gleixner1-1/+1
2015-01-22x86/ioapic: Check x2apic reallyThomas Gleixner1-2/+0
2015-01-22x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APICThomas Gleixner1-4/+4
2015-01-22x86/apic: Avoid open coded x2apic detectionThomas Gleixner1-9/+10
2015-01-21kvm: Fix CR3_PCID_INVD type on 32-bitBorislav Petkov1-1/+1
2015-01-20KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti1-0/+2
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov1-0/+4
2015-01-20x86, fpu: Introduce per-cpu in_kernel_fpu stateOleg Nesterov1-1/+1
2015-01-20x86: pmc_atom: Expose contents of PSSAndy Shevchenko1-0/+22
2015-01-20x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu1-0/+1
2015-01-19x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCEChristian Borntraeger1-2/+2
2015-01-16KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini1-3/+0
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu1-2/+0
2015-01-15iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner1-2/+0
2015-01-15Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-1/+1
2015-01-14x86: entry_64.S: delete unused codeDenys Vlasenko1-1/+0
2015-01-13x86/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-01-09livepatch: handle ancient compilers with more graceJiri Kosina1-1/+5
2015-01-09KVM: x86: #PF error-code on R/W operations is wrongNadav Amit1-0/+12
2015-01-09KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti1-0/+1
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2-4/+1
2015-01-02x86, traps: Add ist_begin_non_atomic and ist_end_non_atomicAndy Lutomirski1-0/+2
2015-01-02x86: Clean up current_stack_pointerAndy Lutomirski1-0/+11
2015-01-02x86, traps: Track entry into and exit from IST contextAndy Lutomirski1-0/+4
2015-01-02Merge tag 'pr-20141223-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-2/+4
2014-12-24x86, vdso: Use asm volatile in __getcpuAndy Lutomirski1-2/+4
2014-12-23x86/fpu: Use a symbolic name for asm operandBorislav Petkov1-4/+6
2014-12-22livepatch: move x86 specific ftrace handler code to arch/x86Li Bin1-0/+5
2014-12-22livepatch: kernel: add support for live patchingSeth Jennings1-0/+37
2014-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-4/+4
2014-12-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-59/+71
2014-12-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+38
2014-12-18x86/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-4/+4