summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-24x86/vmware: Enable steal time accountingAlexey Makhalov1-1/+12
2020-03-24x86/vmware: Add steal time clock support for VMware guestsAlexey Makhalov1-0/+197
2020-03-24x86/vmware: Remove vmware_sched_clock_setup()Alexey Makhalov1-5/+10
2020-03-24x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov1-1/+1
2020-03-23x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel1-0/+1
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang2-0/+32
2020-03-21x86: Remove unneeded includesBrian Gerst6-7/+0
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2-0/+257
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2-45/+0
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst1-1/+1
2020-03-21x86: Replace setup_irq() by request_irq()afzal mohammed2-20/+11
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar7-35/+71
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar70-1441/+1320
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra1-0/+25
2020-03-19x86/setup: Fix static memory detectionGuenter Roeck1-1/+0
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro1-15/+18
2020-03-19x86: switch setup_sigcontext() to unsafe_put_user()Al Viro1-43/+45
2020-03-19x86: switch save_v86_state() to unsafe_put_user()Al Viro1-31/+30
2020-03-19x86: get rid of get_user_ex() in restore_sigcontext()Al Viro1-50/+36
2020-03-19vm86: get rid of get_user_ex() useAl Viro1-30/+24
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro1-12/+8
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov1-3/+1
2020-03-15Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+8
2020-03-15Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+12
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-14x86/acpi: make "asmlinkage" part first thing in the function definitionAlexey Dobriyan2-2/+2
2020-03-13x86/vector: Remove warning on managed interrupt migrationPeter Xu1-6/+8
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain1-3/+1
2020-03-12x86/cpu/amd: Call init_amd_zn() om Family 19h processors tooKim Phillips1-1/+2
2020-03-12x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede1-11/+86
2020-03-12x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede1-2/+15
2020-03-12x86/tsc_msr: Use named struct initializersHans de Goede1-10/+18
2020-03-10x86/mce/dev-mcelog: Dynamically allocate space for machine check recordsTony Luck1-20/+27
2020-03-08x86/apic/vector: Force interupt handler invocation to irq contextThomas Gleixner1-0/+6
2020-03-08efi/x86: Avoid using code32_startArvind Sankar1-1/+0
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar4-23/+51
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-23/+51
2020-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+7
2020-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-21/+44
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2-1/+6
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li1-12/+21
2020-02-28KVM: Introduce pv check helpersWanpeng Li1-10/+24
2020-02-27x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck1-4/+5
2020-02-27x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson1-1/+1
2020-02-27x86/traps: Stop using ist_enter/exit() in do_int3()Andy Lutomirski1-6/+15
2020-02-27x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner1-2/+1
2020-02-27x86/traps: Document do_spurious_interrupt_bug()Thomas Gleixner1-0/+19
2020-02-27x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()Thomas Gleixner1-1/+0
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner1-0/+3