aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-167-7/+0
* Remove straggling reference to CPU_ macrosPoul-Henning Kamp2006-05-112-4/+4
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-111-11/+0
* Set the rid for any resource obtained from rman_resource_reserve.Warner Losh2006-04-206-1/+6
* Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26Marcel Moolenaar2006-04-071-0/+1
* Remove the unused sva and eva arguments from pmap_remove_pages().Peter Wemm2006-04-032-6/+3
* Add a dummy implementation of bus_space_map().Marcel Moolenaar2006-03-311-3/+9
* Simplify system time accounting for profiling.Poul-Henning Kamp2006-02-082-8/+6
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)Poul-Henning Kamp2006-01-101-0/+1
* Set the siginfo si_addr field, and also the mysterious 3rd parameterPeter Grehan2006-01-072-2/+8
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-5/+3
* MI changes:Alexander Leidinger2005-12-312-0/+16
* Remove duplicate options (originals in sys/conf/NOTES).Ruslan Ermilov2005-12-301-2/+0
* Add user-space profiling support. Kernel profiling still todo.Peter Grehan2005-12-291-8/+82
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structureMaxim Sobolev2005-12-261-0/+2
* Forward-declare struct trapframe to allow the aic module to compile.Peter Grehan2005-12-241-0/+2
* Mark the return address of the call to ast() in the generic trapPeter Grehan2005-12-233-5/+13
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-227-29/+11
* add LINT buildSam Leffler2005-12-212-0/+86
* GC some unused frame types.John Baldwin2005-12-162-94/+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
* Convert to use the recently introduced set of ofw_bus_gen_get_*() forMarius Strobl2005-12-032-93/+40
* - 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-14/+116
* 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