]> git.proxmox.com Git - qemu.git/history - target-sparc/cpu.h
pci: fix bridge update
[qemu.git] / target-sparc / cpu.h
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-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Igor V. Kovalenkosparc64: fix mmu context at trap levels above zero
2010-05-22 Igor V. Kovalenkosparc64: fix pstate privilege bits
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-16 Igor V. Kovalenkosparc64: fix TT_WOTHER value
2010-05-09 Blue Swirlsparc: Fix lazy flag calculation on interrupts, refactor
2010-05-06 Igor V. Kovalenkosparc64: handle asi referencing nucleus and secondary...
2010-05-06 Igor V. Kovalenkosparc64: implement global translation table entries v1
2010-04-17 Richard Hendersontarget-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Paul BrookTarget specific usermode cleanup
2010-03-12 Richard HendersonMove TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
2010-01-27 Igor V. Kovalenkosparc64: reimplement tick timers v4
2010-01-27 Igor V. Kovalenkosparc64: correct write extra bits to cwp
2010-01-08 Igor V. Kovalenkosparc64: interrupt trap handling
2010-01-08 Igor V. Kovalenkosparc64: move cpu_interrupts_enabled to cpu.h
2010-01-08 Igor V. Kovalenkosparc64: add macros to deal with softint and timer...
2009-12-05 Blue SwirlSparc64: handle MMU global bit and nucleus context
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-08-23 Andrzej ZaborowskiMerge with balrog@git.sv.gnu.org:/srv/git/qemu.git
2009-08-22 Blue Swirlsparc32 remove an unnecessary cpu irq set
2009-08-04 Igor KovalenkoSparc64: replace tsptr with helper routine
2009-07-27 Igor Kovalenkosparc64 really implement itlb/dtlb automatic replacemen...
2009-07-27 Igor Kovalenkosparc64 name mmu registers and general cleanup
2009-07-12 Igor Kovalenkosparc64: trap handling corrections
2009-05-19 Paul BrookHardware convenience library
2009-05-10 Blue SwirlUse dynamical computation for condition codes
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2008-12-23 blueswir1Add SuperSPARC MMU breakpoint registers (Robert Reif)
2008-12-23 blueswir1Better SuperSPARC emulation (Robert Reif)
2008-12-23 blueswir1Implement tick interrupt disable bits
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-10-03 blueswir1Rearrange tick functions
2008-10-03 blueswir1Fix missing prototype warnings by moving declarations
2008-09-22 blueswir1Add software and timer interrupt support
2008-09-20 blueswir1Move signal handler prototype back to cpu.h
2008-09-10 blueswir1Convert rest of ops using float32 to TCG, remove FT0...
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-09-06 blueswir1Silence gcc warning about constant overflow
2008-08-29 blueswir1Fix FCC handling for Sparc64 target, initial patch...
2008-08-29 blueswir1Fix Sparc64 boot on i386 host:
2008-08-21 blueswir1Use initial CPU definition structure for some CPU field...
2008-07-25 blueswir1Make MAXTL dynamic, bounds check tl when indexing
2008-07-24 blueswir1Sparc32: save/load all MMU registers, Sparc64: add...
2008-07-21 blueswir1Use MMU globals for some MMU traps
2008-07-20 blueswir1Make UA200x features selectable, add MMU types
2008-07-16 blueswir1Fix MMU miss traps
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-06-23 blueswir1Fix compiler warning (Jan Kiszka)
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 blueswir1MicroSparc I didn't have fsmuld op
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-12 blueswir1Wrap long lines
2008-05-10 blueswir1Remove duplicated field
2008-05-10 bellardsuppressed fixed registers
2008-05-10 blueswir1Fix compiler warnings
2008-05-09 blueswir1CPU feature selection support
2008-05-04 blueswir1Complete the TCG conversion
2008-04-23 blueswir1Document the shift values
2008-03-29 blueswir1 Move CPU stuff unrelated to translation to helper.c
2008-03-16 blueswir1 Convert mulscc to TCG, add cc_src2
2008-03-13 blueswir1 Convert condition code changing versions of add, sub...
2008-03-06 blueswir1 Convert exception ops to TCG
2008-03-05 blueswir1 Convert Sparc64 trap state ops to TCG
2008-03-02 blueswir1 Convert tick operations to TCG
2008-02-14 blueswir1 Fix remote debugger memory access problems reported...
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2007-11-28 blueswir1Use slavio base as boot prom address, rearrange sun4m...
2007-11-25 blueswir1 128-bit float support for user mode
2007-11-25 blueswir1 More MMU registers (Robert Reif)
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-14 blueswir1 Sparc64 hypervisor mode
2007-10-14 blueswir1 SuperSparc MXCC support (Robert Reif)
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-24 blueswir1 CPU boot mode
2007-09-20 blueswir1 Detabify
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-04 blueswir1 Fix Sparc32 interrupt handling
2007-07-08 blueswir1 Fix retry and done ops, trap handling
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-07-07 blueswir1 Fix wrong number of clean/saveable windows, match...
2007-07-07 blueswir1 Fix Sparc64 page size
next