aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar
2012-03-12perf/x86: Prettify pmu config literalsPeter Zijlstra
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-12perf/x86: Fix local vs remote memory events for NHM/WSMPeter Zijlstra
2012-03-06x86/kprobes: Split out optprobe related code to kprobes-opt.cMasami Hiramatsu
2012-03-06x86/kprobes: Fix a bug which can modify kernel code permanentlyMasami Hiramatsu
2012-03-06x86/kprobes: Fix instruction recovery on optimized pathMasami Hiramatsu
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian
2012-03-05perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian
2012-03-05perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian
2012-03-05perf/x86: Disable LBR support for older Intel Atom processorsStephane Eranian
2012-03-05perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filtersStephane Eranian
2012-03-05perf/x86: Sync branch stack sampling with precise_samplingStephane Eranian
2012-03-05perf/x86: Add Intel LBR sharing logicStephane Eranian
2012-03-05perf/x86: Add Intel LBR MSR definitionsStephane Eranian
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel
2012-02-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-22x86/mce/AMD: Fix UP build errorBorislav Petkov
2012-02-20i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds
2012-02-20x86: Specify a size for the cmp in the NMI handlerSteven Rostedt
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds
2012-02-20i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds
2012-02-20i387: fix up some fpu_counter confusionLinus Torvalds
2012-02-20x86-32/irq: Don't switch to irq stack for a user-mode irqLinus Torvalds
2012-02-20x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-02-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds
2012-02-13i387: make irq_fpu_usable() tests more robustLinus Torvalds
2012-02-13i387: math_state_restore() isn't called from asmLinus Torvalds
2012-02-13x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt
2012-02-09x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann
2012-02-07perf: Fix double start/stop in x86_pmu_start()Stephane Eranian
2012-02-07x86/sched/perf/AMD: Set sched_clock_stableBorislav Petkov
2012-02-07x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds
2012-01-31Merge branch 'perf/urgent' into perf/coreIngo Molnar