index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-16
kvm: kvm_destroy_vm_debugfs(): check debugfs_stat_data pointer
Luiz Capitulino
1
-3
/
+5
2016-09-16
kvm: x86: drop read_tsc_offset()
Luiz Capitulino
4
-16
/
+1
2016-09-16
kvm: x86: add tsc_offset field to struct kvm_vcpu_arch
Luiz Capitulino
2
-2
/
+9
2016-09-13
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
36
-503
/
+1366
2016-09-13
KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()
Markus Elfring
1
-6
/
+5
2016-09-12
KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()
Markus Elfring
1
-3
/
+4
2016-09-12
KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functions
Markus Elfring
1
-12
/
+11
2016-09-12
KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config...
Markus Elfring
1
-1
/
+1
2016-09-12
KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after erro...
Markus Elfring
1
-14
/
+16
2016-09-12
KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()
Markus Elfring
1
-1
/
+1
2016-09-12
KVM: PPC: Book3S HV: Counters for passthrough IRQ stats
Suresh Warrier
3
-5
/
+19
2016-09-12
KVM: PPC: Book3S HV: Set server for passed-through interrupts
Paul Mackerras
7
-0
/
+63
2016-09-12
KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
Suresh Warrier
1
-0
/
+50
2016-09-12
KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
Suresh Warrier
4
-1
/
+14
2016-09-12
KVM: PPC: Book3S HV: Dump irqmap in debugfs
Suresh Warrier
1
-0
/
+17
2016-09-12
KVM: PPC: Book3S HV: Complete passthrough interrupt in host
Suresh Warrier
7
-3
/
+49
2016-09-12
KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
Suresh Warrier
5
-2
/
+132
2016-09-09
KVM: PPC: Book3S HV: Enable IRQ bypass
Suresh Warrier
1
-1
/
+159
2016-09-09
KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
Suresh Warrier
3
-0
/
+44
2016-09-09
KVM: PPC: select IRQ_BYPASS_MANAGER
Suresh Warrier
3
-0
/
+44
2016-09-09
KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
Suresh Warrier
2
-84
/
+158
2016-09-09
Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-next
Paul Mackerras
13
-131
/
+164
2016-09-09
powerpc: move hmi.c to arch/powerpc/kvm/
Paolo Bonzini
5
-7
/
+10
2016-09-09
powerpc/powernv: Provide facilities for EOI, usable from real mode
Suresh Warrier
2
-4
/
+23
2016-09-09
powerpc: Add simple cache inhibited MMIO accessors
Suresh Warrier
1
-0
/
+29
2016-09-09
powerpc/mm: Speed up computation of base and actual page size for a HPTE
Paul Mackerras
5
-120
/
+102
2016-09-08
Merge tag 'kvm-s390-next-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
138
-663
/
+2472
2016-09-08
Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390next
Christian Borntraeger
2
-4
/
+25
2016-09-08
KVM: s390: Use memdup_user() rather than duplicating code
Markus Elfring
1
-14
/
+4
2016-09-08
KVM: s390: Improve determination of sizes in kvm_s390_import_bp_data()
Markus Elfring
1
-10
/
+15
2016-09-08
KVM: s390: allow 255 VCPUs when sca entries aren't used
David Hildenbrand
4
-2
/
+32
2016-09-08
KVM: s390: lazy enable RI
Fan Zhang
4
-2
/
+36
2016-09-08
svm: Implements update_pi_irte hook to setup posted interrupt
Suravee Suthikulpanit
1
-19
/
+266
2016-09-08
svm: Introduce AMD IOMMU avic_ga_log_notifier
Suravee Suthikulpanit
2
-2
/
+69
2016-09-08
svm: Introduces AVIC per-VM ID
Suravee Suthikulpanit
2
-0
/
+52
2016-09-08
KVM: s390: gaccess: simplify translation exception handling
Janosch Frank
1
-19
/
+18
2016-09-08
KVM: s390: guestdbg: separate defines for per code
David Hildenbrand
1
-11
/
+17
2016-09-08
KVM: s390: write external damage code on machine checks
David Hildenbrand
2
-0
/
+3
2016-09-08
KVM: s390: fix delivery of vector regs during machine checks
David Hildenbrand
3
-37
/
+13
2016-09-08
KVM: s390: split store status and machine check handling
David Hildenbrand
1
-1
/
+28
2016-09-08
KVM: s390: factor out actual delivery of machine checks
David Hildenbrand
1
-23
/
+31
2016-09-08
KVM: PPC: Implement existing and add new halt polling vcpu stats
Suraj Jitindar Singh
3
-5
/
+39
2016-09-08
KVM: Add provisioning for ulong vm stats and u64 vcpu stats
Suraj Jitindar Singh
7
-170
/
+170
2016-09-08
KVM: PPC: Book3S HV: Implement halt polling
Suraj Jitindar Singh
4
-14
/
+126
2016-09-08
KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list t...
Suraj Jitindar Singh
3
-28
/
+43
2016-09-08
KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
Suraj Jitindar Singh
2
-35
/
+35
2016-09-07
KVM: nVMX: expose INS/OUTS information support
Jan Dakinevich
1
-0
/
+9
2016-09-07
KVM: VMX: not use vmcs_config in setup_vmcs_config
Paolo Bonzini
1
-1
/
+1
2016-09-07
KVM: x86: remove stale comments
Paolo Bonzini
1
-1
/
+0
2016-09-07
KVM: x86: ratelimit and decrease severity for guest-triggered printk
Paolo Bonzini
1
-9
/
+9
[next]