summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
...
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-4/+5
* We should have an isync after switching MSR[SF] in bootstrap.nwhitehorn2014-09-231-0/+1
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-082-33/+56
* Set the si_code appropriately for exception-caused signals.jhibbits2014-08-081-2/+18
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-032-79/+0
* Simplify the selection of the pvo_head and pvo allocation zone inalc2014-08-012-26/+10
* Retire PVO_EXECUTABLE. It's neither used nor set correctly.alc2014-08-011-7/+0
* Correct a long-standing problem in moea{,64}_pvo_enter() that was revealedalc2014-08-012-0/+44
* Correct a defect in r268591. In the implementation of the new functionalc2014-07-311-1/+2
* Allow mappings of memory not previously direct-mapped by the kernel whennwhitehorn2014-07-191-0/+9
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-141-2/+2
* Eliminate an unused variable. Refresh two comments.alc2014-07-131-5/+2
* Implement pmap_unwire(). See r268327 for the motivation behind this change.alc2014-07-132-0/+57
* Correct the accounting code for wired mappings. The wrong field of the PVOalc2014-07-101-2/+2
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-291-21/+0
* oea64 uses 4k pages, too.jhibbits2014-05-151-1/+1
* A page mask size is 12-bits, not 11.jhibbits2014-05-151-1/+1
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-222-3/+3
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-183-21/+0
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize thejhibbits2014-01-314-10/+201
* Use a loop of dcbz, instead of calling bzero() to zero a page. This matchesjhibbits2014-01-291-6/+4
* Save r3 before using it for the trap check, else we end up saving the new r3,jhibbits2013-12-152-4/+8
* Add PMU-based CPU frequency scaling. This method is used on most Titaniumjhibbits2013-12-131-7/+14
* FBT now does work fully on PowerPC.jhibbits2013-12-123-6/+26
* The kernel stack guard pages are only below the stack pointer, not above.nwhitehorn2013-12-012-2/+4
* badaddr() is used only in the grackle PCI driver, so move its definitionnwhitehorn2013-11-272-61/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-253-6/+0
* Save and restore the trap vectors when doing OF calls on pSeries machines.andreast2013-11-231-0/+5
* Remove stale comment. The PID provider is handled elsewhere already.jhibbits2013-11-211-3/+0
* Do not assume a value for #address-cells when parsing the OF translationsnwhitehorn2013-11-171-17/+27
* Unify handling of illegal instruction faults between AIM and Book-E. Thisnwhitehorn2013-11-171-22/+3
* Fix copy+paste-o, OEA64 uses LPTE, not PTE.jhibbits2013-11-141-2/+2
* Use the same implementation of copyinout.c for both AIM and Book-E. Thisnwhitehorn2013-11-111-522/+0
* Follow up r223485, which made AIM use the ABI thread pointer instead ofnwhitehorn2013-11-112-485/+0
* Add the necessary bits for dumps on ppc64.jhibbits2013-11-111-0/+105
* Remove references to an unused fasttrap probe hook, and remove themarkj2013-10-311-3/+2
* Add some extra sanity checking and checks to printf format specifiers.nwhitehorn2013-10-261-11/+11
* Interrelated improvements to early boot mappings:nwhitehorn2013-10-261-0/+8
* Clean up missed header references.nwhitehorn2013-10-262-2/+2
* Since the PS3 port was committed, the AIM nexus device works perfectly finenwhitehorn2013-10-201-527/+0
* Replace the two almost-exactly-identical AIM and Book-E clock.cnwhitehorn2013-10-202-279/+0
* Unify the AIM and Book-E vm_machdep.c implementations, which previouslynwhitehorn2013-10-201-413/+0
* Fix the Wii build, and remove an extraneous critical_enter().jhibbits2013-10-161-3/+2
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.jhibbits2013-10-151-2/+14
* Move the PMC handling to the first level interrupt handler where it belongs.jhibbits2013-10-152-13/+17
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+11
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-202-24/+0
* Change VM object lock assertion to match locking higher in the callnwhitehorn2013-09-131-1/+1
* Raise artificial limits on number of CPUs and number of interrupts.nwhitehorn2013-09-091-2/+3
* Add POWER CPUs to the kernel's knowledge. This does not imply we currentlynwhitehorn2013-09-092-5/+3
OpenPOWER on IntegriCloud