summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add bus_dmamap_load_mbuf_sg() to powerpc.scottl2005-01-152-0/+32
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-142-14/+0
* - allow a device hint to disable probing a slot on a Uninorth PCI bus.grehan2005-01-111-5/+12
* /* -> /*- for license, minor formatting changesimp2005-01-0797-109/+109
* Return correct value in the lock routine.grehan2005-01-071-2/+2
* Correctly initialise the 2nd kernel segment, and don'tgrehan2004-12-293-3/+9
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-233-6/+0
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-153-0/+24
* Create a new definition, PSL_KERNSET, which is used for setting thegrehan2004-11-301-1/+2
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-279-11/+6
* Remove UAREA_PAGES.das2004-11-201-1/+0
* U areas are going away, so don't allocate one for process 0.das2004-11-202-6/+0
* user.h is included only to get pcb.h, so use the latter directly instead.das2004-11-201-1/+0
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-021-1/+1
* Implement TLS relocations for powerpc.ssouhlal2004-11-021-0/+28
* Stay up to date with the latest ATA developments, wheressouhlal2004-11-022-2/+4
* Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in thessouhlal2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Add sc_iostart to softc and unbreak the build.gallatin2004-09-271-0/+1
* Add support for i/o-ports. This was cut and pasted from grackle.cgallatin2004-09-261-3/+26
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-1/+4
* Lock the kernel pmap in pmap_kenter().alc2004-09-133-0/+6
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-6/+5
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-052-2/+2
* Remove an unneeded argument..julian2004-08-312-2/+2
* Remove sched_free_thread() which was only usedjulian2004-08-312-6/+0
* - Introduce a lock for synchronizing access to the pvo and pteg tables.alc2004-08-303-24/+84
* Eliminate unnecessary indirection.alc2004-08-283-6/+6
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+14
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-1/+0
* Add pmap locking to many of the functions.alc2004-08-264-48/+147
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-1617-22/+22
* Add /dev/mem and /dev/kmem to powerpc.ssouhlal2004-08-1610-0/+300
* Advertise that color is supported so that syscons doesn't come upgrehan2004-08-161-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-125-87/+79
* - Use the rman_get_* functions instead of reaching into struct resource.marius2004-08-118-20/+16
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* In pmap_page_protect, clear the vm page's PG_WRITEABLE flag ifgrehan2004-08-053-3/+21
* - Push down the acquisition and release of Giant into pmap_enter_quick()alc2004-08-043-0/+6
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Remove race condition between reading of MSR, setting md_savecrit,grehan2004-08-031-6/+2
* Remove 'device mem' from GENERIC, which markm@ mistakingly added.ssouhlal2004-08-021-1/+0
* Kernel traps were not being passed to trap_fatal in somegrehan2004-08-022-2/+4
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-011-1/+3
* - Push down the acquisition and release of Giant into pmap_protect() onalc2004-07-303-0/+12
* Add comment explaining struct reg and struct fpreg must match the trapframe.ssouhlal2004-07-291-0/+2
* Implement MD parts of ptrace.ssouhlal2004-07-292-26/+86
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+4
OpenPOWER on IntegriCloud