summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* Don't initialize the decrementer before initclocks() is called.marcel2007-05-272-12/+7
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* Add ofw bus methods to the ppc nexus driver. This will be used in futuregrehan2007-04-201-0/+56
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Update openpic to support the new bus_setup_intr() syntax.piso2007-03-071-4/+4
* Remove the cast to caddr_t for sfp, they're not needed.kevlo2007-02-121-2/+2
* Propagate the CPU model to the hw.model sysctl.marcel2007-01-141-3/+0
* In cpu_reset(), call OF_reboot() instead of OF_exit(). The lattermarcel2006-12-281-1/+2
* Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 ofgrehan2006-12-201-1/+1
* Implement OF_decode_addr(). This makes uart(4) work as a serialmarcel2006-12-131-8/+128
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Fix gdb issue where the i-cache was not being updated when a breakpointgrehan2006-12-052-1/+13
* Don't use vm_page_flag_set() if installing bootstrap page-table entriesgrehan2006-11-301-1/+2
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-2/+3
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-262-0/+6
* Fix remaining compile error.grehan2006-10-181-1/+1
* Attempt to fix compiling problem.davidxu2006-10-181-1/+1
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-7/+7
* Catch up with recent clock modifications:grehan2006-10-051-1/+1
* remove orphaned sysctl_machdep_adjkerntz()phk2006-10-021-11/+0
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-10/+0
* Add audit hooks for ppc, ia64 system call paths.rwatson2006-09-161-0/+4
* 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
OpenPOWER on IntegriCloud