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.13.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
2012-03-05
KVM: PPC: e500: clear up confusion between host and guest entries
Scott Wood
4
-96
/
+213
2012-03-05
KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
Scott Wood
1
-3
/
+1
2012-03-05
KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
Scott Wood
1
-13
/
+23
2012-03-05
KVM: s390: provide access guest registers via kvm_run
Christian Borntraeger
3
-8
/
+11
2012-03-05
KVM: s390: provide general purpose guest registers via kvm_run
Christian Borntraeger
7
-36
/
+37
2012-03-05
KVM: s390: provide the prefix register via kvm_run
Christian Borntraeger
2
-0
/
+9
2012-03-05
KVM: provide synchronous registers in kvm_run
Christian Borntraeger
6
-0
/
+53
2012-03-05
KVM: s390: rework code that sets the prefix
Christian Borntraeger
4
-6
/
+10
2012-03-05
KVM: SVM: Add support for AMD's OSVW feature in guests
Boris Ostrovsky
5
-1
/
+94
2012-03-05
KVM: MMU: unnecessary NX state assignment
Davidlohr Bueso
1
-1
/
+0
2012-03-05
KVM: s390: Fix return code for unknown ioctl numbers
Carsten Otte
1
-1
/
+1
2012-03-05
KVM: s390: ucontrol: announce capability for user controlled vms
Carsten Otte
2
-0
/
+4
2012-03-05
KVM: s390: fix assumption for KVM_MAX_VCPUS
Carsten Otte
1
-2
/
+3
2012-03-05
KVM: s390: ucontrol: disable sca
Carsten Otte
1
-10
/
+20
2012-03-05
KVM: s390: ucontrol: interface to inject faults on a vcpu page table
Carsten Otte
3
-0
/
+23
2012-03-05
KVM: s390: ucontrol: disable in-kernel irq stack
Carsten Otte
1
-1
/
+2
2012-03-05
KVM: s390: ucontrol: disable in-kernel handling of SIE intercepts
Carsten Otte
1
-1
/
+4
2012-03-05
KVM: s390: ucontrol: export SIE control block to user
Carsten Otte
8
-1
/
+37
2012-03-05
KVM: s390: ucontrol: export page faults to user
Carsten Otte
4
-5
/
+48
2012-03-05
KVM: s390: ucontrol: per vcpu address spaces
Carsten Otte
3
-1
/
+97
2012-03-05
KVM: s390: add parameter for KVM_CREATE_VM
Carsten Otte
10
-18
/
+65
2012-03-05
KVM: MMU: remove the redundant get_written_sptes
Xiao Guangrong
1
-4
/
+2
2012-03-05
KVM: MMU: Add missing large page accounting to drop_large_spte()
Takuya Yoshikawa
1
-0
/
+1
2012-03-05
KVM: MMU: Remove for_each_unsync_children() macro
Takuya Yoshikawa
1
-6
/
+1
2012-02-29
Merge tag 'for-3.3' of git://openrisc.net/jonas/linux
Linus Torvalds
4
-9
/
+13
2012-02-29
ecryptfs: fix printk format warning for size_t
Randy Dunlap
1
-1
/
+1
2012-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
Linus Torvalds
4
-12
/
+25
2012-02-28
Merge tag 'iommu-fixes-v3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-16
/
+49
2012-02-28
GFS2: Read resource groups on mount
Steven Whitehouse
4
-20
/
+17
2012-02-28
GFS2: Ensure rindex is uptodate for fallocate
Bob Peterson
1
-0
/
+5
2012-02-28
GFS2: Read in rindex if necessary during unlink
Bob Peterson
1
-2
/
+7
2012-02-28
GFS2: Fix race between lru_list and glock ref count
Steven Whitehouse
1
-4
/
+10
2012-02-28
Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/...
Linus Torvalds
1
-3
/
+5
2012-02-27
ktest: Fix make_min_config test when build fails
Steven Rostedt
1
-3
/
+5
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs
Linus Torvalds
5
-17
/
+12
2012-02-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-10
/
+46
2012-02-27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-51
/
+2
2012-02-27
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-13
/
+37
2012-02-27
compat: fix compile breakage on s390
Heiko Carstens
13
-14
/
+9
2012-02-27
ARM: OMAP: make iommu subsys_initcall to fix builtin omap3isp
Ohad Ben-Cohen
2
-2
/
+4
2012-02-27
NTFS: Update git repo path in MAINTAINERS file.
Anton Altaparmakov
1
-1
/
+1
2012-02-27
Merge branch 'master' of /Volumes/CaseSensitiveDisk/linux
Anton Altaparmakov
154
-660
/
+1223
2012-02-27
Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2
-8
/
+6
2012-02-27
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
1
-4
/
+31
2012-02-27
autofs4 - update MAINTAINERS mailing list entry
Ian Kent
1
-1
/
+1
2012-02-27
mod/file2alias: make modpost compile on darwin again
Andreas Bießmann
1
-4
/
+31
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
61
-204
/
+380
2012-02-26
Fix autofs compile without CONFIG_COMPAT
Linus Torvalds
1
-0
/
+4
2012-02-26
Linux 3.3-rc5
v3.3-rc5
Linus Torvalds
1
-1
/
+1
2012-02-26
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-17
/
+17
[next]