summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/cpu' into perf/core, to pick up dependent patchesIngo Molnar2019-06-2411-54/+566
|\
| * x86/umwait: Add sysfs interface to control umwait maximum timeFenghua Yu2019-06-241-0/+36
| * x86/umwait: Add sysfs interface to control umwait C0.2 stateFenghua Yu2019-06-241-8/+110
| * x86/umwait: Initialize umwait control valuesFenghua Yu2019-06-242-0/+63
| * x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUsKonstantin Khlebnikov2019-06-221-1/+11
| * x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3Tony W Wang-oc2019-06-221-0/+15
| * x86/cpu: Create Zhaoxin processors architecture support fileTony W Wang-oc2019-06-222-0/+168
| * x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen2019-06-221-1/+3
| * x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski2019-06-221-18/+14
| * x86/process/64: Use FSGSBASE instructions on thread copy and ptraceChang S. Bae2019-06-221-6/+13
| * x86/process/64: Use FSBSBASE in switch_to() if availableAndy Lutomirski2019-06-221-6/+28
| * x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae2019-06-221-0/+66
| * x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski2019-06-221-0/+24
| * x86/ptrace: Prevent ptrace from clearing the FS/GS selectorChang S. Bae2019-06-221-12/+2
| * x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructionsFenghua Yu2019-06-202-0/+7
| * x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2019-06-203-23/+22
| * x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov2019-06-201-27/+33
| * x86/cacheinfo: Fix a -Wtype-limits warningQian Cai2019-06-191-2/+1
* | Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-2417-44/+31
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 477Thomas Gleixner2019-06-191-1/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243Thomas Gleixner2019-06-192-4/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-196-18/+6
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-166-13/+19
| |\ \ | | |/ | |/|
| | * x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-151-1/+1
| | * x86/fpu: Don't use current->mm to check for a kthreadChristoph Hellwig2019-06-131-1/+1
| | * x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()Matt Mullins2019-06-121-1/+1
| | * x86/resctrl: Prevent NULL pointer dereference when local MBM is disabledPrarit Bhargava2019-06-121-0/+3
| | * x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse2019-06-121-1/+6
| | * x86/fpu: Update kernel's FPU state before using for the fsave headerSebastian Andrzej Siewior2019-06-081-0/+5
| | * x86/fpu: Use fault_in_pages_writeable() for pre-faultingHugh Dickins2019-06-061-9/+2
* | | Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-1724-158/+29
|\| |
| * | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0822-136/+24
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-054-20/+4
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437Thomas Gleixner2019-06-052-4/+2
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 430Thomas Gleixner2019-06-052-2/+4
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 353Thomas Gleixner2019-06-051-3/+1
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 347Thomas Gleixner2019-06-051-3/+1
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 346Thomas Gleixner2019-06-051-4/+1
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-052-28/+2
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-056-55/+6
| | |/
| * | Merge branch 'pm-x86'Rafael J. Wysocki2019-06-072-22/+5
| |\ \ | | |/ | |/|
| | * x86: intel_epb: Do not build when CONFIG_PM is unsetRafael J. Wysocki2019-05-302-22/+5
* | | Merge branch 'x86/topology' into perf/core, to prepare for new patchesIngo Molnar2019-06-033-19/+139
|\ \ \ | |/ / |/| |
| * | topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+22
| * | x86/topology: Define topology_logical_die_id()Len Brown2019-05-232-0/+46
| * | x86/topology: Create topology_max_die_per_package()Len Brown2019-05-231-1/+4
| * | x86/topology: Add CPUID.1F multi-die/package supportLen Brown2019-05-232-19/+68