summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-0/+4
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+8
* Rename low-level code ddb -> db. Use KDB instead of DDB.grehan2004-07-121-36/+36
* Bring into KDB new order.grehan2004-07-121-9/+6
* - DDB -> KDB, with kdb routinesgrehan2004-07-121-23/+54
* No need for ddb option. Never a need for ipkdb option.grehan2004-07-121-2/+0
* pmap_remove_pages() must not remove wired mappings. Sincealc2004-07-121-4/+0
* - correctly set the return value for the copyin/out fault buffer to 1grehan2004-07-091-2/+10
* G4 requires isync after 256Mb ibat/dbat update, G3 requiresgrehan2004-07-081-3/+4
* - trailing white-space cleanupgrehan2004-07-061-7/+10
* Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-051-1/+1
* Modify loop test when cycling through phys_avail array. It's possiblegrehan2004-07-011-2/+4
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-6/+0
* trap_pfault() shouldn't be acquiring Giant. Found to blow upgrehan2004-05-191-2/+0
* MFamd64alc2004-04-181-72/+7
* Remove avail_end. It is not used.alc2004-04-111-7/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-051-4/+2
* Remove unused arguments from pmap_init().alc2004-04-051-1/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-2/+2
* Replace td2 with td on the assumption that this was a typo. This should atbenno2004-03-301-1/+1
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-291-5/+3
* Add an implementation of uiomove_fromphys() for PowerPC. Thisalc2004-03-231-0/+131
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+3
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-6/+0
* Increase kernel VA from 256Mb to 512Mb by shifting the segment usedgrehan2004-03-021-0/+4
* Kernel changes for libthr (and probably libpthread).grehan2004-03-023-72/+214
* Interrupt statistics, vmstat -i now works.grehan2004-02-111-7/+3
* - constify devinfo strings to eliminate compile warninggrehan2004-02-111-9/+9
* - fix compile warningsgrehan2004-02-111-26/+5
* Cleaned up param.h:grehan2004-02-113-0/+5
* Add sysctl hw.uma_mdpages to track how many pages have been allocatedgrehan2004-02-111-0/+9
* Remove pmap_pvo_allocf zone alloc function. It was a way ofgrehan2004-02-041-27/+4
* Major overhaul of common trap codegrehan2004-02-041-808/+355
* - remove unused trap definitionsgrehan2004-02-041-6/+11
* - Add definition for GET_CPUINFO, required by new trap_subr codegrehan2004-02-041-6/+4
* Allow child devices to set the OpenFirmware device node ivargrehan2004-02-041-2/+5
* When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be calledgrehan2004-01-291-0/+10
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-291-0/+82
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-212-12/+8
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-211-0/+10
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-131-55/+64
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-5/+5
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* Disable the per-vm_page PTE cache. This was not being invalidatedgrehan2003-12-161-0/+2
OpenPOWER on IntegriCloud