summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: xenbus_dev_frontend: Really return response stringSimon Gaiser2018-04-171-1/+2
* xen/sndif: Sync up with the canonical definition in XenOleksandr Andrushchenko2018-04-171-16/+306
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_addJia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir...Jia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_allocJia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_deviceJia-Ju Bai2018-04-161-1/+1
* xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probeJia-Ju Bai2018-04-161-1/+1
* xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky2018-04-102-1/+26
* xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-03-301-3/+3
* xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins2018-03-213-6/+31
* x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk2018-03-211-4/+4
* xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser2018-03-211-3/+11
* xen: xenbus: Catch closing of non existent transactionsSimon Gaiser2018-03-211-1/+3
* xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser2018-03-211-1/+1
* Linux 4.16-rc6v4.16-rc6Linus Torvalds2018-03-191-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-1810-55/+108
|\
| * x86/microcode: Fix CPU synchronization routineBorislav Petkov2018-03-161-27/+41
| * x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov2018-03-164-19/+28
| * x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklistAlexander Sergeyev2018-03-161-2/+1
| * jump_label: Fix sparc64 warningJosh Poimboeuf2018-03-141-1/+2
| * x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit...Andy Whitcroft2018-03-141-1/+4
| * x86/vm86/32: Fix POPF emulationAndy Lutomirski2018-03-141-1/+2
| * selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski2018-03-141-3/+27
| * selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski2018-03-141-1/+1
| * x86/cpufeatures: Add Intel PCONFIG cpufeatureKirill A. Shutemov2018-03-121-0/+1
| * x86/cpufeatures: Add Intel Total Memory Encryption cpufeatureKirill A. Shutemov2018-03-121-0/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-181-3/+3
|\ \
| * | x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani2018-03-141-3/+3
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-182-21/+6
|\ \ \
| * \ \ Merge tag 'irqchip-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-03-112-21/+6
| |\ \ \
| | * | | irqchip/irq-imx-gpcv2: Remove unused functionFabio Estevam2018-03-111-14/+0
| | * | | irqchip/gic-v3-its: Ensure nr_ites >= nr_lpisArd Biesheuvel2018-03-111-5/+4
| | * | | irqchip/gic-v3-its: Fix misplaced __iomem annotationsRobin Murphy2018-02-161-2/+2
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-181-2/+2
|\ \ \ \ \
| * | | | | efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel2018-03-131-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-1815-40/+117
|\ \ \ \ \
| * | | | | KVM: x86: Fix device passthrough when SME is activeTom Lendacky2018-03-161-1/+3
| * | | | | Merge tag 'kvm-ppc-fixes-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-03-151-5/+5
| |\ \ \ \ \
| | * | | | | KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entryPaul Mackerras2018-03-141-5/+5
| * | | | | | Merge tag 'kvm-arm-fixes-for-v4.16-2' of git://git.kernel.org/pub/scm/linux/k...Paolo Bonzini2018-03-1513-34/+109
| |\ \ \ \ \ \
| | * | | | | | kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3Marc Zyngier2018-03-141-1/+2
| | * | | | | | KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintidMarc Zyngier2018-03-146-16/+67
| | * | | | | | KVM: arm/arm64: Reduce verbosity of KVM init logArd Biesheuvel2018-03-143-5/+5
| | * | | | | | KVM: arm/arm64: Reset mapped IRQs on VM resetChristoffer Dall2018-03-143-0/+31
| | * | | | | | KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUNChristoffer Dall2018-03-142-12/+0
| | * | | | | | KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pendingAndre Przywara2018-03-142-0/+4
* | | | | | | | parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin2018-03-171-9/+32
* | | | | | | | Merge tag 'for-4.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-164-15/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "btrfs: use proper endianness accessors for super_copy"David Sterba2018-03-162-15/+13
| * | | | | | | | btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski2018-03-141-0/+1