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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-22
KVM: s390: convert pfault code
Heiko Carstens
2
-7
/
+7
2014-04-22
KVM: s390: convert handle_stfl()
Heiko Carstens
1
-3
/
+3
2014-04-22
KVM: s390: convert local irqs in __do_deliver_interrupt()
Jens Freimann
1
-38
/
+43
2014-04-22
KVM: s390: convert __do_deliver_interrupt()
Heiko Carstens
1
-38
/
+44
2014-04-22
KVM: s390: make use of ipte lock
Heiko Carstens
5
-1
/
+142
2014-04-22
KVM: s390/sclp: correctly set eca siif bit
Heiko Carstens
2
-2
/
+9
2014-04-22
KVM: s390: add architecture compliant guest access functions
Heiko Carstens
3
-1
/
+709
2014-04-22
KVM: s390: add lowcore access functions
Heiko Carstens
1
-2
/
+93
2014-04-22
KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function
Heiko Carstens
2
-0
/
+34
2014-04-22
KVM: s390: add kvm_s390_logical_to_effective() helper
Heiko Carstens
1
-0
/
+25
2014-04-22
s390/ctl_reg: add union type for control register 0
Heiko Carstens
1
-0
/
+14
2014-04-22
s390/ptrace: add struct psw and accessor function
Heiko Carstens
1
-0
/
+44
2014-04-22
KVM: s390: export test_vfacility()
Heiko Carstens
2
-1
/
+2
2014-04-22
KVM: s390: allow injecting every kind of interrupt
Jens Freimann
3
-7
/
+80
2014-04-22
KVM: s390: Exploiting generic userspace interface for cmma
Dominik Dingel
2
-0
/
+50
2014-04-22
KVM: s390: make cmma usage conditionally
Dominik Dingel
5
-31
/
+44
2014-04-22
KVM: s390: Per-vm kvm device controls
Dominik Dingel
1
-0
/
+54
2014-04-22
KVM: s390: Add proper dirty bitmap support to S390 kvm.
Jason J. Herne
1
-1
/
+50
2014-04-22
KVM: s390/mm: new gmap_test_and_clear_dirty function
Dominik Dingel
2
-0
/
+23
2014-04-22
KVM: s390/mm: use software dirty bit detection for user dirty tracking
Martin Schwidefsky
2
-82
/
+59
2014-04-22
KVM: s390: Don't enable skeys by default
Dominik Dingel
5
-1
/
+33
2014-04-22
KVM: s390: Allow skeys to be enabled for the current process
Dominik Dingel
2
-0
/
+24
2014-04-22
KVM: s390: Clear storage keys
Dominik Dingel
3
-15
/
+37
2014-04-22
KVM: s390: Adding skey bit to mmu context
Dominik Dingel
3
-14
/
+30
2014-04-22
KVM: x86: Fix CR3 and LDT sel should not be saved in TSS
Nadav Amit
1
-4
/
+6
2014-04-17
KVM: VMX: speed up wildcard MMIO EVENTFD
Michael S. Tsirkin
1
-0
/
+4
2014-04-17
KVM: support any-length wildcard ioeventfd
Michael S. Tsirkin
1
-0
/
+1
2014-04-17
KVM: x86: Fix page-tables reserved bits
Nadav Amit
1
-3
/
+3
2014-04-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
11
-31
/
+210
2014-04-16
Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-3
/
+3
2014-04-16
[IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237)
Tony Luck
3
-3
/
+3
2014-04-15
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-23
/
+94
2014-04-15
KVM: x86: remove WARN_ON from get_kernel_ns()
Marcelo Tosatti
1
-1
/
+0
2014-04-15
KVM: Rename variable smep to cr4_smep
Feng Wu
1
-3
/
+3
2014-04-15
KVM: expose SMAP feature to guest
Feng Wu
1
-1
/
+1
2014-04-15
KVM: Disable SMAP for guests in EPT realmode and EPT unpaging mode
Feng Wu
1
-5
/
+6
2014-04-15
KVM: Add SMAP support when setting CR4
Feng Wu
5
-13
/
+84
2014-04-15
KVM: Remove SMAP bit from CR4_RESERVED_BITS
Feng Wu
1
-1
/
+1
2014-04-13
powerpc: Don't try to set LPCR unless we're in hypervisor mode
Paul Mackerras
1
-1
/
+2
2014-04-13
Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
37
-1473
/
+1115
2014-04-13
Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...
Linus Torvalds
1
-1
/
+1
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
7
-8
/
+2
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
15
-18
/
+23
2014-04-12
blackfin: cleanup board files
Steven Miao
28
-1209
/
+1089
2014-04-12
bf609: clock: drop unused clock bit set/clear functions
Steven Miao
1
-18
/
+0
2014-04-12
Blackfin: bf537: rename "CONFIG_ADT75"
Paul Bolle
1
-1
/
+1
2014-04-12
Blackfin: bf537: rename "CONFIG_AD7314"
Paul Bolle
1
-2
/
+2
2014-04-12
Blackfin: bf537: rename ad2s120x ->ad2s1200
Paul Bolle
1
-7
/
+7
2014-04-12
blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"
Paul Bolle
1
-1
/
+1
2014-04-12
blackfin: dma: current count mmr is read only
Sonic Zhang
1
-2
/
+0
[prev]
[next]