summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-12-11x86/ia32_signal: Propagate __user annotation properlyLukas Bulwahn1-1/+1
2020-12-07x86/alternative: Update text_poke_bp() kernel-doc commentQiujun Huang1-1/+1
2020-11-27x86/PCI: Make a kernel-doc comment a normal oneAlex Shi1-3/+3
2020-11-26x86/asm: Drop unused RDPID macroSean Christopherson1-15/+0
2020-11-21x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak1-4/+4
2020-11-20x86/head64: Remove duplicate includeWang Qing1-1/+0
2020-11-20x86/mm: Declare 'start' variable where it is usedLukas Bulwahn1-2/+4
2020-11-18x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar3-21/+0
2020-11-18x86/boot: Remove unused finalize_identity_maps()Arvind Sankar1-10/+0
2020-11-18x86/uaccess: Document copy_from_user_nmi()Thomas Gleixner1-4/+18
2020-11-17x86/dumpstack: Make show_trace_log_lvl() staticHui Su2-4/+1
2020-11-02x86/mtrr: Fix a kernel-doc markupMauro Carvalho Chehab1-1/+2
2020-10-28x86/setup: Remove unused MCA variablesBorislav Petkov1-5/+0
2020-10-26x86, libnvdimm/test: Remove COPY_MC_TESTDan Williams4-92/+0
2020-10-26x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi2-10/+0
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi4-10/+20
2020-10-26x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2-4/+6
2020-10-26x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi2-5/+5
2020-10-26x86/elf: Use e_machine to choose DLINFO in compatGabriel Krisman Bertazi1-1/+1
2020-10-26x86/oprofile: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi1-1/+1
2020-10-26x86/compat: Simplify compat syscall userspace allocationGabriel Krisman Bertazi1-8/+7
2020-10-26perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi4-4/+4
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches18-29/+29
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+13
2020-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-9/+6
2020-10-24Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-16/+40
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds44-2359/+5013
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2020-10-23xen/events: only register debug interrupt for 2-level eventsJuergen Gross2-8/+13
2020-10-23kvm: x86/mmu: NX largepage recovery for TDP MMUBen Gardon3-4/+18
2020-10-23kvm: x86/mmu: Don't clear write flooding count for direct rootsBen Gardon1-1/+7
2020-10-23kvm: x86/mmu: Support MMIO in the TDP MMUBen Gardon3-21/+72
2020-10-23kvm: x86/mmu: Support write protection for nesting in tdp MMUBen Gardon3-0/+57
2020-10-23kvm: x86/mmu: Support disabling dirty logging for the tdp MMUBen Gardon3-0/+63
2020-10-23kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon4-5/+325
2020-10-23kvm: x86/mmu: Support changed pte notifier in tdp MMUBen Gardon3-1/+67
2020-10-23kvm: x86/mmu: Add access tracking for tdp_mmuBen Gardon3-7/+128
2020-10-23kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMUBen Gardon3-6/+86
2020-10-23kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon2-3/+14
2020-10-23kvm: x86/mmu: Add TDP MMU PF handlerBen Gardon5-37/+194
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+3
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds9-125/+88
2020-10-22kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator argBen Gardon2-7/+9
2020-10-22kvm: x86/mmu: Support zapping SPTEs in the TDP MMUBen Gardon5-0/+136
2020-10-22kvm: x86/mmu: Add functions to handle changed TDP SPTEsBen Gardon3-1/+115