summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2014-04-30uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()Oleg Nesterov-11/+9
2014-04-30uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits()Oleg Nesterov-32/+13
2014-04-30uprobes/x86: Refuse to attach uprobe to "word-sized" branch insnsDenys Vlasenko-0/+11
2014-04-30x86: use FDT accessors for FDT blob header dataRob Herring-7/+5
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner-0/+5
2014-04-28x86/vsmp: Fix irq routingOren Twaig-1/+10
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-13/+12
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu-57/+103
2014-04-24kprobes, x86: Allow kprobes on text_poke/hw_breakpointMasami Hiramatsu-5/+3
2014-04-24kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu-23/+23
2014-04-24kprobes, x86: Call exception_enter after kprobes handledMasami Hiramatsu-3/+2
2014-04-24kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu-21/+13
2014-04-24kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt()Masami Hiramatsu-1/+3
2014-04-24kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu-0/+4
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu-0/+4
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu-53/+8
2014-04-24kprobes/x86: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu-1/+2
2014-04-24perf/x86: Fix RAPL rdmsrl_safe() usageStephane Eranian-1/+2
2014-04-21ftrace/x86: Fix order of warning messages when ftrace modifies codePetr Mladek-1/+1
2014-04-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+10
2014-04-18arch,x86: Convert smp_mb__*()Peter Zijlstra-1/+1
2014-04-18perf/x86: Export perf_assign_events()Yan, Zheng-0/+1
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar-48/+54
2014-04-18perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas-3/+9
2014-04-17uprobes/x86: Emulate relative conditional "near" jmp'sOleg Nesterov-0/+8
2014-04-17uprobes/x86: Emulate relative conditional "short" jmp'sOleg Nesterov-2/+55
2014-04-17uprobes/x86: Emulate relative call'sOleg Nesterov-10/+70
2014-04-17uprobes/x86: Emulate nop's using ops->emulate()Oleg Nesterov-19/+1
2014-04-17uprobes/x86: Emulate unconditional relative jmp'sOleg Nesterov-0/+38
2014-04-17uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uret...Oleg Nesterov-22/+15
2014-04-17uprobes/x86: Teach arch_uprobe_post_xol() to restart if possibleOleg Nesterov-4/+16
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov-4/+12
2014-04-17uprobes/x86: Conditionalize the usage of handle_riprel_insn()Oleg Nesterov-4/+2
2014-04-17uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->opsOleg Nesterov-39/+68
2014-04-17uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooksOleg Nesterov-16/+14
2014-04-17uprobes/x86: Gather "riprel" functions togetherOleg Nesterov-65/+53
2014-04-17uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm...Oleg Nesterov-7/+3
2014-04-17uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn()Oleg Nesterov-63/+47
2014-04-17kprobes/x86: Fix page-fault handling logicMasami Hiramatsu-9/+7
2014-04-17x86/mce: Fix CMCI preemption bugsIngo Molnar-12/+10
2014-04-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-36/+38
2014-04-16x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava-14/+27
2014-04-16x86: Remove the PCI reboot method from the default chainIngo Molnar-35/+37
2014-04-14x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriatelyK. Y. Srinivasan-10/+19
2014-04-14Merge tag 'v3.15-rc1' into perf/urgentIngo Molnar-2072/+430
2014-04-14x86/gpu: Fix sign extension issue in Intel graphics stolen memory quirksVille Syrjälä-1/+1
2014-04-11Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2014-04-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-41/+201
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+49
2014-04-11x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin-0/+11