aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* - Allow duplicate "machine" directives with the same arguments.Ruslan Ermilov2005-11-272-3/+1
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and moveJohn Baldwin2005-11-212-1/+10
* Create a device node in /dev when a USB keyboard is plugged in.Arun Sharma2005-11-211-0/+1
* Eliminate pmap_init2(). It's no longer used.Alan Cox2005-11-202-20/+0
* Add definitions for 64-bit PTEsPeter Grehan2005-11-111-10/+47
* ata_generic_hw takes a dev as a parameter, not a channel.Peter Grehan2005-11-111-1/+1
* Fix compile warning: pmap_bootstrap is now declared extern in pmap.h,Peter Grehan2005-11-112-2/+0
* No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.cPeter Grehan2005-11-091-2476/+0
* Apply r1.103 to correct place.Peter Grehan2005-11-091-1/+0
* Reimplement the reclamation of PV entries. Specifically, performAlan Cox2005-11-091-2/+0
* Name change from pmap_* to moea_* to fit into the new order ofPeter Grehan2005-11-082-934/+918
* Insert a layer of indirection to the pmap code, using a kobj forPeter Grehan2005-11-086-4/+1248
* Finally (!?) get to the bottom of the mysterious G3 boot-time panics.Peter Grehan2005-11-071-1/+1
* Copy SPRG0-3 registers at boot-time and restore when calling intoPeter Grehan2005-10-304-12/+114
* In stack_save, stop when a trap-frame is encountered. This preventsPeter Grehan2005-10-301-0/+10
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-252-35/+38
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-144-46/+28
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-7/+5
* Add a new atomic_fetchadd() primitive that atomically adds a value to aJohn Baldwin2005-09-271-0/+13
* Introduce a kernel config for the Mandatory Access Control framework.Christian S.J. Peron2005-09-181-0/+28
* Stop using the '+' constraint modifier with inline assembly. The '+'John Baldwin2005-09-151-12/+12
* Fix boot-time hang/panic on G3 systems when modifying IBAT0 inPeter Grehan2005-09-103-3/+6
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()Marcel Moolenaar2005-09-101-4/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determineAlan Cox2005-09-033-6/+9
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-202-4/+3
* Remove unnecessary and alarming printf.Peter Grehan2005-08-161-1/+1
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+23
* Temporary band-aid to fix hang when a process exec's Altivec instructions.Peter Grehan2005-07-306-0/+32
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-63/+20
* Add recently invented COMPAT_FREEBSD5 option.Ken Smith2005-07-141-0/+1
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-102-2/+4
* The nsegs parameter to bus_dmamap_load_mbuf_sg is not required toPeter Grehan2005-07-091-0/+2
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Unbreak the PowerPC GENERIC build.Joseph Koshy2005-06-111-2/+6
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-103-0/+24
* MFP4:Joseph Koshy2005-06-091-0/+15
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-291-1/+2
* Call cninit_finish() from configure_final().Marcel Moolenaar2005-05-291-0/+1
* The end values passed to rman_manage_region() for PCI i/o and memPeter Grehan2005-05-291-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-294-68/+0
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. ItPeter Grehan2005-05-211-0/+13
* Remove incorrect configuration setting that limited the Kauai ATA controllerPeter Grehan2005-05-141-1/+1
* - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's statePeter Grehan2005-05-031-5/+4
* Catch up with latest ATA newbus commits.Peter Grehan2005-05-012-4/+4
* Change cpu_set_kse_upcall to more generic style, so we can reuse itDavid Xu2005-04-232-10/+26
* Don't enter the debugger if KDB_UNATTENDED is set or ifPaul Saab2005-04-202-4/+0
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Get order right when initializing task file bus resources. ATA drives arePeter Grehan2005-04-202-4/+4
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-12/+47
* Catch up with ATA mkIII definitions for registers that have differentPeter Grehan2005-04-182-2/+4