aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-12x86/quirks: Disable HPET on Intel Coffe Lake platformsKai-Heng Feng1-0/+2
2019-11-12x86/init: Allow DT configured systems to disable RTC at boot timeRahul Tanwar1-1/+23
2019-11-12x86/hyperv: Allow guests to enable InvariantTSCAndrea Parri1-1/+6
2019-11-07x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf1-4/+0
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams1-2/+10
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams1-10/+8
2019-11-07x86/umip: Make the comments vendor-agnosticBabu Moger1-6/+6
2019-11-07x86/Kconfig: Rename UMIP config parameterBabu Moger1-1/+1
2019-11-05x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_earlyMichael Zhivich1-0/+3
2019-11-05x86/dumpstack/64: Don't evaluate exception stacks before setupThomas Gleixner1-0/+7
2019-11-05x86/apic/32: Avoid bogus LDR warningsJan Beulich1-13/+15
2019-11-04x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbersCyrill Gorcunov1-6/+10
2019-11-04x86/fpu: Shrink space allocated for xstate_comp_offsetsCyrill Gorcunov1-2/+2
2019-11-04x86/fpu: Update stale variable name in commentCyrill Gorcunov1-1/+1
2019-11-04x86/vmlinux: Use INT3 instead of NOP for linker fill bytesKees Cook1-1/+1
2019-11-04x86/mm: Report actual image regions in /proc/iomemKees Cook1-1/+11
2019-11-04x86/vmlinux: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-2/+1
2019-11-04x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook1-4/+3
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook1-2/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook1-0/+2
2019-11-04x86/vmlinux: Restore "text" Program Header with dummy sectionKees Cook1-1/+2
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-1/+12
2019-11-04x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta1-0/+2
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2-29/+47
2019-11-03x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen1-0/+4
2019-11-01x86/mce: Add Xeon Icelake to list of CPUs that support PPINTony Luck1-0/+1
2019-10-28x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko1-6/+16
2019-10-28x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta1-1/+6
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+23
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2-0/+123
2019-10-28x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta5-1/+149
2019-10-28x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2-4/+13
2019-10-27x86/apic, x86/uprobes: Correct parameter names in kernel-doc commentsYi Wang2-2/+2
2019-10-25x86/kvm: Fix -Wmissing-prototypes warningsYi Wang1-0/+1
2019-10-25x86/ftrace: Get rid of function_hookBorislav Petkov2-12/+9
2019-10-24x86/ioapic: Rename misnamed functionsThomas Gleixner1-8/+8
2019-10-24x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner1-3/+6
2019-10-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+26
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang6-46/+40
2019-10-18x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri1-0/+4
2019-10-18x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNJiri Slaby3-3/+3
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-8/+8
2019-10-18x86/asm/32: Change all ENTRY+END to SYM_CODE_*Jiri Slaby1-4/+4
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby3-5/+8
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby3-18/+18
2019-10-18x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2-8/+8
2019-10-18x86/asm/ftrace: Mark function_hook as functionJiri Slaby1-2/+2
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2-9/+9
2019-10-18x86/asm: Do not annotate functions with GLOBALJiri Slaby1-2/+3