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
2023-06-10
target/ppc: Fix decrementer time underflow and infinite timer loop
Nicholas Piggin
1
-0
/
+2
2023-06-10
target/ppc: Rework store conditional to avoid branch
Nicholas Piggin
1
-33
/
+30
2023-06-10
target/ppc: Remove larx/stcx. memory barrier semantics
Nicholas Piggin
1
-11
/
+0
2023-06-10
target/ppc: Ensure stcx size matches larx
Nicholas Piggin
3
-4
/
+14
2023-06-10
target/ppc: Fix lqarx to set cpu_reserve
Nicholas Piggin
1
-0
/
+1
2023-06-10
target/ppc: Eliminate goto in mmubooke_check_tlb()
BALATON Zoltan
1
-19
/
+21
2023-06-10
target/ppc: Change ppcemb_tlb_check() to return bool
BALATON Zoltan
1
-13
/
+13
2023-06-10
target/ppc: Simplify ppcemb_tlb_search()
BALATON Zoltan
1
-7
/
+3
2023-06-10
target/ppc: Remove some unneded line breaks
BALATON Zoltan
2
-10
/
+6
2023-06-10
target/ppc: Move ppcemb_tlb_search() to mmu_common.c
BALATON Zoltan
3
-25
/
+22
2023-06-10
target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
BALATON Zoltan
3
-15
/
+11
2023-06-10
target/ppc: Remove single use function
BALATON Zoltan
1
-10
/
+1
2023-06-10
target/ppc: PMU implement PERFM interrupts
Nicholas Piggin
2
-8
/
+15
2023-06-10
target/ppc: Support directed privileged doorbell interrupt (SDOOR)
Nicholas Piggin
1
-1
/
+1
2023-06-10
target/ppc: Fix msgclrp interrupt type
Nicholas Piggin
1
-1
/
+1
2023-06-10
target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
Nicholas Piggin
1
-1
/
+0
2023-06-10
target/ppc: Fix PMU hflags calculation
Nicholas Piggin
6
-41
/
+85
2023-06-10
pnv/xive2: Quiet down some error messages
Frederic Barrat
1
-0
/
+4
2023-06-10
target/ppc: Fix nested-hv HEAI delivery
Nicholas Piggin
1
-2
/
+5
2023-06-10
pnv/xive2: Handle TIMA access through all ports
Frederic Barrat
2
-1
/
+5
2023-06-10
pnv/xive2: Introduce macros to manipulate TIMA addresses
Frederic Barrat
2
-7
/
+23
2023-06-10
pnv/xive2: Allow writes to the Physical Thread Enable registers
Frederic Barrat
1
-0
/
+1
2023-06-10
pnv/xive2: Add definition for the ESB cache configuration register
Frederic Barrat
2
-0
/
+11
2023-06-10
pnv/xive2: Add definition for TCTXT Config register
Frederic Barrat
2
-1
/
+11
2023-06-09
tcg/tci: Fix MemOpIdx operand index for 3-operand memops
Richard Henderson
1
-1
/
+1
2023-06-09
Merge tag 'pull-maintainers-20230608' of https://gitlab.com/jraman/qemu into ...
Richard Henderson
1
-1
/
+0
2023-06-08
maintainers: update maintainers list for vfio-user & multi-process QEMU
Jagannathan Raman
1
-1
/
+0
2023-06-08
Merge tag 'pull-9p-20230608' of https://github.com/cschoenebeck/qemu into sta...
Richard Henderson
2
-2
/
+64
2023-06-08
9pfs: prevent opening special files (CVE-2023-2861)
Christian Schoenebeck
2
-2
/
+64
2023-06-07
Merge tag 'pull-tricore-20230607' of https://github.com/bkoppelmann/qemu into...
Richard Henderson
28
-91
/
+572
2023-06-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
4
-2
/
+2
2023-06-07
Merge tag 'pull-xen-20230607' of https://xenbits.xen.org/git-http/people/aper...
Richard Henderson
16
-327
/
+73
2023-06-07
Merge tag 'pull-vfio-user-20230607' of https://gitlab.com/jraman/qemu into st...
Richard Henderson
2
-4
/
+12
2023-06-07
tests/tcg/tricore: Add recursion test for CSAs
Bastian Koppelmann
2
-1
/
+17
2023-06-07
target/tricore: Fix wrong PSW for call insns
Bastian Koppelmann
1
-0
/
+2
2023-06-07
target/tricore: Refactor PCXI/ICR register fields
Bastian Koppelmann
4
-56
/
+123
2023-06-07
tests/tcg/tricore: Add first C program
Bastian Koppelmann
6
-0
/
+396
2023-06-07
tests/tcg/tricore: Uses label for memory addresses
Bastian Koppelmann
3
-7
/
+6
2023-06-07
tests/tcg/tricore: Move asm tests into 'asm' directory
Bastian Koppelmann
17
-17
/
+18
2023-06-07
Merge tag 'pull-ci-20230607' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
6
-41
/
+38
2023-06-07
iotests: fix 194: filter out racy postcopy-active event
Vladimir Sementsov-Ogievskiy
2
-1
/
+5
2023-06-07
gitlab: Add cross-arm64-kvm-only
Richard Henderson
1
-0
/
+8
2023-06-07
target/arm: Only include tcg/oversized-guest.h if CONFIG_TCG
Richard Henderson
1
-2
/
+3
2023-06-07
tcg/tci: Adjust call-clobbered regs for int128_t
Richard Henderson
1
-4
/
+5
2023-06-07
tcg/tci: Adjust passing of MemOpIdx
Richard Henderson
2
-34
/
+17
2023-06-07
docs: fix multi-process QEMU documentation
Jagannathan Raman
1
-1
/
+1
2023-06-07
vfio-user: update comments
Jagannathan Raman
1
-3
/
+11
2023-06-07
xen-block: fix segv on unrealize
Anthony PERARD
1
-2
/
+4
2023-06-07
hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE
Bernhard Beschow
3
-19
/
+2
2023-06-07
hw/isa/piix3: Resolve redundant k->config_write assignments
Bernhard Beschow
1
-2
/
+1
[next]