summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-032-10/+6
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-032-18/+8
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-262-12/+0
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-11/+0
* trap_pfault() shouldn't be acquiring Giant. Found to blow upgrehan2004-05-192-4/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-8/+10
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
* Spell Ethernet correctly.obrien2004-05-021-4/+4
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* - Catch up with recent ATA changes.grehan2004-04-232-6/+9
* Include <machine/pte.h> since it has been removed from <machine/param.h>.grehan2004-04-211-0/+1
* <machine/pte.h> has no business being here. Finally exposed by F77 buildgrehan2004-04-211-2/+0
* MFamd64alc2004-04-183-156/+28
* Remove avail_end. It is not used.alc2004-04-114-22/+3
* Remove advertising clause from University of California Regent'simp2004-04-0712-48/+0
* 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
OpenPOWER on IntegriCloud