projects
/
openwrt
/
staging
/
blogic.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openwrt/staging/blogic.git
2019-02-20
Paolo Bonzini
KVM: x86: cleanup freeing of nested state
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Luwei Kang
KVM: x86: Sync the pending Posted-Interrupts
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Liu Jingqi
KVM: x86: expose MOVDIR64B CPU feature into VM.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Liu Jingqi
KVM: x86: expose MOVDIRI CPU feature into VM.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Kai Huang
kvm, x86, mmu: Use kernel generic dynamic physical...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Paolo Bonzini
KVM: nVMX: remove useless is_protmode check
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: nVMX: Ignore limit checks on VMX instructions...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: nVMX: Apply addr size mask to effective address...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: nVMX: Sign extend displacements of VMX instr's...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Suthikulpanit...
svm: Fix improper check when deactivate AVIC
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Paolo Bonzini
KVM: x86: cull apicv code when userspace irqchip is...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Suthikulpanit...
svm: Fix AVIC DFR and LDR handling
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Gustavo A....
kvm: Use struct_size() in kmalloc()
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Pavel Tatashin
x86/kvmclock: set offset for kvm unstable clock
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Reorder clearing of registers in the vCPU...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Call vCPU-run asm sub-routine from C and...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Preserve callee-save registers in vCPU-run...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Return VM-Fail from vCPU-run assembly via...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Pass @launched to the vCPU-run asm via standa...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Use RAX as the scratch register during vCPU-run
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Move vCPU-run code to a proper assembly routine
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Create a stack frame in vCPU-run
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: VMX: Use #defines in place of immediates in VM...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-20
Sean Christopherson
KVM: x86: Explicitly #define the VCPU_REGS_* indices
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Use vcpu->arch.regs directly when saving...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Don't save guest registers after VM-Fail
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Invert the ordering of saving guest/host...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Pass "launched" directly to the vCPU-run...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Update VMCS.HOST_RSP via helper C function
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Cache host_rsp on a per-VMCS basis
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Let the compiler select the reg for holding...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Reference vmx->loaded_vmcs->launched directly
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Capture VM-Fail to a local var in nested_vmx...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Explicitly reference the scratch reg in...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vm...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Let the compiler save/load RDX during vCPU-run
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Manually load RDX in vCPU-run asm blob
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Save RSI to an unused output in the vCPU...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Modify only RSP when creating a placeholder...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Zero out *all* general purpose registers...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: nVMX: Check a single byte for VMCS "launched"...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Sean Christopherson
KVM: VMX: Compare only a single byte for VMCS' "launche...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-12
Paolo Bonzini
selftests: kvm: add selftest for releasing VM file...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Linus Torvalds
Linux 5.0-rc6
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Linus Torvalds
Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradea...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Linus Torvalds
Merge branch 'x86-urgent-for-linus' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Linus Torvalds
Merge branch 'irq-urgent-for-linus' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Linus Torvalds
Merge branch 'perf-urgent-for-linus' of git://git....
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Linus Torvalds
Merge branch 'locking-urgent-for-linus' of git://git...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Juergen Gross
x86/mm: Make set_pmd_at() paravirt aware
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge branch 'i2c/for-current' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge tag 'mips_fixes_5.0_3' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge tag 'for-linus-20190209' of git://git.kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge tag 'mtd/fixes-for-5.0-rc6' of git://git.infradea...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge tag 'for-linus-5.0-rc6-tag' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Ingo Molnar
Merge tag 'perf-urgent-for-mingo-5.0-20190205' of git...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge tag 'armsoc-fixes-5.0' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge tag 'arm64-fixes' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Linus Torvalds
Merge tag 'powerpc-5.0-4' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'scsi-fixes' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'iommu-fixes-v5.0-rc5' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'pci-v5.0-fixes-4' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'acpi-5.0-rc6' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Andrew Lunn
MAINTAINERS: Update the ocores i2c bus driver maintaine...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Liu Bo
blk-mq: remove duplicated definition of blk_mq_freeze_queue
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Liu Bo
Blk-iolatency: warn on negative inflight IO counter
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Liu Bo
blk-iolatency: fix IO hang due to negative inflight...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge git://git./linux/kernel/git/davem/net
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'char-misc-5.0-rc6' of git://git./linux/kerne...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'driver-core-5.0-rc6' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'staging-5.0-rc6' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'tty-5.0-rc6' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'usb-5.0-rc6' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'xfs-5.0-fixes-1' of git://git./fs/xfs/xfs...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Linus Torvalds
Merge tag 'drm-fixes-2019-02-08' of git://anongit.freed...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Lukas Bulwahn
MAINTAINERS: unify reference to xen-devel list
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Peter Zijlstra
x86/mm/cpa: Fix set_mce_nospec()
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Thomas Gleixner
futex: Handle early deadlock return correctly
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Davidlohr Bueso
futex: Fix barrier comment
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Arun Parameswaran
net: dsa: b53: Fix for failure when irq is not defined...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Dave Airlie
Merge tag 'drm-misc-fixes-2019-02-07' of git://anongit...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-08
Dave Airlie
Merge tag 'drm-intel-fixes-2019-02-07-1' of git://anong...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Linus Torvalds
Merge tag 'platform-drivers-x86-v5.0-2' of git://git...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Linus Torvalds
Merge tag 'for-linus' of git://git./virt/kvm/kvm
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Linus Torvalds
Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Linus Torvalds
Merge tag 'for-5.0/dm-fixes-2' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Thomas Gleixner
Merge tag 'irqchip-5.0-3' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Jan Kara
blktrace: Show requests without sector
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Vladimir Kondratiev
mips: cm: reprime error cause
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Yifeng Li
mips: loongson64: remove unreachable(), fix loongson_po...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
David S. Miller
Merge branch 'ipv6-fixes'
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Hangbin Liu
sit: check if IPv6 enabled before calling ip6_err_gen_i...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Hangbin Liu
geneve: should not call rt6_lookup() when ipv6 was...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-07
Peter Shier
KVM: nVMX: unconditionally cancel preemption timer...
commit
|
commitdiff
|
tree
|
snapshot
next