aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-05-27KVM: X86: Bail out of direct yield in case of under-committed scenariosWanpeng Li1-0/+3
2021-05-27Merge v5.13-rc3 into drm-nextDaniel Vetter11-74/+136
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-3/+0
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland1-1/+0
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland2-2/+1
2021-05-25x86/syscalls: Don't adjust CFLAGS for syscall tablesBrian Gerst1-6/+0
2021-05-25x86/syscalls: Remove -Wno-override-init for syscall tablesBrian Gerst1-4/+0
2021-05-25x86/uml/syscalls: Remove array index from syscall initializersBrian Gerst2-2/+2
2021-05-25x86/syscalls: Clear 'offset' and 'prefix' in case they are set in envMasahiro Yamada1-0/+2
2021-05-25x86/entry: Use int everywhere for system call numbersH. Peter Anvin (Intel)2-29/+60
2021-05-24KVM: SVM: make the avic parameter a boolPaolo Bonzini2-3/+3
2021-05-24KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov1-2/+1
2021-05-24KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2-5/+1
2021-05-23Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+31
2021-05-23Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-57/+92
2021-05-23Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar1-1/+1
2021-05-22Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-4/+4
2021-05-22x86/efi: Log 32/64-bit mismatch with kernel as an errorPaul Menzel1-1/+1
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+7
2021-05-21x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.cH. Peter Anvin (Intel)2-44/+4
2021-05-21x86: Add native_[ig]dt_invalidate()H. Peter Anvin (Intel)1-0/+20
2021-05-21x86/idt: Remove address argument from idt_invalidate()H. Peter Anvin (Intel)4-6/+5
2021-05-21x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORSH. Peter Anvin (Intel)2-2/+5
2021-05-21x86/irq: Remove unused vectors definesH. Peter Anvin (Intel)1-2/+2
2021-05-21x86/amd_nb: Add AMD family 19h model 50h PCI idsDavid Bartley1-0/+3
2021-05-21x86/elf: Use _BITUL() macro in UAPI headersJoe Richey1-2/+4
2021-05-21x86/Xen: swap NX determination and GDT setup on BSPJan Beulich1-4/+4
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2021-05-20Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-2/+2
2021-05-20x86/entry: Treat out of range and gap system calls the sameH. Peter Anvin (Intel)1-0/+4
2021-05-20x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)1-1/+2
2021-05-20x86/syscalls: Switch to generic syscallhdr.shMasahiro Yamada2-48/+13
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada2-5/+5
2021-05-20x86/unistd: Define X32_NR_syscalls only for 64-bit kernelMasahiro Yamada1-1/+1
2021-05-20x86/syscalls: Stop filling syscall arrays with *_sys_ni_syscallMasahiro Yamada5-36/+6
2021-05-20x86/syscalls: Switch to generic syscalltbl.shMasahiro Yamada8-76/+34
2021-05-20x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*Masahiro Yamada2-19/+7
2021-05-19x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel1-20/+46
2021-05-19x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel1-0/+4
2021-05-19x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel1-13/+12
2021-05-19x86/build: Fix location of '-plugin-opt=' flagsNathan Chancellor1-6/+6
2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae1-4/+20
2021-05-19x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae3-2/+11
2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae5-2/+83
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-2/+4
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman1-0/+3
2021-05-18x86/bus_lock: Set rate limit for bus lockFenghua Yu1-2/+40
2021-05-18x86/idt: Rework IDT setup for boot CPUThomas Gleixner3-34/+15
2021-05-18x86/cpu: Init AP exception handling from cpu_init_secondary()Borislav Petkov4-18/+18
2021-05-18perf/x86/intel/uncore: Enable I/O stacks to IIO PMON mapping on ICXAlexander Antonov1-0/+51