summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-1312-26/+26
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-133-12/+12
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov2016-04-134-8/+8
| * | | | | | | | | | x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov2016-04-132-2/+2
| * | | | | | | | | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-135-15/+11
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar2016-04-133-11/+27
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani2016-03-293-10/+18
| | * | | | | | | | | | | x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2016-03-291-1/+9
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar2016-04-138-14/+14
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-313-7/+7
| | * | | | | | | | | | | x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-312-2/+2
| | * | | | | | | | | | | x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-312-2/+2
| | * | | | | | | | | | | x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov2016-03-311-1/+1
| | * | | | | | | | | | | x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-312-2/+2
| | |/ / / / / / / / / /
| * | | | | | | | | | | x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-131-1/+0
| * | | | | | | | | | | x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov2016-04-131-0/+1
| * | | | | | | | | | | x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski2016-04-131-25/+25
| * | | | | | | | | | | x86/asm, sched/x86: Rewrite the FS and GS context switch codeAndy Lutomirski2016-04-131-55/+93
| * | | | | | | | | | | x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski2016-04-131-0/+31
| * | | | | | | | | | | x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GSAndy Lutomirski2016-04-131-12/+7
| * | | | | | | | | | | x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov2016-03-291-4/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-166-80/+275
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/mce: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam2016-05-121-5/+3
| * | | | | | | | | | | x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam2016-05-121-3/+7
| * | | | | | | | | | | x86/mce/AMD: Save an indentation level in prepare_threshold_block()Borislav Petkov2016-05-121-40/+38
| * | | | | | | | | | | x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systemsYazen Ghannam2016-05-121-9/+29
| * | | | | | | | | | | x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam2016-05-121-8/+24
| * | | | | | | | | | | x86/mce: Detect local MCEs properlyYazen Ghannam2016-05-031-13/+20
| * | | | | | | | | | | x86/mce: Look in genpool instead of mcelog for pending error recordsTony Luck2016-05-033-12/+70
| * | | | | | | | | | | x86/mce: Detect and use SMCA-specific msr_opsYazen Ghannam2016-05-032-19/+29
| * | | | | | | | | | | x86/mce: Define vendor-specific MSR accessorsYazen Ghannam2016-05-031-0/+47
| * | | | | | | | | | | x86/mce: Carve out writes to MCx_STATUS and MCx_CTLAravind Gopalakrishnan2016-05-031-1/+8
| * | | | | | | | | | | x86/mce: Grade uncorrected errors for SMCA-enabled systemsAravind Gopalakrishnan2016-05-031-0/+30
| * | | | | | | | | | | x86/mce: Log MCEs after a warm rest on AMD, Fam17h and laterAravind Gopalakrishnan2016-05-031-1/+1
| * | | | | | | | | | | Merge tag 'v4.6-rc6' into ras/core, to refresh the treeIngo Molnar2016-05-034-7/+17
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | x86/mce: Remove explicit smp_rmb() when starting CPUs syncDavidlohr Bueso2016-04-131-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-05-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-115-7/+20
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-053-7/+14
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-232-2/+39
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | uprobes/x86: Constify uprobe_xol_ops structuresJulia Lawall2016-04-131-2/+2
* | | | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-162-0/+24
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-05-075-13/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86/efi: Force EFI reboot to process pending capsulesMatt Fleming2016-04-281-0/+9
| * | | | | | | | | | | | x86/efi/efifb: Move DMI based quirks handling out of generic codeArd Biesheuvel2016-04-281-0/+15
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-12/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | signals/sigaltstack, x86/signals: Unify the x86 sigaltstack check with other ...Stas Sergeev2016-05-031-12/+11
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner2016-05-101-1/+1
* | | | | | | | | | | x86/topology: Handle CPUID bogosity gracefullyThomas Gleixner2016-05-071-0/+5
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-062-4/+2
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud