summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-307-311/+1
|\ \ \
| * | | x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-237-305/+1
| * | | mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-6/+0
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-17/+0
|\ \ \ \
| * | | | compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-031-17/+0
| | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-285-83/+67
|\ \ \ \
| * | | | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-1/+1
| * | | | crypto: x86 - Regularize glue function prototypesKees Cook2019-12-115-82/+66
| |/ / /
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-286-70/+169
|\ \ \ \
| * | | | perf/x86: Provide stubs of KVM helpers for non-Intel CPUsSean Christopherson2020-01-131-7/+15
| * | | | KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bitsSean Christopherson2020-01-131-50/+55
| * | | | x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configuredSean Christopherson2020-01-131-0/+1
| * | | | x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson2020-01-132-0/+8
| * | | | x86/vmx: Introduce VMX_FEATURES_*Sean Christopherson2020-01-132-0/+82
| * | | | x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson2020-01-131-6/+8
| * | | | x86/bugs: Move enum taa_mitigations to bugs.cBorislav Petkov2019-12-141-7/+0
| |/ / /
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-283-1/+14
|\ \ \ \
| * | | | x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du2020-01-111-1/+0
| * | | | x86/dumpstack: Introduce die_addr() for die() with #GP fault addressJann Horn2019-12-311-0/+1
| * | | | x86/insn-eval: Add support for 64-bit kernel modeJann Horn2019-12-301-0/+13
| |/ / /
* | | | 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-1020-35/+117
| |\| | |
| * | | | 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
OpenPOWER on IntegriCloud