summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove mpte optimization from pmap_enter_quick().ups2006-06-153-14/+8
* Correct a typo in the previous revision.alc2006-06-061-1/+1
* Add a stub for pmap_enter_object().alc2006-06-061-0/+7
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-052-15/+79
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-164-4/+0
* Remove straggling reference to CPU_ macrosphk2006-05-111-2/+2
* Set the rid for any resource obtained from rman_resource_reserve.imp2006-04-201-1/+1
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-032-6/+3
* 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
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Mark the return address of the call to ast() in the generic trapgrehan2005-12-232-5/+11
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-8/+5
* GC some unused frame types.jhb2005-12-161-39/+0
* Eliminate pmap_init2(). It's no longer used.alc2005-11-202-20/+0
* Fix compile warning: pmap_bootstrap is now declared extern in pmap.h,grehan2005-11-111-1/+0
* No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.cgrehan2005-11-091-2476/+0
* Apply r1.103 to correct place.grehan2005-11-091-1/+0
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-2/+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-083-0/+1142
* Finally (!?) get to the bottom of the mysterious G3 boot-time panics.grehan2005-11-071-1/+1
* Copy SPRG0-3 registers at boot-time and restore when calling intogrehan2005-10-302-7/+58
* In stack_save, stop when a trap-frame is encountered. This preventsgrehan2005-10-301-0/+10
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-32/+35
* 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-102-2/+4
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-4/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-032-4/+6
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* 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
* The nsegs parameter to bus_dmamap_load_mbuf_sg is not required togrehan2005-07-091-0/+2
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-102-0/+16
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-1/+2
* Call cninit_finish() from configure_final().marcel2005-05-291-0/+1
* 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-043-44/+32
* Split configure into 3 steps ala sparc64grehan2005-03-181-1/+20
* Prepend underscore to bus_dmamap_{unload|sync} in line withgrehan2005-03-151-2/+2
* Include <sys/signalvar.h> for trapsignal prototype.grehan2005-03-151-0/+1
* Replaced previous hw.physmem extraction with des's mods togrehan2005-03-072-100/+4
* 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-072-2/+124
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-3/+3
* Catch up with "physical memory" sysctl change.grehan2005-03-011-0/+2
OpenPOWER on IntegriCloud