summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-251-0/+3
|\
| * preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon2018-12-071-0/+3
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-255-12/+31
|\ \
| * | x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2018-12-183-6/+24
| * | x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2018-12-112-2/+3
| * | x86/speculation: Change misspelled STIPB to STIBPWaiman Long2018-12-062-4/+4
* | | Merge tag 'acpi-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-12-251-0/+7
|\ \ \
| * | | PCI/ACPI: Allow ACPI to be built without CONFIG_PCI setSinan Kaya2018-12-201-0/+7
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-211-1/+3
|\ \ \ \
| * | | | KVM: x86: nSVM: fix switch to guest mmuVitaly Kuznetsov2018-12-191-1/+3
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-2122-333/+365
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2018-12-192-14/+0
| * | | | Revert "x86/objtool: Use asm macros to work around GCC inlining bugs"Ingo Molnar2018-12-191-2/+0
| * | | | Revert "x86/refcount: Work around GCC inlining bug"Ingo Molnar2018-12-192-49/+33
| * | | | Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining b...Ingo Molnar2018-12-193-17/+15
| * | | | Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i...Ingo Molnar2018-12-192-57/+42
| * | | | Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Ingo Molnar2018-12-192-28/+29
| * | | | Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...Ingo Molnar2018-12-192-21/+33
| * | | | Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin...Ingo Molnar2018-12-192-48/+35
| * | | | Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-193-20/+55
| * | | | x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2018-12-191-0/+2
| * | | | x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae2018-12-183-52/+71
| * | | | x86/mm/cpa: Fix cpa_flush_array() TLB invalidationPeter Zijlstra2018-12-171-8/+16
| * | | | x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan2018-12-151-1/+2
| * | | | x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams2018-12-111-2/+11
| * | | | x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se...Reinette Chatre2018-12-111-0/+4
| * | | | x86/dump_pagetables: Fix LDT remap address markerKirill A. Shutemov2018-12-111-5/+2
| * | | | x86/mm: Fix guard hole handlingKirill A. Shutemov2018-12-113-9/+15
* | | | | kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost2018-12-182-0/+3
* | | | | KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li2018-12-181-1/+1
* | | | | KVM: Fix UAF in nested posted interrupt processingCfir Cohen2018-12-181-0/+2
| |/ / / |/| | |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-093-5/+10
|\| | |
| * | | x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers2018-12-071-2/+2
| * | | x86/build: Fix compiler support check for CONFIG_RETPOLINEMasahiro Yamada2018-12-051-3/+7
| * | | x86/boot: Clear RSDP address in boot_params for broken loadersJuergen Gross2018-12-031-0/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-092-1/+5
|\ \ \ \
| * | | | kprobes/x86: Blacklist non-attachable interrupt functionsAndrea Righi2018-12-061-0/+4
| * | | | kprobes/x86: Fix instruction patching corruption when copying more than one R...Masami Hiramatsu2018-12-041-1/+1
| |/ / /
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-092-25/+42
|\ \ \ \ | |/ / / |/| | |
| * | | x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu2018-11-301-1/+1
| * | | x86/efi: Allocate e820 buffer before calling efi_exit_boot_serviceEric Snowberg2018-11-301-24/+41
| | |/ | |/|
* | | Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-024-101/+25
|\ \ \
| * | | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-292-80/+4
| * | | xen/x86: add diagnostic printout to xen_mc_flush() in case of errorJuergen Gross2018-11-291-15/+20
| * | | x86/xen: cleanup includes in arch/x86/xen/spinlock.cJuergen Gross2018-11-221-6/+1
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-0114-234/+665
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/speculation: Provide IBPB always command line optionsThomas Gleixner2018-11-281-11/+23
| * | | x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2018-11-282-1/+17
| * | | x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2018-11-281-9/+32
| * | | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-283-0/+73