summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-03-24x86/vmware: Make vmware_select_hypercall() __initAlexey Makhalov
2020-03-23x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel
2020-03-22x86/mce/amd: Add PPIN support for AMD MCEWei Huang
2020-03-21x86: Remove unneeded includesBrian Gerst
2020-03-21x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst
2020-03-21x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst
2020-03-21x86: Replace setup_irq() by request_irq()afzal mohammed
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra
2020-03-19x86/setup: Fix static memory detectionGuenter Roeck
2020-03-19x86: get rid of put_user_try in {ia32,x32}_setup_rt_frame()Al Viro
2020-03-18x86: switch setup_sigcontext() to unsafe_put_user()Al Viro
2020-03-18x86: switch save_v86_state() to unsafe_put_user()Al Viro
2020-03-18x86: get rid of get_user_ex() in restore_sigcontext()Al Viro
2020-03-18vm86: get rid of get_user_ex() useAl Viro
2020-03-18x86: switch sigframe sigset handling to explict __get_user()/__put_user()Al Viro
2020-03-17x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessorBorislav Petkov
2020-03-15Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-15Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-14acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt
2020-03-14acpi/x86: add a kernel parameter to disable ACPI BGRTAlex Hung
2020-03-14x86/acpi: make "asmlinkage" part first thing in the function definitionAlexey Dobriyan
2020-03-13x86/vector: Remove warning on managed interrupt migrationPeter Xu
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain
2020-03-12x86/cpu/amd: Call init_amd_zn() om Family 19h processors tooKim Phillips
2020-03-11x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede
2020-03-11x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede
2020-03-11x86/tsc_msr: Use named struct initializersHans de Goede
2020-03-10x86/mce/dev-mcelog: Dynamically allocate space for machine check recordsTony Luck
2020-03-08x86/apic/vector: Force interupt handler invocation to irq contextThomas Gleixner
2020-03-08efi/x86: Avoid using code32_startArvind Sankar
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2020-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li
2020-02-28KVM: Introduce pv check helpersWanpeng Li
2020-02-27x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck
2020-02-27x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson
2020-02-27x86/traps: Stop using ist_enter/exit() in do_int3()Andy Lutomirski
2020-02-27x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner
2020-02-27x86/traps: Document do_spurious_interrupt_bug()Thomas Gleixner
2020-02-27x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()Thomas Gleixner
2020-02-27x86/entry/32: Force MCE through do_mce()Thomas Gleixner
2020-02-27x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-02-25x86/mce/therm_throt: Undo thermal polling properly on CPU offlineThomas Gleixner
2020-02-25x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar
2020-02-24x86/pkeys: Add check for pkey "overflow"Dave Hansen