summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Simplify system time accounting for profiling.phk2006-02-081-4/+3
* Set the siginfo si_addr field, and also the mysterious 3rd parametergrehan2006-01-071-1/+4
* MI changes:netchild2005-12-311-0/+8
* Mark the return address of the call to ast() in the generic trapgrehan2005-12-231-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-8/+5
* Fix compile warning: pmap_bootstrap is now declared extern in pmap.h,grehan2005-11-111-1/+0
* Name change from pmap_* to moea_* to fit into the new order ofgrehan2005-11-081-467/+459
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-081-0/+4
* Copy SPRG0-3 registers at boot-time and restore when calling intogrehan2005-10-302-7/+58
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-142-23/+14
* Fix boot-time hang/panic on G3 systems when modifying IBAT0 ingrehan2005-09-101-1/+2
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+3
* Temporary band-aid to fix hang when a process exec's Altivec instructions.grehan2005-07-303-0/+16
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-0/+8
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-5/+13
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-201-2/+0
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-2/+2
* Change an instance of md_savecrit to md_saved_msr that I missed.jhb2005-04-081-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-0/+32
* Include <sys/signalvar.h> for trapsignal prototype.grehan2005-03-151-0/+1
* Replaced previous hw.physmem extraction with des's mods togrehan2005-03-071-50/+2
* physmem is a much better indicator for 'real' memory on PPC than Maxmemgrehan2005-03-071-3/+3
* Allow user to undersize memory with hw.physmem loader variable.grehan2005-03-071-1/+62
* Catch up with "physical memory" sysctl change.grehan2005-03-011-0/+2
* Catch the case where the idle loop is entered with interrupts disabled,grehan2005-02-281-1/+9
* - switch pcpu to a struct declaration ala amd64. It may be more efficient togrehan2005-02-281-3/+2
* Correctly set kernelname for kern.bootfile sysctlgrehan2005-02-281-0/+10
* Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, togrehan2005-02-251-14/+25
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-23/+27
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-041-4/+4
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+9
* - add wall_cmos_clock and adjkerntz variables, required by msdosfsgrehan2005-02-041-0/+21
* Fix (accidental?) lock order reversal in pmap_remove. Found whengrehan2005-01-211-1/+1
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-141-7/+0
* /* -> /*- for license, minor formatting changesimp2005-01-0714-19/+19
* 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
OpenPOWER on IntegriCloud