summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha
2012-09-18x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha
2012-09-18x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha
2012-09-17perf/x86: Add cpumask for uncore pmuYan, Zheng
2012-09-15uprobes/x86: Fix arch_uprobe_disable_step() && UTASK_SSTEP_TRAPPED interactionOleg Nesterov
2012-09-15uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was setOleg Nesterov
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov
2012-09-15ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logicOleg Nesterov
2012-09-15ptrace/x86: Introduce set_task_blockstep() helperOleg Nesterov
2012-09-15uprobes/x86: Implement x86 specific arch_uprobe_*_stepSebastian Andrzej Siewior
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu
2012-09-13ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt
2012-09-13kprobes/x86: Fix kprobes to collectly handle IP on ftraceMasami Hiramatsu
2012-09-13ftrace/x86: Adjust x86 regs.ip as like as x86-64Masami Hiramatsu
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell
2012-09-13perf/x86/ibs: Check syscall attribute flagsRobert Richter
2012-09-13perf/x86: Export Sandy Bridge uncore clockticks event in sysfsStephane Eranian
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao
2012-09-05x86/fpu/xsave: Keep __user annotation in castsMathias Krause
2012-09-05x86/pci/probe_roms: Add missing __iomem annotation to pci_map_biosrom()Mathias Krause
2012-09-04perf/x86: Enable Intel Cedarview Atom suppportStephane Eranian
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-08-27perf/x86: Fix microcode revision check for SNB-PEBSStephane Eranian
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2012-08-23ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti
2012-08-22x86, microcode, AMD: Rewrite patch application procedureBorislav Petkov
2012-08-22x86, microcode, AMD: Add a small, per-family patches cacheBorislav Petkov
2012-08-22x86, microcode, AMD: Add reverse equiv table searchBorislav Petkov
2012-08-22x86, microcode: Add a refresh firmware flag to ->request_microcode_fwBorislav Petkov
2012-08-22x86, microcode, AMD: Read CPUID(1).EAX on the correct cpuBorislav Petkov
2012-08-22x86, microcode, AMD: Check before applying a patchBorislav Petkov
2012-08-22x86, microcode, AMD: Remove useless get_ucode_data wrapperBorislav Petkov
2012-08-22x86, microcode: Cleanup cpu hotplug notifier callbackBorislav Petkov
2012-08-22x86, microcode: Drop uci->mc check on resume pathBorislav Petkov
2012-08-22x86, microcode: Save an indentation level in reload_for_cpuBorislav Petkov
2012-08-22x86, microcode, AMD: Fix broken ucode patch size checkAndreas Herrmann
2012-08-22x86/alternatives: Fix p6 nops on non-modular kernelsAvi Kivity
2012-08-22x86/fixup_irq: Use cpu_online_mask instead of cpu_all_maskLiu, Chuansheng
2012-08-22x86/irq/i8259: Fix incorrect commentYuanhan Liu