index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-microblaze
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
1
-1
/
+1
2015-06-21
target-microblaze: Remove dead code
Alistair Francis
1
-4
/
+0
2015-06-21
target-microblaze: Convert pvr-full to a CPU property
Alistair Francis
4
-6
/
+10
2015-06-21
target-microblaze: Convert version_mask to a CPU property
Alistair Francis
2
-1
/
+54
2015-06-21
target-microblaze: Convert endi to a CPU property
Alistair Francis
3
-2
/
+5
2015-06-21
target-microblaze: Convert dcache-writeback to a CPU property
Alistair Francis
2
-0
/
+6
2015-06-21
target-microblaze: Convert use-mmu to a CPU property
Alistair Francis
4
-4
/
+6
2015-06-21
target-microblaze: Rename the usefpu variable
Alistair Francis
3
-8
/
+8
2015-06-21
target-microblaze: Disable stack protection by default
Alistair Francis
1
-1
/
+1
2015-06-21
target-microblaze: Convert use-fpu to a CPU property
Alistair Francis
3
-10
/
+14
2015-06-21
target-microblaze: Tidy up the base-vectors property
Alistair Francis
3
-7
/
+8
2015-06-21
target-microblaze: Allow the stack protection to be disabled
Alistair Francis
4
-2
/
+13
2015-06-21
target-microblaze: Preserve the pvr registers during reset
Alistair Francis
2
-22
/
+28
2015-06-21
target-microblaze: Fix up indentation
Alistair Francis
1
-5
/
+5
2015-06-03
microblaze: cpu: Delete MMAP_SHIFT definition
Peter Crosthwaite
1
-1
/
+0
2015-04-30
microblaze: cpu: delete unused cpu_interrupts_enabled
Peter Crosthwaite
1
-5
/
+0
2015-04-30
microblaze: cpu: Renumber EXCP_* constants to close gap
Michael Tokarev
1
-5
/
+5
2015-04-30
microblaze: cpu: Delete EXCP_NMI
Peter Crosthwaite
1
-1
/
+0
2015-04-30
microblaze: cpu: Remove unused CC_OP enum
Peter Crosthwaite
1
-6
/
+0
2015-04-30
microblaze: cpu: Remote unused cpu_get_pc
Peter Crosthwaite
1
-5
/
+0
2015-04-30
microblaze: mmu: Delete flip_um fn prototype
Peter Crosthwaite
1
-1
/
+0
2015-03-13
tcg: Change translator-side labels to a pointer
Richard Henderson
1
-8
/
+4
2015-03-10
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
1
-8
/
+1
2015-02-12
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
1
-12
/
+8
2015-02-12
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
1
-1
/
+1
2015-01-20
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
1
-2
/
+0
2015-01-03
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
1
-1
/
+1
2014-12-16
qemu-log: add log category for MMU info
Antony Pavlov
1
-4
/
+4
2014-09-25
target-microblaze: Use cpu_exec_interrupt qom hook
Richard Henderson
3
-0
/
+18
2014-08-12
trace: [tcg] Include TCG-tracing header on all targets
Lluís Vilanova
1
-0
/
+3
2014-06-10
target-microblaze: Delete unused sign_extend() function
Peter Maydell
1
-13
/
+0
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2
-1
/
+2
2014-06-05
softmmu: commonize helper definitions
Paolo Bonzini
1
-10
/
+0
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
3
-9
/
+3
2014-05-13
microblaze: Respect the reset vector
Edgar E. Iglesias
1
-0
/
+2
2014-03-13
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2
-2
/
+3
2014-03-13
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
1
-1
/
+2
2014-03-13
target-microblaze: Replace DisasContext::env field with MicroBlazeCPU
Andreas Färber
1
-44
/
+43
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2
-15
/
+21
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
1
-4
/
+1
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
exec: Change tlb_fill() argument to CPUState
Andreas Färber
1
-5
/
+8
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2
-3
/
+4
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2
-10
/
+10
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
4
-10
/
+14
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2
-5
/
+6
2014-01-14
Microblaze: Convert Microblaze-pic handling to GPIOs
Alistair Francis
2
-0
/
+25
2013-12-13
target-microblaze: Use the new qemu_ld/st opcodes
Richard Henderson
1
-104
/
+35
2013-10-24
microblaze: At swx, check that the reserved word is unmodified
Edgar E. Iglesias
2
-0
/
+17
[next]