summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/insn: Add insn_has_rep_prefix() helperJoerg Roedel2020-09-072-0/+25
* x86/insn: Add insn_get_modrm_reg_off()Joerg Roedel2020-09-072-0/+24
* x86/umip: Factor out instruction decodingJoerg Roedel2020-09-073-22/+48
* x86/umip: Factor out instruction fetchJoerg Roedel2020-09-073-20/+46
* x86/insn: Make inat-tables.c suitable for pre-decompression codeJoerg Roedel2020-09-072-2/+98
* x86/traps: Move pf error codes to <asm/trap_pf.h>Joerg Roedel2020-09-072-18/+25
* x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky2020-09-073-1/+4
* KVM: SVM: Use __packed shorthandBorislav Petkov2020-09-071-6/+6
* KVM: SVM: Add GHCB Accessor functionsJoerg Roedel2020-09-071-0/+43
* KVM: SVM: Add GHCB definitionsTom Lendacky2020-09-072-2/+51
* KVM: SVM: nested: Don't allocate VMCB structures on stackJoerg Roedel2020-09-071-14/+33
* Merge 'x86/cpu' to pick up dependent bitsBorislav Petkov2020-09-076-31/+59
|\
| * x86/kvm: Expose TSX Suspend Load Tracking featureCathy Zhang2020-08-301-1/+1
| * x86/cpufeatures: Enumerate TSX suspend load address tracking instructionsKyung Min Park2020-08-301-0/+1
| * x86/umip: Add emulation/spoofing for SLDT and STR instructionsBrendan Shanks2020-08-201-13/+27
| * x86/cpu: Fix typos and improve the comments in sync_core()Ingo Molnar2020-08-191-8/+8
| * x86/cpu: Use XGETBV and XSETBV mnemonics in fpu/internal.hUros Bizjak2020-08-181-5/+2
| * x86/cpu: Use SERIALIZE in sync_core() when availableRicardo Neri2020-08-172-8/+24
* | Merge 'x86/kaslr' to pick up dependent bitsBorislav Petkov2020-09-072-135/+107
|\ \
| * | x86/kaslr: Replace strlen() with strnlen()Arvind Sankar2020-08-061-2/+6
| * | x86/kaslr: Add a check that the random address is in rangeArvind Sankar2020-07-311-1/+11
| * | x86/kaslr: Make local variables 64-bitArvind Sankar2020-07-311-6/+7
| * | x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar2020-07-312-9/+8
| * | x86/kaslr: Make minimum/image_size 'unsigned long'Arvind Sankar2020-07-311-2/+2
| * | x86/kaslr: Small cleanup of find_random_phys_addr()Arvind Sankar2020-07-311-3/+2
| * | x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()Arvind Sankar2020-07-311-5/+1
| * | x86/kaslr: Drop redundant check in store_slot_info()Arvind Sankar2020-07-311-6/+3
| * | x86/kaslr: Make the type of number of slots/slot areas consistentArvind Sankar2020-07-311-5/+3
| * | x86/kaslr: Drop test for command-line parameters before parsingArvind Sankar2020-07-311-4/+0
| * | x86/kaslr: Simplify process_gb_huge_pages()Arvind Sankar2020-07-311-26/+21
| * | x86/kaslr: Short-circuit gb_huge_pages on x86-32Arvind Sankar2020-07-311-2/+2
| * | x86/kaslr: Fix off-by-one error in process_gb_huge_pages()Arvind Sankar2020-07-311-1/+1
| * | x86/kaslr: Drop some redundant checks from __process_mem_region()Arvind Sankar2020-07-311-21/+6
| * | x86/kaslr: Drop redundant variable in __process_mem_region()Arvind Sankar2020-07-311-5/+2
| * | x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()Arvind Sankar2020-07-311-6/+2
| * | x86/kaslr: Drop redundant cur_entry from __process_mem_region()Arvind Sankar2020-07-311-6/+3
| * | x86/kaslr: Fix off-by-one error in __process_mem_region()Arvind Sankar2020-07-311-1/+1
| * | x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar2020-07-311-19/+22
| * | x86/kaslr: Fix process_efi_entries commentArvind Sankar2020-07-311-2/+2
| * | x86/kaslr: Remove bogus warning and unnecessary gotoArvind Sankar2020-07-311-6/+3
| * | x86/kaslr: Make command line handling saferArvind Sankar2020-07-311-12/+14
* | | Linux 5.9-rc4v5.9-rc4Linus Torvalds2020-09-071-1/+1
* | | Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-061-3/+52
|\ \ \
| * | | io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-061-2/+23
| * | | io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-051-0/+27
| * | | io_uring: fix explicit async read/write mapping for large segmentsJens Axboe2020-09-051-3/+4
* | | | Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-09-067-63/+119
|\ \ \ \
| * | | | iommu/vt-d: Handle 36bit addressing for x86-32Chris Wilson2020-09-041-7/+7
| * | | | iommu/amd: Do not use IOMMUv2 functionality when SME is activeJoerg Roedel2020-09-041-0/+7
| * | | | iommu/amd: Do not force direct mapping when SME is activeJoerg Roedel2020-09-041-1/+6