summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-07Merge 'x86/urgent' into x86/cpuBorislav Petkov4-53/+93
2020-05-06x86/resctrl: Support wider MBM countersReinette Chatre2-2/+14
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre1-0/+5
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre4-14/+24
2020-05-06x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre4-2/+11
2020-05-06x86/resctrl: Remove unnecessary RMID checksReinette Chatre1-15/+0
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre2-25/+26
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre5-5/+5
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig1-1/+27
2020-05-04x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe1-0/+1
2020-05-03x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf1-4/+4
2020-05-01x86/apic: Move TSC deadline timer debug printkThomas Gleixner1-13/+14
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc1-0/+8
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2-3/+3
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon3-9/+1
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann1-2/+1
2020-04-28x86/tboot: Mark tboot staticChristoph Hellwig1-2/+6
2020-04-27x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich1-0/+6
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1