| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/bugs: Add "unknown" reporting for MMIO Stale Data | Pawan Gupta | 2022-09-05 | 2 | -13/+35 |
* | x86/pmem: Fix platform-device leak in error path | Johan Hovold | 2022-08-25 | 1 | -1/+6 |
* | x86: Clear .brk area at early boot | Juergen Gross | 2022-07-21 | 1 | -0/+2 |
* | x86/speculation/mmio: Print SMT warning | Josh Poimboeuf | 2022-06-16 | 1 | -0/+11 |
* | x86/speculation/mmio: Reuse SRBDS mitigation for SBDS | Pawan Gupta | 2022-06-16 | 1 | -7/+14 |
* | x86/speculation/srbds: Update SRBDS mitigation selection | Pawan Gupta | 2022-06-16 | 1 | -3/+5 |
* | x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data | Pawan Gupta | 2022-06-16 | 1 | -0/+22 |
* | x86/speculation/mmio: Enable CPU Fill buffer clearing on idle | Pawan Gupta | 2022-06-16 | 1 | -2/+14 |
* | x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations | Pawan Gupta | 2022-06-16 | 1 | -10/+16 |
* | x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data | Pawan Gupta | 2022-06-16 | 1 | -4/+107 |
* | x86/speculation: Add a common function for MD_CLEAR mitigation update | Pawan Gupta | 2022-06-16 | 1 | -26/+33 |
* | x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug | Pawan Gupta | 2022-06-16 | 1 | -2/+41 |
* | x86/mm: Cleanup the control_va_addr_alignment() __setup handler | Randy Dunlap | 2022-06-14 | 1 | -5/+2 |
* | x86: Fix return value of __setup handlers | Randy Dunlap | 2022-06-14 | 2 | -2/+2 |
* | ptrace: Reimplement PTRACE_KILL by always sending SIGKILL | Eric W. Biederman | 2022-06-14 | 1 | -2/+1 |
* | x86/cpu: Load microcode during restore_processor_state() | Borislav Petkov | 2022-05-12 | 1 | -3/+3 |
* | ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board | Mark Cilissen | 2022-03-28 | 1 | -0/+24 |
* | x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT | Josh Poimboeuf | 2022-03-11 | 1 | -2/+25 |
* | x86/speculation: Warn about Spectre v2 LFENCE mitigation | Josh Poimboeuf | 2022-03-11 | 1 | -0/+5 |
* | x86/speculation: Use generic retpoline by default on AMD | Kim Phillips | 2022-03-11 | 1 | -8/+0 |
* | x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re... | Josh Poimboeuf | 2022-03-11 | 1 | -6/+29 |
* | x86/speculation: Add eIBRS + Retpoline options | Peter Zijlstra | 2022-03-11 | 1 | -36/+95 |
* | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE | Peter Zijlstra (Intel) | 2022-03-11 | 1 | -11/+18 |
* | x86,bugs: Unconditionally allow spectre_v2=retpoline,amd | Peter Zijlstra | 2022-03-11 | 1 | -6/+0 |
* | x86/speculation: Merge one test in spectre_v2_user_select_mitigation() | Borislav Petkov | 2022-03-11 | 1 | -9/+4 |
* | x86/mm, mm/hwpoison: Fix the unmap kernel 1:1 pages check condition | luofei | 2022-02-11 | 1 | -1/+1 |
* | x86/mce/inject: Avoid out-of-bounds write when setting flags | Zhang Zixun | 2022-01-27 | 1 | -1/+1 |
* | x86/irq: Ensure PI wakeup handler is unregistered before module unload | Sean Christopherson | 2021-11-26 | 1 | -1/+3 |
* | x86/resctrl: Fix a maybe-uninitialized build warning treated as error | Babu Moger | 2021-09-22 | 1 | -0/+6 |
* | x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions | Paul Gortmaker | 2021-09-22 | 1 | -1/+2 |
* | x86/fpu: Make init_fpstate correct with optimized XSAVE | Thomas Gleixner | 2021-08-26 | 1 | -3/+35 |
* | x86/resctrl: Fix default monitoring groups reporting | Babu Moger | 2021-08-26 | 1 | -14/+13 |
* | x86/fpu: Limit xstate copy size in xstateregs_set() | Thomas Gleixner | 2021-07-20 | 1 | -1/+1 |
* | x86/fpu: Reset state for all signal restore failures | Thomas Gleixner | 2021-06-30 | 1 | -11/+20 |
* | x86/kprobes: Fix to check non boostable prefixes correctly | Masami Hiramatsu | 2021-05-22 | 1 | -5/+12 |
* | x86/microcode: Check for offline CPUs before requesting new microcode | Otavio Pontes | 2021-05-22 | 1 | -4/+4 |
* | ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade() | Rafael J. Wysocki | 2021-05-22 | 1 | -3/+2 |
* | ACPI: tables: x86: Reserve memory occupied by ACPI tables | Rafael J. Wysocki | 2021-05-22 | 2 | -18/+15 |
* | x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access | Mike Galbraith | 2021-04-28 | 1 | -1/+2 |
* | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() | Oleg Nesterov | 2021-03-24 | 1 | -23/+1 |
* | x86/ioapic: Ignore IRQ2 again | Thomas Gleixner | 2021-03-24 | 1 | -0/+10 |
* | x86/build: Treat R_386_PLT32 relocation as R_386_PC32 | Fangrui Song | 2021-03-07 | 1 | -0/+1 |
* | x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk | Heiner Kallweit | 2021-03-07 | 1 | -0/+9 |
* | x86/reboot: Force all cpus to exit VMX root if VMX is supported | Sean Christopherson | 2021-03-03 | 1 | -19/+10 |
* | x86/apic: Add extra serialization for non-serializing MSRs | Dave Hansen | 2021-02-10 | 3 | -4/+12 |
* | x86/resctrl: Don't move a task to the same resource group | Fenghua Yu | 2021-01-17 | 1 | -0/+7 |
* | x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR | Fenghua Yu | 2021-01-17 | 1 | -63/+42 |
* | x86/mtrr: Correct the range check before performing MTRR type lookups | Ying-Tsun Huang | 2021-01-12 | 1 | -3/+3 |
* | x86/kprobes: Restore BTF if the single-stepping is cancelled | Masami Hiramatsu | 2020-12-29 | 1 | -0/+5 |
* | x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes | Masami Hiramatsu | 2020-12-11 | 1 | -4/+6 |