1. 0e2a3ec target/ppc: Fix VRMA page size for ISA v3.0 by Nicholas Piggin · 1 year, 5 months ago
  2. 9201af0 target/ppc: Implement ASDR register for ISA v3.0 for HPT by Nicholas Piggin · 1 year, 5 months ago
  3. 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years ago
  4. 491a255 target/ppc: Implement slbiag by Lucas Coutinho · 2 years, 6 months ago
  5. 26d02c9 target/ppc: Move slbfee to decodetree by Lucas Coutinho · 2 years, 6 months ago
  6. 41b60e4 target/ppc: Move slbmfee to decodetree by Lucas Coutinho · 2 years, 6 months ago
  7. 74a1538 target/ppc: Move slbmfev to decodetree by Lucas Coutinho · 2 years, 6 months ago
  8. 0b0ba40 target/ppc: Move slbmte to decodetree by Lucas Coutinho · 2 years, 6 months ago
  9. 2bfcb7a target/ppc: Move slbia to decodetree by Lucas Coutinho · 2 years, 6 months ago
  10. a1b05c0 target/ppc: Move slbieg to decodetree by Lucas Coutinho · 2 years, 6 months ago
  11. 43507e4 target/ppc: Move slbie to decodetree by Lucas Coutinho · 2 years, 6 months ago
  12. 7bf00df target/ppc: fix Hash64 MMU update of PTE bit R by Leandro Lupori · 3 years, 1 month ago
  13. 03695a9 target/ppc: changed ppc_hash64_xlate to use mmu_idx by Bruno Larsen (billionai) · 3 years, 6 months ago
  14. 51806b5 target/ppc: Introduce ppc_xlate by Richard Henderson · 3 years, 6 months ago
  15. 1a8c647 target/ppc: Split out ppc_hash64_xlate by Richard Henderson · 3 years, 6 months ago
  16. 1b4d1cb target/ppc: Use MMUAccessType with *_handle_mmu_fault by Richard Henderson · 3 years, 6 months ago
  17. 2b44e21 target/ppc: added ifdefs around TCG-only code by Bruno Larsen (billionai) · 3 years, 7 months ago
  18. 59dec5b target/ppc: Use MMUAccessType in mmu-hash64.c by Richard Henderson · 3 years, 7 months ago
  19. 182357d target/ppc: Introduce prot_for_access_type by Richard Henderson · 3 years, 7 months ago
  20. 45998ff target/ppc: moved ppc_store_lpcr to misc_helper.c by Lucas Mateus Castro (alqotel) · 3 years, 8 months ago
  21. fd1eb08 target/ppc: moved function out of mmu-hash64 by Lucas Mateus Castro (alqotel) · 3 years, 8 months ago
  22. f03de3b target/ppc: Put LPCR[GTSE] in hflags by Richard Henderson · 3 years, 9 months ago
  23. d57d72a target/ppc: Introduce an mmu_is_64bit() helper by Greg Kurz · 4 years, 1 month ago
  24. 6bd039c powerpc tcg: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
  25. 136fbf6 ppc/: fix some comment spelling errors by zhaolichang · 4 years, 3 months ago
  26. ff5b5d5 error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 4 years, 5 months ago
  27. 0418bf7 target/ppc: Fix ISA v3.0 (POWER9) slbia implementation by Nicholas Piggin · 4 years, 9 months ago
  28. f9e3e1a target/ppc: Fix slbia TLB invalidation gap by Nicholas Piggin · 4 years, 9 months ago
  29. 4c24a87 target/ppc: Don't store VRMA SLBE persistently by David Gibson · 4 years, 10 months ago
  30. 3a56a55 target/ppc: Only calculate RMLS derived RMA limit on demand by David Gibson · 5 years ago
  31. d37b40d target/ppc: Correct RMLS table by David Gibson · 5 years ago
  32. a864a6b target/ppc: Streamline calculation of RMA limit from LPCR[RMLS] by David Gibson · 5 years ago
  33. e232ecc target/ppc: Use class fields to simplify LPCR masking by David Gibson · 5 years ago
  34. e8b1144 spapr, ppc: Remove VPM0/RMLS hacks for POWER9 by David Gibson · 5 years ago
  35. 1b99e02 target/ppc: Introduce ppc_hash64_use_vrma() helper by David Gibson · 5 years ago
  36. 682c1df target/ppc: Correct handling of real mode accesses with vhyp on hash MMU by David Gibson · 5 years ago
  37. 19acd4b ppc: Remove stub of PPC970 HID4 implementation by David Gibson · 5 years ago
  38. db70b31 target/ppc: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  39. a2dd4e8 ppc/hash64: Rework R and C bit updates by Benjamin Herrenschmidt · 6 years ago
  40. d75cbae target/ppc: Style fixes for mmu-hash64.[ch] by David Gibson · 6 years ago
  41. fad866d target: Clean up how the dump_mmu() print by Markus Armbruster · 6 years ago
  42. a8dafa5 target/ppc: Implement large decrementer support for TCG by Suraj Jitindar Singh · 6 years ago
  43. 3367c62 target/ppc: Support for POWER9 native hash by Benjamin Herrenschmidt · 6 years ago
  44. 3452559 target/ppc: Add basic support for "new format" HPTE as found on POWER9 by Benjamin Herrenschmidt · 6 years ago
  45. 3054b0c target/ppc: Fix ordering of hash MMU accesses by Benjamin Herrenschmidt · 6 years ago
  46. 2b9e0a6 target/ppc: Re-enable RMLS on POWER9 for virtual hypervisors by Benjamin Herrenschmidt · 6 years ago
  47. 00fd075 target/ppc/spapr: Set LPCR:HR when using Radix mode by Benjamin Herrenschmidt · 6 years ago
  48. 27f00f0 target/ppc: Add ppc_hash64_filter_pagesizes() by David Gibson · 7 years ago
  49. f26404f Make address_space_map() take a MemTxAttrs argument by Peter Maydell · 7 years ago
  50. 5ad5531 target/ppc: Add ppc_store_lpcr() helper by David Gibson · 7 years ago
  51. 67d7d66 target/ppc: Fold slb_nr into PPCHash64Options by David Gibson · 7 years ago
  52. 0941d72 target/ppc: Get rid of POWERPC_MMU_VER() macros by David Gibson · 7 years ago
  53. ca79b3b target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model by David Gibson · 7 years ago
  54. 26cd35b target/ppc: Fold ci_large_pages flag into PPCHash64Options by David Gibson · 7 years ago
  55. 58969ee target/ppc: Move 1T segment and AMR options to PPCHash64Options by David Gibson · 7 years ago
  56. 21e405f target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs by David Gibson · 7 years ago
  57. b07c59f target/ppc: Split page size information into a separate allocation by David Gibson · 7 years ago
  58. a059471 target/ppc: Move page size setup to helper function by David Gibson · 7 years ago
  59. 8fe08fa target/ppc: Avoid taking "env" parameter to mmu-hash64 functions by David Gibson · 7 years ago
  60. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  61. ec975e8 spapr: Small cleanup of PPC MMU enums by Sam Bobroff · 8 years ago
  62. da82c73 target/ppc: Rework hash mmu page fault code and add defines for clarity by Suraj Jitindar Singh · 8 years ago
  63. 07a68f9 target/ppc: Move no-execute and guarded page checking into new function by Suraj Jitindar Singh · 8 years ago
  64. 347a5c7 target/ppc: Add execute permission checking to access authority check by Suraj Jitindar Singh · 8 years ago
  65. a6152b5 target/ppc: Add Instruction Authority Mask Register Check by Suraj Jitindar Singh · 8 years ago
  66. b289949 target/ppc/POWER9: Add POWER9 mmu fault handler by Suraj Jitindar Singh · 8 years ago
  67. 8d63351 target/ppc: Remove the function ppc_hash64_set_sdr1() by Suraj Jitindar Singh · 8 years ago
  68. e57ca75 target/ppc: Manage external HPT via virtual hypervisor by David Gibson · 8 years ago
  69. 3677866 target/ppc: Eliminate htab_base and htab_mask variables by David Gibson · 8 years ago
  70. 7222b94 target/ppc: Cleanup HPTE accessors for 64-bit hash MMU by David Gibson · 8 years ago
  71. 1ad9f0a target/ppc: Fix KVM-HV HPTE accessors by David Gibson · 8 years ago
  72. 5065908 target/ppc/POWER9: Direct all instr and data storage interrupts to the hypv by Suraj Jitindar Singh · 8 years ago
  73. 18aa49e target/ppc/POWER9: Adapt LPCR handling for POWER9 by Suraj Jitindar Singh · 8 years ago
  74. a63f1df target-ppc: add slbieg instruction by Nikunj A Dadhania · 8 years ago
  75. 76134d4 target/ppc/mmu_hash64: Fix printing unsigned as signed int by Suraj Jitindar Singh · 8 years ago
  76. b394662 kvm: move cpu synchronization code by Vincent Palatin · 8 years ago
  77. fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago[Renamed from target-ppc/mmu-hash64.c]
  78. 82ecffa Open 2.9 development tree by Stefan Hajnoczi · 8 years ago