summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-0410-155/+188
|\
| * x86/apm: Fix spelling mistake: "caculate" -> "calculate"Colin Ian King2018-05-191-1/+1
| * x86/mtrr: Rename main.c to mtrr.c and remove duplicate prefixesJoe Perches2018-05-132-18/+17
| * x86: Remove pr_fmt duplicate logging prefixesJoe Perches2018-05-135-32/+33
| * x86/early-quirks: Rename duplicate define of dev_errJoe Perches2018-05-131-4/+4
| * x86/bpf: Clean up non-standard comments, to make the code more readableIngo Molnar2018-04-271-100/+133
* | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-043-11/+8
|\ \
| * | x86/build/vdso: Put generated linker scripts to $(obj)/Masahiro Yamada2018-05-152-3/+3
| * | x86/build/vdso: Remove unnecessary export in MakefileMasahiro Yamada2018-05-152-2/+2
| * | x86/build/vdso: Remove unused $(vobjs-nox32) in MakefileMasahiro Yamada2018-05-151-4/+1
| * | x86/build: Remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-131-2/+2
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-042-9/+8
|\ \ \
| * | | x86/io: Define readq()/writeq() to use 64-bit typeAndy Shevchenko2018-05-181-4/+4
| * | | x86/asm/64: Micro-optimize __clear_user() - Use immediate constantsAlexey Dobriyan2018-05-141-5/+4
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-0437-167/+260
|\ \ \ \
| * | | | x86/mm: Mark __pgtable_l5_enabled __initdataKirill A. Shutemov2018-05-191-1/+1
| * | | | x86/mm: Mark p4d_offset() __always_inlineKirill A. Shutemov2018-05-191-1/+1
| * | | | x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-195-7/+32
| * | | | x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-1919-42/+47
| * | | | x86/mm: Unify pgtable_l5_enabled usage in early boot codeKirill A. Shutemov2018-05-195-20/+21
| * | | | x86/boot/compressed/64: Fix trampoline page table address calculationKirill A. Shutemov2018-05-191-1/+1
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar2018-05-19163-1299/+2119
| |\ \ \ \ \
| * | | | | | x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to detect_num_cpu_cores()Thomas Gleixner2018-05-134-8/+7
| * | | | | | x86/Centaur: Report correct CPU/cache topologyDavid Wang2018-05-131-0/+5
| * | | | | | x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()David Wang2018-05-133-13/+8
| * | | | | | x86/CPU: Make intel_num_cpu_cores() genericDavid Wang2018-05-133-19/+16
| * | | | | | x86/CPU: Move cpu local function declarations to local headerThomas Gleixner2018-05-133-9/+11
| * | | | | | x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when availableSuravee Suthikulpanit2018-05-061-1/+10
| * | | | | | x86/CPU: Modify detect_extended_topology() to return resultSuravee Suthikulpanit2018-05-062-5/+5
| * | | | | | x86/CPU/AMD: Calculate last level cache ID from number of sharing threadsSuravee Suthikulpanit2018-05-063-16/+49
| * | | | | | x86/CPU: Rename intel_cacheinfo.c to cacheinfo.cBorislav Petkov2018-05-062-1/+1
| * | | | | | perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_idSuravee Suthikulpanit2018-05-061-19/+2
| * | | | | | x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-05-064-17/+8
| * | | | | | x86/Centaur: Initialize supported CPU features properlyDavid Wang2018-04-201-0/+48
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-047-98/+304
|\ \ \ \ \ \ \
| * | | | | | | perf/x86/intel/uncore: Clean up client IMC uncoreKan Liang2018-05-311-112/+20
| * | | | | | | perf/x86/intel/uncore: Expose uncore_pmu_event*() functionsKan Liang2018-05-312-4/+8
| * | | | | | | perf/x86/intel/uncore: Support IIO free-running counters on SKXKan Liang2018-05-311-0/+82
| * | | | | | | perf/x86/intel/uncore: Add infrastructure for free running countersKan Liang2018-05-311-4/+64
| * | | | | | | perf/x86/intel/uncore: Add new data structures for free running countersKan Liang2018-05-311-1/+122
| * | | | | | | perf/x86/intel/uncore: Correct fixed counter index check in generic codeKan Liang2018-05-311-1/+1
| * | | | | | | perf/x86/intel/uncore: Correct fixed counter index check for NHMKan Liang2018-05-311-1/+1
| * | | | | | | perf/x86/intel/uncore: Introduce customized event_read() for client IMC uncoreKan Liang2018-05-311-2/+31
| * | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-05-3151-173/+443
| |\ \ \ \ \ \ \
| * | | | | | | | perf/x86: Store user space frame-pointer value on a sampleAlexey Budankov2018-05-251-4/+6
| * | | | | | | | perf/core: Fix bad use of igrab()Song Liu2018-05-251-2/+2
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-043-19/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-25130-566/+2257
| |\| | | | | | | |
| * | | | | | | | | locking/spinlocks/arm64: Remove smp_mb() from arch_spin_is_locked()Andrea Parri2018-05-151-5/+0
| * | | | | | | | | Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar2018-05-1526-202/+178
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |