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
/
m68k
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-03
include/exec: Implement cpu_mmu_index generically
Richard Henderson
1
-4
/
+0
2024-01-05
target/m68k: Use generic cpu_list()
Gavin Shan
1
-4
/
+0
2023-11-07
target: Move ArchCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
1
-0
/
+13
2023-11-07
target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
Philippe Mathieu-Daudé
1
-2
/
+0
2023-11-07
target: Unify QOM style
Philippe Mathieu-Daudé
1
-2
/
+0
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
1
-1
/
+0
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
1
-2
/
+2
2023-02-27
target/cpu: Restrict do_transaction_failed() handlers to sysemu
Philippe Mathieu-Daudé
1
-0
/
+2
2023-02-27
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-26
target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privil...
Mark Cave-Ayland
1
-0
/
+2
2022-09-26
target/m68k: increase size of m68k CPU features from uint32_t to uint64_t
Mark Cave-Ayland
1
-3
/
+3
2022-09-21
target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68K
Mark Cave-Ayland
1
-2
/
+3
2022-06-02
target/m68k: Implement TRAPcc
Richard Henderson
1
-0
/
+2
2022-06-02
target/m68k: Fix address argument for EXCP_CHK
Richard Henderson
1
-0
/
+6
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
1
-0
/
+1
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
1
-2
/
+0
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
1
-2
/
+1
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-8
/
+0
2021-09-14
target/m68k: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
1
-0
/
+2
2021-05-26
target/m68k: implement m68k "any instruction" trace mode
Mark Cave-Ayland
1
-0
/
+8
2021-03-11
target/m68k: add M68K_FEATURE_UNALIGNED_DATA feature
Mark Cave-Ayland
1
-0
/
+2
2021-03-11
target/m68k: reformat m68k_features enum
Mark Cave-Ayland
1
-22
/
+44
2021-02-11
m68k: add MSP detection support for stack pointer swap helpers
Lucien Murray-Pitts
1
-1
/
+8
2021-02-11
m68k: MOVEC insn. should generate exception if wrong CR is accessed
Lucien Murray-Pitts
1
-0
/
+1
2021-02-11
m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to...
Lucien Murray-Pitts
1
-0
/
+4
2021-02-11
m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readability
Lucien Murray-Pitts
1
-0
/
+1
2021-02-11
m68k: improve cpu instantiation comments
Lucien Murray-Pitts
1
-20
/
+29
2020-12-12
target/m68k: Add vmstate definition for M68kCPU
Laurent Vivier
1
-0
/
+1
2020-12-12
target/m68k: remove useless qregs array
Laurent Vivier
1
-4
/
+0
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
1
-1
/
+1
2020-01-15
target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
Richard Henderson
1
-2
/
+0
2020-01-07
target/m68k: only change valid bits in CACR
Laurent Vivier
1
-1
/
+4
2019-06-26
m68k comments break patch submission due to being incorrectly formatted
Lucien Murray-Pitts
1
-11
/
+18
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
1
-2
/
+0
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
1
-1
/
+0
2019-06-10
target/m68k: Use env_cpu
Richard Henderson
1
-5
/
+0
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-2
/
+0
2019-06-10
cpu: Define ArchCPU
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
1
-2
/
+2
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
1
-14
/
+2
2019-05-17
Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ...
Peter Maydell
1
-3
/
+4
2019-05-16
target/m68k: Switch to transaction_failed hook
Peter Maydell
1
-3
/
+4
2019-05-10
target/m68k: Convert to CPUClass::tlb_fill
Richard Henderson
1
-2
/
+3
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-2
/
+1
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
1
-1
/
+2
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
1
-1
/
+1
2019-01-30
target/m68k: Fix LGPL information in the file headers
Thomas Huth
1
-2
/
+2
[next]