aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-10-08x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpersChang S. Bae1-3/+3
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae3-61/+18
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae3-46/+179
2018-10-08x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accuratelyAndy Lutomirski1-10/+52
2018-10-08Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar45-258/+627
2018-10-08crypto: x86/aes-ni - fix build error following fpu template removalEric Biggers1-12/+1
2018-10-06x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov1-2/+1
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit3-55/+20
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-35/+48
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2-33/+21
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar7-57/+52
2018-10-06x86/KASLR: Update KERNEL_IMAGE_SIZE descriptionBaoquan He1-6/+9
2018-10-06kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang1-19/+41
2018-10-06x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang2-9/+18
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-7/+25
2018-10-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman5-15/+39
2018-10-05x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski1-4/+8
2018-10-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman3-66/+97
2018-10-05x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel1-0/+3
2018-10-05Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar18-211/+284
2018-10-05x86/vdso: Document vgtod_ts betterAndy Lutomirski1-0/+9
2018-10-05x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski1-2/+2
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel3-242/+1
2018-10-04x66/vdso: Add CLOCK_TAI supportThomas Gleixner2-2/+6
2018-10-04x86/vdso: Move cycle_last handling into the callerThomas Gleixner1-32/+7
2018-10-04x86/vdso: Simplify the invalid vclock caseThomas Gleixner1-61/+21
2018-10-04x86/vdso: Replace the clockid switch caseThomas Gleixner1-20/+18
2018-10-04x86/vdso: Collapse coarse functionsThomas Gleixner1-16/+4
2018-10-04x86/vdso: Collapse high resolution functionsThomas Gleixner1-28/+7
2018-10-04x86/vdso: Introduce and use vgtod_tsThomas Gleixner3-49/+60
2018-10-04x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner2-9/+9
2018-10-04x86/vdso: Enforce 64bit clocksourceThomas Gleixner2-1/+7
2018-10-04x86/time: Implement clocksource_arch_init()Thomas Gleixner2-0/+17
2018-10-04kvm: nVMX: fix entry with pending interrupt if APICv is enabledPaolo Bonzini1-12/+26
2018-10-04KVM: VMX: hide flexpriority from guest when disabled at the module levelPaolo Bonzini1-1/+5
2018-10-04KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson1-3/+4
2018-10-04x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit2-29/+28
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit2-42/+57
2018-10-04x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit3-15/+17
2018-10-04x86/refcount: Work around GCC inlining bugNadav Amit2-29/+46
2018-10-04x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit1-0/+2
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2-0/+14
2018-10-04Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar50-290/+661
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski1-4/+4
2018-10-03x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen1-0/+7
2018-10-03x86/intel_rdt: Switch to bitmap_zalloc()Andy Shevchenko1-6/+4
2018-10-03x86/intel_rdt: Re-enable pseudo-lock measurementsReinette Chatre1-1/+1
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman1-2/+0
2018-10-03x86/mm: Fix typo in commentTakuya Yamamoto1-1/+1