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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2026-03-30
KVM: arm64: Implement the MEM_SHARE hypercall for protected VMs
Will Deacon
3
-0
/
+94
2026-03-30
KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
Will Deacon
3
-0
/
+39
2026-03-30
KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
Will Deacon
5
-3
/
+61
2026-03-30
KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
Will Deacon
3
-6
/
+32
2026-03-30
KVM: arm64: Introduce hypercall to force reclaim of a protected page
Will Deacon
8
-2
/
+154
2026-03-30
KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
Will Deacon
1
-2
/
+18
2026-03-30
KVM: arm64: Change 'pkvm_handle_t' to u16
Will Deacon
2
-1
/
+2
2026-03-30
KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
Will Deacon
2
-17
/
+32
2026-03-30
KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
Will Deacon
3
-26
/
+62
2026-03-30
KVM: arm64: Avoid pointless annotation when mapping host-owned pages
Will Deacon
1
-12
/
+16
2026-03-30
KVM: arm64: Inject SIGSEGV on illegal accesses
Quentin Perret
2
-0
/
+59
2026-03-30
KVM: arm64: Support translation faults in inject_host_exception()
Will Deacon
2
-3
/
+17
2026-03-30
KVM: arm64: Factor out pKVM host exception injection logic
Will Deacon
1
-26
/
+23
2026-03-30
KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
Will Deacon
1
-1
/
+30
2026-03-30
KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
Will Deacon
6
-0
/
+105
2026-03-30
KVM: arm64: Handle aborts from protected VMs
Will Deacon
1
-8
/
+81
2026-03-30
KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
Will Deacon
1
-17
/
+41
2026-03-30
KVM: arm64: Introduce __pkvm_host_donate_guest()
Will Deacon
5
-1
/
+55
2026-03-30
KVM: arm64: Split teardown hypercall into two phases
Will Deacon
6
-12
/
+67
2026-03-30
KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
Will Deacon
1
-5
/
+16
2026-03-30
KVM: arm64: Prevent unsupported memslot operations on protected VMs
Will Deacon
2
-0
/
+19
2026-03-30
KVM: arm64: Ignore MMU notifier callbacks for protected VMs
Will Deacon
2
-4
/
+24
2026-03-30
KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
Will Deacon
2
-53
/
+34
2026-03-30
KVM: arm64: Expose self-hosted debug regs as RAZ/WI for protected guests
Fuad Tabba
1
-0
/
+8
2026-03-30
KVM: arm64: Don't advertise unsupported features for protected guests
Will Deacon
1
-2
/
+0
2026-03-30
KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
Will Deacon
1
-4
/
+4
2026-03-30
KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
Will Deacon
1
-3
/
+6
2026-03-30
KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
Will Deacon
1
-1
/
+3
2026-03-30
KVM: arm64: Remove unused PKVM_ID_FFA definition
Will Deacon
1
-1
/
+0
2026-03-15
Linux 7.0-rc4
v7.0-rc4
Linus Torvalds
1
-1
/
+1
2026-03-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-11
/
+5
2026-03-15
Merge tag 'probes-fixes-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+6
2026-03-15
Merge tag 'bootconfig-fixes-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-3
/
+54
2026-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
57
-388
/
+758
2026-03-15
Merge tag 'powerpc-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
14
-77
/
+107
2026-03-15
Merge tag 'x86-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2026-03-15
Merge tag 'timers-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2026-03-15
Merge tag 'sched-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-56
/
+34
2026-03-15
Merge tag 'objtool-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-60
/
+71
2026-03-15
Merge tag 'irq-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+17
2026-03-15
Merge tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-158
/
+211
2026-03-15
Merge tag 'i2c-for-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-03-14
Merge tag 'rust-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-58
/
+59
2026-03-14
Merge tag 'usb-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
31
-369
/
+330
2026-03-14
Merge tag 'char-misc-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
32
-181
/
+325
2026-03-14
Merge tag 'staging-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-17
/
+26
2026-03-14
Merge tag 'drm-fixes-2026-03-14' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
60
-399
/
+935
2026-03-14
Merge tag 'wq-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-27
/
+128
2026-03-14
Merge tag 'cgroup-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-28
/
+37
2026-03-14
Merge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-32
/
+138
[next]