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
/
misc
/
mst_fpga.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
s390x/pci: move the memory region write from pcistg
Pierre Morel
1
-10
/
+17
2017-12-14
s390x/pci: move the memory region read from pcilg
Pierre Morel
1
-4
/
+11
2017-12-14
s390x/pci: rework PCI STORE BLOCK
Pierre Morel
3
-25
/
+41
2017-12-14
s390x/pci: rework PCI LOAD
Pierre Morel
1
-11
/
+14
2017-12-14
s390x/pci: rework PCI STORE
Pierre Morel
2
-16
/
+29
2017-12-14
s390x/pci: factor out endianess conversion
Pierre Morel
1
-26
/
+32
2017-12-14
s390x/tcg: drop potential_page_fault()
David Hildenbrand
1
-7
/
+2
2017-12-14
s390x/tcg: drop program_interrupt()
David Hildenbrand
2
-18
/
+5
2017-12-14
s390x/tcg: use s390_program_interrupt() in STSI
David Hildenbrand
2
-2
/
+1
2017-12-14
s390x/tcg: use s390_program_interrupt() in SACF
David Hildenbrand
1
-1
/
+1
2017-12-14
s390x/tcg: use s390_program_interrupt() in per_check_exception()
David Hildenbrand
2
-4
/
+1
2017-12-14
s390x/tcg: use s390_program_interrupt() in DIAG
David Hildenbrand
2
-4
/
+1
2017-12-14
s390x/tcg: use s390_program_interrupt() in SCLP Service Call
David Hildenbrand
2
-4
/
+2
2017-12-14
s390x/tcg: io instructions don't need potential_page_fault()
David Hildenbrand
1
-10
/
+0
2017-12-14
s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw()
David Hildenbrand
1
-3
/
+6
2017-12-14
s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)
David Hildenbrand
4
-3
/
+39
2017-12-14
s390x/diag: pass the retaddr into handle_diag_308()
David Hildenbrand
4
-10
/
+11
2017-12-14
s390x/pci: pass the retaddr to all PCI instructions
David Hildenbrand
3
-54
/
+59
2017-12-14
s390x/ioinst: pass the retaddr to all IO instructions
David Hildenbrand
5
-69
/
+75
2017-12-14
s390x/tcg: rip out dead tpi code
David Hildenbrand
4
-34
/
+0
2017-12-14
s390x/tcg: get rid of runtime_exception()
David Hildenbrand
4
-26
/
+8
2017-12-14
s390x/tcg: introduce and use s390_program_interrupt()
David Hildenbrand
6
-35
/
+30
2017-12-14
target/s390x: nuke DPRINTF in helper.c
Cornelia Huck
1
-18
/
+0
2017-12-14
s390x: introduce 2.12 compat machine
Cornelia Huck
2
-1
/
+19
2017-12-14
pc-bios/s390-ccw.img: update image
Cornelia Huck
1
-0
/
+0
2017-12-14
pc-bios/s390-ccw: zero out bss section
Christian Borntraeger
1
-3
/
+27
2017-12-14
s390x/migration: use zero flag parameter
Christian Borntraeger
1
-8
/
+8
2017-12-14
tests: test-hmp: print command execution result
Vadim Galitsyn
1
-2
/
+5
2017-12-14
hmp-commands: Remove the deprecated usb_add and usb_del
Thomas Huth
6
-110
/
+0
2017-12-13
xilinx_spips: Use memset instead of a for loop to zero registers
Alistair Francis
1
-8
/
+3
2017-12-13
xilinx_spips: Set all of the reset values
Alistair Francis
2
-6
/
+31
2017-12-13
xilinx_spips: Update the QSPI Mod ID reset value
Alistair Francis
1
-0
/
+1
2017-12-13
MAINTAINERS: replace the unavailable email address
Zhaoshenglong
1
-1
/
+1
2017-12-13
hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS
Prasad J Pandit
1
-0
/
+1
2017-12-13
nvic: Make systick banked
Peter Maydell
2
-14
/
+80
2017-12-13
nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion
Peter Maydell
1
-3
/
+7
2017-12-13
target/arm: Extend PAR format determination
Edgar E. Iglesias
1
-4
/
+29
2017-12-13
target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()
Peter Maydell
3
-34
/
+16
2017-12-13
target/arm: Ignore fsr from get_phys_addr() in do_ats_write()
Peter Maydell
1
-6
/
+10
2017-12-13
target/arm: Use ARMMMUFaultInfo in deliver_fault()
Peter Maydell
1
-57
/
+22
2017-12-13
target/arm: Convert get_phys_addr_pmsav8() to not return FSC values
Peter Maydell
1
-11
/
+18
2017-12-13
target/arm: Convert get_phys_addr_pmsav7() to not return FSC values
Peter Maydell
1
-4
/
+7
2017-12-13
target/arm: Convert get_phys_addr_pmsav5() to not return FSC values
Peter Maydell
1
-7
/
+13
2017-12-13
target/arm: Convert get_phys_addr_lpae() to not return FSC values
Peter Maydell
1
-23
/
+18
2017-12-13
target/arm: Convert get_phys_addr_v6() to not return FSC values
Peter Maydell
1
-18
/
+22
2017-12-13
target/arm: Convert get_phys_addr_v5() to not return FSC values
Peter Maydell
1
-15
/
+18
2017-12-13
target/arm: Remove fsr argument from arm_ld*_ptw()
Peter Maydell
1
-13
/
+11
2017-12-13
target/arm: Provide fault type enum and FSR conversion functions
Peter Maydell
1
-0
/
+185
2017-12-13
target/arm: Implement TT instruction
Peter Maydell
3
-1
/
+138
2017-12-13
target/arm: Factor MPU lookup code out of get_phys_addr_pmsav8()
Peter Maydell
1
-51
/
+79
[next]