summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-12x86/pconfig: Detect PCONFIG targetsKirill A. Shutemov3-1/+98
2018-03-12x86/tme: Detect if TME and MKTME is activated by BIOSKirill A. Shutemov1-0/+90
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar69-471/+910
2018-03-12x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov1-0/+1
2018-03-12x86/cpufeatures: Add Intel Total Memory Encryption cpufeatureKirill A. Shutemov1-0/+1
2018-03-12x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov1-16/+53
2018-03-12x86/boot/compressed/64: Use page table in trampoline memoryKirill A. Shutemov1-24/+23
2018-03-12x86/boot/compressed/64: Use stack from trampoline memoryKirill A. Shutemov1-0/+6
2018-03-12x86/boot/compressed/64: Make sure we have a 32-bit code segmentKirill A. Shutemov1-0/+10
2018-03-12x86/mm: Do not use paravirtualized calls in native_set_p4d()Kirill A. Shutemov1-2/+2
2018-03-12kdump, vmcoreinfo: Export pgtable_l5_enabled valueBaoquan He1-0/+1
2018-03-12x86/boot/compressed/64: Prepare new top-level page table for trampolineKirill A. Shutemov1-0/+61
2018-03-12x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov3-1/+18
2018-03-12x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov2-0/+23
2018-03-12x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov3-0/+51
2018-03-12x86/boot/compressed/64: Describe the logic behind the LA57 checkKirill A. Shutemov1-3/+15
2018-03-09x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers3-1/+12
2018-03-08x86/pti: Fix a comment typoSeunghun Han1-1/+1
2018-03-08x86/microcode: Synchronize late microcode loadingAshok Raj1-26/+92
2018-03-08x86/microcode: Request microcode on the BSPBorislav Petkov1-6/+5
2018-03-08x86/microcode/intel: Look into the patch cache firstBorislav Petkov1-6/+5
2018-03-08x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj1-0/+18
2018-03-08x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj1-0/+12
2018-03-08x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj1-3/+24
2018-03-08x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov1-11/+8
2018-03-08x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk1-0/+7
2018-03-08x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski4-30/+10
2018-03-07x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski1-3/+1
2018-03-07x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski4-13/+14
2018-03-07x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski3-62/+76
2018-03-07x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski1-1/+1
2018-03-07x86/entry: Remove stale syscall prototypeDominik Brodowski1-1/+0
2018-03-07x86/syscalls/32: Simplify $entry == $compat entriesDominik Brodowski1-3/+3
2018-03-07objtool: Fix 32-bit buildJosh Poimboeuf1-20/+7
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner6-25/+32
2018-02-28objtool: Fix another switch table detection issueJosh Poimboeuf1-1/+5
2018-02-28x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross1-0/+16
2018-02-28x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky2-2/+3
2018-02-26Merge branch 'x86/boot' into x86/mm, to unify branchesIngo Molnar4-36/+32
2018-02-26x86/boot/e820: Implement a range manipulation operatorJan H. Schönherr2-0/+27
2018-02-26x86/mm: Consider effective protection attributes in W+X checkJan Beulich1-36/+58
2018-02-26x86/boot: Make the x86_init noop functions staticJuergen Gross1-5/+5
2018-02-26x86/xen: Add pvh specific rsdp address retrieval functionJuergen Gross1-3/+11
2018-02-26x86/acpi: Add a new x86_init_acpi structure to x86_init_opsJuergen Gross3-0/+21
2018-02-26acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp addressJuergen Gross2-1/+11
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar676-4161/+6784
2018-02-26Linux 4.16-rc3v4.16-rc3Linus Torvalds1-1/+1
2018-02-26Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-17/+93
2018-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-22/+48
2018-02-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1