index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-16
sev/i386: Don't allow a system reset under an SEV-ES guest
Tom Lendacky
11
-0
/
+56
2021-02-16
sev/i386: Allow AP booting under SEV-ES
Paolo Bonzini
6
-1
/
+151
2021-02-16
sev/i386: Require in-kernel irqchip support for SEV-ES guests
Tom Lendacky
1
-0
/
+6
2021-02-16
sev/i386: Add initial support for SEV-ES
Tom Lendacky
4
-2
/
+50
2021-02-16
sev: update sev-inject-launch-secret to make gpa optional
James Bottomley
2
-2
/
+23
2021-02-16
pc: add parser for OVMF reset block
James Bottomley
4
-5
/
+123
2021-02-16
Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...
Peter Maydell
7
-127
/
+163
2021-02-16
MAINTAINERS: add myself maintainer for the clock framework
Luc Michel
1
-0
/
+11
2021-02-16
hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode
Hao Wu
4
-16
/
+501
2021-02-16
hw/i2c: Add a QTest for NPCM7XX SMBus Device
Hao Wu
2
-0
/
+353
2021-02-16
hw/arm: Add I2C sensors and EEPROM for GSJ machine
Hao Wu
2
-0
/
+28
2021-02-16
hw/arm: Add I2C sensors for NPCM750 eval board
Hao Wu
1
-0
/
+19
2021-02-16
hw/i2c: Implement NPCM7XX SMBus Module Single Mode
Hao Wu
7
-17
/
+938
2021-02-16
tests/tcg/aarch64: Add mte smoke tests
Richard Henderson
7
-0
/
+239
2021-02-16
target/arm: Enable MTE for user-only
Richard Henderson
1
-0
/
+15
2021-02-16
target/arm: Add allocation tag storage for user mode
Richard Henderson
1
-2
/
+27
2021-02-16
linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
Richard Henderson
3
-0
/
+22
2021-02-16
linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
Richard Henderson
2
-0
/
+5
2021-02-16
linux-user/aarch64: Pass syndrome to EXC_*_ABORT
Richard Henderson
2
-9
/
+30
2021-02-16
target/arm: Split out syndrome.h from internals.h
Richard Henderson
2
-244
/
+274
2021-02-16
linux-user/aarch64: Implement PROT_MTE
Richard Henderson
4
-8
/
+17
2021-02-16
linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
Richard Henderson
2
-0
/
+52
2021-02-16
target/arm: Use the proper TBI settings for linux-user
Richard Henderson
3
-10
/
+5
2021-02-16
target/arm: Improve gen_top_byte_ignore
Richard Henderson
1
-11
/
+14
2021-02-16
linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
Richard Henderson
4
-0
/
+62
2021-02-16
linux-user: Handle tags in lock_user/unlock_user
Richard Henderson
1
-13
/
+14
2021-02-16
linux-user: Fix types in uaccess.c
Richard Henderson
2
-29
/
+28
2021-02-16
linux-user: Move lock_user et al out of line
Richard Henderson
2
-40
/
+53
2021-02-16
linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
Richard Henderson
6
-13
/
+24
2021-02-16
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
5
-13
/
+14
2021-02-16
linux-user: Use guest_range_valid in access_ok
Richard Henderson
1
-6
/
+3
2021-02-16
linux-user: Explicitly untag memory management syscalls
Richard Henderson
1
-0
/
+11
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
20
-137
/
+154
2021-02-16
exec: Introduce cpu_untagged_addr
Richard Henderson
1
-0
/
+7
2021-02-16
linux-user: Fix guest_addr_valid vs reserved_va
Richard Henderson
1
-5
/
+4
2021-02-16
linux-user: Do not use guest_addr_valid for h2g_valid
Richard Henderson
1
-1
/
+4
2021-02-16
bsd-user: Tidy VERIFY_READ/VERIFY_WRITE
Richard Henderson
1
-5
/
+4
2021-02-16
linux-user: Tidy VERIFY_READ/VERIFY_WRITE
Richard Henderson
1
-5
/
+3
2021-02-16
linux-user: Check for overflow in access_ok
Richard Henderson
1
-5
/
+12
2021-02-16
exec: Improve types for guest_addr_valid
Richard Henderson
1
-1
/
+1
2021-02-16
exec: Use uintptr_t in cpu_ldst.h
Richard Henderson
1
-3
/
+3
2021-02-16
exec: Use uintptr_t for guest_base
Richard Henderson
4
-7
/
+7
2021-02-16
linux-user: Introduce PAGE_ANON
Richard Henderson
2
-0
/
+5
2021-02-16
tcg: Introduce target-specific page data for user-only
Richard Henderson
4
-9
/
+69
2021-02-15
Acceptance Tests: set up existing ssh keys by default
Cleber Rosa
1
-0
/
+14
2021-02-15
Acceptance Tests: fix population of public key in cloudinit image
Cleber Rosa
1
-1
/
+3
2021-02-15
Acceptance Tests: introduce method for requiring an accelerator
Cleber Rosa
3
-29
/
+34
2021-02-15
Acceptance Tests: introduce LinuxTest base class
Cleber Rosa
3
-93
/
+94
2021-02-15
maint: Tell git that *.py files should use python diff hunks
Eric Blake
1
-0
/
+1
2021-02-15
tests/acceptance/virtio-gpu.py: preserve virtio-user-gpu log
Cleber Rosa
1
-2
/
+3
[prev]
[next]