index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev-properties-system.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
hw/ssi: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
1
-7
/
+9
2020-12-10
hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'
Philippe Mathieu-Daudé
2
-27
/
+28
2020-12-10
pci: Let pci_dma_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-2
/
+14
2020-12-10
pci: Let pci_dma_read() propagate MemTxResult
Philippe Mathieu-Daudé
1
-2
/
+14
2020-12-10
pci: Let pci_dma_rw() propagate MemTxResult
Philippe Mathieu-Daudé
1
-2
/
+16
2020-12-10
dma: Let dma_memory_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-4
/
+18
2020-12-10
dma: Let dma_memory_read() propagate MemTxResult
Philippe Mathieu-Daudé
1
-4
/
+17
2020-12-10
dma: Let dma_memory_rw() propagate MemTxResult
Philippe Mathieu-Daudé
1
-8
/
+22
2020-12-10
dma: Let dma_memory_set() propagate MemTxResult
Philippe Mathieu-Daudé
2
-4
/
+18
2020-12-10
dma: Document address_space_map/address_space_unmap() prototypes
Philippe Mathieu-Daudé
1
-1
/
+28
2020-12-10
qom: eliminate identical functions
Paolo Bonzini
1
-29
/
+7
2020-12-10
docs/devel/loads-stores: Add regexp for DMA functions
Philippe Mathieu-Daudé
1
-0
/
+2
2020-12-10
WHPX: support for the kernel-irqchip on/off
Sunil Muthuswamy
10
-40
/
+578
2020-12-10
target/i386: seg_helper: Correct segment selector nullification in the RET/IR...
Bin Meng
1
-1
/
+4
2020-12-10
target/i386: Support up to 32768 CPUs without IRQ remapping
David Woodhouse
6
-30
/
+78
2020-12-10
target/i386: fix operand order for PDEP and PEXT
Paolo Bonzini
3
-4
/
+49
2020-12-10
hw/arm/armv7m: Correct typo in QOM object name
Peter Maydell
1
-1
/
+1
2020-12-10
hw/intc/armv7m_nvic: Implement read/write for RAS register block
Peter Maydell
2
-0
/
+57
2020-12-10
target/arm: Implement M-profile "minimal RAS implementation"
Peter Maydell
3
-0
/
+31
2020-12-10
hw/intc/armv7m_nvic: Fix "return from inactive handler" check
Peter Maydell
1
-27
/
+32
2020-12-10
target/arm: Implement CCR_S.TRD behaviour for SG insns
Peter Maydell
1
-0
/
+86
2020-12-10
hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bit
Peter Maydell
2
-8
/
+20
2020-12-10
target/arm: Implement new v8.1M VLLDM and VLSTM encodings
Peter Maydell
2
-1
/
+26
2020-12-10
target/arm: Implement new v8.1M NOCP check for exception return
Peter Maydell
1
-1
/
+21
2020-12-10
target/arm: Implement v8.1M REVIDR register
Peter Maydell
1
-0
/
+5
2020-12-10
target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failures
Peter Maydell
1
-1
/
+5
2020-12-10
target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entry
Peter Maydell
1
-4
/
+12
2020-12-10
hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1M
Peter Maydell
3
-1
/
+16
2020-12-10
target/arm: Implement FPCXT_S fp system register
Peter Maydell
1
-0
/
+58
2020-12-10
target/arm: Factor out preserve-fp-state from full_vfp_access_check()
Peter Maydell
1
-18
/
+27
2020-12-10
target/arm: Use new FPCR_NZCV_MASK constant
Peter Maydell
1
-2
/
+2
2020-12-10
target/arm: Implement M-profile FPSCR_nzcvqc
Peter Maydell
2
-0
/
+40
2020-12-10
target/arm: Implement VLDR/VSTR system register
Peter Maydell
2
-0
/
+105
2020-12-10
target/arm: Move general-use constant expanders up in translate.c
Peter Maydell
1
-21
/
+25
2020-12-10
target/arm: Refactor M-profile VMSR/VMRS handling
Peter Maydell
2
-11
/
+168
2020-12-10
target/arm: Enforce M-profile VMRS/VMSR register restrictions
Peter Maydell
1
-1
/
+4
2020-12-10
target/arm: Implement CLRM instruction
Peter Maydell
2
-1
/
+43
2020-12-10
target/arm: Implement VSCCLRM insn
Peter Maydell
4
-11
/
+111
2020-12-10
target/arm: Don't clobber ID_PFR1.Security on M-profile cores
Peter Maydell
1
-1
/
+1
2020-12-10
target/arm: Implement v8.1M PXN extension
Peter Maydell
1
-1
/
+6
2020-12-10
hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFault
Peter Maydell
3
-12
/
+69
2020-12-10
i.MX6ul: Fix bad printf format specifiers
Alex Chen
1
-2
/
+2
2020-12-10
i.MX6: Fix bad printf format specifiers
Alex Chen
2
-11
/
+11
2020-12-10
i.MX31: Fix bad printf format specifiers
Alex Chen
2
-9
/
+9
2020-12-10
i.MX25: Fix bad printf format specifiers
Alex Chen
1
-6
/
+6
2020-12-10
tests/qtest/npcm7xx_rng-test: dump random data on failure
Havard Skinnemoen
1
-0
/
+12
2020-12-10
sbsa-ref: allow to use Cortex-A53/57/72 cpus
Marcin Juszkiewicz
1
-3
/
+20
2020-12-10
MAINTAINERS: Add maintainer entry for Xilinx ZynqMP CAN controller
Vikram Garhwal
1
-0
/
+8
2020-12-10
tests/qtest: Introduce tests for Xilinx ZynqMP CAN controller
Vikram Garhwal
2
-0
/
+361
2020-12-10
xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers
Vikram Garhwal
3
-0
/
+62
[next]