summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-093-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
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-095-2/+76
|\ \
| * | x86/jailhouse: Mark jailhouse_x2apic_available() as __initZhenzhong Duan2019-06-271-1/+1
| * | x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vectorZhao Yakui2019-06-111-0/+30
| * | x86: Add support for Linux guests on an ACRN hypervisorZhao Yakui2019-06-113-0/+44
| * | x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui2019-06-111-1/+1
* | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-097-202/+185Star
|\ \ \
| * | | x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::typeIngo Molnar2019-04-291-2/+1Star
| * | | x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-294-66/+66
| * | | x86/paravirt: Match paravirt patchlet field definition ordering to initializa...Ingo Molnar2019-04-251-3/+3
| * | | x86/paravirt: Replace the paravirt patch asm magicThomas Gleixner2019-04-251-61/+81
| * | | x86/paravirt: Unify the 32/64 bit paravirt patching codeThomas Gleixner2019-04-253-80/+50Star
| * | | x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()Ingo Molnar2019-04-251-8/+8
| * | | x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()Ingo Molnar2019-04-251-4/+4
| * | | x86/paravirt: Remove bogus extern declarationsThomas Gleixner2019-04-252-6/+0Star
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-0/+47
|\ \ \ \
| * | | | x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_statusAubrey Li2019-06-121-0/+47
| | |/ / | |/| |
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-094-15/+33
|\ \ \ \
| * | | | x86/kexec: Make variable static and config dependentTiezhu Yang2019-06-261-1/+3
| * | | | x86/amd_nb: Make hygon_nb_misc_ids staticYueHaibing2019-06-141-1/+1
| * | | | x86/tsc: Move inline keyword to the beginning of function declarationsMathieu Malaterre2019-06-141-2/+2
| * | | | x86/io_delay: Define IO_DELAY macros in C instead of KconfigMasahiro Yamada2019-05-241-11/+26
| * | | | x86/io_delay: Break instead of fallthrough in switch statementMasahiro Yamada2019-05-241-0/+1
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-092-11/+7Star
|\ \ \ \ \
| * | | | | x86/resctrl: Cleanup cbm_ensure_valid()Reinette Chatre2019-06-251-6/+6
| * | | | | Merge branch 'x86/urgent' into x86/cacheThomas Gleixner2019-06-257-36/+45
| |\ \ \ \ \
| * | | | | | x86/resctrl: Use _ASM_BX to avoid ifdefferyUros Bizjak2019-06-101-5/+1Star
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-092-2/+3
|\ \ \ \ \ \
| * | | | | | x86/build: Remove redundant 'clean-files += capflags.c'Masahiro Yamada2019-06-251-2/+1Star
| * | | | | | x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.cMasahiro Yamada2019-06-251-0/+2
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-0917-172/+201
|\ \ \ \ \ \ \
| * | | | | | | x86/alternatives: Add int3_emulate_call() selftestPeter Zijlstra2019-06-251-4/+77
| * | | | | | | x86/stackframe/32: Allow int3_emulate_push()Peter Zijlstra2019-06-251-7/+0Star
| * | | | | | | x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-2511-147/+79Star
| * | | | | | | x86/stackframe, x86/ftrace: Add pt_regs frame annotationsPeter Zijlstra2019-06-252-0/+6
| * | | | | | | x86/stackframe, x86/kprobes: Fix frame pointer annotationsPeter Zijlstra2019-06-251-12/+12
| * | | | | | | Merge tag 'v5.2-rc6' into x86/asm, to refresh the branchIngo Molnar2019-06-2511-31/+12Star
| |\| | | | | |
| * | | | | | | x86/asm: Pin sensitive CR4 bitsKees Cook2019-06-222-1/+27
| * | | | | | | Merge tag 'v5.2-rc5' into x86/asm, to refresh the branchIngo Molnar2019-06-1758-420/+88Star
| |\ \ \ \ \ \ \
| * | | | | | | | x86/asm: Remove unused TASK_TI_flags from asm-offsets.cSteven Rostedt (VMware)2019-05-241-1/+0Star
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2411-31/+12Star
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-1728-171/+48Star
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
* | | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-095-154/+178
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mce: Do not check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-143-54/+13Star