]> git.proxmox.com Git - qemu.git/history - target-sh4
virtio-serial: Clean up virtser_bus_dev_print() output
[qemu.git] / target-sh4 /
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlRemove exec-all.h include directives
2011-06-26 Blue SwirlMove cpu_has_work and cpu_pc_from_tb to cpu.h
2011-06-26 Blue Swirlexec.h: fix coding style and change cpu_has_work to...
2011-06-26 Blue Swirlcpu_loop_exit: avoid using AREG0
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-20 Stefan WeilRemove unused function parameter from cpu_restore_state
2011-04-20 Stefan WeilRemove unused function parameters from gen_pc_load...
2011-04-12 Aurelien Jarnotarget-sh4: get rid of CPU_{Float,Double}U
2011-04-09 Stefan WeilFix conversions from pointer to tcg_target_long
2011-03-13 Paolo Bonziniinline cpu_halted into sole caller
2011-03-03 Aurelien Jarnotarget-sh4: move intr_at_halt out of cpu_halted()
2011-02-04 Aurelien Jarnotarget-sh4: fix negc
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-26 Alexandre Courbottarget-sh4: update PTEH upon MMU exception
2011-01-26 Aurelien Jarnosh4: implement missing mmaped TLB read functions
2011-01-26 Aurelien Jarnosh4: implement missing mmaped TLB write functions
2011-01-25 Alexandre Courbottarget-sh4: fix index of address read error exception
2011-01-25 Alexandre Courbottarget-sh4: fix TLB invalidation code
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-16 Aurelien Jarnotarget-sh4: implement negc using TCG
2011-01-16 Aurelien Jarnotarget-sh4: use rotl/rotr when possible
2011-01-15 Aurelien Jarnotarget-sh4: correct use of ! and &
2011-01-14 Aurelien Jarnotarget-sh4: use setcond when possible
2011-01-14 Aurelien Jarnotarget-sh4: log instructions start in TCG code
2011-01-14 Aurelien Jarnotarget-sh4: simplify comparisons after a 'and' op
2011-01-14 Aurelien Jarnotarget-sh4: fix reset on r2d
2011-01-14 Aurelien Jarnotarget-sh4: optimize exceptions
2011-01-14 Aurelien Jarnotarget-sh4: add ftrv instruction
2011-01-14 Aurelien Jarnotarget-sh4: add fipr instruction
2011-01-14 Aurelien Jarnotarget-sh4: implement FPU exceptions
2011-01-14 Aurelien Jarnotarget-sh4: implement flush-to-zero
2011-01-14 Aurelien Jarnotarget-sh4: define FPSCR constants
2011-01-14 Aurelien Jarnotarget-sh4: use default-NaN mode
2011-01-11 Aurelien Jarnotarget-sh4: fix fpu disabled/illegal exception
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-09 Aurelien Jarnotarget-sh4: improve TLB
2011-01-09 Aurelien Jarnotarget-sh4: implement writes to mmaped ITLB
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Stefan Weiltarget-xxx: Use fprintf_function (format checking)
2010-07-13 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-12 Michael S. TsirkinMerge branch 'master' into pci
2010-07-12 Alexandre Courbottarget-sh4: Add support for ldc & stc with sgr
2010-07-12 Alexandre Courbottarget-sh4: Split the LDST macro into 2 sub-macros
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-03 Paolo Bonziniremove exec-all.h inclusion from cpu.h
2010-07-03 Paolo Bonzinimove cpu_pc_from_tb to target-*/exec.h
2010-05-05 Richard Hendersontarget-sh4: Remove duplicate CPU log.
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Paolo Bonziniremove TARGET_* defines from translate-all.c
2010-03-18 Blue SwirlReplace assert(0) with abort() or cpu_abort()
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-17 Anthony LiguoriMerge remote branch 'mst/pci' into staging
2010-03-17 Paul BrookLarge page TLB flush
2010-03-12 Paul BrookTarget specific usermode cleanup
2010-03-12 Paul BrookRemove cpu_get_phys_page_debug from userspace emulation
2010-03-12 Richard HendersonMove TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
2010-02-14 Blue SwirlFix incorrect exception_index use
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-09 Aurelien Jarnotarget-sh4: MMU: separate execute and read/write permis...
2010-02-09 Aurelien Jarnotarget-sh4: MMU: fix store queue addresses
2010-02-09 Aurelien Jarnotarget-sh4: MMU: remove dead code
2010-02-09 Aurelien Jarnotarget-sh4: MMU: reduce the size of a TLB entry
2010-02-09 Aurelien Jarnotarget-sh4: MMU: optimize UTLB accesses
2010-02-09 Aurelien Jarnotarget-sh4: MMU: fix ITLB priviledge check
2010-02-09 Aurelien Jarnotarget-sh4: MMU: simplify call to tlb_set_page()
2010-02-09 Aurelien Jarnotarget-sh4: MMU: fix mem_idx computation
2010-02-09 Aurelien Jarnosh7750: handle MMUCR TI bit
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Aurelien Jarnotarget-sh4: minor optimisations
2010-01-19 Paolo Bonzinikill regs_to_env and env_to_regs
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-21 Blue SwirlFix Sparse warnings about using plain integer as NULL...
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-04-03 edgar_iglSH: Fix linux-user _is_cached typo.
2009-04-03 edgar_iglSH: Add cpu_sh4_is_cached for linux-user.
2009-04-01 edgar_iglSH: Improve movca.l/ocbi emulation.
next