summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | x86,ftrace: Use SIZEOF_PTREGSPeter Zijlstra2020-04-221-2/+2
| * | | | | | | | | | | | x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra2020-04-222-19/+25
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-014-125/+58
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | x86: Replace ist_enter() with nmi_enter()Peter Zijlstra2020-05-194-62/+24
| * | | | | | | | | | | x86/mce: Send #MC singal from task workPeter Zijlstra2020-05-191-25/+31
| * | | | | | | | | | | x86/entry: Get rid of ist_begin/end_non_atomic()Thomas Gleixner2020-05-192-39/+4
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-0111-60/+82
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/resctrl: Support wider MBM countersReinette Chatre2020-05-062-2/+14
| * | | | | | | | | | | x86/resctrl: Support CPUID enumeration of MBM counter widthReinette Chatre2020-05-061-0/+5
| * | | | | | | | | | | x86/resctrl: Maintain MBM counter width per resourceReinette Chatre2020-05-064-14/+24
| * | | | | | | | | | | x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre2020-05-064-2/+11
| * | | | | | | | | | | x86/resctrl: Remove unnecessary RMID checksReinette Chatre2020-05-061-15/+0
| * | | | | | | | | | | x86/cpu: Move resctrl CPUID code to resctrl/Reinette Chatre2020-05-062-25/+26
| * | | | | | | | | | | x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre2020-05-065-5/+5
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-011-8/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | x86/microcode: Fix return value for microcode late loadingMihai Carabas2020-04-221-8/+7
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vf...Ingo Molnar2020-05-291-38/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro2020-05-271-38/+48
| |/ / / / / / / / /
* | | | | | / / / / x86/ioperm: Prevent a memory leak when fork failsJay Lang2020-05-282-13/+13
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf2020-05-221-0/+7
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge tag 'objtool-urgent-2020-05-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-05-171-7/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf2020-05-151-7/+9
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-171-0/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-0/+8
| |/ / / / / /
* | | | | | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-141-1/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-131-1/+28
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-104-53/+93
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| * | | | x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
| * | | | x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-251-11/+40
| * | | | x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| * | | | x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| * | | | x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| * | | | x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
| * | | | x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
| | |/ / | |/| |
* | | | x86, sched: Move check for CPU type to caller functionGiovanni Gherdovich2020-04-221-4/+2
* | | | x86, sched: Don't enable static key when starting secondary CPUsPeter Zijlstra (Intel)2020-04-221-7/+14
* | | | x86, sched: Account for CPUs with less than 4 cores in freq. invarianceGiovanni Gherdovich2020-04-221-3/+8
* | | | x86, sched: Bail out of frequency invariance if base frequency is unknownGiovanni Gherdovich2020-04-221-0/+9
|/ / /
* | | Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-195-20/+55
|\ \ \ | |_|/ |/| |
| * | x86/split_lock: Add Tremont family CPU modelsTony Luck2020-04-181-0/+3
| * | x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck2020-04-181-14/+31
| * | x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-173-0/+16
| * | x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-171-1/+2
| * | x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck2020-04-171-4/+2
| * | x86/umip: Make umip_insns staticJason Yan2020-04-151-1/+1
| |/
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-141-2/+12
|\ \ | |/ |/|
| * x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-111-0/+10
| * x86: hyperv: report value of misc_featuresOlaf Hering2020-04-091-2/+2
* | x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-111-5/+28