summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/microcode/intel: Clear patch pointer before jettisoning the initrdDominik Brodowski2017-06-081-0/+3
* x86/cpu/cyrix: Add alternative Device ID of Geode GX1 SoCChristian Sünkenberg2017-06-051-0/+1
* x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov2017-05-291-8/+8
* x86/MCE: Export memory_error()Borislav Petkov2017-05-211-7/+6
* Tigran has movedAndrew Morton2017-05-123-3/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-121-2/+0
|\
| * Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar2017-05-0515-629/+1113
| |\
| * \ Merge branch 'x86/microcode' into x86/urgent, to pick up cleanupIngo Molnar2017-05-011-2/+0
| |\ \
| | * | x86/microcode/AMD: Remove redundant NULL check on mcColin Ian King2017-03-181-2/+0
* | | | Merge tag 'for-linus-4.12b-rc0c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-2/+3
|\ \ \ \
| * | | | x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross2017-05-111-2/+3
* | | | | x86: use set_memory.h headerLaura Abbott2017-05-082-2/+2
* | | | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan2017-04-081-0/+3
| | |/ / | |/| |
* | | | x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross2017-05-022-9/+0
* | | | vmware: set cpu capabilities during platform initializationJuergen Gross2017-05-021-19/+20
* | | | x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov2017-05-021-1/+3
* | | | x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov2017-05-021-1/+2
| |_|/ |/| |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-6/+53
|\ \ \
| * \ \ Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-113-5/+5
| |\ \ \
| * \ \ \ Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-032-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-3/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-231-8/+32
| |\ \ \ \ \ \
| * | | | | | | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-11/+17
| * | | | | | | x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-231-2/+2
| * | | | | | | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-161-6/+22
| * | | | | | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-2/+27
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-015-185/+477
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/intel_rdt: Return error for incorrect resource names in schemataVikas Shivappa2017-04-201-13/+15
| * | | | | | | | x86/intel_rdt: Trim whitespace while parsing schemata inputVikas Shivappa2017-04-201-1/+2
| * | | | | | | | x86/intel_rdt: Fix padding when resource is enabled via mountVikas Shivappa2017-04-201-1/+1
| * | | | | | | | x86/intel_rdt/mba: Add schemata file support for MBAVikas Shivappa2017-04-142-0/+45
| * | | | | | | | x86/intel_rdt: Make schemata file parsers resource specificVikas Shivappa2017-04-142-14/+25
| * | | | | | | | x86/intel_rdt/mba: Add info directory files for Memory Bandwidth AllocationVikas Shivappa2017-04-142-2/+61
| * | | | | | | | x86/intel_rdt: Make information files resource specificVikas Shivappa2017-04-142-4/+15
| * | | | | | | | x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)Vikas Shivappa2017-04-141-2/+87
| * | | | | | | | x86/intel_rdt/mba: Memory bandwith allocation feature detectVikas Shivappa2017-04-142-0/+5
| * | | | | | | | x86/intel_rdt: Add resource specific msr update functionThomas Gleixner2017-04-141-24/+51
| * | | | | | | | x86/intel_rdt: Move CBM specific data into a structThomas Gleixner2017-04-143-45/+54
| * | | | | | | | x86/intel_rdt: Cleanup namespace to support multiple resource typesVikas Shivappa2017-04-143-32/+32
| * | | | | | | | x86/intel_rdt: Organize code properlyThomas Gleixner2017-04-141-47/+45
| * | | | | | | | x86/intel_rdt: Init padding only if a device existsThomas Gleixner2017-04-141-2/+2
| * | | | | | | | Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar2017-04-113-3/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/intel_rdt: Add cpus_list rdtgroup fileJiri Olsa2017-04-101-4/+25
| * | | | | | | | | x86/intel_rdt: Update schemata read to show data in tabular formatVikas Shivappa2017-04-052-2/+33
| * | | | | | | | | x86/intel_rdt: Implement "update" mode when writing schemata fileTony Luck2017-04-052-45/+33
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-3/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-013-5/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-113-5/+5
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-0118-526/+417
| | |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud