summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Correctly initialise the 2nd kernel segment, and don'tgrehan2004-12-291-1/+3
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-2/+0
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-0/+8
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-273-4/+2
* U areas are going away, so don't allocate one for process 0.das2004-11-201-3/+0
* Lock the kernel pmap in pmap_kenter().alc2004-09-131-0/+2
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Remove an unneeded argument..julian2004-08-311-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-3/+0
* - Introduce a lock for synchronizing access to the pvo and pteg tables.alc2004-08-301-8/+28
* Eliminate unnecessary indirection.alc2004-08-281-2/+2
* Add pmap locking to many of the functions.alc2004-08-261-16/+44
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-165-7/+7
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-162-0/+29
* In pmap_page_protect, clear the vm page's PG_WRITEABLE flag ifgrehan2004-08-051-1/+7
* - Push down the acquisition and release of Giant into pmap_enter_quick()alc2004-08-041-0/+2
* Kernel traps were not being passed to trap_fatal in somegrehan2004-08-021-1/+2
* - Push down the acquisition and release of Giant into pmap_protect() onalc2004-07-301-0/+4
* Implement MD parts of ptrace.ssouhlal2004-07-291-13/+43
* Save DAR/DSISR in DDB regsave area when stack overflow detected. It'sgrehan2004-07-271-0/+4
* Improve boot-time debugging with DDB by extracting the ksym start/endgrehan2004-07-271-0/+9
* Implement the protection check required by the pmap_extract_and_hold()alc2004-07-261-3/+6
* Detect kernel stack excursion into guard pages. Drop into KDBgrehan2004-07-231-5/+36
* Bring KDB stack size into line with thread stack size (4 pages).grehan2004-07-231-1/+1
* Allow DSI exceptions to invoke DDB.grehan2004-07-231-1/+2
* Update the callframe structure to leave space for the frame pointergrehan2004-07-222-1/+6
* Properly obey PPC context synchronization rules when modifyinggrehan2004-07-201-0/+2
* 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
OpenPOWER on IntegriCloud