summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar27-1101/+350
2015-05-24x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski4-27/+42
2015-05-17x86/asm/entry/64: Use shorter MOVs from segment registersDenys Vlasenko1-4/+4
2015-05-17x86/asm/head*.S: Change global labels to localBorislav Petkov2-4/+4
2015-05-17Merge branch 'linus' into x86/asm, to resolve conflictsIngo Molnar4-5/+33
2015-05-17x86: Pack loops tightly as wellIngo Molnar1-0/+3
2015-05-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2015-05-15x86: Align jump targets to 1-byte boundariesIngo Molnar1-0/+3
2015-05-14x86/asm/uaccess: Get rid of copy_user_nocache_64.SBorislav Petkov3-108/+93
2015-05-14x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov3-48/+25
2015-05-14x86/asm/uaccess: Remove FIX_ALIGNMENT define from copy_user_nocache_64.S:Borislav Petkov1-5/+0
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+28
2015-05-13x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov1-0/+28
2015-05-11perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian1-0/+1
2015-05-11x86/alternatives: Switch AMD F15h and later to the P6 NOPsBorislav Petkov1-0/+9
2015-05-11x86/vdso: Fix 'make bzImage' on older distrosOleg Nesterov1-1/+1
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst5-26/+10
2015-05-10x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst3-7/+4
2015-05-10x86/asm/entry/irq: Remove unused invalidate_interrupt prototypesBrian Gerst1-35/+0
2015-05-10x86/irq: Merge irq_regs & irq_statBrian Gerst3-12/+6
2015-05-08x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko4-11/+10
2015-05-08x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko5-15/+1
2015-05-08x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko4-5/+12
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar133-2014/+6037
2015-05-08x86: Force inlining of atomic opsDenys Vlasenko1-7/+7
2015-05-08perf/x86/intel: Fix SLM cache event listKan Liang1-4/+3
2015-05-08x86/asm/entry/64: Clean up usage of TEST insnsDenys Vlasenko1-6/+5
2015-05-08x86/asm/entry/64: Tidy up JZ insns after TESTsDenys Vlasenko1-4/+4
2015-05-08Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+22
2015-05-07Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki4-69/+43
2015-05-07Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-12/+36
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+19
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-28/+50
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini1-0/+5
2015-05-06x86/alternatives: Document macrosBorislav Petkov1-0/+18
2015-05-06x86/fpu: Always restore_xinit_state() when use_eager_cpu()Bobby Powers1-5/+7
2015-05-06x86/asm: Use -mskip-rax-setup if supportedH.J. Lu1-0/+3
2015-05-06Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-0/+2
2015-05-05x86: Make cpu_tss available to external modulesMarc Dionne1-1/+1
2015-05-05hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky3-12/+21
2015-05-05x86/spinlocks: Fix regression in spinlock contention detectionTahsin Erdogan1-1/+1
2015-04-30x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu1-2/+22
2015-04-29xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky1-0/+10
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini3-64/+15
2015-04-27kvm: x86: fix kvmclock update protocolRadim Krčmář1-5/+28
2015-04-27x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski5-0/+48
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-22/+31