Age | Commit message (Expand) | Author |
2014-05-14 | x86-64, modify_ldt: Make support for 16-bit segments a runtime option | Linus Torvalds |
2014-05-14 | ftrace/x86: Move the mcount/fentry code out of entry_64.S | Steven Rostedt |
2014-05-14 | ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag | Steven Rostedt (Red Hat) |
2014-05-14 | ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global | Steven Rostedt (Red Hat) |
2014-05-14 | ftrace/x86: Get the current mcount addr for add_breakpoint() | Steven Rostedt (Red Hat) |
2014-05-13 | Merge branch 'dt-bus-name' into for-next | Rob Herring |
2014-05-11 | x86, rdrand: When nordrand is specified, disable RDSEED as well | H. Peter Anvin |
2014-05-09 | x86, iosf: Add PCI ID macros for better readability | Ong Boon Leong |
2014-05-09 | x86, iosf: Add Quark X1000 PCI ID | Ong Boon Leong |
2014-05-09 | x86, iosf: Make IOSF driver modular and usable by more drivers | David E. Box |
2014-05-09 | x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall() | Boris Ostrovsky |
2014-05-08 | sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG | Peter Zijlstra |
2014-05-08 | x86/intel: Add quirk to disable HPET for the Baytrail platform | Feng Tang |
2014-05-08 | x86/hpet: Make boot_hpet_disable extern | Feng Tang |
2014-05-07 | Merge branch 'perf/urgent' into perf/core, to avoid conflicts | Ingo Molnar |
2014-05-07 | perf/x86/intel: Fix Silvermont's event constraints | Yan, Zheng |
2014-05-07 | x86/reboot: Add reboot quirk for Certec BPC600 | Christian Gmeiner |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen |
2014-05-05 | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO | Andy Lutomirski |
2014-05-05 | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski |
2014-05-05 | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c | Andy Lutomirski |
2014-05-04 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin |
2014-05-04 | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin |
2014-05-03 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-05-02 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-05-01 | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin |
2014-04-30 | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin |
2014-04-30 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin |
2014-04-30 | x86: use FDT accessors for FDT blob header data | Rob Herring |
2014-04-28 | genirq: x86: Ensure that dynamic irq allocation does not conflict | Thomas Gleixner |
2014-04-28 | x86/vsmp: Fix irq routing | Oren Twaig |
2014-04-25 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2014-04-24 | perf/x86: Fix RAPL rdmsrl_safe() usage | Stephane Eranian |
2014-04-21 | ftrace/x86: Fix order of warning messages when ftrace modifies code | Petr Mladek |
2014-04-19 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-04-18 | arch,x86: Convert smp_mb__*() | Peter Zijlstra |
2014-04-18 | perf/x86: Export perf_assign_events() | Yan, Zheng |
2014-04-18 | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes. | Ingo Molnar |
2014-04-18 | perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMU | Venkatesh Srinivas |
2014-04-17 | uprobes/x86: Emulate relative conditional "near" jmp's | Oleg Nesterov |
2014-04-17 | uprobes/x86: Emulate relative conditional "short" jmp's | Oleg Nesterov |
2014-04-17 | uprobes/x86: Emulate relative call's | Oleg Nesterov |
2014-04-17 | uprobes/x86: Emulate nop's using ops->emulate() | Oleg Nesterov |
2014-04-17 | uprobes/x86: Emulate unconditional relative jmp's | Oleg Nesterov |
2014-04-17 | uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uret... | Oleg Nesterov |
2014-04-17 | uprobes/x86: Teach arch_uprobe_post_xol() to restart if possible | Oleg Nesterov |
2014-04-17 | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails | Oleg Nesterov |
2014-04-17 | uprobes/x86: Conditionalize the usage of handle_riprel_insn() | Oleg Nesterov |
2014-04-17 | uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops | Oleg Nesterov |
2014-04-17 | uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooks | Oleg Nesterov |