summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-126-72/+703
|\
| * perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-053-7/+28
| * perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+3
| * perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian2012-03-053-33/+321
| * perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian2012-03-054-8/+125
| * perf/x86: Disable LBR support for older Intel Atom processorsStephane Eranian2012-03-051-0/+10
| * perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filtersStephane Eranian2012-03-053-3/+104
| * perf/x86: Sync branch stack sampling with precise_samplingStephane Eranian2012-03-051-0/+60
| * perf/x86: Add Intel LBR sharing logicStephane Eranian2012-03-053-26/+52
| * perf/x86: Add Intel LBR MSR definitionsStephane Eranian2012-03-051-9/+9
| * perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-8/+13
* | perf/x86: Prettify pmu config literalsPeter Zijlstra2012-03-122-7/+37
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-121-8/+9
|\ \
| * | perf/x86: Fix local vs remote memory events for NHM/WSMPeter Zijlstra2012-03-121-8/+9
* | | x86/kprobes: Split out optprobe related code to kprobes-opt.cMasami Hiramatsu2012-03-064-594/+646
* | | x86/kprobes: Fix a bug which can modify kernel code permanentlyMasami Hiramatsu2012-03-061-18/+15
* | | x86/kprobes: Fix instruction recovery on optimized pathMasami Hiramatsu2012-03-061-43/+97
| |/ |/|
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-0512-97/+123
|\ \ | |/
| * perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-022-4/+41
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-10/+46
| |\
| | * x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
| | * x86: Specify a size for the cmp in the NMI handlerSteven Rostedt2012-02-201-2/+2
| | * x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt2012-02-201-0/+7
| | * x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-091-8/+36
| | * x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava2012-02-071-1/+0
| * | i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds2012-02-201-0/+3
| * | i387: support lazy restore of FPU stateLinus Torvalds2012-02-203-2/+4
| * | i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds2012-02-201-32/+8
| * | i387: fix up some fpu_counter confusionLinus Torvalds2012-02-202-0/+2
| * | i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-183-25/+40
| * | i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-182-7/+6
| * | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-162-3/+16
| * | i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-163-67/+11
| * | i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-162-2/+2
| * | i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-162-8/+3
| * | i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-131-0/+1
| * | i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-131-3/+3
| * | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-0/+3
* | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-242-4/+4
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-171-12/+12
|\ \ \
| * | | x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2012-02-131-12/+12
* | | | x86/sched/perf/AMD: Set sched_clock_stableBorislav Petkov2012-02-071-0/+3
* | | | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-02-066-20/+31
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-033-6/+0
| |/
| *-----. Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-023-15/+32
| |\ \ \ \
| | | | | * x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola2012-01-301-8/+0
| | | | | * x86/reboot: Skip DMI checks if reboot set by userMichael D Labriola2012-01-301-2/+26
| | |_|_|/ | |/| | |
| | * | | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-262-4/+5
* | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-311-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter2012-01-281-1/+1
| |/ / /
OpenPOWER on IntegriCloud