Age | Commit message (Expand) | Author | Files | Lines |
2007-10-06 | More detabification | blueswir1 | 14 | -2547/+2547 |
2007-10-06 | Implement user mode for timers | blueswir1 | 3 | -21/+78 |
2007-10-06 | Support for loading a real BIOS image (Robert Reif) | blueswir1 | 1 | -5/+7 |
2007-10-05 | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer | 5 | -119/+373 |
2007-10-05 | Implement sparc64_[gs]et_context | blueswir1 | 3 | -0/+247 |
2007-10-05 | Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific. | j_mayer | 2 | -4/+4 |
2007-10-05 | PowerPC hardware reset vector is now considered as part of the exception model. | j_mayer | 2 | -137/+31 |
2007-10-05 | New '-bios' option, used to select an alternate BIOS image from bios_dir. | j_mayer | 12 | -13/+42 |
2007-10-04 | Implement PL110 byte order config bit (original patch by Richard Purdie). | balrog | 2 | -37/+95 |
2007-10-04 | Quiet warnings introduced with the USB iso support. | balrog | 1 | -43/+46 |
2007-10-04 | USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil... | balrog | 2 | -89/+621 |
2007-10-04 | sh775x interrupt controller by Magnus Damm. | balrog | 6 | -91/+631 |
2007-10-04 | Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken... | balrog | 1 | -2/+0 |
2007-10-04 | (int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat... | balrog | 1 | -1/+1 |
2007-10-04 | Several corrections in the spitzkbd keymap (patch by Juergen Lock). | balrog | 2 | -2/+13 |
2007-10-04 | We must reset the PowerPC CPU _after_ registering it, as hardware reset | j_mayer | 2 | -3/+5 |
2007-10-04 | More cache tuning fixes: | j_mayer | 2 | -3/+23 |
2007-10-04 | Make PowerPC cache line size implementation dependant. | j_mayer | 7 | -60/+620 |
2007-10-03 | HID0 is a write-clear register on 970 (DBSR). | j_mayer | 1 | -3/+3 |
2007-10-03 | Enable PowerPC 64 MMU model and exceptions. | j_mayer | 1 | -68/+71 |
2007-10-03 | Fix Sparc64 ldfa/stfa and float ops with fpr >= 32 | blueswir1 | 1 | -3/+3 |
2007-10-03 | Fix PowerPC initialisation and first reset: | j_mayer | 3 | -12/+20 |
2007-10-03 | We never have to export ppc_set_irq. | j_mayer | 5 | -14/+45 |
2007-10-03 | Fix PowerPC 405 BIOS instanciation: is a 32 bits only target. | j_mayer | 1 | -5/+5 |
2007-10-02 | Fix kernel loading | blueswir1 | 1 | -1/+2 |
2007-10-02 | Code provision for hypervisor mode memory accesses. | j_mayer | 1 | -108/+245 |
2007-10-01 | Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulator | j_mayer | 1 | -10/+10 |
2007-10-01 | Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c | j_mayer | 3 | -16/+16 |
2007-10-01 | Fix block load ASIs | blueswir1 | 1 | -9/+25 |
2007-10-01 | Quickly hack PowerPC BIOS able to boot on CDROM again. | j_mayer | 1 | -0/+0 |
2007-10-01 | Fix missing nip updates for instructions that potentially generate | j_mayer | 1 | -0/+10 |
2007-10-01 | Handle all MMU models in switches, even if it's just to abort because of lack | j_mayer | 5 | -10/+169 |
2007-10-01 | More comments about unimplemented SPRs. | j_mayer | 1 | -56/+110 |
2007-10-01 | Optimisations: avoid generation of duplicated micro-ops. | j_mayer | 1 | -3/+14 |
2007-10-01 | Compilation fix (forgotten patch). | j_mayer | 1 | -4/+4 |
2007-10-01 | Remove definitions for deprecated SLB & TLB related op helpers. | j_mayer | 1 | -13/+0 |
2007-10-01 | Avoid op helpers that would just call helpers for TLB & SLB management: | j_mayer | 6 | -198/+119 |
2007-10-01 | Share more SPR instanciations between all PowerPC 401 incarnations. | j_mayer | 1 | -34/+18 |
2007-10-01 | Implement embedded PowerPC exceptions prefix and vectors registers. | j_mayer | 2 | -24/+71 |
2007-10-01 | Share input pins and internal interrupt controller between all PowerPC 40x. | j_mayer | 3 | -39/+41 |
2007-09-30 | Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions | blueswir1 | 4 | -6/+133 |
2007-09-30 | Fix Sparc64 wrasr instructions | blueswir1 | 1 | -0/+6 |
2007-09-30 | Fix (once again) PowerPC sync weight field. | j_mayer | 1 | -1/+1 |
2007-09-30 | Fix PowerPC TLB miss dump code. | j_mayer | 1 | -2/+2 |
2007-09-30 | Fix missing case in the new PowerPC exception model. | j_mayer | 2 | -0/+6 |
2007-09-30 | Fix inconsistent end conditions in ppc_find_xxx functions. | j_mayer | 1 | -8/+9 |
2007-09-30 | Fix compilation on Darwin platform, avoiding the use of gcc function attributes | j_mayer | 3 | -6/+20 |
2007-09-30 | Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias. | ths | 2 | -39/+67 |
2007-09-30 | Add get_sp_from_cpustate implementation. | ths | 1 | -0/+12 |
2007-09-30 | * Update OEA environment, following the PowerPC 2.04 specification: | j_mayer | 5 | -32/+213 |