summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* - add a description of what .gdbinit should contain.grehan2004-02-041-9/+25
* Remove pmap_pvo_allocf zone alloc function. It was a way ofgrehan2004-02-043-81/+12
* Major overhaul of common trap codegrehan2004-02-042-1616/+710
* - remove unused trap definitionsgrehan2004-02-042-12/+22
* - Lots more symbols required by the new trap_subr codegrehan2004-02-041-0/+40
* - Add definition for GET_CPUINFO, required by new trap_subr codegrehan2004-02-042-12/+8
* Move temporary register save area from exception-vector memory togrehan2004-02-041-3/+15
* Allow child devices to set the OpenFirmware device node ivargrehan2004-02-042-4/+10
* - removed debug printf that was a false positive on non-OpenPIC systemsgrehan2004-02-041-7/+5
* Use device alias "mpic" to locate the macio OpenPIC. This worksgrehan2004-02-031-6/+5
* When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be calledgrehan2004-01-293-0/+30
* Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow directgrehan2004-01-293-0/+170
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Add syscons options and enable USB, since there is no conflict betweengrehan2004-01-211-12/+21
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-214-24/+16
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-216-0/+927
* Update 128-bit long double constants to match what is expectedgrehan2004-01-211-9/+10
* Catch up with ATA UMA changesgrehan2004-01-152-0/+2
* Use a device identify entry point to attach to nexus, since thegrehan2004-01-131-9/+27
* Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-134-164/+557
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-133-110/+133
* Catch up with ATA changes by including <sys/sema.h>grehan2004-01-132-0/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-032-10/+10
* Track three new sendfile-related statistics:silby2003-12-282-0/+2
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-282-4/+2
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-272-0/+8
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* Disable the per-vm_page PTE cache. This was not being invalidatedgrehan2003-12-163-0/+6
* imac revA-D and beige G3 OpenFirmware uses the "ide" string forgrehan2003-12-101-1/+2
* - removed obsolete ppc_exit/ppc_boot functionsgrehan2003-12-103-38/+122
* Remove redundant declaration of ddb_trapgallatin2003-12-091-1/+0
* pmap_query_bit() should return false if the bit is not set.gallatin2003-12-093-3/+3
* Use the "shut-down" and "reset-all" Forth procedures to halt andgallatin2003-12-095-2/+42
* Make breakpoint() actually break into ddb.gallatin2003-12-091-5/+6
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-0/+5
* Widen the enable/disable helper function's argument in line with thepeter2003-11-174-13/+13
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-162-4/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-163-2/+58
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-092-2/+2
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-192-0/+12
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-033-24/+39
* DELAY must be a routine, not a macro definition.grehan2003-09-264-6/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-252-13/+2
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying togrehan2003-09-241-2/+2
* Soften assert in pmap_remove_all.grehan2003-09-223-12/+75
* ATAng requires <sys/taskqueue.h>grehan2003-09-222-0/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
OpenPOWER on IntegriCloud