index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
mmu_helper.c
Age
Commit message (
Expand
)
Author
2019-08-21
target/ppc: Rewrite a fall through comment
Philippe Mathieu-Daudé
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/ppc: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-26
target/ppc: improve performance of large BAT invalidations
Artyom Tarasenko
2019-04-26
target/ppc: Style fixes for mmu_helper.c
David Gibson
2019-04-18
target: Clean up how the dump_mmu() print
Markus Armbruster
2019-02-26
target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translation
Benjamin Herrenschmidt
2019-02-17
target/ppc: Remove some #if 0'ed code
Benjamin Herrenschmidt
2018-11-08
target/ppc: add external PID support
Roman Kapl
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-05-04
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
2018-04-27
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-17
target-ppc: Fix booke206 tlbwe TLB instruction
Luc MICHEL
2017-09-08
booke206: fix tlbnps for fixed size TLB
KONRAD Frederic
2017-08-09
booke206: fix MAS update on tlb miss
KONRAD Frederic
2017-07-11
target/ppc: Add debug function for radix mmu translation
Suraj Jitindar Singh
2017-03-03
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
2017-03-03
target/ppc/POWER9: Add POWER9 mmu fault handler
Suraj Jitindar Singh
2017-03-01
target/ppc: Correct SDR1 masking
David Gibson
2017-03-01
target/ppc: Remove the function ppc_hash64_set_sdr1()
Suraj Jitindar Singh
2017-03-01
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
2017-03-01
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
2017-02-22
target-ppc: fix Book-E TLB matching
Alex Zuepke
2017-02-22
target/ppc/POWER9: Add ISAv3.00 MMU definition
Suraj Jitindar Singh
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth