| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 12 | -26/+26 |
| * | | | | | | | | | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 3 | -12/+12 |
| * | | | | | | | | | | x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 4 | -8/+8 |
| * | | | | | | | | | | x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 2 | -2/+2 |
| * | | | | | | | | | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixes | Ingo Molnar | 2016-04-13 | 5 | -15/+11 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base | Ingo Molnar | 2016-04-13 | 3 | -11/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | 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 | 1 | -1/+9 |
| | | |_|_|_|/ / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'x86/cpu' into x86/asm, to merge more patches | Ingo Molnar | 2016-04-13 | 8 | -14/+14 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | x86/cpufeature: Remove cpu_has_pge | Borislav Petkov | 2016-03-31 | 3 | -7/+7 |
| | * | | | | | | | | | | | x86/cpufeature: Remove cpu_has_xmm2 | Borislav Petkov | 2016-03-31 | 2 | -2/+2 |
| | * | | | | | | | | | | | x86/cpufeature: Remove cpu_has_clflush | Borislav Petkov | 2016-03-31 | 2 | -2/+2 |
| | * | | | | | | | | | | | x86/cpufeature: Remove cpu_has_x2apic | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
| | * | | | | | | | | | | | x86/cpufeature: Remove cpu_has_hypervisor | Borislav Petkov | 2016-03-31 | 2 | -2/+2 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | x86/vdso: Remove direct HPET access through the vDSO | Andy Lutomirski | 2016-04-13 | 1 | -1/+0 |
| * | | | | | | | | | | | x86/cpu: Add Erratum 88 detection on AMD | Borislav Petkov | 2016-04-13 | 1 | -0/+1 |
| * | | | | | | | | | | | x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify() | Andy Lutomirski | 2016-04-13 | 1 | -25/+25 |
| * | | | | | | | | | | | x86/asm, sched/x86: Rewrite the FS and GS context switch code | Andy Lutomirski | 2016-04-13 | 1 | -55/+93 |
| * | | | | | | | | | | | x86/cpu: Probe the behavior of nulling out a segment at boot time | Andy Lutomirski | 2016-04-13 | 1 | -0/+31 |
| * | | | | | | | | | | | x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS | Andy Lutomirski | 2016-04-13 | 1 | -12/+7 |
| * | | | | | | | | | | | x86/cpu: Do the feature test first in enable_sep_cpu() | Borislav Petkov | 2016-03-29 | 1 | -4/+3 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-16 | 6 | -80/+275 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86/mce: Update AMD mcheck init to use cpu_has() facilities | Yazen Ghannam | 2016-05-12 | 1 | -5/+3 |
| * | | | | | | | | | | | x86/cpu: Add detection of AMD RAS Capabilities | Yazen Ghannam | 2016-05-12 | 1 | -3/+7 |
| * | | | | | | | | | | | x86/mce/AMD: Save an indentation level in prepare_threshold_block() | Borislav Petkov | 2016-05-12 | 1 | -40/+38 |
| * | | | | | | | | | | | x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systems | Yazen Ghannam | 2016-05-12 | 1 | -9/+29 |
| * | | | | | | | | | | | x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registers | Yazen Ghannam | 2016-05-12 | 1 | -8/+24 |
| * | | | | | | | | | | | x86/mce: Detect local MCEs properly | Yazen Ghannam | 2016-05-03 | 1 | -13/+20 |
| * | | | | | | | | | | | x86/mce: Look in genpool instead of mcelog for pending error records | Tony Luck | 2016-05-03 | 3 | -12/+70 |
| * | | | | | | | | | | | x86/mce: Detect and use SMCA-specific msr_ops | Yazen Ghannam | 2016-05-03 | 2 | -19/+29 |
| * | | | | | | | | | | | x86/mce: Define vendor-specific MSR accessors | Yazen Ghannam | 2016-05-03 | 1 | -0/+47 |
| * | | | | | | | | | | | x86/mce: Carve out writes to MCx_STATUS and MCx_CTL | Aravind Gopalakrishnan | 2016-05-03 | 1 | -1/+8 |
| * | | | | | | | | | | | x86/mce: Grade uncorrected errors for SMCA-enabled systems | Aravind Gopalakrishnan | 2016-05-03 | 1 | -0/+30 |
| * | | | | | | | | | | | x86/mce: Log MCEs after a warm rest on AMD, Fam17h and later | Aravind Gopalakrishnan | 2016-05-03 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge tag 'v4.6-rc6' into ras/core, to refresh the tree | Ingo Molnar | 2016-05-03 | 4 | -7/+17 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | x86/mce: Remove explicit smp_rmb() when starting CPUs sync | Davidlohr Bueso | 2016-04-13 | 1 | -2/+2 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-05-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-05-11 | 5 | -7/+20 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-05-05 | 3 | -7/+14 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 2016-04-23 | 2 | -2/+39 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | uprobes/x86: Constify uprobe_xol_ops structures | Julia Lawall | 2016-04-13 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-16 | 2 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into efi/core, to pick up fixes | Ingo Molnar | 2016-05-07 | 5 | -13/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|/ / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | x86/efi: Force EFI reboot to process pending capsules | Matt Fleming | 2016-04-28 | 1 | -0/+9 |
| * | | | | | | | | | | | | x86/efi/efifb: Move DMI based quirks handling out of generic code | Ard Biesheuvel | 2016-04-28 | 1 | -0/+15 |
| | |_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-05-16 | 1 | -12/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other ... | Stas Sergeev | 2016-05-03 | 1 | -12/+11 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=n | Thomas Gleixner | 2016-05-10 | 1 | -1/+1 |
* | | | | | | | | | | | x86/topology: Handle CPUID bogosity gracefully | Thomas Gleixner | 2016-05-07 | 1 | -0/+5 |
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-06 | 2 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|