summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski2017-09-172-8/+8
* x86/cpu/AMD: Fix erratum 1076 (CPB bit)Borislav Petkov2017-09-151-0/+11
* x86/hyper-V: Allocate the IDT entry early in bootK. Y. Srinivasan2017-09-131-2/+2
* x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-131-42/+7
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-071-0/+1
|\
| * Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar2017-08-319-10/+138
| |\
| * | x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-101-0/+1
* | | x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski2017-09-061-0/+13
* | | x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-061-0/+2
* | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-3/+9
|\ \ \
| * \ \ Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman2017-08-284-6/+21
| |\ \ \
| * \ \ \ Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-141-14/+26
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-231-0/+1
| |\ \ \ \
| * | | | | x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov2017-07-171-3/+9
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-045-61/+9
|\ \ \ \ \ \
| * | | | | | x86/idt: Simplify alloc_intr_gate()Thomas Gleixner2017-08-291-7/+2
| * | | | | | x86/idt: Create file for IDT related codeThomas Gleixner2017-08-291-9/+0
| * | | | | | x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner2017-08-293-45/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-046-267/+2233
|\ \ \ \ \ \
| * | | | | | x86/intel_rdt: Turn off most RDT features on SkylakeTony Luck2017-08-251-0/+3
| * | | | | | x86/intel_rdt: Add command line options for resource director technologyTony Luck2017-08-251-8/+88
| * | | | | | x86/intel_rdt: Move special case code for Haswell to a quirk functionTony Luck2017-08-251-24/+28
| * | | | | | x86/intel_rdt: Remove redundant ternary operator on returnColin Ian King2017-08-161-1/+1
| * | | | | | x86/intel_rdt/cqm: Improve limbo list processingVikas Shivappa2017-08-163-122/+133
| * | | | | | x86/intel_rdt/mbm: Fix MBM overflow handler during CPU hotplugVikas Shivappa2017-08-164-6/+6
| * | | | | | x86/intel_rdt: Modify the intel_pqr_state for better performanceVikas Shivappa2017-08-142-11/+9
| * | | | | | x86/intel_rdt/cqm: Clear the default RMID during hotcpuVikas Shivappa2017-08-141-0/+1
| * | | | | | x86/intel_rdt: Show bitmask of shareable resource with other executing unitsFenghua Yu2017-08-013-0/+21
| * | | | | | x86/intel_rdt/mbm: Handle counter overflowVikas Shivappa2017-08-014-6/+97
| * | | | | | x86/intel_rdt/mbm: Add mbm counter initializationVikas Shivappa2017-08-014-2/+23
| * | | | | | x86/intel_rdt/mbm: Basic counting of MBM events (total and local)Tony Luck2017-08-014-2/+86
| * | | | | | x86/intel_rdt/cqm: Add CPU hotplug supportVikas Shivappa2017-08-013-7/+90
| * | | | | | x86/intel_rdt/cqm: Add sched_in supportVikas Shivappa2017-08-011-4/+0
| * | | | | | x86/intel_rdt/cqm: Add mount,umount supportVikas Shivappa2017-08-013-4/+62
| * | | | | | x86/intel_rdt/cqm: Add rmdir supportVikas Shivappa2017-08-011-4/+86
| * | | | | | x86/intel_rdt: Separate the ctrl bits from rmdirVikas Shivappa2017-08-011-15/+33
| * | | | | | x86/intel_rdt/cqm: Add mon_dataVikas Shivappa2017-08-015-3/+284
| * | | | | | x86/intel_rdt: Prepare for RDT monitor data supportVikas Shivappa2017-08-012-1/+1
| * | | | | | x86/intel_rdt/cqm: Add cpus file supportVikas Shivappa2017-08-011-17/+93
| * | | | | | x86/intel_rdt: Prepare to add RDT monitor cpus file supportVikas Shivappa2017-08-013-51/+60
| * | | | | | x86/intel_rdt/cqm: Add tasks file supportVikas Shivappa2017-08-011-2/+17
| * | | | | | x86/intel_rdt: Change closid type from int to u32Vikas Shivappa2017-08-012-2/+2
| * | | | | | x86/intel_rdt/cqm: Add mkdir support for RDT monitoringVikas Shivappa2017-08-012-8/+151
| * | | | | | x86/intel_rdt: Prepare for RDT monitoring mkdir supportVikas Shivappa2017-08-011-32/+79
| * | | | | | x86/intel_rdt/cqm: Add info files for RDT monitoringVikas Shivappa2017-08-012-0/+91
| * | | | | | x86/intel_rdt: Simplify info and base file listsTony luck2017-08-013-104/+112
| * | | | | | x86/intel_rdt/cqm: Add RMID (Resource monitoring ID) managementVikas Shivappa2017-08-013-0/+251
| * | | | | | x86/intel_rdt/cqm: Add RDT monitoring initializationVikas Shivappa2017-08-014-6/+242
| * | | | | | x86/intel_rdt: Make rdt_resources_all more readableVikas Shivappa2017-08-011-0/+5
| * | | | | | x86/intel_rdt: Cleanup namespace to support RDT monitoringVikas Shivappa2017-08-014-42/+43
OpenPOWER on IntegriCloud