Age | Commit message (Expand) | Author |
2016-02-23 | all: Clean up includes | Peter Maydell |
2015-10-07 | target-*: Drop cpu_gen_code define | Richard Henderson |
2015-09-25 | mb: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite |
2015-09-11 | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt |
2015-07-09 | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite |
2015-06-21 | target-microblaze: Convert pvr-full to a CPU property | Alistair Francis |
2015-06-21 | target-microblaze: Convert endi to a CPU property | Alistair Francis |
2015-06-21 | target-microblaze: Convert use-mmu to a CPU property | Alistair Francis |
2015-06-21 | target-microblaze: Allow the stack protection to be disabled | Alistair Francis |
2015-06-21 | target-microblaze: Preserve the pvr registers during reset | Alistair Francis |
2015-06-03 | microblaze: cpu: Delete MMAP_SHIFT definition | Peter Crosthwaite |
2015-04-30 | microblaze: cpu: delete unused cpu_interrupts_enabled | Peter Crosthwaite |
2015-04-30 | microblaze: cpu: Renumber EXCP_* constants to close gap | Michael Tokarev |
2015-04-30 | microblaze: cpu: Delete EXCP_NMI | Peter Crosthwaite |
2015-04-30 | microblaze: cpu: Remove unused CC_OP enum | Peter Crosthwaite |
2015-04-30 | microblaze: cpu: Remote unused cpu_get_pc | Peter Crosthwaite |
2015-03-10 | cpu: Make cpu_init() return QOM CPUState object | Eduardo Habkost |
2015-01-20 | exec.c: Drop TARGET_HAS_ICE define and checks | Peter Maydell |
2014-03-13 | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook | Andreas Färber |
2014-03-13 | cpu: Turn cpu_has_work() into a CPUClass hook | Andreas Färber |
2014-01-14 | Microblaze: Convert Microblaze-pic handling to GPIOs | Alistair Francis |
2013-10-24 | microblaze: At swx, check that the reserved word is unmodified | Edgar E. Iglesias |
2013-07-23 | cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() | Andreas Färber |
2013-07-09 | linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user | Peter Maydell |
2013-06-28 | cpu: Turn cpu_unassigned_access() into a CPUState hook | Andreas Färber |
2013-03-12 | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-02-16 | target-microblaze: Move TCG initialization to MicroBlazeCPU initfn | Andreas Färber |
2013-02-01 | target-microblaze: Mark as unmigratable | Andreas Färber |
2013-01-21 | target-microblaze: Drop unused cpu_mb_close() prototype | Andreas Färber |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-19 | microblaze: Support setting of TLS ptr | Edgar E. Iglesias |
2012-06-04 | target-microblaze: Let cpu_mb_init() return MicroBlazeCPU | Andreas Färber |
2012-06-04 | target-microblaze: lwx/swx: first implementation | Peter A. G. Crosthwaite |
2012-04-24 | target-microblaze: QOM'ify CPU | Andreas Färber |
2012-03-14 | target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef | Andreas Färber |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | target-microblaze: Don't overuse CPUState | Andreas Färber |
2012-03-14 | target-lm32/microblaze: Typedef struct CPU{MB,LM32}State | Andreas Färber |
2012-02-28 | target-microblaze: Clean includes | Stefan Weil |
2012-01-12 | microblaze: Emulate the hw stackprotector | Edgar E. Iglesias |
2011-12-02 | fix spelling in target sub directory | Dong Xu Wang |
2011-08-25 | microblaze: Add an MSR_PVR constant and use it. | Edgar E. Iglesias |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl |
2011-07-20 | Fix unassigned memory access handling | Blue Swirl |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl |
2011-05-08 | irq: Privatize CPU_INTERRUPT_NMI. | Richard Henderson |