summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-03xen: hypercall.h: fix duplicated wordRandy Dunlap1-1/+1
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar1-0/+1
2020-07-31x86: Add support for ZSTD compressed kernelNick Terrell1-2/+9
2020-07-31KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson1-2/+2
2020-07-31KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson1-2/+2
2020-07-31KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson1-1/+2
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel1-3/+0
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar7-40/+58
2020-07-27x86: switch to ->regset_get()Al Viro2-4/+4
2020-07-27kill elf_fpxregs_tAl Viro1-2/+0
2020-07-27x86/cpu: Refactor sync_core() for readabilityRicardo Neri2-25/+32
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri2-64/+64
2020-07-27x86/cpufeatures: Add enumeration for SERIALIZE instructionRicardo Neri1-0/+1
2020-07-27Merge tag 'v5.8-rc7' into x86/cpu, to pick up fixesIngo Molnar1-0/+1
2020-07-27Merge back cpufreq material for v5.9.Rafael J. Wysocki1-2/+4
2020-07-27x86/mm/64: Make sync_global_pgds() staticJoerg Roedel1-2/+0
2020-07-27x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel1-2/+0
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar16-52/+95
2020-07-26Merge branch 'locking/nmi' into x86/entryIngo Molnar1-0/+3
2020-07-26x86: uv: uv_hub.h: Delete duplicated wordRandy Dunlap1-1/+1
2020-07-26x86: cmpxchg_32.h: Delete duplicated wordRandy Dunlap1-1/+1
2020-07-26x86: bootparam.h: Delete duplicated wordRandy Dunlap1-1/+1
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar5-14/+35
2020-07-25x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU...Tony Luck1-0/+7
2020-07-25Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new co...Ingo Molnar15-52/+94
2020-07-25x86/mm: Remove the unused mk_kernel_pgd() #defineIngo Molnar1-7/+4
2020-07-25x86/tsc: Remove unused "US_SCALE" and "NS_SCALE" leftover macrosIngo Molnar1-3/+0
2020-07-25x86/ioapic: Remove unused "IOAPIC_AUTO" defineIngo Molnar1-1/+0
2020-07-24x86/entry: Cleanup idtentry_enter/exitThomas Gleixner1-19/+14
2020-07-24x86/entry: Use generic interrupt entry/exit codeThomas Gleixner1-6/+4
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner1-4/+0
2020-07-24x86/entry: Use generic syscall exit functionalityThomas Gleixner3-3/+45
2020-07-24x86/entry: Use generic syscall entry functionThomas Gleixner3-6/+36
2020-07-24x86/ptrace: Provide pt_regs helper for entry/exitThomas Gleixner1-0/+5
2020-07-24Merge branch 'core/entry' into x86/entryThomas Gleixner5-12/+33
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar1-0/+1
2020-07-24x86/mm: Drop unused MAX_PHYSADDR_BITSArvind Sankar1-5/+1
2020-07-23x86/uaccess: Make __get_user_size() Clang compliant on 32-bitNick Desaulniers1-1/+4
2020-07-23x86/percpu: Remove unused PER_CPU() macroBrian Gerst1-18/+0
2020-07-23x86/percpu: Clean up percpu_stable_op()Brian Gerst1-29/+12
2020-07-23x86/percpu: Clean up percpu_cmpxchg_op()Brian Gerst1-40/+18
2020-07-23x86/percpu: Clean up percpu_xchg_op()Brian Gerst1-43/+18
2020-07-23x86/percpu: Clean up percpu_add_return_op()Brian Gerst1-35/+16
2020-07-23x86/percpu: Remove "e" constraint from XADDBrian Gerst1-1/+1
2020-07-23x86/percpu: Clean up percpu_add_op()Brian Gerst1-77/+22
2020-07-23x86/percpu: Clean up percpu_from_op()Brian Gerst1-35/+15
2020-07-23x86/percpu: Clean up percpu_to_op()Brian Gerst1-55/+35
2020-07-23x86/percpu: Introduce size abstraction macrosBrian Gerst1-0/+30