summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-05-23x86/gart: Replace printk() with pr_info()Bjorn Helgaas1-28/+26
2014-05-22x86: fix page fault tracing when KVM guest support enabledDave Hansen1-1/+1
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar17-21/+65
2014-05-22Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin21-34/+352
2014-05-22x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski1-25/+22
2014-05-22x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski1-88/+64
2014-05-22x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotationsAndy Lutomirski1-0/+2
2014-05-22Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfixH. Peter Anvin16-20/+62
2014-05-21Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin1-3/+1
2014-05-21x86, microcode: Add a disable chicken bitBorislav Petkov2-0/+43
2014-05-19fix Haswell precise store data source encodingStephane Eranian1-3/+19
2014-05-16x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner1-3/+0
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner1-105/+1
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner1-5/+0
2014-05-16x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner1-13/+10
2014-05-16x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner1-3/+2
2014-05-16x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner1-0/+33
2014-05-15x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds1-1/+3
2014-05-14ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt3-204/+218
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)1-3/+0
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)1-31/+5
2014-05-14ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)1-4/+2
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov1-3/+4
2014-05-14x86/traps: Kill DO_ERROR_INFO()Oleg Nesterov1-15/+9
2014-05-14x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()Oleg Nesterov1-9/+12
2014-05-14x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()Oleg Nesterov1-15/+38
2014-05-14x86/traps: Introduce do_error_trap()Oleg Nesterov1-21/+17
2014-05-14x86/traps: Use SEND_SIG_PRIV instead of force_sig()Oleg Nesterov1-6/+3
2014-05-14x86/traps: Make math_error() staticOleg Nesterov1-1/+1
2014-05-14uprobes/x86: Fix scratch register selection for rip-relative fixupsDenys Vlasenko1-51/+125
2014-05-14uprobes/x86: Simplify rip-relative handlingDenys Vlasenko1-41/+30
2014-05-14Merge branch 'dt-bus-name' into for-nextRob Herring15-20/+61
2014-05-13x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirksVille Syrjälä1-10/+10
2014-05-13x86/gpu: Implement stolen memory size early quirk for CHVDamien Lespiau1-1/+27
2014-05-12x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin1-0/+1
2014-05-10x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong1-2/+5
2014-05-10x86, iosf: Add Quark X1000 PCI IDOng Boon Leong1-0/+1
2014-05-10x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box1-0/+7
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky1-1/+1
2014-05-08sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra1-11/+0
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang1-0/+16
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang1-1/+1
2014-05-07Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar3-2/+15
2014-05-07perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng1-1/+0
2014-05-07x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner1-0/+10
2014-05-06asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen10-16/+16
2014-05-06x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski3-14/+5
2014-05-06x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-2/+4
2014-05-06x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski1-0/+32
2014-05-04x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin3-0/+25