aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-03-21x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst1-41/+32
2020-03-21x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst1-25/+24
2020-03-21x86/vdso: Enable x86 to use common headersVincenzo Frascino2-11/+24
2020-03-21x86: Introduce asm/vdso/clocksource.hVincenzo Frascino2-4/+11
2020-03-21x86: Replace setup_irq() by request_irq()afzal mohammed2-20/+11
2020-03-20KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is availablePaolo Bonzini1-0/+3
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini1-1/+0
2020-03-20Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/...Greg Kroah-Hartman2-0/+6
2020-03-20perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_boxKan Liang1-3/+9
2020-03-20perf/x86/intel/uncore: Add box_offsets for free-running countersKan Liang1-1/+4
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra2-0/+26
2020-03-19x86/configs: Slightly reduce defconfigsRandy Dunlap2-4/+0
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar15-37/+85
2020-03-19x86/setup: Fix static memory detectionGuenter Roeck2-1/+20
2020-03-19x86/ioremap: Fix CONFIG_EFI=n buildBorislav Petkov1-0/+3
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro2-39/+44
2020-03-18x86: switch ia32_setup_sigcontext() to unsafe_put_user()Al Viro1-31/+33
2020-03-18x86: switch setup_sigcontext() to unsafe_put_user()Al Viro2-46/+45
2020-03-18x86: switch save_v86_state() to unsafe_put_user()Al Viro1-31/+30
2020-03-18x86: kill get_user_{try,catch,ex}Al Viro1-54/+0
2020-03-18x86: get rid of get_user_ex() in restore_sigcontext()Al Viro1-50/+36
2020-03-18x86: get rid of get_user_ex() in ia32_restore_sigcontext()Al Viro1-62/+44
2020-03-18vm86: get rid of get_user_ex() useAl Viro1-30/+24
2020-03-18x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro3-145/+2
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro3-28/+14
2020-03-17x86/mm: Remove the now redundant N_MEMORY checkBaoquan He1-2/+1
2020-03-17perf/amd/uncore: Add support for Family 19h L3 PMUKim Phillips2-8/+27
2020-03-17perf/amd/uncore: Make L3 thread mask code more readableKim Phillips1-5/+8
2020-03-17perf/amd/uncore: Prepare L3 thread mask code for Family 19hKim Phillips1-9/+16
2020-03-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2-3/+6
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov2-4/+1
2020-03-15Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+26
2020-03-15Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+7
2020-03-15Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+12
2020-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+31
2020-03-14Merge branch 'kvm-null-pointer-fix' into kvm-masterPaolo Bonzini1-2/+3
2020-03-14KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov1-2/+3
2020-03-14KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirectNitesh Narayan Lal1-2/+5
2020-03-14acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt1-1/+1
2020-03-14acpi/x86: add a kernel parameter to disable ACPI BGRTAlex Hung1-1/+9
2020-03-14KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1Sean Christopherson1-2/+14
2020-03-14x86/acpi: make "asmlinkage" part first thing in the function definitionAlexey Dobriyan2-2/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+6
2020-03-13x86/vector: Remove warning on managed interrupt migrationPeter Xu1-6/+8
2020-03-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-3/+9
2020-03-12x86/mm/kmmio: Use this_cpu_ptr() instead get_cpu_var() for kmmio_ctxSebastian Andrzej Siewior1-7/+3
2020-03-12perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips1-10/+7
2020-03-12x86/cpu/amd: Call init_amd_zn() om Family 19h processors tooKim Phillips2-2/+3
2020-03-11x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede1-11/+86
2020-03-11x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede1-2/+15