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
2020-11-27
KVM: arm64: Get rid of the PMU ready state
Marc Zyngier
2
-4
/
+0
2020-11-27
KVM: arm64: Gate kvm_pmu_update_state() on the PMU feature
Marc Zyngier
1
-1
/
+1
2020-11-27
KVM: arm64: Remove dead PMU sysreg decoding code
Marc Zyngier
1
-5
/
+4
2020-11-27
KVM: arm64: Remove PMU RAZ/WI handling
Marc Zyngier
1
-30
/
+0
2020-11-27
KVM: arm64: Inject UNDEF on PMU access when no PMU configured
Marc Zyngier
1
-4
/
+8
2020-11-27
KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset time
Marc Zyngier
2
-2
/
+6
2020-11-27
KVM: arm64: Set ID_AA64DFR0_EL1.PMUVer to 0 when no PMU support
Marc Zyngier
1
-1
/
+6
2020-11-27
KVM: arm64: Refuse to run VCPU if PMU is not initialized
Alexandru Elisei
1
-4
/
+4
2020-11-27
KVM: arm64: Add kvm_vcpu_has_pmu() helper
Marc Zyngier
2
-5
/
+6
2020-11-10
KVM: arm64: Drop kvm_coproc.h
Marc Zyngier
7
-44
/
+18
2020-11-10
KVM: arm64: Drop legacy copro shadow register
Marc Zyngier
1
-47
/
+1
2020-11-10
KVM: arm64: Drop is_aarch32 trap attribute
Marc Zyngier
3
-8
/
+2
2020-11-10
KVM: arm64: Drop is_32bit trap attribute
Marc Zyngier
3
-6
/
+0
2020-11-10
KVM: arm64: Map AArch32 cp14 register to AArch64 sysregs
Marc Zyngier
2
-80
/
+37
2020-11-10
KVM: arm64: Map AArch32 cp15 register to AArch64 sysregs
Marc Zyngier
1
-48
/
+66
2020-11-10
KVM: arm64: Add AArch32 mapping annotation
Marc Zyngier
1
-0
/
+7
2020-11-10
KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
Marc Zyngier
2
-43
/
+20
2020-11-10
KVM: arm64: Introduce handling of AArch32 TTBCR2 traps
Marc Zyngier
2
-0
/
+2
2020-11-10
KVM: arm64: Get rid of the AArch32 register mapping code
Marc Zyngier
4
-134
/
+26
2020-11-10
KVM: arm64: Consolidate exception injection
Marc Zyngier
4
-102
/
+73
2020-11-10
KVM: arm64: Remove SPSR manipulation primitives
Marc Zyngier
2
-122
/
+0
2020-11-10
KVM: arm64: Inject AArch32 exceptions from HYP
Marc Zyngier
2
-154
/
+195
2020-11-10
KVM: arm64: Inject AArch64 exceptions from HYP
Marc Zyngier
3
-108
/
+154
2020-11-10
KVM: arm64: Add basic hooks for injecting exceptions from EL2
Marc Zyngier
5
-6
/
+53
2020-11-10
KVM: arm64: Move VHE direct sysreg accessors into kvm_host.h
Marc Zyngier
2
-81
/
+91
2020-11-10
KVM: arm64: Move PC rollback on SError to HYP
Marc Zyngier
2
-17
/
+15
2020-11-10
KVM: arm64: Make kvm_skip_instr() and co private to HYP
Marc Zyngier
12
-31
/
+77
2020-11-10
KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()
Marc Zyngier
6
-12
/
+12
2020-11-10
KVM: arm64: Don't adjust PC on SError during SMC trap
Marc Zyngier
1
-8
/
+8
2020-11-09
Linux 5.10-rc3
v5.10-rc3
Linus Torvalds
1
-1
/
+1
2020-11-08
Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-7
/
+30
2020-11-08
Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-25
/
+11
2020-11-08
Merge tag 'usb-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
11
-6
/
+38
2020-11-08
fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
Eddy Wu
1
-5
/
+5
2020-11-08
vt: Disable KD_FONT_OP_COPY
Daniel Vetter
1
-22
/
+2
2020-11-08
Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-33
/
+38
2020-11-08
Merge branch 'hch' (patches from Christoph)
Linus Torvalds
6
-17
/
+39
2020-11-08
Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-32
/
+54
2020-11-08
Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+5
2020-11-08
Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+14
2020-11-08
Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-18
/
+107
2020-11-08
Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-11-08
Merge tag 'powerpc-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
10
-104
/
+44
2020-11-08
Merge tag 'block-5.10-2020-11-07' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-46
/
+65
2020-11-08
Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-48
/
+142
2020-11-08
futex: Handle transient "ownerless" rtmutex state correctly
Mike Galbraith
1
-2
/
+14
2020-11-07
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-177
/
+177
2020-11-07
Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-23
/
+47
2020-11-07
Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-1
/
+16
2020-11-07
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
1
-7
/
+5
[next]