summaryrefslogtreecommitdiff
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2469-69/+69
* This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'.cvs2svn2007-12-221-36/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-031-0/+36
* MFC:Peter Grehan2007-11-141-0/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-113-45/+26
* Eliminate <machine/interruptvar.h> as it has only a singleMarcel Moolenaar2007-08-072-34/+3
* Add prototype for trap().Marcel Moolenaar2007-08-071-0/+7
* Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()Marcel Moolenaar2007-07-101-3/+8
* Enable the new physical memory allocator.Alan Cox2007-06-161-0/+18
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-093-6/+13
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-1/+2
* Eliminate some unused definitions that came from NetBSD.Alan Cox2007-05-281-2/+0
* Eliminate an unused definition.Alan Cox2007-05-271-1/+0
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-4/+4
* Remove stale header.Marcel Moolenaar2007-01-261-7/+0
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Implement bus_space_map().Marcel Moolenaar2006-12-131-1/+2
* Fix gdb issue where the i-cache was not being updated when a breakpointPeter Grehan2006-12-051-1/+1
* PR:John Birrell2006-10-041-88/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-4/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev2006-09-211-1/+1
* Eliminate unused definitions. (They came from NetBSD.)Alan Cox2006-08-251-7/+0
* Add skeletal support for GDB. In particular gdb_cpu_getreg() needsMarcel Moolenaar2006-08-241-0/+53
* o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.Marcel Moolenaar2006-07-262-1/+2
* Forward declare struct trapframe.Marcel Moolenaar2006-07-261-0/+2
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-111-11/+0
* Add a dummy implementation of bus_space_map().Marcel Moolenaar2006-03-311-3/+9
* Add user-space profiling support. Kernel profiling still todo.Peter Grehan2005-12-291-8/+82
* Forward-declare struct trapframe to allow the aic module to compile.Peter Grehan2005-12-241-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-223-13/+1
* GC some unused frame types.John Baldwin2005-12-161-55/+0
* - Cleanup whitespace and extra ()s in vtophys() macros.John Baldwin2005-12-061-1/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withRuslan Ermilov2005-12-061-7/+0
* Add definitions for 64-bit PTEsPeter Grehan2005-11-111-10/+47
* Insert a layer of indirection to the pmap code, using a kobj forPeter Grehan2005-11-082-4/+102
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-3/+3
* Add a new atomic_fetchadd() primitive that atomically adds a value to aJohn Baldwin2005-09-271-0/+13
* Stop using the '+' constraint modifier with inline assembly. The '+'John Baldwin2005-09-151-12/+12
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-202-4/+3
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-63/+20
* Unbreak the PowerPC GENERIC build.Joseph Koshy2005-06-111-2/+6
* MFP4:Joseph Koshy2005-06-091-0/+15
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-66/+0
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-12/+47
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-042-91/+2
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-142-182/+34