aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-16x86/ioperm: Share I/O bitmap if identicalThomas Gleixner2-42/+45
2019-11-16x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner2-15/+21
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2-41/+43
2019-11-16x86/ioperm: Add bitmap sequence numberThomas Gleixner3-10/+34
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner3-35/+42
2019-11-16x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner3-7/+7
2019-11-16x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner4-29/+43
2019-11-16x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner1-0/+3
2019-11-16x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner1-29/+26
2019-11-16x86/iopl: Cleanup include mazeThomas Gleixner1-12/+4
2019-11-16x86/cpu: Unify cpu_init()Thomas Gleixner1-108/+65
2019-11-16x86/process: Unify copy_thread_tls()Thomas Gleixner3-143/+100
2019-11-16x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner1-1/+1
2019-11-15x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra3-40/+112
2019-11-15x86/cpu: Align cpu_caps_cleared and cpu_caps_set to unsigned longFenghua Yu1-2/+3
2019-11-15x86: Remove the calgary IOMMU driverChristoph Hellwig4-1770/+0
2019-11-15Merge branch 'linus' into x86/hypervThomas Gleixner77-762/+1575
2019-11-14x86/crash: Align function arguments on opening bracesBorislav Petkov1-17/+11
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang2-123/+11
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang1-0/+15
2019-11-13ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf1-1/+11
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)1-3/+5
2019-11-13ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2-7/+39
2019-11-13x86/resctrl: Fix potential lockdep warningXiaochen Shen1-4/+0
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-39/+384
2019-11-12x86/boot: Introduce setup_indirectDaniel Kiper4-11/+58
2019-11-12x86/mce/therm_throt: Optimize notifications of thermal throttleSrinivas Pandruvada1-24/+227
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