Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target-ppc: make some functions static | Blue Swirl | 2012-11-01 | 1 | -5/+6 |
* | Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS | Peter Maydell | 2012-10-29 | 1 | -2/+0 |
* | Rename target_phys_addr_t to hwaddr | Avi Kivity | 2012-10-23 | 1 | -26/+26 |
* | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity | 2012-10-05 | 1 | -3/+1 |
* | ppc64: Rudimentary Support for extra page sizes on server CPUs | Benjamin Herrenschmidt | 2012-06-24 | 1 | -0/+7 |
* | booke_206_tlbwe: Discard invalid bits in MAS2 | Fabien Chouteau | 2012-06-24 | 1 | -2/+15 |
* | ppc: Cleanup MMU merge | Blue Swirl | 2012-06-24 | 1 | -85/+35 |
* | ppc: Move MMU helpers from helper.c to mmu_helper.c | Blue Swirl | 2012-06-24 | 1 | -0/+2471 |
* | ppc: Avoid a warning with the next patch | Blue Swirl | 2012-06-24 | 1 | -2/+2 |
* | ppc: Avoid AREG0 for MMU etc. helpers | Blue Swirl | 2012-06-24 | 1 | -44/+47 |
* | ppc: Split MMU etc. helpers from op_helper.c | Blue Swirl | 2012-06-24 | 1 | -0/+882 |