summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-054-13/+6
* Remove unused arguments from pmap_init().alc2004-04-053-3/+3
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-032-4/+4
* Match the specific MPC106 host bridge PCI ID rather than allgrehan2004-04-011-6/+3
* The end argument to bus_alloc_resource() should have been ~0 andgrehan2004-03-311-2/+1
* Replace td2 with td on the assumption that this was a typo. This should atbenno2004-03-302-2/+2
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-292-10/+6
* Add an implementation of uiomove_fromphys() for PowerPC. Thisalc2004-03-232-0/+262
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-3/+3
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-162-36/+6
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-131-2/+0
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-073-18/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* Increase kernel VA from 256Mb to 512Mb by shifting the segment usedgrehan2004-03-025-3/+17
* Kernel changes for libthr (and probably libpthread).grehan2004-03-027-149/+459
* Bring to working PIO state.grehan2004-02-291-3/+12
* Work-in-progress for the 'Kauai' ATA device in Mac notebooks. Thegrehan2004-02-121-0/+190
* Add sys file required for IEEE fp functions.grehan2004-02-121-0/+37
* Interrupt statistics, vmstat -i now works.grehan2004-02-115-26/+59
* Clean up header files, which fixes compile warning.grehan2004-02-111-10/+1
* - constify devinfo strings to eliminate compile warninggrehan2004-02-112-18/+18
* - fix compile warningsgrehan2004-02-112-52/+10
* - fixed trailing whitespace and indentationgrehan2004-02-111-11/+10
* Fix compile warninggrehan2004-02-111-0/+1
* - remove trailing whitespacegrehan2004-02-111-11/+13
* Cleaned up param.h:grehan2004-02-1112-30/+28
* Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL.grehan2004-02-111-4/+5
* Add sysctl hw.uma_mdpages to track how many pages have been allocatedgrehan2004-02-112-0/+18
* Correctly create interrupt key for PCI, which is the OpenFirmwaregrehan2004-02-101-11/+17
* Disable branch-target instruction cache on MPC7457 as outlinedgrehan2004-02-091-2/+3
* Recognize MPC7547 (aka G4+)grehan2004-02-091-1/+7
* Definitions for MPC7457 CPU type and HID0 bitsgrehan2004-02-092-35/+42
* - add a description of what .gdbinit should contain.grehan2004-02-041-9/+25
* Remove pmap_pvo_allocf zone alloc function. It was a way ofgrehan2004-02-043-81/+12
* Major overhaul of common trap codegrehan2004-02-042-1616/+710
* - remove unused trap definitionsgrehan2004-02-042-12/+22
* - Lots more symbols required by the new trap_subr codegrehan2004-02-041-0/+40
* - Add definition for GET_CPUINFO, required by new trap_subr codegrehan2004-02-042-12/+8
* Move temporary register save area from exception-vector memory togrehan2004-02-041-3/+15
* Allow child devices to set the OpenFirmware device node ivargrehan2004-02-042-4/+10
* - removed debug printf that was a false positive on non-OpenPIC systemsgrehan2004-02-041-7/+5
* Use device alias "mpic" to locate the macio OpenPIC. This worksgrehan2004-02-031-6/+5
* When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be calledgrehan2004-01-293-0/+30
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-293-0/+170
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Add syscons options and enable USB, since there is no conflict betweengrehan2004-01-211-12/+21
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-214-24/+16
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-216-0/+927
OpenPOWER on IntegriCloud