Age | Commit message (Expand) | Author | Files | Lines |
2015-09-18 | pic32: use LCG algorithm for generated random index of TLBWR instruction | Serge Vakulenko | 1 | -3/+6 |
2015-09-18 | target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS | Aurelien Jarno | 1 | -39/+0 |
2015-09-18 | target-mips: get rid of MIPS_DEBUG | Aurelien Jarno | 1 | -605/+19 |
2015-09-18 | target-mips: Fix RDHWR on CP0.Count | Alex Smith | 1 | -2/+7 |
2015-09-18 | target-mips: remove wrong checks for recip.fmt and rsqrt.fmt | Petar Jovanovic | 1 | -4/+2 |
2015-09-18 | target-mips: Use tcg_gen_extrh_i64_i32 | Richard Henderson | 1 | -26/+22 |
2015-09-17 | target-cris: update CPU state save/load to use VMStateDescription | Juan Quintela | 4 | -90/+95 |
2015-09-17 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 2 | -10/+26 |
2015-09-17 | net: smc91c111: flush packets on RCR register changes | Peter Crosthwaite | 1 | -0/+1 |
2015-09-17 | net: smc91c111: gate can_receive() on rx FIFO having a slot | Peter Crosthwaite | 1 | -1/+3 |
2015-09-17 | net: smc91c111: guard flush_queued_packets() on can_rx() | Peter Crosthwaite | 1 | -8/+22 |
2015-09-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 55 | -1934/+2765 |
2015-09-16 | nbd: release exp->blk after all clients are closed | Wen Congyang | 1 | -6/+15 |
2015-09-16 | checkpatch: Escape left braces in regex | Fam Zheng | 1 | -11/+11 |
2015-09-16 | monitor: uninclude cpu_ldst | Peter Crosthwaite | 1 | -1/+0 |
2015-09-16 | include/exec: Move cputlb exec.c defs out | Peter Crosthwaite | 3 | -17/+18 |
2015-09-16 | cputlb: Change tlb_set_dirty() arg to cpu | Peter Crosthwaite | 3 | -4/+4 |
2015-09-16 | cputlb: move CPU_LOOP() for tlb_reset() to exec.c | Peter Crosthwaite | 3 | -17/+17 |
2015-09-16 | translate: move real_host_page setting to -common | Peter Crosthwaite | 2 | -2/+3 |
2015-09-16 | tcg: Move tci_tb_ptr to -common | Peter Crosthwaite | 2 | -6/+4 |
2015-09-16 | tcg: split tcg_op_defs to -common | Peter Crosthwaite | 4 | -8/+36 |
2015-09-16 | translate-all: Move tcg_handle_interrupt() to -common | Peter Crosthwaite | 3 | -30/+54 |
2015-09-16 | cpu-exec: Migrate some generic fns to cpu-exec-common | Peter Crosthwaite | 3 | -59/+82 |
2015-09-16 | qemu-char: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2 | -13/+13 |
2015-09-16 | monitor: added generation of documentation for hmp-commands-info.hx | Pavel Butsykin | 5 | -126/+18 |
2015-09-16 | hmp-commands.hx: fix end of table info | Pavel Butsykin | 1 | -1/+4 |
2015-09-16 | monitor: remove target-specific code from monitor.c | Pavel Butsykin | 15 | -855/+1062 |
2015-09-16 | hmp-commands-info: move info_cmds content out of monitor.c | Pavel Butsykin | 3 | -388/+747 |
2015-09-16 | i386/kvm: Hyper-v crash msrs set/get'ers and migration | Andrey Smetanin | 5 | -1/+62 |
2015-09-16 | kvm: Add kvm system event crash handler | Andrey Smetanin | 1 | -0/+6 |
2015-09-16 | cpu: Add crash_occurred flag into CPUState | Andrey Smetanin | 4 | -0/+25 |
2015-09-16 | target-i386: move asm-x86/hyperv.h to standard-headers | Paolo Bonzini | 4 | -258/+262 |
2015-09-16 | update-linux-headers: copy standard-headers files one by one | Paolo Bonzini | 1 | -33/+36 |
2015-09-16 | update Linux headers to 4.3-rc1 | Paolo Bonzini | 6 | -99/+296 |
2015-09-16 | pci: remove Link Training error from AER error list | Paolo Bonzini | 1 | -4/+0 |
2015-09-16 | Revert "rcu: init rcu_registry_lock after fork" | Paolo Bonzini | 1 | -6/+1 |
2015-09-16 | Merge remote-tracking branch 'remotes/rth/tags/pull-target-i386-20150915' int... | Peter Maydell | 11 | -489/+491 |
2015-09-16 | MAINTAINERS: Stefan will not maintain net subsystem | Jason Wang | 1 | -2/+1 |
2015-09-15 | target-i386: exception handling for other helper functions | Pavel Dovgalyuk | 3 | -6/+6 |
2015-09-15 | target-i386: exception handling for seg_helper functions | Pavel Dovgalyuk | 3 | -327/+335 |
2015-09-15 | target-i386: exception handling for memory helpers | Pavel Dovgalyuk | 2 | -26/+18 |
2015-09-15 | target-i386: exception handling for div instructions | Pavel Dovgalyuk | 2 | -24/+16 |
2015-09-15 | target-i386: exception handling for FPU instructions | Pavel Dovgalyuk | 2 | -93/+95 |
2015-09-15 | target-i386: introduce new raise_exception functions | Pavel Dovgalyuk | 2 | -13/+21 |
2015-09-15 | Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20150915' into staging | Peter Maydell | 25 | -31/+5431 |
2015-09-15 | target-tilegx: Handle v1shl, v1shru, v1shrs | Richard Henderson | 4 | -2/+76 |
2015-09-15 | target-tilegx: Handle v1shli, v1shrui | Richard Henderson | 1 | -0/+14 |
2015-09-15 | target-tilegx: Handle v4int_l/h | Richard Henderson | 1 | -0/+8 |
2015-09-15 | target-tilegx: Handle atomic instructions | Richard Henderson | 3 | -2/+248 |
2015-09-15 | target-tilegx: Handle mtspr, mfspr | Richard Henderson | 1 | -3/+73 |