summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
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-13Merge branch 'dt-bus-name' into for-nextRob Herring
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
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-01x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin
2014-04-30x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin
2014-04-30x86: use FDT accessors for FDT blob header dataRob Herring
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-04-28x86/vsmp: Fix irq routingOren Twaig
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2014-04-24perf/x86: Fix RAPL rdmsrl_safe() usageStephane Eranian
2014-04-21ftrace/x86: Fix order of warning messages when ftrace modifies codePetr Mladek
2014-04-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-18arch,x86: Convert smp_mb__*()Peter Zijlstra
2014-04-18perf/x86: Export perf_assign_events()Yan, Zheng
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar
2014-04-18perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas
2014-04-17uprobes/x86: Emulate relative conditional "near" jmp'sOleg Nesterov
2014-04-17uprobes/x86: Emulate relative conditional "short" jmp'sOleg Nesterov
2014-04-17uprobes/x86: Emulate relative call'sOleg Nesterov
2014-04-17uprobes/x86: Emulate nop's using ops->emulate()Oleg Nesterov
2014-04-17uprobes/x86: Emulate unconditional relative jmp'sOleg Nesterov
2014-04-17uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uret...Oleg Nesterov
2014-04-17uprobes/x86: Teach arch_uprobe_post_xol() to restart if possibleOleg Nesterov
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov
2014-04-17uprobes/x86: Conditionalize the usage of handle_riprel_insn()Oleg Nesterov
2014-04-17uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->opsOleg Nesterov
2014-04-17uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooksOleg Nesterov