summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0723-69/+63
|\
| * x86/um/vdso: Drop unnecessary cc-ldoptionNick Desaulniers2019-04-241-1/+1
| * x86/vdso: Rename variable to fix -Wshadow warningLeonardo BrĂ¡s2019-04-191-6/+7
| * x86/cpu/amd: Exclude 32bit only assembler from 64bit buildAndi Kleen2019-04-191-0/+2
| * x86/asm: Mark all top level asm statements as .textAndi Kleen2019-04-193-1/+4
| * x86/build/vdso: Add FORCE to the build rule of %.soMasahiro Yamada2019-04-181-1/+1
| * x86/asm: Modernize sync_bitops.hJan Beulich2019-04-101-22/+9
| * x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-083-5/+5
| * x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-0811-27/+26
| * x86/asm: Clarify static_cpu_has()'s intended useBorislav Petkov2019-04-081-3/+6
| * x86/uaccess: Fix implicit cast of __user pointerJann Horn2019-04-031-2/+1
| * x86/cpufeature: Remove __pure attribute to _static_cpu_has()Borislav Petkov2019-03-291-1/+1
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-071-26/+31
|\ \
| * | x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan2019-04-251-26/+31
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-061-0/+4
|\ \ \
| * | | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2019-05-031-0/+4
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-0617-161/+1094
|\ \ \ \
| * | | | perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2019-04-293-23/+18
| * | | | perf/x86/intel: Add Tremont core PMU supportKan Liang2019-04-161-0/+91
| * | | | perf/x86/intel/uncore: Add Intel Icelake uncore supportKan Liang2019-04-163-0/+98
| * | | | perf/x86/msr: Add Icelake supportKan Liang2019-04-161-0/+1
| * | | | perf/x86/intel/rapl: Add Icelake supportKan Liang2019-04-161-0/+2
| * | | | perf/x86/intel/cstate: Add Icelake supportKan Liang2019-04-161-0/+2
| * | | | perf/x86/intel: Add Icelake supportKan Liang2019-04-165-4/+138
| * | | | perf/x86: Support constraint rangesPeter Zijlstra2019-04-163-8/+39
| * | | | perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles themAndi Kleen2019-04-162-1/+13
| * | | | perf/x86/intel: Support adaptive PEBS v4Kan Liang2019-04-166-26/+438
| * | | | perf/x86/intel/ds: Extract code of event update in short periodKan Liang2019-04-161-13/+20
| * | | | perf/x86/intel: Extract memory code PEBS parser for reuseAndi Kleen2019-04-161-29/+34
| * | | | perf/x86: Support outputting XMM registersKan Liang2019-04-166-10/+85
| * | | | perf/x86/intel: Force resched when TFA sysctl is modifiedStephane Eranian2019-04-163-2/+53
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-04-162-20/+20
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-04-1683-890/+686
| |\ \ \ \ \
| * | | | | | perf/x86: Add sanity checks to x86_schedule_events()Peter Zijlstra2019-04-031-13/+19
| * | | | | | perf/x86: Optimize x86_schedule_events()Peter Zijlstra2019-04-032-3/+13
| * | | | | | perf/x86: Clear ->event_constraint[] on putPeter Zijlstra2019-04-031-1/+3
| * | | | | | perf/x86/intel: Optimize intel_get_excl_constraints()Peter Zijlstra2019-04-031-9/+13
| * | | | | | perf/x86: Remove PERF_X86_EVENT_COMMITTEDPeter Zijlstra2019-04-032-25/+22
| * | | | | | perf/x86: Simplify x86_pmu.get_constraints() interfacePeter Zijlstra2019-04-032-6/+4
| * | | | | | perf/x86/intel: Simplify intel_tfa_commit_scheduling()Peter Zijlstra2019-04-031-1/+1
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-0640-918/+10
|\ \ \ \ \ \ \
| * | | | | | | locking/rwsem: Enable lock event countingWaiman Long2019-04-101-1/+0
| * | | | | | | locking/lock_events: Make lock_events available for all archs & other locksWaiman Long2019-04-102-8/+10
| * | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-1069-813/+472
| |\ \ \ \ \ \ \
| * | | | | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-0325-122/+0
| * | | | | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-0314-788/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-062-7/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter2019-03-292-7/+3
* | | | | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-0610-139/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/stacktrace: Use common infrastructureThomas Gleixner2019-04-292-97/+20