summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2014-04-29KVM: x86: expose invariant tsc cpuid bit (v2)Marcelo Tosatti
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-04-28KVM: x86: Check for host supported fields in shadow vmcsBandan Das
2014-04-28x86/vsmp: Fix irq routingOren Twaig
2014-04-27Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman
2014-04-25x86/PCI: Mark ATI SBx00 HPET BAR as IORESOURCE_PCI_FIXEDBjorn Helgaas
2014-04-25x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resourcesBjorn Helgaas
2014-04-25x86/PCI: Fix Broadcom CNB20LE unintended sign extensionBjorn Helgaas
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2014-04-24x86: move FIX_EARLYCON_MEM kconfig into x86Rob Herring
2014-04-24arm: xen: implement multicall hypercall support.Ian Campbell
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu
2014-04-24kprobes, x86: Allow kprobes on text_poke/hw_breakpointMasami Hiramatsu
2014-04-24kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu
2014-04-24kprobes, x86: Call exception_enter after kprobes handledMasami Hiramatsu
2014-04-24kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu
2014-04-24kprobes, x86: Prohibit probing on thunk functions and restoreMasami Hiramatsu
2014-04-24kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt()Masami Hiramatsu
2014-04-24kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu
2014-04-24kprobes/x86: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu
2014-04-24perf/x86: Fix RAPL rdmsrl_safe() usageStephane Eranian
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong
2014-04-23KVM: MMU: flush tlb if the spte can be locklessly modifiedXiao Guangrong
2014-04-23KVM: MMU: lazily drop large spteXiao Guangrong
2014-04-23KVM: MMU: properly check last spte in fast_page_fault()Xiao Guangrong
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong
2014-04-23KVM: x86: Processor mode may be determined incorrectlyNadav Amit
2014-04-23KVM: x86: IN instruction emulation should ignore REP-prefixNadav Amit
2014-04-23KVM: x86: Fix CR3 reserved bitsNadav Amit
2014-04-23KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit
2014-04-22KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das
2014-04-22KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das
2014-04-22KVM: nVMX: Don't advertise single context invalidation for inveptBandan Das
2014-04-22KVM: VMX: Advance rip to after an ICEBP instructionHuw Davies
2014-04-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-22x86: LLVMLinux: Wrap -mno-80387 with cc-optionBehan Webster
2014-04-21KVM: x86: Fix CR3 and LDT sel should not be saved in TSSNadav Amit
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-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...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