summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-053-5/+9
|\
| * x86/extable: Annotate ex_handler_msr_mce() as a dead endBorislav Petkov2022-05-271-2/+6
| * x86: Always inline on_thread_stack() and current_top_of_stack()Peter Zijlstra2022-05-271-2/+2
| * x86/cpu: Elide KCSAN for cpu_has() and friendsPeter Zijlstra2022-05-271-1/+1
* | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-3/+0
|\ \
| * | xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-3/+0
* | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-042-5/+5
|\ \ \
| * | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-072-5/+5
* | | | Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-0/+9
|\ \ \ \
| * | | | efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel2022-06-011-0/+9
* | | | | Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-021-20/+0
|\ \ \ \ \
| * | | | | livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy2022-05-241-20/+0
* | | | | | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-312-89/+16
|\ \ \ \ \ \
| * | | | | | asm-generic: compat: Cleanup duplicate definitionsGuo Ren2022-04-261-68/+12
| * | | | | | fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-0/+1
| * | | | | | compat: consolidate the compat_flock{,64} definitionChristoph Hellwig2022-04-261-17/+3
| * | | | | | uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig2022-04-261-4/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-0/+7
|\ \ \ \ \ \
| * | | | | | ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)2022-05-281-0/+7
* | | | | | | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-281-52/+0
|\ \ \ \ \ \ \
| * | | | | | | x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu2022-05-161-52/+0
* | | | | | | | Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-282-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regionsHans de Goede2022-05-191-0/+2
| * | | | | | | | x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas2022-04-081-0/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-271-0/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-05-271-0/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-267-55/+234
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2514-35/+45
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson2022-05-121-0/+5
| * | | | | | | KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guestLai Jiangshan2022-04-291-2/+3
| * | | | | | | KVM: x86/mmu: replace direct_map with root_role.directPaolo Bonzini2022-04-291-1/+0
| * | | | | | | KVM: x86/mmu: replace root_level with cpu_role.base.levelPaolo Bonzini2022-04-291-1/+0
| * | | | | | | KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini2022-04-291-1/+0
| * | | | | | | KVM: x86/mmu: remove redundant bits from extended rolePaolo Bonzini2022-04-291-2/+0
| * | | | | | | KVM: x86/mmu: rename kvm_mmu_role unionPaolo Bonzini2022-04-291-3/+3
| * | | | | | | KVM: x86/mmu: remove extended bits from mmu_role, rename fieldPaolo Bonzini2022-04-291-1/+1
| * | | | | | | KVM: x86/mmu: remove ept_ad fieldPaolo Bonzini2022-04-291-1/+0
| * | | | | | | KVM: x86/mmu: split cpu_role from mmu_rolePaolo Bonzini2022-04-291-0/+1
| * | | | | | | KVM: x86: Clean up and document nested #PF workaroundSean Christopherson2022-04-291-0/+2
| * | | | | | | KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger2022-04-291-1/+1
| * | | | | | | x86/cpufeatures: Add virtual TSC_AUX feature bitBabu Moger2022-04-291-0/+1
| * | | | | | | x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra2022-04-131-0/+142
| * | | | | | | KVM: x86: Use static calls to reduce kvm_pmu_ops overheadLike Xu2022-04-131-0/+31
| * | | | | | | KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu2022-04-131-2/+1
| * | | | | | | KVM: x86: Move kvm_ops_static_call_update() to x86.cLike Xu2022-04-131-14/+0
| * | | | | | | KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson2022-04-131-6/+2
| * | | | | | | KVM: VMX: replace 0x180 with EPT_VIOLATION_* definitionSU Hang2022-04-131-0/+2
| * | | | | | | kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memoryPeng Hao2022-04-131-8/+9
| * | | | | | | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-133-14/+32
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86: allow per cpu apicv inhibit reasonsMaxim Levitsky2022-04-022-0/+7