Age | Commit message (Expand) | Author |
2014-04-24 | kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt() | Masami Hiramatsu |
2014-04-24 | kprobes, x86: Prohibit probing on debug_stack_*() | Masami Hiramatsu |
2014-04-24 | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist | Masami Hiramatsu |
2014-04-24 | kprobes: Prohibit probing on .entry.text code | Masami Hiramatsu |
2014-04-24 | kprobes/x86: Allow to handle reentered kprobe on single-stepping | Masami Hiramatsu |
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 |
2014-04-17 | uprobes/x86: Gather "riprel" functions together | Oleg Nesterov |
2014-04-17 | uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm... | Oleg Nesterov |
2014-04-17 | uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn() | Oleg Nesterov |
2014-04-17 | kprobes/x86: Fix page-fault handling logic | Masami Hiramatsu |
2014-04-17 | x86/mce: Fix CMCI preemption bugs | Ingo Molnar |
2014-04-16 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-04-16 | x86/irq: Fix fixup_irqs() error handling | Prarit Bhargava |
2014-04-16 | x86: Remove the PCI reboot method from the default chain | Ingo Molnar |
2014-04-14 | x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriately | K. Y. Srinivasan |
2014-04-14 | Merge tag 'v3.15-rc1' into perf/urgent | Ingo Molnar |
2014-04-14 | x86/gpu: Fix sign extension issue in Intel graphics stolen memory quirks | Ville Syrjälä |
2014-04-11 | Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-04-11 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-04-11 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-04-11 | x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels | H. Peter Anvin |
2014-04-10 | x86, calgary: Use 8M TCE table size by default | WANG Chao |
2014-04-08 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki |
2014-04-08 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Rafael J. Wysocki |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-04-04 | Merge branches 'turbostat' and 'intel_idle' into release | Len Brown |
2014-04-03 | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2014-04-02 | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2014-04-02 | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2014-04-02 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-04-02 | x86: Fix dumpstack_64 irq stack handling | Steven Rostedt (Red Hat) |
2014-04-02 | x86: Fix dumpstack_64 to keep state of "used" variable in loop | Steven Rostedt (Red Hat) |
2014-04-02 | x86/platform/hyperv: Handle VMBUS driver being a module | K. Y. Srinivasan |