summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-0413-106/+95
|\
| * kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann2016-11-021-1/+1
| * kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson2016-11-021-7/+15
| * KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini2016-11-024-65/+6
| * KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv2016-10-281-1/+3
| * kvm/x86: Show WRMSR data is in hexBorislav Petkov2016-10-271-3/+3
| * Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-10-271-2/+2
| |\
| | * KVM: s390: Fix STHYI buffer alignment for diag224Janosch Frank2016-10-261-2/+2
| * | kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson2016-10-271-2/+2
| * | KVM: document lock ordersPaolo Bonzini2016-10-271-1/+11
| * | KVM: fix OOPS on flush_workPaolo Bonzini2016-10-262-3/+25
| * | KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2016-10-262-12/+19
| * | KVM: MIPS: Make ERET handle ERL before EXLJames Hogan2016-10-261-4/+4
| * | KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan2016-10-262-5/+4
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-11-0415-235/+287
|\ \ \
| * | | MIPS: Fix max_low_pfn with disabled highmemJames Hogan2016-11-041-0/+13
| * | | MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki2016-11-041-64/+39
| * | | MIPS: Fix ISA I/II FP signal context offsetsMaciej W. Rozycki2016-11-042-117/+131
| * | | MIPS: Remove FIR from ISA I FP signal contextMaciej W. Rozycki2016-11-041-5/+1
| * | | MIPS: Fix ISA I FP sigcontext access violation handlingMaciej W. Rozycki2016-11-041-1/+1
| * | | MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki2016-11-045-42/+78
| * | | MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki2016-11-041-0/+1
| * | | MIPS: dump_tlb: Fix printk continuationsJames Hogan2016-11-042-31/+31
| * | | MIPS: Fix __show_regs() outputPaul Burton2016-11-041-21/+21
| * | | MIPS: traps: Fix output of show_codeMatt Redfearn2016-11-041-3/+4
| * | | MIPS: traps: Fix output of show_stacktraceMatt Redfearn2016-11-041-6/+8
| * | | MIPS: traps: Fix output of show_backtraceMatt Redfearn2016-11-041-1/+1
| * | | MIPS: Fix build of compressed imageMatt Redfearn2016-11-041-1/+1
| * | | MIPS: generic: Fix KASLR for generic kernel.Matt Redfearn2016-11-041-6/+10
| * | | MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn2016-11-041-1/+1
| * | | MIPS: Malta: Fixup rebootPaul Burton2016-11-041-1/+2
| * | | MIPS: CPC: Provide default mips_cpc_default_phys_base to ignore CPCPaul Burton2016-11-041-1/+10
* | | | Merge branch 'parisc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-11-043-36/+40
|\ \ \ \
| * | | | parisc: Ignore the pkey system calls for nowHelge Deller2016-11-021-1/+3
| * | | | parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded valueHelge Deller2016-11-021-1/+1
| * | | | parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2016-11-021-2/+9
| * | | | parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin2016-11-021-29/+24
| * | | | parisc: use KERN_CONT when printing device inventoryHelge Deller2016-11-021-3/+3
| |/ / /
* | | | Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-11-025-18/+18
|\ \ \ \
| * | | | latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-312-11/+10
| * | | | gcc-plugins: Export symbols needed by gccKees Cook2016-10-314-7/+8
| | |/ / | |/| |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-11-0114-122/+96
|\ \ \ \
| * | | | virtio_ring: mark vring_dma_dev inlineMichael S. Tsirkin2016-10-301-1/+1
| * | | | virtio/vhost: add Jason to list of maintainersMichael S. Tsirkin2016-10-301-0/+2
| * | | | virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring2016-10-301-1/+1
| * | | | virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring2016-10-301-4/+4
| * | | | virtio: remove config.cJuergen Gross2016-10-301-12/+0
| * | | | virtio: console: Unlock vqs while freeing buffersMatt Redfearn2016-10-301-6/+16
| * | | | ringtest: poll for new buffers once before updating event indexPaolo Bonzini2016-10-301-2/+2
| * | | | ringtest: commonize implementation of poll_avail/poll_usedPaolo Bonzini2016-10-306-83/+43