summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | x86/microcode/amd: Cache builtin/initrd microcode earlyThomas Gleixner2023-10-242-17/+11
| * | | x86/microcode/amd: Cache builtin microcode tooThomas Gleixner2023-10-241-1/+1
| * | | x86/microcode/amd: Use correct per CPU ucode_cpu_infoThomas Gleixner2023-10-241-3/+3
| * | | x86/microcode: Remove pointless apply() invocationThomas Gleixner2023-10-241-17/+6
| * | | x86/microcode/intel: Rework intel_find_matching_signature()Thomas Gleixner2023-10-242-27/+20
| * | | x86/microcode/intel: Reuse intel_cpu_collect_info()Thomas Gleixner2023-10-241-15/+1
| * | | x86/microcode/intel: Rework intel_cpu_collect_info()Thomas Gleixner2023-10-242-26/+11
| * | | x86/microcode/intel: Unify microcode apply() functionsThomas Gleixner2023-10-241-68/+36
| * | | x86/microcode/intel: Switch to kvmalloc()Thomas Gleixner2023-10-241-23/+25
| * | | x86/microcode/intel: Save the microcode only after a successful late-loadThomas Gleixner2023-10-243-15/+20
| * | | x86/microcode/intel: Simplify early loadingThomas Gleixner2023-10-243-93/+79
| * | | x86/microcode/intel: Cleanup code furtherThomas Gleixner2023-10-191-44/+32
| * | | x86/microcode/intel: Simplify and rename generic_load_microcode()Thomas Gleixner2023-10-191-30/+17
| * | | x86/microcode/intel: Simplify scan_microcode()Thomas Gleixner2023-10-191-21/+7
| * | | x86/microcode/intel: Rip out mixed stepping support for Intel CPUsAshok Raj2023-10-194-121/+34
| * | | x86/microcode/32: Move early loading after paging enableThomas Gleixner2023-10-189-270/+71
| * | | x86/boot/32: Temporarily map initrd for microcode loadingThomas Gleixner2023-10-182-2/+54
| * | | x86/microcode: Provide CONFIG_MICROCODE_INITRD32Thomas Gleixner2023-10-181-0/+4
| * | | x86/boot/32: Restructure mk_early_pgtbl_32()Thomas Gleixner2023-10-181-19/+23
| * | | x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()Thomas Gleixner2023-10-182-18/+21
| * | | x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32()Thomas Gleixner2023-10-181-10/+6
| * | | x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32()Thomas Gleixner2023-10-182-1/+3
| * | | x86/microcode/amd: Fix snprintf() format string warning in W=1 buildPaolo Bonzini2023-10-171-1/+1
* | | | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-044-45/+4
|\ \ \ \
| * | | | kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-281-3/+0
| * | | | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-282-30/+4
| * | | | UML: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-12/+0
* | | | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-1/+1
|\ \ \ \ \
| * | | | | vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-023-136/+56
|\ \ \ \ \
| * | | | | x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He2023-10-043-137/+56
| * | | | | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-023-14/+18
|\ \ \ \ \
| * | | | | bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-6/+5
| * | | | | mm: add statistics for PUD level pagetableBaolin Wang2023-10-061-0/+3
| * | | | | kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng2023-10-041-8/+10
| |/ / / /
* | | | | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-027-31/+103
|\ \ \ \ \
| * | | | | crypto: x86/nhpoly1305 - implement ->digestEric Biggers2023-10-202-0/+18
| * | | | | crypto: x86/sha256 - implement ->digest for sha256Eric Biggers2023-10-201-0/+32
| * | | | | crypto: x86/aesni - Perform address alignment early for XTS modeChang S. Bae2023-10-051-9/+14
| * | | | | crypto: x86/aesni - Correct the data type in struct aesni_xts_ctxChang S. Bae2023-10-051-10/+9
| * | | | | crypto: x86/aesni - Refactor the common address alignment codeChang S. Bae2023-10-051-16/+10
| * | | | | crypto: x86/sha - load modules based on CPU featuresRoxana Nicolescu2023-09-202-0/+24
| * | | | | crypto: aesni - Fix double word in commentsBo Liu2023-09-202-4/+4
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-0218-157/+386
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-315-45/+45
| |\ \ \ \ \ \
| | * | | | | | KVM: SVM: Treat all "skip" emulation for SEV guests as outright failuresSean Christopherson2023-10-042-13/+8
| | * | | | | | KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson2023-10-045-29/+35
| | * | | | | | KVM: SVM: Update SEV-ES shutdown intercepts with more metadataPeter Gonda2023-09-281-8/+7
| * | | | | | | Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-4/+4
| |\ \ \ \ \ \ \