aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Use proper trap code for the EXC_ALI traps. This fixes SIGBUS duringMaxim Sobolev2006-08-032-2/+2
* Don't ignore errors from intr_event_add_handler().John Baldwin2006-08-021-3/+1
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-011-0/+3
* Complete the transition from pmap_page_protect() to pmap_remove_write().Alan Cox2006-08-014-174/+106
* Remove sio(4) and related options from MI files to amd64, i386Marcel Moolenaar2006-07-291-1/+0
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isJohn Baldwin2006-07-282-2/+2
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-282-18/+0
* Unify the checking for lock misbehavior in the various syscall()John Baldwin2006-07-272-10/+26
* Add missing ptrace(2) system-call stops to various syscall()John Baldwin2006-07-272-0/+10
* Turn this into an uart(4) bus attachment.Marcel Moolenaar2006-07-261-40/+19
* Repocopy from: src/sys/powerpc/psim/sio_iobus.cMarcel Moolenaar2006-07-261-108/+0
* o Remove device zsMarcel Moolenaar2006-07-261-5/+1
* o Enable -WerrorMarcel Moolenaar2006-07-261-3/+2
* o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.Marcel Moolenaar2006-07-265-2/+38
* Include needed clock.h.Marcel Moolenaar2006-07-262-0/+2
* Forward declare struct trapframe.Marcel Moolenaar2006-07-261-0/+2
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-4/+1
* Add synchronization to moea_zero_page() and moea_zero_page_area().Alan Cox2006-07-102-16/+34
* Eliminate the acquisition and release of Giant from moea_extract_and_hold()Alan Cox2006-07-012-12/+0
* Backed out the change by request from rwatson.Sergey Babkin2006-06-261-1/+0
* Synchronize accesses to the PTEG table.Alan Cox2006-06-252-6/+58
* The common UID/GID space implementation. It has been discussed on -archSergey Babkin2006-06-251-0/+1
* Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. ThisRink Springer2006-06-172-0/+4
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'sAlexander Leidinger2006-06-151-1/+0
* Remove mpte optimization from pmap_enter_quick().Stephan Uphoff2006-06-154-19/+12
* Some machines have an ESCC. Make sure we build uart(4) with supportMarcel Moolenaar2006-06-121-0/+1
* Add the ability to subset the devices that UART pulls in. This allowsWarner Losh2006-06-121-0/+3
* Correct a typo in the previous revision.Alan Cox2006-06-062-2/+2
* Add a stub for pmap_enter_object().Alan Cox2006-06-061-0/+7
* Introduce the function pmap_enter_object(). It maps a sequence of residentAlan Cox2006-06-053-30/+139
* 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