summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)Author
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-30Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-03-28Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2020-03-27x86: get rid of user_atomic_cmpxchg_inatomic()Al Viro
2020-03-27x86: don't reload after cmpxchg in unsafe_atomic_op2() loopAl Viro
2020-03-27x86: convert arch_futex_atomic_op_inuser() to user_access_begin/user_access_e...Al Viro
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro
2020-03-27x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel
2020-03-27x86/platform/uv: Add a missing prototype for uv_bau_message_interrupt()Benjamin Thiel
2020-03-26kill uaccess_try()Al Viro
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar
2020-03-25x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERSBrian Gerst
2020-03-24x86/cpu: Cleanup the now unused CPU match macrosThomas Gleixner
2020-03-24x86/cpu: Add consistent CPU match macrosThomas Gleixner
2020-03-24x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner
2020-03-23um: Fix header inclusionVincenzo Frascino
2020-03-23x86/mm: Drop pud_mknotpresent()Anshuman Khandual
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra
2020-03-21x86: Remove unneeded includesBrian Gerst
2020-03-21x86/entry: Drop asmlinkage from syscallsBrian Gerst
2020-03-21x86/entry/32: Enable pt_regs based syscallsBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-03-21x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst
2020-03-21x86/entry: Refactor SYS_NI macrosBrian Gerst
2020-03-21x86/entry: Refactor COND_SYSCALL macrosBrian Gerst
2020-03-21x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst
2020-03-21x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst
2020-03-21x86/vdso: Enable x86 to use common headersVincenzo Frascino
2020-03-21x86: Introduce asm/vdso/clocksource.hVincenzo Frascino
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2020-03-19x86/setup: Fix static memory detectionGuenter Roeck
2020-03-18x86: switch setup_sigcontext() to unsafe_put_user()Al Viro
2020-03-18x86: kill get_user_{try,catch,ex}Al Viro
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro
2020-03-18x86: Fix bitops.h warning with a moved castJesse Brandeburg
2020-03-17perf/amd/uncore: Add support for Family 19h L3 PMUKim Phillips
2020-03-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini
2020-03-16KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson
2020-03-16KVM: x86/mmu: Configure max page level during hardware setupSean Christopherson
2020-03-16KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common functionSean Christopherson