]> git.proxmox.com Git - qemu.git/history - target-i386/op_helper.c
iothread: replace fair_mutex with a condition variable
[qemu.git] / target-i386 / op_helper.c
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 Swirlx86: use caller supplied CPUState for interrupt related...
2011-06-26 Blue Swirlcpu_loop_exit: avoid using AREG0
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-03 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien Jarnotarget-i386: use floatx80 constants in helper_fld*_ST0()
2011-06-03 Aurelien Jarnotarget-i386: remove old code handling float64
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-25 Aurelien Jarnotarget-i386: fix constants wrt softfloat
2011-04-25 Aurelien Jarnotarget-i386: fix helper_fprem() and helper_fprem1(...
2011-04-25 Aurelien Jarnotarget-i386: fix logarithmic and trigonometric helpers...
2011-04-25 Aurelien Jarnotarget-i386: add CPU86_LDouble <-> double conversion...
2011-04-25 Aurelien Jarnotarget-i386: replace approx_rsqrt and approx_rcp by...
2011-04-25 Aurelien Jarnotarget-i386: fix helper_fsqrt() wrt softfloat
2011-04-25 Aurelien Jarnotarget-i386: fix helper_fdiv() wrt softfloat
2011-04-25 Aurelien Jarnotarget-i386: fix helper_fxtract() wrt softfloat
2011-04-25 Aurelien Jarnotarget-i386: fix helper_fbld_ST0() wrt softfloat
2011-04-25 Aurelien Jarnotarget-i386: fix helper_fscale() wrt softfloat
2011-04-20 Stefan WeilRemove unused function parameter from cpu_restore_state
2011-04-17 Aurelien Jarnotarget-i386: add floatx_{add,mul,sub} and use them
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-13 Blue Swirli386: avoid a write only variable
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Adam Lackorzynskitarget-i386: svm: Fix MSRPM check
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 unused stuff from */exec.h
2010-06-30 Jan Kiszkax86: svm: Always clear event_inj on vmexit
2010-06-19 Blue Swirlapic: avoid passing CPUState from CPU code
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Adam Lackorzynskitarget-i386: Fix variable in (disabled) debugging code
2010-03-01 Paul BrookMove ioport.h out of cpu-all.h
2010-02-28 Jason Wesseltarget-i386: fix crash on x86 32bit linux host with...
2009-10-23 Andre Przywaratarget-i386: implement lzcnt emulation
2009-10-04 Kevin Wolftarget-i386: Fix exceptions for fxsave/fxrstor
2009-10-04 Andre Przywaratarget-i386: add RDTSCP support
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-20 Blue Swirlioports: remove unused env parameter and compile only...
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-05-22 Jan Kiszkax86: Add support for resume flag
2009-04-23 aliguoriFix i386-linux-user build (Laurent Desnogues)
2009-04-22 aliguoriput valid data into exit_int_info if needed (Gleb Natapov)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-03-20 aliguorix86: Add NULL check to lsl (Jan Kiszka)
2009-02-27 aliguorix86: use qemu_log_mask on triple faults (Chris Wright)
2009-02-09 aliguoriKVM: CPUID takes ecx as input value for some functions...
2009-02-02 aliguoriImplement FFXSR (Alexander Graf)
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-29 aliguoriUse new logging API in reset handling (Jan Kiszka)
2009-01-29 aliguoriMTRR support on x86, part 2 (Carl-Daniel Hailfinger)
2009-01-26 aliguorix86: Issue reset on triple faults (Jan Kiszka)
2009-01-26 aliguoriMTRR support on x86 (Carl-Daniel Hailfinger)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-14 blueswir1Suppress i386 warnings
2009-01-14 blueswir1Add noreturn function attribute
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 blueswir1x86 cleanup
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-05 aliguoriSplit CPUID from op_helper
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-17 aurel32i386/SVM: return amount of ASIDs
2008-10-14 aurel32target-i386: Add Core Duo Definition
2008-10-02 malcDo not use load_seg_vm to load CS in real mode iret...
2008-09-30 balrogHandle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).
2008-09-29 pbrookMy core2duo patch introduced a vague statement of ...
2008-09-25 balrogSYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
2008-09-25 balrogCore 2 Duo specification (Alexander Graf).
2008-09-09 aliguoriFix up pxe boot (Glauber Costa)
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-06-20 bellardcmpxchg fixes
2008-06-18 bellardHLT, MWAIT and MONITOR insn fixes (initial patch by...
2008-06-09 bellardSVM: Fix segment attribute clobbering (Alexander Graf)
2008-06-04 bellardSVM: added tsc_offset
2008-06-04 bellardGIF flag handling fix (Alexander Graf)
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-04 bellard32 bit SVM fixes - INVLPG and INVLPGA updates
2008-06-04 bellardEFER loading fixes, including SVME bit
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-30 bellardkqemu API change - allow use of kqemu with 32 bit QEMU...
2008-05-28 bellardmoved halted field to CPU_COMMON
next