summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-093-6/+13
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+2
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-2/+0
* Eliminate an unused definition.alc2007-05-271-1/+0
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-4/+4
* Remove stale header.marcel2007-01-261-7/+0
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Implement bus_space_map().marcel2006-12-131-1/+2
* Fix gdb issue where the i-cache was not being updated when a breakpointgrehan2006-12-051-1/+1
* PR:jb2006-10-041-88/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-4/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-251-7/+0
* Add skeletal support for GDB. In particular gdb_cpu_getreg() needsmarcel2006-08-241-0/+53
* o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.marcel2006-07-262-1/+2
* Forward declare struct trapframe.marcel2006-07-261-0/+2
* Clean out sysctl machdep.* related defines.phk2006-05-111-11/+0
* Add a dummy implementation of bus_space_map().marcel2006-03-311-3/+9
* Add user-space profiling support. Kernel profiling still todo.grehan2005-12-291-8/+82
* Forward-declare struct trapframe to allow the aic module to compile.grehan2005-12-241-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-223-13/+1
* GC some unused frame types.jhb2005-12-161-55/+0
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Add definitions for 64-bit PTEsgrehan2005-11-111-10/+47
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-082-4/+102
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-3/+3
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+13
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-12/+12
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-4/+3
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-63/+20
* Unbreak the PowerPC GENERIC build.jkoshy2005-06-111-2/+6
* MFP4:jkoshy2005-06-091-0/+15
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-66/+0
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-12/+47
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-91/+2
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-182/+34
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-028-24/+43
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* Convert bus_space_barrier() into a null inline function rather than angrehan2005-02-041-2/+9
* - add definitions for MPC7447A/7448 (i.e. miniMac)grehan2005-02-041-1/+3
* HID0 updates:grehan2005-02-041-3/+6
* - change all u_int_XX to uint_XXgrehan2005-02-011-39/+39
* Add bus_dmamap_load_mbuf_sg() to powerpc.scottl2005-01-151-0/+3
* /* -> /*- for license, minor formatting changesimp2005-01-0735-35/+35
* Create a new definition, PSL_KERNSET, which is used for setting thegrehan2004-11-301-1/+2
* Remove UAREA_PAGES.das2004-11-201-1/+0
OpenPOWER on IntegriCloud