index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
ppc
/
mmu-hash64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
2020-12-14
1
-1
/
+1
*
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
ppc/: fix some comment spelling errors
zhaolichang
2020-10-27
1
-1
/
+1
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2020-07-24
1
-1
/
+1
*
target/ppc: Fix ISA v3.0 (POWER9) slbia implementation
Nicholas Piggin
2020-03-24
1
-7
/
+49
*
target/ppc: Fix slbia TLB invalidation gap
Nicholas Piggin
2020-03-24
1
-6
/
+15
*
target/ppc: Don't store VRMA SLBE persistently
David Gibson
2020-03-16
1
-57
/
+35
*
target/ppc: Only calculate RMLS derived RMA limit on demand
David Gibson
2020-03-16
1
-3
/
+6
*
target/ppc: Correct RMLS table
David Gibson
2020-03-16
1
-3
/
+4
*
target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
David Gibson
2020-03-16
1
-36
/
+27
*
target/ppc: Use class fields to simplify LPCR masking
David Gibson
2020-03-16
1
-34
/
+2
*
spapr, ppc: Remove VPM0/RMLS hacks for POWER9
David Gibson
2020-03-16
1
-8
/
+0
*
target/ppc: Introduce ppc_hash64_use_vrma() helper
David Gibson
2020-03-16
1
-22
/
+21
*
target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
David Gibson
2020-03-16
1
-25
/
+35
*
ppc: Remove stub of PPC970 HID4 implementation
David Gibson
2020-03-16
1
-28
/
+1
*
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-7
/
+7
*
ppc/hash64: Rework R and C bit updates
Benjamin Herrenschmidt
2019-04-26
1
-31
/
+45
*
target/ppc: Style fixes for mmu-hash64.[ch]
David Gibson
2019-04-26
1
-26
/
+42
*
target: Clean up how the dump_mmu() print
Markus Armbruster
2019-04-18
1
-3
/
+4
*
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
2019-03-12
1
-1
/
+1
*
target/ppc: Support for POWER9 native hash
Benjamin Herrenschmidt
2019-02-25
1
-2
/
+4
*
target/ppc: Add basic support for "new format" HPTE as found on POWER9
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+17
*
target/ppc: Fix ordering of hash MMU accesses
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+6
*
target/ppc: Re-enable RMLS on POWER9 for virtual hypervisors
Benjamin Herrenschmidt
2019-02-25
1
-0
/
+8
*
target/ppc/spapr: Set LPCR:HR when using Radix mode
Benjamin Herrenschmidt
2019-02-25
1
-1
/
+1
*
target/ppc: Add ppc_hash64_filter_pagesizes()
David Gibson
2018-06-22
1
-0
/
+59
*
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
*
target/ppc: Add ppc_store_lpcr() helper
David Gibson
2018-05-04
1
-4
/
+11
*
target/ppc: Fold slb_nr into PPCHash64Options
David Gibson
2018-04-27
1
-6
/
+9
*
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
2018-04-27
1
-6
/
+6
*
target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model
David Gibson
2018-04-27
1
-1
/
+1
*
target/ppc: Fold ci_large_pages flag into PPCHash64Options
David Gibson
2018-04-27
1
-1
/
+1
*
target/ppc: Move 1T segment and AMR options to PPCHash64Options
David Gibson
2018-04-27
1
-2
/
+4
*
target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
David Gibson
2018-04-27
1
-18
/
+18
*
target/ppc: Split page size information into a separate allocation
David Gibson
2018-04-27
1
-16
/
+45
*
target/ppc: Move page size setup to helper function
David Gibson
2018-04-27
1
-0
/
+29
*
target/ppc: Avoid taking "env" parameter to mmu-hash64 functions
David Gibson
2018-04-27
1
-16
/
+19
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
2017-03-03
1
-6
/
+6
*
target/ppc: Rework hash mmu page fault code and add defines for clarity
Suraj Jitindar Singh
2017-03-03
1
-12
/
+12
*
target/ppc: Move no-execute and guarded page checking into new function
Suraj Jitindar Singh
2017-03-03
1
-9
/
+16
*
target/ppc: Add execute permission checking to access authority check
Suraj Jitindar Singh
2017-03-03
1
-5
/
+4
*
target/ppc: Add Instruction Authority Mask Register Check
Suraj Jitindar Singh
2017-03-03
1
-1
/
+40
*
target/ppc/POWER9: Add POWER9 mmu fault handler
Suraj Jitindar Singh
2017-03-03
1
-0
/
+8
*
target/ppc: Remove the function ppc_hash64_set_sdr1()
Suraj Jitindar Singh
2017-03-01
1
-18
/
+0
*
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
2017-03-01
1
-68
/
+31
*
target/ppc: Eliminate htab_base and htab_mask variables
David Gibson
2017-03-01
1
-20
/
+15
*
target/ppc: Cleanup HPTE accessors for 64-bit hash MMU
David Gibson
2017-03-01
1
-49
/
+54
*
target/ppc: Fix KVM-HV HPTE accessors
David Gibson
2017-03-01
1
-3
/
+5
*
target/ppc/POWER9: Direct all instr and data storage interrupts to the hypv
Suraj Jitindar Singh
2017-02-22
1
-2
/
+18
[next]