]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-03-08 Peter Maydellhw/arm/mps2: Update old infocenter.arm.com URLs
2021-03-08 Peter Maydelldocs/system/arm/mps2.rst: Document the new mps3-an524...
2021-03-08 Peter Maydellhw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
2021-03-08 Peter Maydellhw/arm/mps2-tz: Stub out USB controller for mps3-an524
2021-03-07 Mark Cave-Aylandesp: add support for unaligned accesses
2021-03-07 Mark Cave-Aylandesp: implement non-DMA transfers in PDMA mode
2021-03-07 Mark Cave-Aylandesp: add trivial implementation of the ESP_RFLAGS register
2021-03-07 Mark Cave-Aylandesp: convert cmdbuf from array to Fifo8
2021-03-07 Mark Cave-Aylandesp: convert ti_buf from array to Fifo8
2021-03-07 Mark Cave-Aylandesp: transition to message out phase after SATN and...
2021-03-07 Mark Cave-Aylandesp: add maxlen parameter to get_cmd()
2021-03-07 Mark Cave-Aylandesp: raise interrupt after every non-DMA byte transferr...
2021-03-07 Mark Cave-Aylandesp: remove old deferred command completion mechanism
2021-03-07 Mark Cave-Aylandesp: defer command completion interrupt on incoming...
2021-03-07 Mark Cave-Aylandesp: latch individual bits in ESP_RINTR register
2021-03-07 Mark Cave-Aylandesp: implement FIFO flush command
2021-03-07 Mark Cave-Aylandesp: add 4 byte PDMA read and write transfers
2021-03-07 Mark Cave-Aylandesp: remove pdma_origin from ESPState
2021-03-07 Mark Cave-Aylandesp: use FIFO for PDMA transfers between initiator...
2021-03-07 Mark Cave-Aylandesp: fix PDMA target selection
2021-03-07 Mark Cave-Aylandesp: rename get_cmd_cb() to esp_select()
2021-03-07 Mark Cave-Aylandesp: remove CMD pdma_origin
2021-03-07 Mark Cave-Aylandesp: use in-built TC to determine PDMA transfer length
2021-03-07 Mark Cave-Aylandesp: use ti_wptr/ti_rptr to manage the current FIFO...
2021-03-07 Mark Cave-Aylandesp: move PDMA length adjustments into esp_pdma_read...
2021-03-07 Mark Cave-Aylandesp: remove redundant pdma_start from ESPState
2021-03-07 Mark Cave-Aylandesp: remove the buf and buflen parameters from get_cmd()
2021-03-07 Mark Cave-Aylandesp: remove buf parameter from do_cmd()
2021-03-07 Mark Cave-Aylandesp: accumulate SCSI commands for PDMA transfers in...
2021-03-07 Mark Cave-Aylandesp: move pdma_len and TC logic into esp_pdma_read...
2021-03-07 Mark Cave-Aylandesp: use pdma_origin directly in esp_pdma_read()/esp_pd...
2021-03-07 Mark Cave-Aylandesp: introduce esp_pdma_read() and esp_pdma_write(...
2021-03-07 Mark Cave-Aylandesp: remove minlen restriction in handle_ti
2021-03-07 Mark Cave-Aylandesp: remove dma_left from ESPState
2021-03-07 Mark Cave-Aylandesp: remove dma_counter from ESPState
2021-03-07 Mark Cave-Aylandesp: apply transfer length adjustment when STC is zero...
2021-03-07 Mark Cave-Aylandesp: introduce esp_get_stc()
2021-03-07 Mark Cave-Aylandesp: introduce esp_get_tc() and esp_set_tc()
2021-03-07 Mark Cave-Aylandesp: determine transfer direction directly from SCSI...
2021-03-07 Mark Cave-Aylandesp: add PDMA trace events
2021-03-07 Mark Cave-Aylandesp: fix esp_reg_read() trace event
2021-03-07 Mark Cave-Aylandesp: add trace event when receiving a TI command
2021-03-07 Mark Cave-Aylandesp: add vmstate_esp version to embedded ESPState
2021-03-07 Mark Cave-Aylandesp: QOMify the internal ESP device state
2021-03-07 Mark Cave-Aylandesp: rename existing ESP QOM type to SYSBUS_ESP
2021-03-07 Mark Cave-Aylandesp: checkpatch fixes
2021-03-07 Philippe Mathieu... target/hexagon/opcodes: Add missing varargs cleanup
2021-03-07 Taylor Simpsontarget/hexagon: Fix shift amount check in fASHIFTL...
2021-03-07 Philippe Mathieu... exec: Poison Hexagon target-specific definitions
2021-03-06 Richard Hendersonaccel/tcg: Precompute curr_cflags into cpu->tcg_cflags
2021-03-06 Alex Bennéeinclude/exec: lightly re-arrange TranslationBlock
2021-03-06 Alex Bennéeaccel/tcg: drop the use of CF_HASH_MASK and rename...
2021-03-06 Alex Bennéeaccel/tcg: move CF_CLUSTER calculation to curr_cflags
2021-03-06 Alex Bennéeaccel/tcg: rename tb_lookup__cpu_state and hoist state...
2021-03-06 Richard Hendersontcg/tci: Merge mov, not and neg operations
2021-03-06 Richard Hendersontcg/tci: Merge bswap operations
2021-03-06 Richard Hendersontcg/tci: Merge extension operations
2021-03-06 Richard Hendersontcg/tci: Merge basic arithmetic operations
2021-03-06 Richard Hendersontcg/tci: Reduce use of tci_read_r64
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r32s
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r32
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r16s
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r16
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r8s
2021-03-06 Richard Hendersontcg/tci: Remove tci_read_r8
2021-03-06 Richard Hendersontcg/tci: Merge identical cases in generation (load...
2021-03-06 Richard Hendersontcg/tci: Merge identical cases in generation (condition...
2021-03-06 Richard Hendersontcg/tci: Merge identical cases in generation (deposit...
2021-03-06 Richard Hendersontcg/tci: Merge identical cases in generation (exchange...
2021-03-06 Richard Hendersontcg/tci: Merge identical cases in generation (arithmeti...
2021-03-06 Richard Hendersontcg: Manage splitwx in tc_ptr_to_region_tree by hand
2021-03-06 Richard Hendersontcg: Split out tcg_raise_tb_overflow
2021-03-06 Richard Hendersontcg/tci: Use exec/cpu_ldst.h interfaces
2021-03-06 Richard Hendersontcg/aarch64: Fix generation of "scalar" vector operations
2021-03-06 Richard Hendersontcg/aarch64: Fix I3617_CMLE0
2021-03-06 Richard Hendersontcg/aarch64: Fix constant subtraction in tcg_out_addsub2
2021-03-06 Philippe Mathieu... hw/sh4/sh7750_regs: Replace link to license by its...
2021-03-06 Philippe Mathieu... hw/sh4: Remove now unused CONFIG_SH4 from Kconfig
2021-03-06 Philippe Mathieu... hw/pci-host: Introduce SH_PCI Kconfig entry
2021-03-06 Philippe Mathieu... hw/block: Introduce TC58128 eeprom Kconfig entry
2021-03-06 Philippe Mathieu... hw/timer: Introduce SH_TIMER Kconfig entry
2021-03-06 Philippe Mathieu... hw/char: Introduce SH_SCI Kconfig entry
2021-03-06 Philippe Mathieu... hw/intc: Introduce SH_INTC Kconfig entry
2021-03-06 Philippe Mathieu... hw/sh4: Add missing Kconfig dependency on SH7750 for...
2021-03-06 Philippe Mathieu... hw/sh4: Add missing license
2021-03-06 Philippe Mathieu... target/sh4: Remove unused definitions
2021-03-06 Philippe Mathieu... target/sh4: Let get_physical_address() use MMUAccessTyp...
2021-03-06 Philippe Mathieu... target/sh4: Remove unused 'int access_type' argument
2021-03-06 Philippe Mathieu... target/sh4: Replace magic value by MMUAccessType defini...
2021-03-06 Philippe Mathieu... target/sh4: Fix code style for checkpatch.pl
2021-03-06 Peter Maydellhw/arm/mps2-tz: Add new mps3-an524 board
2021-03-06 Peter Maydellhw/arm/mps2-tz: Get armv7m_load_kernel() size argument...
2021-03-06 Peter Maydellhw/arm/mps2-tz: Support ROMs as well as RAMs
2021-03-06 Peter Maydellhw/arm/mps2-tz: Set MachineClass default_ram info from...
next