aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-30tcg: Fix LGPL version numberThomas Huth
2019-01-30target/tricore: Fix LGPL version numberThomas Huth
2019-01-30target/openrisc: Fix LGPL version numberThomas Huth
2019-01-30COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.orgThomas Huth
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2019-01-30hw: sd: set category of the sd memory cardkumar sourav
2019-01-30hw: input: set category of the i8042 devicekumar sourav
2019-01-30typo: apci->acpiDr. David Alan Gilbert
2019-01-30hw: edu: set category of the edu devicekumar sourav
2019-01-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190129'...Peter Maydell
2019-01-29gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_indexPeter Maydell
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell
2019-01-29hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell
2019-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater
2019-01-29aspeed/smc: Add dummy data registerCédric Le Goater
2019-01-29aspeed/smc: define registers for all possible CSCédric Le Goater
2019-01-29aspeed/smc: fix default read valueCédric Le Goater
2019-01-29xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell
2019-01-29checkpatch: Don't emit spurious warnings about block commentsPeter Maydell
2019-01-29tests/microbit-test: Check nRF51 UART functionalityJulia Suvorova
2019-01-29tests/microbit-test: Make test independent of global_qtestJulia Suvorova
2019-01-29tests/libqtest: Introduce qtest_init_with_serial()Julia Suvorova
2019-01-29memory: add memory_region_flush_rom_device()Stefan Hajnoczi
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS
2019-01-29MAINTAINERS: update microbit ARM board filesStefan Hajnoczi
2019-01-29accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs writePeter Maydell
2019-01-29exec.c: Use correct attrs in cpu_memory_rw_debug()Peter Maydell
2019-01-29tests/microbit-test: add TWI stub device testStefan Hajnoczi
2019-01-29arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz
2019-01-29gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0Luc Michel
2019-01-29target/arm: v8m: Ensure IDAU is respected if SAU is disabledThomas Roth
2019-01-29target/arm: Fix validation of 32-bit address spaces for aa32Richard Henderson
2019-01-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190128' into stagingPeter Maydell
2019-01-28cputlb: Remove static tlb sizingRichard Henderson
2019-01-28tcg/tci: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/mips: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/mips: Fix tcg_out_qemu_ld_slow_pathRichard Henderson
2019-01-28tcg/arm: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/riscv: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/s390: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/sparc: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/ppc: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/aarch64: enable dynamic TLB sizingRichard Henderson
2019-01-28tcg/i386: enable dynamic TLB sizingEmilio G. Cota
2019-01-28tcg: introduce dynamic TLB sizingEmilio G. Cota
2019-01-28cputlb: do not evict empty entries to the vtlbEmilio G. Cota
2019-01-28tcg/aarch64: Implement vector minmax arithmeticRichard Henderson
2019-01-28tcg/aarch64: Implement vector saturating arithmeticRichard Henderson
2019-01-28tcg/i386: Implement vector minmax arithmeticRichard Henderson