summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-282-3/+2
|\
| * x86/nospec: Remove unused RSB_FILL_LOOPSAnthony Steinhauser2020-01-021-1/+0
| * x86/boot: Fix a comment's incorrect file referenceSean Christopherson2019-12-161-2/+2
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-283-25/+1
|\ \
| * | x86: Remove force_iret()Brian Gerst2020-01-082-25/+0
| * | x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck2020-01-081-0/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-284-32/+72
|\ \
| * | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-1017-27/+104
| |\|
| * | x86/kprobes: Fix ordering while text-patchingPeter Zijlstra2019-11-271-0/+1
| * | x86/kprobes: Convert to text-patching.hPeter Zijlstra2019-11-272-9/+7
| * | x86/ftrace: Use text_gen_insn()Peter Zijlstra2019-11-271-1/+29
| * | x86/alternative: Add text_opcode_size()Peter Zijlstra2019-11-271-12/+31
| * | x86/mm: Remove set_kernel_text_r[ow]()Peter Zijlstra2019-11-271-2/+0
| * | x86/ftrace: Use text_poke()Peter Zijlstra2019-11-271-2/+0
| * | x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra2019-11-271-0/+2
| * | x86/alternatives, jump_label: Provide better text_poke() batching interfacePeter Zijlstra2019-11-271-11/+4
| * | x86/alternatives: Update int3_emulate_push() commentPeter Zijlstra2019-11-271-0/+3
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-2812-320/+355
|\ \ \
| * | | efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-201-12/+14
| * | | efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-201-1/+1
| * | | efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-101-0/+5
| * | | efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar2020-01-101-5/+66
| * | | efi/x86: Check number of arguments to variadic functionsArvind Sankar2020-01-101-2/+52
| * | | efi/x86: Simplify mixed mode call wrapperArd Biesheuvel2020-01-101-6/+0
| * | | efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel2020-01-101-3/+0
| * | | efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel2020-01-101-4/+4
| * | | efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel2020-01-101-7/+1
| * | | efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFIArd Biesheuvel2020-01-101-16/+2
| * | | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-1011-242/+189
| |\ \ \
| | * | | mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-106-143/+81
| | * | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| | * | | x86/mm: Tabulate the page table encoding definitionsIngo Molnar2019-12-101-69/+74
| | * | | x86/mm/pat: Clean up <asm/memtype.h> externsIngo Molnar2019-12-101-5/+5
| | * | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-103-5/+5
| | * | | x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar2019-12-101-5/+5
| | * | | x86/mm/pat: Disambiguate PAT-disabled boot messagesIngo Molnar2019-12-101-1/+1
| | | |/ | | |/|
| * | | efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-6/+6
| * | | efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel2019-12-251-16/+9
| * | | efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel2019-12-251-3/+3
| * | | efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-251-29/+9
| * | | efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-14/+20
| * | | efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-251-7/+28
| * | | efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel2019-12-251-4/+6
| * | | efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel2019-12-251-3/+0
| |/ /
* | | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-2/+1
|\ \ \
| * | | x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/real...Sean Christopherson2019-12-101-5/+1
| * | | ACPI/sleep: Convert acpi_wakeup_address into a functionSean Christopherson2019-12-101-1/+4
| |/ /
* | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-283-7/+17
|\ \ \
| * | | x86/vdso: Add time napespace pageDmitry Safonov2020-01-143-1/+13
| * | | x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov2020-01-141-4/+4