index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'perf/hw-branch-sampling' into perf/core
Ingo Molnar
2012-03-12
6
-72
/
+703
|
\
|
*
perf: Add callback to flush branch_stack on context switch
Stephane Eranian
2012-03-05
3
-7
/
+28
|
*
perf: Disable PERF_SAMPLE_BRANCH_* when not supported
Stephane Eranian
2012-03-05
1
-0
/
+3
|
*
perf/x86: Add LBR software filter support for Intel CPUs
Stephane Eranian
2012-03-05
3
-33
/
+321
|
*
perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUs
Stephane Eranian
2012-03-05
4
-8
/
+125
|
*
perf/x86: Disable LBR support for older Intel Atom processors
Stephane Eranian
2012-03-05
1
-0
/
+10
|
*
perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filters
Stephane Eranian
2012-03-05
3
-3
/
+104
|
*
perf/x86: Sync branch stack sampling with precise_sampling
Stephane Eranian
2012-03-05
1
-0
/
+60
|
*
perf/x86: Add Intel LBR sharing logic
Stephane Eranian
2012-03-05
3
-26
/
+52
|
*
perf/x86: Add Intel LBR MSR definitions
Stephane Eranian
2012-03-05
1
-9
/
+9
|
*
perf: Add generic taken branch sampling support
Stephane Eranian
2012-03-05
1
-8
/
+13
*
|
perf/x86: Prettify pmu config literals
Peter Zijlstra
2012-03-12
2
-7
/
+37
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-12
1
-8
/
+9
|
\
\
|
*
|
perf/x86: Fix local vs remote memory events for NHM/WSM
Peter Zijlstra
2012-03-12
1
-8
/
+9
*
|
|
x86/kprobes: Split out optprobe related code to kprobes-opt.c
Masami Hiramatsu
2012-03-06
4
-594
/
+646
*
|
|
x86/kprobes: Fix a bug which can modify kernel code permanently
Masami Hiramatsu
2012-03-06
1
-18
/
+15
*
|
|
x86/kprobes: Fix instruction recovery on optimized path
Masami Hiramatsu
2012-03-06
1
-43
/
+97
|
|
/
|
/
|
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-05
12
-97
/
+123
|
\
\
|
|
/
|
*
perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled
Joerg Roedel
2012-03-02
2
-4
/
+41
|
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-02-27
4
-10
/
+46
|
|
\
|
|
*
x86/mce/AMD: Fix UP build error
Borislav Petkov
2012-02-22
1
-0
/
+2
|
|
*
x86: Specify a size for the cmp in the NMI handler
Steven Rostedt
2012-02-20
1
-2
/
+2
|
|
*
x86/nmi: Test saved %cs in NMI to determine nested NMI case
Steven Rostedt
2012-02-20
1
-0
/
+7
|
|
*
x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processors
Andreas Herrmann
2012-02-09
1
-8
/
+36
|
|
*
x86/microcode: Remove noisy AMD microcode warning
Prarit Bhargava
2012-02-07
1
-1
/
+0
|
*
|
i387: export 'fpu_owner_task' per-cpu variable
Linus Torvalds
2012-02-20
1
-0
/
+3
|
*
|
i387: support lazy restore of FPU state
Linus Torvalds
2012-02-20
3
-2
/
+4
|
*
|
i387: use 'restore_fpu_checking()' directly in task switching code
Linus Torvalds
2012-02-20
1
-32
/
+8
|
*
|
i387: fix up some fpu_counter confusion
Linus Torvalds
2012-02-20
2
-0
/
+2
|
*
|
i387: re-introduce FPU state preloading at context switch time
Linus Torvalds
2012-02-18
3
-25
/
+40
|
*
|
i387: move TS_USEDFPU flag from thread_info to task_struct
Linus Torvalds
2012-02-18
2
-7
/
+6
|
*
|
i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore
Linus Torvalds
2012-02-16
2
-3
/
+16
|
*
|
i387: do not preload FPU state at task switch time
Linus Torvalds
2012-02-16
3
-67
/
+11
|
*
|
i387: don't ever touch TS_USEDFPU directly, use helper functions
Linus Torvalds
2012-02-16
2
-2
/
+2
|
*
|
i387: fix x86-64 preemption-unsafe user stack save/restore
Linus Torvalds
2012-02-16
2
-8
/
+3
|
*
|
i387: make irq_fpu_usable() tests more robust
Linus Torvalds
2012-02-13
1
-0
/
+1
|
*
|
i387: math_state_restore() isn't called from asm
Linus Torvalds
2012-02-13
1
-3
/
+3
|
*
|
perf: Fix double start/stop in x86_pmu_start()
Stephane Eranian
2012-02-07
1
-0
/
+3
*
|
|
static keys: Introduce 'struct static_key', static_key_true()/false() and sta...
Ingo Molnar
2012-02-24
2
-4
/
+4
*
|
|
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2012-02-17
1
-12
/
+12
|
\
\
\
|
*
|
|
x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()
Steven Rostedt
2012-02-13
1
-12
/
+12
*
|
|
|
x86/sched/perf/AMD: Set sched_clock_stable
Borislav Petkov
2012-02-07
1
-0
/
+3
*
|
|
|
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2012-02-06
6
-20
/
+31
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
perf: Remove deprecated WARN_ON_ONCE()
Stephane Eranian
2012-02-03
3
-6
/
+0
|
|
/
|
*
-
-
-
-
-
.
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...
Linus Torvalds
2012-02-02
3
-15
/
+32
|
|
\
\
\
\
|
|
|
|
|
*
x86/reboot: Remove VersaLogic Menlow reboot quirk
Michael D Labriola
2012-01-30
1
-8
/
+0
|
|
|
|
|
*
x86/reboot: Skip DMI checks if reboot set by user
Michael D Labriola
2012-01-30
1
-2
/
+26
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
bugs, x86: Fix printk levels for panic, softlockups and stack dumps
Prarit Bhargava
2012-01-26
2
-4
/
+5
*
|
|
|
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-01-31
1
-1
/
+1
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
x86/dumpstack: Remove unneeded check in dump_trace()
Dan Carpenter
2012-01-28
1
-1
/
+1
|
|
/
/
/
[next]