aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAge
...
| * | | | x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue2014-09-24
| |/ / /
* | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-13
|\ \ \ \
| * \ \ \ Merge tag 'microcode_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2014-08-24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | x86, microcode, intel: Rename apply_microcode and declare it staticHenrique de Moraes Holschuh2014-07-25
| | * | | x86, microcode, intel: Fix typosHenrique de Moraes Holschuh2014-07-24
| | * | | x86, microcode, intel: Add missing static declarationsHenrique de Moraes Holschuh2014-07-24
| | * | | x86, microcode, amd: Fix missing static declarationHenrique de Moraes Holschuh2014-07-24
* | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86: Add more disabled featuresDave Hansen2014-09-11
| |/ / /
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-13
|\ \ \ \
| * | | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-16
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-13
|\ \ \ \
| * | | | perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang2014-10-03
| * | | | perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen2014-10-03
| * | | | perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian2014-09-24
| * | | | perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen2014-09-24
| * | | | perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen2014-09-24
| * | | | perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng2014-09-24
| * | | | perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng2014-09-24
| * | | | perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen2014-09-24
| * | | | perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen2014-09-24
| * | | | perf/x86/intel: Add Broadwell core supportAndi Kleen2014-09-24
| * | | | perf/x86/intel: Document all Haswell modelsAndi Kleen2014-09-24
| * | | | perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen2014-09-24
| * | | | perf/x86: Fix section mismatch in split uncore driverAndi Kleen2014-09-09
| * | | | perf/x86/intel: Mark initialization code as suchMathias Krause2014-09-09
| * | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2014-08-24
| |\| | |
| * | | | perf/x86/uncore: Rename IvyTown to IvyBridge-EPPeter Zijlstra2014-08-13
| * | | | perf/x86/uncore: Export basic memory events for IVT IMC PMUStephane Eranian2014-08-13
| * | | | perf/x86: Clean up __intel_pmu_pebs_event() codeStephane Eranian2014-08-13
| * | | | perf/x86: Fix data source encoding issues for load latency/precise storeStephane Eranian2014-08-13
| * | | | perf/x86: Don't mark DataLA addresses as storeAndi Kleen2014-08-13
| * | | | perf/x86: Revamp PEBS event selectionAndi Kleen2014-08-13
| * | | | perf/x86: Fix :pp without LBRAndi Kleen2014-08-13
| * | | | perf/x86: Use extended offcore mask on HaswellAndi Kleen2014-08-13
| * | | | perf/x86/uncore: Fix coccinelle warningsFengguang Wu2014-08-13
| * | | | perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate fileYan, Zheng2014-08-13
| * | | | perf/x86/uncore: Move SNB/IVB-EP specific code to seperate fileYan, Zheng2014-08-13
| * | | | perf/x86/uncore: Move NHM/SNB/IVB specific code to seperate fileYan, Zheng2014-08-13
| * | | | perf/x86/uncore: Declare some functions and variablesYan, Zheng2014-08-13
| * | | | perf/x86/intel: Update Intel modelsPeter Zijlstra2014-08-13
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-08
|\ \ \ \
| * | | | x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini2014-09-24
| | |/ / | |/| |
* | | | x86: Support compiling out human-friendly processor feature namesJosh Triplett2014-08-17
* | | | x86: Drop support for /proc files when !CONFIG_PROC_FSJosh Triplett2014-08-17
|/ / /
* | | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-14
|\ \ \
| * | | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-13
|\ \ \ \ | |/ / / |/| | |
| * | | x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstorsFenghua Yu2014-05-29
* | | | arch/x86: replace strict_strto callsDaniel Walter2014-08-08