summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000marcel2006-09-011-1/+1
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+6
* Use proper trap code for the EXC_ALI traps. This fixes SIGBUS duringsobomax2006-08-031-1/+1
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-77/+44
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-9/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-5/+13
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.marcel2006-07-261-0/+18
* Include needed clock.h.marcel2006-07-261-0/+1
* Add synchronization to moea_zero_page() and moea_zero_page_area().alc2006-07-101-8/+17
* Eliminate the acquisition and release of Giant from moea_extract_and_hold()alc2006-07-011-6/+0
* Synchronize accesses to the PTEG table.alc2006-06-251-3/+29
* Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. Thisrink2006-06-171-0/+2
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-5/+4
* Correct a typo in the previous revision.alc2006-06-061-1/+1
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-15/+60
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-163-3/+0
* Remove straggling reference to CPU_ macrosphk2006-05-111-2/+2
* 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
OpenPOWER on IntegriCloud