summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-092-8/+23
|\
| * efi/x86-mixed: move unmitigated RET into .rodataArd Biesheuvel2022-08-162-8/+23
* | x86: Fix various duplicate-word comment typosJason Wang2022-08-151-1/+1
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-1/+1
|\
| * x86/olpc: fix 'logical not is only applied to the left hand side'Alexander Lobakin2022-07-151-1/+1
* | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-23/+0
|\ \
| * | efi: Make code to find mirrored memory ranges genericMa Wupeng2022-06-151-23/+0
| |/
* / efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo2022-07-161-1/+4
|/
* x86: Fix all occurences of the "the the" typoBo Liu2022-05-271-1/+1
* Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-10/+11
|\
| * x86/platform/uv: Update NMI Handler for UV5Mike Travis2022-04-071-10/+11
* | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-1/+1
|\ \
| * | x86: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov2022-04-101-1/+1
| |/
* | Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-231-0/+3
|\ \
| * | efi: Save location of EFI confidential computing areaDov Murik2022-04-131-0/+3
| |/
* / x86,xen,objtool: Add UNWIND hintPeter Zijlstra2022-04-191-0/+1
|/
* objtool,efi: Update __efi64_thunk annotationPeter Zijlstra2022-03-152-3/+4
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-124-6/+6
|\
| * x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-084-6/+6
* | Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-111-2/+12
|\ \
| * | efi/libstub: x86/mixed: increase supported argument countArd Biesheuvel2021-11-211-2/+12
| |/
* | Merge tag 'x86_platform_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-101-2/+2
|\ \
| * | x86/ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"Geert Uytterhoeven2021-12-031-2/+2
| |/
* / x86/sme: Explicitly map new EFI memmap table as encryptedTom Lendacky2021-12-051-1/+2
|/
* Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-4/+5
|\
| * x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky2021-10-041-4/+5
* | Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-101-1/+1
|\ \
| * | x86/platform/olpc: Correct ifdef symbol to intended CONFIG_OLPC_XO15_SCILukas Bulwahn2021-10-061-1/+1
| |/
* / x86/PVH: adjust function/data placementJan Beulich2021-10-051-6/+6
|/
* Merge tag 'efi-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-281-1/+1
|\
| * Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-05-231-1/+1
| |\
| | * x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel2021-05-221-1/+1
* | | x86/setup: Always reserve the first 1M of RAMMike Rapoport2021-06-031-0/+12
|/ /
* / x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-101-1/+1
|/
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-14/+0
|\
| * Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-021-1/+0
| |\
| * | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-14/+0
* | | Merge tag 'x86_platform_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-23/+23
|\ \ \
| * | | x86/platform/uv: Remove dead !CONFIG_KEXEC_CORE codeIngo Molnar2021-04-201-11/+2
| * | | x86/platform/uv: Add more to secondary CPU kdump infoGeorges Aureau2021-04-161-15/+24
| |/ /
* | | x86/platform/intel/quark: Fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-04-102-2/+2
* | | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-213-3/+3
* | | x86: Remove unusual Unicode characters from commentsIngo Molnar2021-03-211-3/+3
* | | Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-211-1/+0
|\ \ \ | | |/ | |/|
| * | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-185-7/+7
|/
* Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-2432-2204/+10
|\
| * x86/platform/intel-mid: Update Copyright year and drop file namesAndy Shevchenko2021-02-151-2/+2
| * x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co.Andy Shevchenko2021-02-151-17/+0
| * x86/platform/intel-mid: Get rid of intel_scu_ipc_legacy.hAndy Shevchenko2021-02-151-2/+5