index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/asm: Make sure verify_cpu() has a good stack
Borislav Petkov
2016-04-13
1
-0
/
+8
*
x86/extable: Add a comment about early exception handlers
Andy Lutomirski
2016-04-13
1
-0
/
+14
*
x86/msr: Set the return value to zero when native_rdmsr_safe() fails
Andy Lutomirski
2016-04-13
1
-1
/
+4
*
x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
Andy Lutomirski
2016-04-13
1
-6
/
+3
*
x86/paravirt: Add paravirt_{read,write}_msr()
Andy Lutomirski
2016-04-13
5
-4
/
+47
*
x86/msr: Carry on after a non-"safe" MSR access fails
Andy Lutomirski
2016-04-13
2
-2
/
+35
*
x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks
Andy Lutomirski
2016-04-13
4
-24
/
+25
*
x86/traps: Enable all exception handler callbacks early
Andy Lutomirski
2016-04-13
1
-17
/
+2
*
x86/head: Move early exception panic code into early_fixup_exception()
Andy Lutomirski
2016-04-13
4
-93
/
+32
*
x86/head: Move the early NMI fixup into C
Andy Lutomirski
2016-04-13
3
-13
/
+5
*
x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()
Andy Lutomirski
2016-04-13
4
-58
/
+92
*
x86/fpu: Get rid of x87 math exception helpers
Borislav Petkov
2016-04-13
1
-31
/
+13
*
x86/fpu: Remove check_fpu() indirection
Borislav Petkov
2016-04-13
1
-11
/
+5
*
x86/tsc: Save an indentation level in recalibrate_cpu_khz()
Borislav Petkov
2016-04-13
1
-8
/
+8
*
x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier call
Borislav Petkov
2016-04-13
1
-5
/
+2
*
x86/cpu: Simplify extended APIC ID detection on AMD
Borislav Petkov
2016-04-13
1
-7
/
+10
*
x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()
Borislav Petkov
2016-04-13
1
-2
/
+2
*
x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage
Borislav Petkov
2016-04-13
4
-14
/
+8
*
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
2016-04-13
7
-19
/
+18
*
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
Borislav Petkov
2016-04-13
4
-12
/
+14
*
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
Borislav Petkov
2016-04-13
17
-31
/
+30
*
x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage
Borislav Petkov
2016-04-13
5
-14
/
+13
*
x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage
Borislav Petkov
2016-04-13
5
-9
/
+8
*
x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage
Borislav Petkov
2016-04-13
4
-4
/
+3
*
x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage
Borislav Petkov
2016-04-13
10
-11
/
+13
*
x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage
Borislav Petkov
2016-04-13
3
-3
/
+5
*
x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage
Borislav Petkov
2016-04-13
5
-5
/
+4
*
Merge branch 'x86/urgent' into x86/asm to pick up dependent fixes
Ingo Molnar
2016-04-13
15
-33
/
+89
|
\
|
*
x86/mce: Avoid using object after free in genpool
Tony Luck
2016-04-13
1
-2
/
+2
|
*
x86/build: Build compressed x86 kernels as PIE
H.J. Lu
2016-03-29
3
-1
/
+49
|
*
x86/cpu: Add advanced power management bits
Huang Rui
2016-03-29
1
-0
/
+2
|
*
x86/thread_info: Merge two !__ASSEMBLY__ sections
Borislav Petkov
2016-03-29
1
-4
/
+2
|
*
x86/cpufreq: Remove duplicated TDP MSR macro definitions
Vladimir Zapolskiy
2016-03-29
1
-7
/
+1
|
*
x86/cpu: Get rid of compute_unit_id
Borislav Petkov
2016-03-29
4
-14
/
+6
|
*
perf/x86/amd: Cleanup Fam10h NB event constraints
Peter Zijlstra
2016-03-29
2
-3
/
+23
|
*
x86/topology: Fix AMD core count
Peter Zijlstra
2016-03-29
3
-5
/
+7
*
|
Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
Ingo Molnar
2016-04-13
8
-65
/
+100
|
\
\
|
*
|
x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386
Toshi Kani
2016-04-13
1
-19
/
+0
|
*
|
x86/mm/pat, x86/cpufeature: Remove cpu_has_pat
Borislav Petkov
2016-03-31
1
-1
/
+0
|
*
|
x86/xen, pat: Remove PAT table init code from Xen
Toshi Kani
2016-03-29
3
-11
/
+1
|
*
|
x86/mtrr: Fix PAT init handling when MTRR is disabled
Toshi Kani
2016-03-29
3
-10
/
+18
|
*
|
x86/mtrr: Fix Xorg crashes in Qemu sessions
Toshi Kani
2016-03-29
2
-2
/
+14
|
*
|
x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()
Toshi Kani
2016-03-29
1
-2
/
+2
|
*
|
x86/mm/pat: Add pat_disable() interface
Toshi Kani
2016-03-29
2
-1
/
+13
|
*
|
x86/mm/pat: Add support of non-default PAT MSR setting
Toshi Kani
2016-03-29
3
-22
/
+55
*
|
|
Merge branch 'x86/cpu' into x86/asm, to merge more patches
Ingo Molnar
2016-04-13
34
-61
/
+52
|
\
\
\
|
*
|
|
x86/cpufeature: Fix build bug caused by merge artifact with the removal of cp...
Ingo Molnar
2016-04-01
1
-1
/
+1
|
*
|
|
x86/cpufeature: Remove cpu_has_pse
Borislav Petkov
2016-03-31
8
-10
/
+9
|
*
|
|
x86/cpufeature: Remove cpu_has_pge
Borislav Petkov
2016-03-31
7
-11
/
+10
|
*
|
|
x86/cpufeature: Remove cpu_has_xmm2
Borislav Petkov
2016-03-31
6
-7
/
+6
[next]