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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
target/arm: Fix aa64 ldp register writeback
Richard Henderson
1
-12
/
+17
2017-09-04
target/arm: Allow deliver_fault() caller to specify EA bit
Peter Maydell
2
-5
/
+7
2017-09-04
target/arm: Factor out fault delivery code
Peter Maydell
1
-53
/
+57
2017-09-04
target/arm/kvm: pmu: improve error handling
Andrew Jones
3
-23
/
+26
2017-09-04
hw/arm/virt: allow pmu instantiation with userspace irqchip
Andrew Jones
2
-3
/
+6
2017-09-04
target/arm/kvm: pmu: split init and set-irq stages
Andrew Jones
3
-30
/
+40
2017-09-04
hw/arm/virt: add pmu interrupt state
Andrew Jones
2
-0
/
+4
2017-09-04
target/arm: Create and use new function arm_v7m_is_handler_mode()
Peter Maydell
2
-6
/
+12
2017-09-04
target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until needed
Peter Maydell
1
-7
/
+8
2017-09-04
target/arm: Make arm_cpu_dump_state() handle the M-profile XPSR
Peter Maydell
1
-18
/
+40
2017-09-04
target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSR
Peter Maydell
1
-15
/
+34
2017-09-04
target/arm: Don't store M profile PRIMASK and FAULTMASK in daif
Peter Maydell
4
-19
/
+41
2017-09-04
target/arm: Define and use XPSR bit masks
Peter Maydell
2
-17
/
+36
2017-09-04
target/arm: Fix outdated comment about exception exit
Peter Maydell
1
-1
/
+1
2017-09-04
target/arm: Remove incorrect comment about MPU_CTRL
Peter Maydell
1
-1
/
+1
2017-09-04
target/arm: Tighten up Thumb decode where new v8M insns will be
Peter Maydell
1
-9
/
+39
2017-09-04
target/arm: Consolidate PMSA handling in get_phys_addr()
Peter Maydell
1
-16
/
+22
2017-09-04
target/arm: Don't trap WFI/WFE for M profile
Peter Maydell
1
-0
/
+5
2017-09-04
target/arm: Use MMUAccessType enum rather than int
Peter Maydell
2
-16
/
+17
2017-09-01
arm: replace cpu_arm_init() with cpu_generic_init()
Igor Mammedov
2
-7
/
+1
2017-08-15
target/arm: Require alignment for load exclusive
Alistair Francis
1
-5
/
+6
2017-08-15
target/arm: Correct load exclusive pair atomicity
Richard Henderson
1
-23
/
+37
2017-08-15
target/arm: Correct exclusive store cmpxchg memop mask
Alistair Francis
1
-1
/
+1
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2017-07-31
target/arm: Migrate MPU_RNR register state for M profile cores
Peter Maydell
1
-0
/
+28
2017-07-31
target/arm: Move PMSAv7 reset into arm_cpu_reset() so M profile MPUs get reset
Peter Maydell
2
-16
/
+26
2017-07-31
target/arm: Rename cp15.c6_rgnr to pmsav7.rnr
Peter Maydell
3
-6
/
+5
2017-07-31
target/arm: Don't allow guest to make System space executable for M profile
Peter Maydell
1
-1
/
+15
2017-07-31
target/arm: Don't do MPU lookups for addresses in M profile PPB region
Peter Maydell
1
-1
/
+16
2017-07-31
target/arm: Correct MPU trace handling of write vs execute
Peter Maydell
1
-2
/
+2
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-24
target/arm: fix TCG temp leak in aarch64 rev16
Emilio G. Cota
1
-0
/
+1
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
3
-8
/
+8
2017-07-19
target/arm: optimize aarch32 rev16
Aurelien Jarno
1
-2
/
+4
2017-07-19
target/arm: Optimize aarch64 rev16
Richard Henderson
1
-18
/
+6
2017-07-17
target/arm: use DISAS_EXIT for eret handling
Alex Bennée
2
-3
/
+6
2017-07-17
target/arm: use gen_goto_tb for ISB handling
Alex Bennée
2
-3
/
+3
2017-07-17
target/arm/translate: ensure gen_goto_tb sets exit flags
Alex Bennée
1
-1
/
+5
2017-07-17
target/arm/translate.h: expand comment on DISAS_EXIT
Alex Bennée
1
-1
/
+4
2017-07-17
target/arm/translate: make DISAS_UPDATE match declared semantics
Alex Bennée
2
-10
/
+10
2017-07-17
target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions
Peter Maydell
1
-1
/
+11
2017-07-11
target-arm: v7M: ignore writes to CONTROL.SPSEL from Thread mode
Peter Maydell
1
-3
/
+10
2017-07-11
ARM: KVM: Enable in-kernel timers with user space gic
Alexander Graf
2
-0
/
+54
2017-06-19
target/arm: Exit after clearing aarch64 interrupt mask
Richard Henderson
1
-1
/
+6
2017-06-06
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2
-1
/
+3
2017-06-05
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
2
-1
/
+3
2017-06-05
target/aarch64: optimize indirect branches
Emilio G. Cota
1
-2
/
+1
2017-06-05
target/aarch64: optimize cross-page direct jumps in softmmu
Emilio G. Cota
1
-1
/
+1
2017-06-05
target/arm: optimize indirect branches
Emilio G. Cota
2
-9
/
+20
2017-06-05
target/arm: optimize cross-page direct jumps in softmmu
Emilio G. Cota
1
-1
/
+5
[next]