summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar6-72/+175
2020-05-28copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro1-38/+48
2020-05-27x86/apb_timer: Drop unused TSC calibrationJohan Hovold1-53/+0
2020-05-26x86/io_apic: Remove unused function mp_init_irq_at_boot()YueHaibing1-13/+0
2020-05-26x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov1-1/+1
2020-05-25x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma1-0/+8
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-7/+24
2020-05-23x86/apic/uv: Remove code for unused distributed GRU modeSteve Wahl1-58/+1
2020-05-22x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf1-0/+7
2020-05-22x86/amd_nb: Add AMD family 17h model 60h PCI IDsAlexander Monakov1-0/+5
2020-05-22x86/tsc: Add tsc_early_khz command line parameterKrzysztof Piecuch1-1/+11
2020-05-20x86/gpu: add RKL stolen memory supportMatt Roper1-0/+1
2020-05-19x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()Benjamin Thiel1-1/+1
2020-05-19x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner1-93/+7
2020-05-19x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner1-60/+141
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski3-21/+21
2020-05-19x86: Replace ist_enter() with nmi_enter()Peter Zijlstra4-62/+24
2020-05-19x86/mce: Send #MC singal from task workPeter Zijlstra1-25/+31
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner2-39/+4
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar6-72/+168
2020-05-17Merge tag 'objtool-urgent-2020-05-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+9
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2020-05-16x86/fpu/xstate: Restore supervisor states for signal returnYu-cheng Yu1-5/+39
2020-05-16x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...Yu-cheng Yu1-25/+28
2020-05-16x86/fpu: Introduce copy_supervisor_to_kernel()Yu-cheng Yu1-0/+84
2020-05-16x86/nmi: Remove edac.h include leftoverBorislav Petkov1-4/+0
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-54/+121
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-0/+8
2020-05-15x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf1-7/+9
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+28
2020-05-13x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstatesYu-cheng Yu1-13/+24
2020-05-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu4-22/+39
2020-05-13x86/fpu/xstate: Introduce XSAVES supervisor statesYu-cheng Yu1-9/+19
2020-05-13x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu2-35/+54
2020-05-13x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)1-1/+28
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu2-14/+15
2020-05-12x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu3-5/+5
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-53/+93
2020-05-08x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf1-2/+7
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra1-7/+31
2020-05-08livepatch: Remove .klp.archPeter Zijlstra2-54/+0
2020-05-07x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips1-2/+1
2020-05-07x86/delay: Introduce TPAUSE delayKyung Min Park1-0/+3
2020-05-07x86/platform/uv: Unexport uv_apicid_hibitsChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig1-6/+0
2020-05-07x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig1-5/+14
2020-05-07x86/platform/uv: Mark uv_min_hub_revision_id staticChristoph Hellwig1-2/+1
2020-05-07x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig1-2/+1
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef1-2/+2
2020-05-07x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov1-45/+12