summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/hpet: Shuffle code around for readability sakeThomas Gleixner2019-06-281-40/+41
| * | | | x86/hpet: Move static and global variables to one placeThomas Gleixner2019-06-281-28/+22
| * | | | x86/hpet: Sanitize stub functionsThomas Gleixner2019-06-281-9/+3
| * | | | x86/hpet: Mark init functions __initThomas Gleixner2019-06-281-3/+3
| * | | | x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner2019-06-282-8/+0
| * | | | x86/hpet: Remove unused parameter from hpet_next_event()Thomas Gleixner2019-06-281-5/+5
| * | | | x86/hpet: Remove pointless x86-64 specific #includeThomas Gleixner2019-06-281-4/+0
| * | | | x86/hpet: Restructure init codeThomas Gleixner2019-06-281-38/+43
| * | | | x86/hpet: Replace printk(KERN...) with pr_...()Thomas Gleixner2019-06-281-26/+19
| * | | | x86/hpet: Simplify CPU online codeThomas Gleixner2019-06-281-29/+2
| |/ / /
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-0821-55/+527
|\ \ \ \
| * | | | x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner2019-07-037-326/+50
| * | | | x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski2019-07-021-16/+17
| * | | | x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski2019-07-021-0/+6
| * | | | x86/mtrr: Skip cache flushes on CPUs with cache self-snoopingRicardo Neri2019-06-281-2/+13
| * | | | x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errataRicardo Neri2019-06-281-0/+27
| * | | | 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-243-0/+72
| * | | | x86/cpufeatures: Enumerate user wait instructionsFenghua Yu2019-06-241-0/+1
| * | | | 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-224-1/+183
| * | | | x86/cpu: Split Tremont based Atoms from the restAndy Shevchenko2019-06-221-0/+1
| * | | | x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen2019-06-222-1/+6
| * | | | x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski2019-06-221-18/+14
| * | | | x86/entry/64: Handle FSGSBASE enabled paranoid entry/exitChang S. Bae2019-06-222-11/+75
| * | | | x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae2019-06-222-0/+49
| * | | | x86/entry/64: Switch CR3 before SWAPGS in paranoid entryChang S. Bae2019-06-221-8/+23
| * | | | 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-222-15/+78
| * | | | x86/fsgsbase/64: Add intrinsics for FSGSBASE instructionsAndi Kleen2019-06-221-0/+30
| * | | | 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-204-1/+11
| * | | | x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2019-06-206-34/+34
| * | | | x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov2019-06-201-27/+33
| * | | | x86/cacheinfo: Fix a -Wtype-limits warningQian Cai2019-06-191-2/+1
| * | | | x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDSAaron Lewis2019-06-141-0/+2
| * | | | perf/x86: Add Intel Ice Lake NNPI uncore supportRajneesh Bhardwaj2019-06-141-0/+1
| * | | | x86/cpu: Add Ice Lake NNPI to Intel familyRajneesh Bhardwaj2019-06-131-0/+1
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-085-59/+29
|\ \ \ \ \
| * | | | | x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior2019-07-073-12/+2
| * | | | | x86/fpu: Make 'no387' and 'nofxsr' command line options usefulSebastian Andrzej Siewior2019-07-072-10/+12
| * | | | | x86/fpu: Remove the fpu__save() exportChristoph Hellwig2019-06-171-1/+0
| * | | | | x86/fpu: Simplify kernel_fpu_begin()Christoph Hellwig2019-06-171-24/+12
| * | | | | x86/fpu: Simplify kernel_fpu_end()Christoph Hellwig2019-06-171-12/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-084-22/+74
|\ \ \ \ \
| * | | | | x86/vsyscall: Add __ro_after_init to global variablesAndy Lutomirski2019-06-281-2/+2