Age | Commit message (Expand) | Author |
2021-04-14 | lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data() | Christophe Leroy |
2021-04-12 | x86/asm: Ensure asm/proto.h can be included stand-alone | Jan Kiszka |
2021-04-10 | x86/cpu: Comment Skylake server stepping too | Andrew Cooper |
2021-04-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-04-09 | kfence, x86: fix preemptible warning on KPTI-enabled systems | Marco Elver |
2021-04-08 | x86/cpu: Resort and comment Intel models | Peter Zijlstra |
2021-04-08 | x86/entry: Enable random_kstack_offset support | Kees Cook |
2021-04-07 | ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m | Vitaly Kuznetsov |
2021-04-06 | x86/sgx: Move provisioning device creation out of SGX driver | Sean Christopherson |
2021-04-06 | x86/sgx: Add helpers to expose ECREATE and EINIT to KVM | Sean Christopherson |
2021-04-06 | x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT) | Sean Christopherson |
2021-04-06 | x86/sgx: Move ENCLS leaf definitions to sgx.h | Sean Christopherson |
2021-04-06 | x86/sgx: Expose SGX architectural definitions to the kernel | Sean Christopherson |
2021-04-02 | objtool/x86: Rewrite retpoline thunk calls | Peter Zijlstra |
2021-04-02 | x86/retpoline: Simplify retpolines | Peter Zijlstra |
2021-04-02 | x86/alternatives: Optimize optimize_nops() | Peter Zijlstra |
2021-04-02 | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ... | Ingo Molnar |
2021-04-02 | Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changes | Ingo Molnar |
2021-04-01 | ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead() | Vitaly Kuznetsov |
2021-03-31 | Merge 'x86/alternatives' | Borislav Petkov |
2021-03-31 | x86: Add insn_decode_kernel() | Peter Zijlstra |
2021-03-29 | Merge tag 'v5.12-rc5' into locking/core, to pick up fixes | Ingo Molnar |
2021-03-28 | x86/traps: Handle #DB for bus lock | Fenghua Yu |
2021-03-28 | x86/cpufeatures: Enumerate #DB for bus lock detection | Fenghua Yu |
2021-03-28 | x86/process/64: Move cpu_current_top_of_stack out of TSS | Lai Jiangshan |
2021-03-26 | Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-03-25 | x86/cpufeatures: Add SGX1 and SGX2 sub-features | Sean Christopherson |
2021-03-25 | x86/syscalls: Fix -Wmissing-prototypes warnings from COND_SYSCALL() | Masahiro Yamada |
2021-03-24 | Revert "xen: fix p2m size in dom0 for disabled memory hotplug case" | Roger Pau Monne |
2021-03-23 | x86/kprobes: Use int3 instead of debug trap for single-step | Masami Hiramatsu |
2021-03-21 | x86: Fix various typos in comments, take #2 | Ingo Molnar |
2021-03-21 | x86: Remove unusual Unicode characters from comments | Ingo Molnar |
2021-03-21 | Merge branch 'linus' into x86/cleanups, to resolve conflict | Ingo Molnar |
2021-03-21 | Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-03-19 | Merge branch 'locking/urgent' into locking/core, to pick up dependent commits | Ingo Molnar |
2021-03-18 | KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish | Sean Christopherson |
2021-03-18 | x86: Fix various typos in comments | Ingo Molnar |
2021-03-18 | Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the tree | Ingo Molnar |
2021-03-18 | KVM: x86: hyper-v: Track Hyper-V TSC page status | Vitaly Kuznetsov |
2021-03-16 | x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART | Oleg Nesterov |
2021-03-16 | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() | Oleg Nesterov |
2021-03-16 | x86: Move TS_COMPAT back to asm/thread_info.h | Oleg Nesterov |
2021-03-15 | x86: Remove dynamic NOP selection | Peter Zijlstra |
2021-03-15 | x86/insn: Make insn_complete() static | Borislav Petkov |
2021-03-15 | x86/insn: Remove kernel_insn_init() | Borislav Petkov |
2021-03-15 | x86/insn: Add an insn_decode() API | Borislav Petkov |
2021-03-15 | x86/insn: Add a __ignore_sync_check__ marker | Borislav Petkov |
2021-03-15 | x86/insn: Rename insn_decode() to insn_decode_from_regs() | Borislav Petkov |
2021-03-15 | Merge tag 'v5.12-rc3' into x86/core | Borislav Petkov |
2021-03-15 | KVM: x86: Get active PCID only when writing a CR3 value | Sean Christopherson |