summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2014-05-22x86: fix page fault tracing when KVM guest support enabledDave Hansen
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-21Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin
2014-05-21x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski
2014-05-21x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski
2014-05-21x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotationsAndy Lutomirski
2014-05-21Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfixH. Peter Anvin
2014-05-21Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"H. Peter Anvin
2014-05-20x86, microcode: Add a disable chicken bitBorislav Petkov
2014-05-19fix Haswell precise store data source encodingStephane Eranian
2014-05-16x86, irq: Remove pointless irq_reserve_irqs() callThomas Gleixner
2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner
2014-05-16x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner
2014-05-16x86: ioapic: Use irq_alloc/free_hwirq()Thomas Gleixner
2014-05-16x86: hpet: Use irq_alloc/free_hwirq()Thomas Gleixner
2014-05-16x86: Implement arch_setup/teardown_hwirq()Thomas Gleixner
2014-05-14x86-64, modify_ldt: Make support for 16-bit segments a runtime optionLinus Torvalds
2014-05-14ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)
2014-05-14ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov
2014-05-14x86/traps: Kill DO_ERROR_INFO()Oleg Nesterov
2014-05-14x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()Oleg Nesterov
2014-05-14x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()Oleg Nesterov
2014-05-14x86/traps: Introduce do_error_trap()Oleg Nesterov
2014-05-14x86/traps: Use SEND_SIG_PRIV instead of force_sig()Oleg Nesterov
2014-05-14x86/traps: Make math_error() staticOleg Nesterov
2014-05-14uprobes/x86: Fix scratch register selection for rip-relative fixupsDenys Vlasenko
2014-05-14uprobes/x86: Simplify rip-relative handlingDenys Vlasenko
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring
2014-05-13x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirksVille Syrjälä
2014-05-13x86/gpu: Implement stolen memory size early quirk for CHVDamien Lespiau
2014-05-11x86, rdrand: When nordrand is specified, disable RDSEED as wellH. Peter Anvin
2014-05-09x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong
2014-05-09x86, iosf: Add Quark X1000 PCI IDOng Boon Leong
2014-05-09x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box
2014-05-09x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()Boris Ostrovsky
2014-05-08sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAGPeter Zijlstra
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang
2014-05-08x86/hpet: Make boot_hpet_disable externFeng Tang
2014-05-07Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar
2014-05-07perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng
2014-05-07x86/reboot: Add reboot quirk for Certec BPC600Christian Gmeiner
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski
2014-05-05x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski
2014-05-04x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin
2014-05-04x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin