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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-11
imx_fec: Use ENET_FTRL to determine truncation length
Andrey Smirnov
2
-3
/
+4
2018-01-11
imx_fec: Move Tx frame buffer away from the stack
Andrey Smirnov
2
-11
/
+14
2018-01-11
imx_fec: Change queue flushing heuristics
Andrey Smirnov
1
-6
/
+6
2018-01-11
imx_fec: Refactor imx_eth_enable_rx()
Andrey Smirnov
1
-4
/
+4
2018-01-11
imx_fec: Do not link to netdev
Andrey Smirnov
2
-2
/
+1
2018-01-11
Virt: ACPI: fix qemu assert due to re-assigned table data address
Zhaoshenglong
1
-7
/
+11
2018-01-11
target/arm: Fix stlxp for aarch64_be
Michael Weiser
1
-2
/
+5
2018-01-11
linux-user: Activate armeb handler registration
Michael Weiser
1
-1
/
+1
2018-01-11
linux-user: Separate binfmt arm CPU families
Michael Weiser
1
-3
/
+6
2018-01-11
linux-user: Add aarch64_be magic numbers to qemu-binfmt-conf.sh
Michael Weiser
1
-1
/
+5
2018-01-11
configure: Add aarch64_be-linux-user target
Michael Weiser
2
-2
/
+4
2018-01-11
linux-user: Fix endianess of aarch64 signal trampoline
Michael Weiser
1
-3
/
+7
2018-01-11
linux-user: Add separate aarch64_be uname
Michael Weiser
1
-0
/
+4
2018-01-11
linux-user: Add support for big-endian aarch64
Michael Weiser
1
-0
/
+6
2018-01-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-10' into st...
Peter Maydell
3
-10
/
+16
2018-01-11
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...
Peter Maydell
23
-591
/
+743
2018-01-10
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
2
-10
/
+10
2018-01-09
sun4u_iommu: add trace event for IOMMU translations
Mark Cave-Ayland
2
-0
/
+3
2018-01-09
sun4u_iommu: convert from IOMMU_DPRINTF to trace-events
Mark Cave-Ayland
2
-14
/
+7
2018-01-09
sun4u_iommu: update to reflect IOMMU is no longer part of the APB device
Mark Cave-Ayland
2
-18
/
+19
2018-01-09
sun4u: split IOMMU device out from apb.c to sun4u_iommu.c
Mark Cave-Ayland
6
-329
/
+403
2018-01-09
apb: QOMify IOMMU
Mark Cave-Ayland
3
-22
/
+70
2018-01-09
sun4m: remove include/hw/sparc/sun4m.h and all references to it
Mark Cave-Ayland
7
-20
/
+1
2018-01-09
sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h
Mark Cave-Ayland
5
-21
/
+54
2018-01-09
sun4m: move sun4m_iommu.c from hw/dma to hw/sparc
Mark Cave-Ayland
5
-17
/
+17
2018-01-09
sun4u: switch from EBUS_DPRINTF() macro to trace-events
Mark Cave-Ayland
2
-10
/
+5
2018-01-09
sparc64: introduce trace-events for hw/sparc64
Mark Cave-Ayland
2
-0
/
+2
2018-01-09
apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants
Mark Cave-Ayland
2
-2
/
+4
2018-01-09
ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs
Mark Cave-Ayland
3
-26
/
+33
2018-01-09
apb: remove busA property from PBMPCIBridge state
Mark Cave-Ayland
2
-19
/
+13
2018-01-09
apb: split pci_pbm_map_irq() into separate functions for bus A and bus B
Mark Cave-Ayland
1
-25
/
+20
2018-01-09
apb: remove pci_apb_init() and instantiate APB device using qdev
Mark Cave-Ayland
3
-66
/
+68
2018-01-09
apb: move the two secondary PCI bridges objects into APBState
Mark Cave-Ayland
3
-12
/
+12
2018-01-09
apb: use gpios to wire up the apb device to the SPARC CPU IRQs
Mark Cave-Ayland
5
-10
/
+18
2018-01-09
apb: return APBState from pci_apb_init() rather than PCIBus
Mark Cave-Ayland
3
-9
/
+11
2018-01-09
apb: APB QOMify tidy-up
Mark Cave-Ayland
1
-9
/
+8
2018-01-09
sun4u: move initialisation of all ISABus devices into ebus_realize()
Mark Cave-Ayland
1
-32
/
+46
2018-01-09
sun4u: remove pci_ebus_init() function
Mark Cave-Ayland
3
-20
/
+16
2018-01-09
sun4u: move ISABus inside of EBusState
Mark Cave-Ayland
1
-2
/
+5
2018-01-09
sun4u: ebus QOMify tidy-up
Mark Cave-Ayland
1
-7
/
+12
2018-01-09
apb: move QOM macros and typedefs from apb.c to apb.h
Mark Cave-Ayland
2
-85
/
+86
2018-01-09
target/sparc: remove MemoryRegionSection check code from sparc_cpu_get_phys_p...
Jean-Christophe Dubois
1
-6
/
+0
2018-01-09
nbd/server: add additional assert to nbd_export_put
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2018-01-09
Merge remote-tracking branch 'remotes/xtensa/tags/20180109-xtensa' into staging
Peter Maydell
22
-2164
/
+45935
2018-01-09
target/xtensa: implement disassembler
Max Filippov
5
-0
/
+145
2018-01-09
target/xtensa: implement const16
Max Filippov
1
-0
/
+14
2018-01-09
target/xtensa: implement GPIO32
Max Filippov
2
-0
/
+54
2018-01-09
target/xtensa: implement salt/saltu
Max Filippov
1
-0
/
+18
2018-01-09
target/xtensa: add internal/noop SRs and opcodes
Max Filippov
2
-0
/
+35
2018-01-09
target/xtensa: drop DisasContext::litbase
Max Filippov
1
-22
/
+5
[next]