summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | x86/64: Remove stale CURRENT_MASKThomas Gleixner2019-04-171-1/+0
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-1/+1
|\ \ \ \ \ \
| * | | | | | x86/mm/tlb: Define LOADED_MM_SWITCHING with pointer-sized numberJann Horn2019-03-291-1/+1
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-064-32/+20
|\ \ \ \ \ \ \
| * | | | | | | x86/asm: Modernize sync_bitops.hJan Beulich2019-04-101-22/+9
| * | | | | | | x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-4/+3
| * | | | | | | x86/asm: Clarify static_cpu_has()'s intended useBorislav Petkov2019-04-081-3/+6
| * | | | | | | x86/uaccess: Fix implicit cast of __user pointerJann Horn2019-04-031-2/+1
| * | | | | | | x86/cpufeature: Remove __pure attribute to _static_cpu_has()Borislav Petkov2019-03-291-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-064-21/+52
|\ \ \ \ \ \ \
| * | | | | | | perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2019-04-292-19/+1
| * | | | | | | perf/x86/intel: Add Icelake supportKan Liang2019-04-162-2/+2
| * | | | | | | perf/x86/intel: Support adaptive PEBS v4Kan Liang2019-04-162-0/+44
| * | | | | | | perf/x86: Support outputting XMM registersKan Liang2019-04-161-0/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-237/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-102-109/+36
| |\ \ \ \ \ \ \
| * | | | | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-237/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-069-63/+87
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra2019-04-241-3/+4
| * | | | | | | | sched/x86_64: Don't save flags on context switchPeter Zijlstra2019-04-031-1/+1
| * | | | | | | | x86/smap: Ditch __stringify()Peter Zijlstra2019-04-031-10/+9
| * | | | | | | | x86/uaccess: Introduce user_access_{save,restore}()Peter Zijlstra2019-04-032-0/+23
| * | | | | | | | x86/uaccess: Always inline user_access_begin()Peter Zijlstra2019-04-031-1/+1
| * | | | | | | | x86/uaccess, xen: Suppress SMAP warningsPeter Zijlstra2019-04-031-4/+20
| * | | | | | | | x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra2019-04-033-19/+30
| * | | | | | | | x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra2019-04-032-27/+0
| * | | | | | | | sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2019-04-031-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra2019-04-031-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-031-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-301-0/+1
* | | | | | | | | x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds2019-04-291-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-162-8/+13
|\| | | | | | | | |_|_|/ / / / |/| | | | | |
| * | | | | | KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-161-0/+1
| * | | | | | KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-162-2/+6
| * | | | | | kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-161-6/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-04-121-23/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko2019-04-061-23/+18
* | | | | | Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-04-071-0/+3
|\ \ \ \ \ \
| * | | | | | xen: Prevent buffer overflow in privcmd ioctlDan Carpenter2019-04-051-0/+3
* | | | | | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-53/+16
* | | | | | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-56/+17
| |_|/ / / / |/| | | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-311-3/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-281-0/+1
| * | | | | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-281-0/+1
| * | | | | KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-281-1/+1
| * | | | | KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-281-0/+2
| * | | | | KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson2019-03-281-2/+2
| | |_|/ / | |/| | |
* | | | | x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce2019-03-291-1/+5
* | | | | x86/cpufeature: Fix __percpu annotation in this_cpu_has()Jann Horn2019-03-281-2/+3
|/ / / /