index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
KVM: arm64: Fail the idreg iterator if idregs aren't initialized
Oliver Upton
1
-1
/
+2
2024-02-22
KVM: arm64: Make build-time check of RES0/RES1 bits optional
Marc Zyngier
2
-0
/
+15
2024-02-19
KVM: arm64: Add debugfs file for guest's ID registers
Marc Zyngier
2
-0
/
+84
2024-02-19
KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking
Marc Zyngier
2
-0
/
+124
2024-02-19
KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest
Marc Zyngier
4
-4
/
+10
2024-02-19
KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is not advertised to the guest
Marc Zyngier
1
-0
/
+4
2024-02-19
KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guest
Marc Zyngier
2
-3
/
+25
2024-02-19
KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
Marc Zyngier
1
-0
/
+34
2024-02-19
KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
Marc Zyngier
1
-33
/
+9
2024-02-19
KVM: arm64: Move existing feature disabling over to FGU infrastructure
Marc Zyngier
4
-14
/
+36
2024-02-19
KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
Marc Zyngier
2
-20
/
+72
2024-02-19
KVM: arm64: Add Fine-Grained UNDEF tracking information
Marc Zyngier
2
-12
/
+21
2024-02-19
KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
Marc Zyngier
4
-3
/
+4
2024-02-19
KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
Marc Zyngier
3
-55
/
+50
2024-02-19
KVM: arm64: Register AArch64 system register entries with the sysreg xarray
Marc Zyngier
3
-3
/
+50
2024-02-19
KVM: arm64: Always populate the trap configuration xarray
Marc Zyngier
1
-4
/
+1
2024-02-19
KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
Marc Zyngier
1
-15
/
+44
2024-02-19
KVM: arm64: Drop the requirement for XARRAY_MULTI
Marc Zyngier
1
-1
/
+0
2024-02-19
KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
Marc Zyngier
1
-13
/
+36
2024-02-19
KVM: arm64: nv: Correctly handle negative polarity FGTs
Marc Zyngier
1
-3
/
+56
2024-02-19
KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
Marc Zyngier
1
-2
/
+1
2024-02-19
KVM: arm64: nv: Drop sanitised_sys_reg() helper
Marc Zyngier
1
-15
/
+7
2024-02-19
KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
Marc Zyngier
1
-0
/
+42
2024-02-19
KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
Marc Zyngier
1
-0
/
+128
2024-02-19
KVM: arm64: nv: Add sanitising to EL2 configuration registers
Marc Zyngier
1
-1
/
+57
2024-02-19
KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
Marc Zyngier
3
-2
/
+62
2024-02-19
KVM: arm64: Add feature checking helpers
Marc Zyngier
4
-20
/
+52
2024-02-19
arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
Marc Zyngier
1
-1
/
+7
2024-02-15
arm64: cpufeatures: Fix FEAT_NV check when checking for FEAT_NV1
Marc Zyngier
1
-1
/
+1
2024-02-12
arm64: cpufeatures: Only check for NV1 if NV is present
Marc Zyngier
1
-2
/
+3
2024-02-12
arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()
Marc Zyngier
1
-0
/
+1
2024-02-08
KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implemented
Marc Zyngier
1
-1
/
+17
2024-02-08
KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented
Marc Zyngier
2
-2
/
+13
2024-02-08
KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
Marc Zyngier
2
-1
/
+8
2024-02-08
arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
Marc Zyngier
1
-8
/
+15
2024-02-08
arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
Marc Zyngier
2
-0
/
+13
2024-02-08
arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
Marc Zyngier
3
-0
/
+9
2024-02-08
arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
Marc Zyngier
1
-0
/
+37
2024-02-08
arm64: cpufeature: Correctly display signed override values
Marc Zyngier
1
-1
/
+2
2024-02-08
arm64: cpufeatures: Correctly handle signed values
Marc Zyngier
2
-9
/
+57
2024-02-08
arm64: Add macro to compose a sysreg field value
Marc Zyngier
2
-2
/
+6
2024-01-21
Linux 6.8-rc1
Linus Torvalds
1
-2
/
+2
2024-01-21
bcachefs: Improve inode_to_text()
Kent Overstreet
1
-7
/
+18
2024-01-21
bcachefs: logged_ops_format.h
Kent Overstreet
2
-27
/
+31
2024-01-21
bcachefs: reflink_format.h
Kent Overstreet
3
-47
/
+48
2024-01-21
bcachefs; extents_format.h
Kent Overstreet
2
-279
/
+284
2024-01-21
bcachefs: ec_format.h
Kent Overstreet
2
-16
/
+20
2024-01-21
bcachefs: subvolume_format.h
Kent Overstreet
2
-32
/
+36
2024-01-21
bcachefs: snapshot_format.h
Kent Overstreet
2
-33
/
+37
2024-01-21
bcachefs: alloc_background_format.h
Kent Overstreet
2
-93
/
+94
[next]