index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-2
/
+2
*
KVM: Return an error code only as a constant in kvm_get_dirty_log()
Markus Elfring
2017-02-17
1
-11
/
+5
*
KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()
Markus Elfring
2017-02-17
1
-12
/
+5
*
KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()
Markus Elfring
2017-02-17
1
-4
/
+1
*
KVM: Support vCPU-based gfn->hva cache
Cao, Lei
2017-02-16
1
-17
/
+17
*
KVM: use separate generations for each address space
Paolo Bonzini
2017-02-16
1
-8
/
+16
*
KVM: only retrieve memslots once when initializing cache
Paolo Bonzini
2017-02-16
1
-7
/
+14
*
KVM: arm/arm64: Emulate the EL1 phys timer registers
Jintack Lim
2017-02-08
1
-1
/
+1
*
KVM: arm/arm64: Set up a background timer for the physical timer emulation
Jintack Lim
2017-02-08
1
-1
/
+24
*
KVM: arm/arm64: Set a background timer to the earliest timer expiration
Jintack Lim
2017-02-08
1
-13
/
+40
*
KVM: arm/arm64: Update the physical timer interrupt level
Jintack Lim
2017-02-08
1
-0
/
+4
*
KVM: arm/arm64: Initialize the emulated EL1 physical timer
Jintack Lim
2017-02-08
1
-2
/
+7
*
KVM: arm/arm64: Decouple kvm timer functions from virtual timer
Jintack Lim
2017-02-08
1
-29
/
+25
*
KVM: arm/arm64: Move cntvoff to each timer context
Jintack Lim
2017-02-08
2
-12
/
+29
*
KVM: arm/arm64: Abstract virtual timer context into separate structure
Jintack Lim
2017-02-08
2
-37
/
+42
*
KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
Shanker Donthineni
2017-02-08
1
-0
/
+3
*
KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irq
Christoffer Dall
2017-02-01
2
-35
/
+18
*
KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
Vijaya Kumar K
2017-01-30
5
-1
/
+119
*
KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access
Vijaya Kumar K
2017-01-30
4
-0
/
+66
*
KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
Vijaya Kumar K
2017-01-30
4
-18
/
+39
*
KVM: arm/arm64: vgic: Add distributor and redistributor access
Vijaya Kumar K
2017-01-30
5
-36
/
+292
*
KVM: arm/arm64: vgic: Implement support for userspace access
Vijaya Kumar K
2017-01-30
4
-49
/
+169
*
KVM: arm/arm64: vgic: Add debugfs vgic-state file
Christoffer Dall
2017-01-25
3
-0
/
+290
*
KVM: arm/arm64: Remove struct vgic_irq pending field
Christoffer Dall
2017-01-25
8
-44
/
+37
*
Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
2017-01-17
5
-24
/
+57
|
\
|
*
KVM: arm/arm64: vgic: Fix deadlock on error handling
Marc Zyngier
2017-01-13
3
-9
/
+13
|
*
KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems
Jintack Lim
2017-01-13
2
-12
/
+44
|
*
KVM: arm/arm64: Fix occasional warning from the timer work function
Christoffer Dall
2017-01-13
1
-3
/
+0
*
|
KVM: eventfd: fix NULL deref irqbypass consumer
Wanpeng Li
2017-01-12
1
-2
/
+2
|
/
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-12-25
1
-3
/
+3
|
\
|
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-3
/
+3
*
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-12-25
3
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-12-25
3
-3
/
+3
*
|
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
|
/
*
mm: unexport __get_user_pages_unlocked()
Lorenzo Stoakes
2016-12-14
2
-6
/
+9
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-12-13
7
-56
/
+92
|
\
|
*
Merge tag 'kvm-arm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2016-12-12
6
-47
/
+14
|
|
\
|
|
*
KVM: arm/arm64: timer: Check for properly initialized timer on init
Christoffer Dall
2016-12-09
1
-0
/
+5
|
|
*
KVM: arm/arm64: vgic-v2: Limit ITARGETSR bits to number of VCPUs
Andre Przywara
2016-12-09
1
-1
/
+2
|
|
*
arm/arm64: KVM: Clean up useless code in kvm_timer_enable
Longpeng(Mike)
2016-11-15
1
-11
/
+1
|
|
*
ARM: KVM: Support vGICv3 ITS
Vladimir Murzin
2016-11-14
3
-30
/
+0
|
|
*
KVM: arm64: vgic-its: Fix compatibility with 32-bit
Vladimir Murzin
2016-11-14
1
-5
/
+6
|
*
|
KVM: Export kvm module parameter variables
Suraj Jitindar Singh
2016-11-28
1
-3
/
+6
|
*
|
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
2016-11-16
4
-27
/
+50
|
|
\
|
|
*
|
kvm/stats: Update kvm stats to clear on write to their debugfs entry
Suraj Jitindar Singh
2016-11-02
1
-6
/
+72
*
|
|
Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2016-12-13
1
-0
/
+18
|
\
\
\
|
*
|
|
kvm: set/clear kvm to/from vfio_group when group add/delete
Jike Song
2016-12-01
1
-0
/
+18
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2016-12-11
3
-5
/
+9
|
\
\
\
|
*
|
|
KVM: use after free in kvm_ioctl_create_device()
Dan Carpenter
2016-12-01
1
-1
/
+1
|
*
|
|
Merge tag 'kvm-arm-for-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2016-12-01
2
-4
/
+8
|
|
\
\
\
[next]