| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify booke and AIM machdep. | jhibbits | 2015-04-30 | 2 | -356/+20 |
* | Implement hwpmc(4) for Freescale e500 core. | jhibbits | 2015-04-18 | 4 | -0/+47 |
* | Unbreak book-e, broken by the trap.c merge (missed this file). | jhibbits | 2015-04-08 | 1 | -3/+1 |
* | Unify Book-E and AIM trap.c | jhibbits | 2015-04-05 | 1 | -519/+0 |
* | CCSRBAR_VA is mpc85xx-specific, so add guards, and include the proper header | jhibbits | 2015-03-31 | 1 | -0/+6 |
* | Wrap #ifdef guards around pmap_bootstrap ap. It's only used in SMP, and | jhibbits | 2015-03-28 | 1 | -0/+4 |
* | Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent | nwhitehorn | 2015-03-07 | 3 | -29/+59 |
* | Move IVOR setup from assembler to C, decreasing required assumptions about | nwhitehorn | 2015-03-05 | 2 | -36/+45 |
* | The AIM DAR (data access fault address register) and Book-E DEAR registers | nwhitehorn | 2015-03-04 | 2 | -3/+3 |
* | Move Book-E/AIM dependent bits for setting user PMAP during thread switch | nwhitehorn | 2015-03-04 | 1 | -0/+4 |
* | Missed local diff. | nwhitehorn | 2015-03-01 | 2 | -2/+1 |
* | Initialize NX stack capabilities and direct map status in pmap like on AIM. | nwhitehorn | 2015-03-01 | 2 | -4/+6 |
* | Refactor PowerPC (especially AIM) init sequence to be less baroque. | nwhitehorn | 2015-01-18 | 1 | -18/+4 |
* | Factor out duplicated code from dumpsys() on each architecture into generic | markj | 2015-01-07 | 1 | -115/+101 |
* | Fix kernel build for booke. | andreast | 2014-12-10 | 1 | -0/+1 |
* | ddb: allow specifying the exact address of the symtab and strtab | royger | 2014-09-25 | 1 | -1/+6 |
* | Change pmap_enter(9) interface to take flags parameter and superpage | kib | 2014-08-08 | 1 | -28/+50 |
* | Retire pmap_change_wiring(). We have never used it to wire virtual pages. | alc | 2014-08-03 | 1 | -27/+0 |
* | Implement pmap_unwire(). See r268327 for the motivation behind this change. | alc | 2014-07-13 | 1 | -0/+32 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 2 | -4/+4 |
* | Avoid spurious compiler warning about an uninitialized variable. | nwhitehorn | 2014-02-01 | 1 | -1/+1 |
* | Rearchitect platform memory map parsing to make it less | nwhitehorn | 2013-12-01 | 1 | -4/+4 |
* | badaddr() is used only in the grackle PCI driver, so move its definition | nwhitehorn | 2013-11-27 | 1 | -60/+0 |
* | Unify handling of illegal instruction faults between AIM and Book-E. This | nwhitehorn | 2013-11-17 | 1 | -16/+1 |
* | Split the function of the PCB_FPU flags into two: PCB_FPU now indicates that | nwhitehorn | 2013-11-17 | 1 | -0/+5 |
* | Move CCSR discovery into the platform module, while simultaneously making | nwhitehorn | 2013-11-17 | 1 | -8/+0 |
* | Make sure that TLB1 mappings are aligned correctly. | nwhitehorn | 2013-11-17 | 1 | -0/+1 |
* | Use the same implementation of copyinout.c for both AIM and Book-E. This | nwhitehorn | 2013-11-11 | 1 | -315/+0 |
* | Follow up r223485, which made AIM use the ABI thread pointer instead of | nwhitehorn | 2013-11-11 | 6 | -169/+20 |
* | Rename the "bare" platform "mpc85xx", which is what it actually is, and | nwhitehorn | 2013-11-11 | 1 | -214/+9 |
* | Do not panic if pmap_mincore() is called. This prevents crashing userland | nwhitehorn | 2013-11-06 | 1 | -1/+1 |
* | Make devices with registers into the KVA region work reliably. Without this, | nwhitehorn | 2013-10-26 | 1 | -6/+18 |
* | Handle (in a slightly ugly way) ePAPR-type loaders that just place a | nwhitehorn | 2013-10-26 | 1 | -4/+36 |
* | Bump initial TLB size. The kernel is not necessarily less than 16 MB any | nwhitehorn | 2013-10-26 | 1 | -1/+1 |
* | Interrelated improvements to early boot mappings: | nwhitehorn | 2013-10-26 | 3 | -29/+69 |
* | Fix concurrency issues with TLB1 updates and make pmap_kextract() search | nwhitehorn | 2013-10-26 | 1 | -11/+27 |
* | Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces. pmap_set_memattr() | nwhitehorn | 2013-10-26 | 1 | -5/+66 |
* | A quick addendum: the standard says that timebase-frequency can be either | nwhitehorn | 2013-10-23 | 1 | -3/+18 |
* | If the device tree directly contains the timebase frequency, use it. This | nwhitehorn | 2013-10-23 | 1 | -0/+4 |
* | Make hard-wired TLB allocations be at minimum one page. This is required by | nwhitehorn | 2013-10-21 | 1 | -0/+2 |
* | Avoid sign overflow if there are more than 2 GB of RAM. | nwhitehorn | 2013-10-20 | 1 | -4/+5 |
* | Replace the two almost-exactly-identical AIM and Book-E clock.c | nwhitehorn | 2013-10-20 | 1 | -280/+0 |
* | Unify the AIM and Book-E vm_machdep.c implementations, which previously | nwhitehorn | 2013-10-20 | 1 | -408/+0 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -0/+11 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -34/+0 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -3/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 2 | -2/+2 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -0/+2 |