aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Unbreak ppc kernel build by removing zs driver.Peter Grehan2006-11-141-1/+0
* MFC:Simon L. B. Nielsen2006-10-091-1/+0
* Merge ia32_trap.c:1.13, ia64/trap.c:1.124, and powerpc/trap.c:1.62 fromRobert Watson2006-09-191-0/+4
* MFC rev 1.112: properly set the thread pointer.Marcel Moolenaar2006-09-011-1/+1
* MFC rev 1.18: Provide stub implementation for bus_space_map().Marcel Moolenaar2006-09-011-3/+9
* MFC:Maxim Sobolev2006-08-171-1/+1
* MFC: Add missing ptrace(2) system-call stops to various syscall()John Baldwin2006-08-111-0/+5
* MFC Rev 1.10Jeff Roberson2006-03-131-0/+23
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-102-35/+38
* add DEFAULTS and remove entries in GENERIC now duplicatedSam Leffler2006-02-031-2/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-302-0/+84
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-021-0/+9
* MFCAlan Cox2005-11-131-2/+3
* MFC locore.S:r.1.22, ofw_machdep.c:1.14Peter Grehan2005-11-112-7/+58
* MFC r1.102Peter Grehan2005-11-111-1/+1
* MFC: Add atomic_fetchadd(9) operation for types int and 32.John Baldwin2005-10-061-0/+13
* MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,Marius Strobl2005-10-051-7/+5
* MFC: Stop using the '+' constraint modifier with memory operands inJohn Baldwin2005-09-261-12/+12
* Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5.Ken Smith2005-09-221-1/+1
* MFC r1.101Peter Grehan2005-09-131-1/+2
* MFC: r1.8Peter Grehan2005-08-181-1/+1
* MFC machdep.c r1.90Peter Grehan2005-08-083-0/+16
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-63/+20
* MFC addition of the COMPAT_FREEBSD5 option. Specific versionsKen Smith2005-07-181-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-1117-9727/+0
* 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
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-122-4/+4
* Unbreak the powerpc build by fixing some ATA constants that were renamed.Suleiman Souhlal2005-04-121-3/+3
* Change an instance of md_savecrit to md_saved_msr that I missed.John Baldwin2005-04-082-2/+2
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-047-135/+66
* Introduce channel-level setmode newbus method.Peter Grehan2005-04-013-0/+38