summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-05-19x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar
2020-05-17Merge tag 'objtool-urgent-2020-05-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-16x86/fpu/xstate: Restore supervisor states for signal returnYu-cheng Yu
2020-05-16x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...Yu-cheng Yu
2020-05-16x86/fpu: Introduce copy_supervisor_to_kernel()Yu-cheng Yu
2020-05-16x86/nmi: Remove edac.h include leftoverBorislav Petkov
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-15x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-13x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstatesYu-cheng Yu
2020-05-13x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu
2020-05-13x86/fpu/xstate: Introduce XSAVES supervisor statesYu-cheng Yu
2020-05-13x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu
2020-05-12x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-08x86/module: Use text_mutex in apply_relocate_add()Josh Poimboeuf
2020-05-08x86/module: Use text_poke() for late relocationsPeter Zijlstra
2020-05-08livepatch: Remove .klp.archPeter Zijlstra
2020-05-07x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips
2020-05-07x86/delay: Introduce TPAUSE delayKyung Min Park
2020-05-07x86/platform/uv: Unexport uv_apicid_hibitsChristoph Hellwig
2020-05-07x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig
2020-05-07x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig
2020-05-07x86/platform/uv: Mark uv_min_hub_revision_id staticChristoph Hellwig
2020-05-07x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-05-07x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov
2020-05-07Merge 'x86/urgent' into x86/cpuBorislav Petkov
2020-05-06x86/resctrl: Support wider MBM countersReinette Chatre
2020-05-06x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre
2020-05-06x86/resctrl: Maintain MBM counter width per resourceReinette Chatre
2020-05-06x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre
2020-05-06x86/resctrl: Remove unnecessary RMID checksReinette Chatre
2020-05-06x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig
2020-05-04x86/mcelog: Add compat_ioctl for 32-bit mcelog supportHe Zhe
2020-05-03x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf
2020-05-01x86/apic: Move TSC deadline timer debug printkThomas Gleixner
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-28x86/tboot: Mark tboot staticChristoph Hellwig
2020-04-27x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich