summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-029-27/+46
* Catch up with "physical memory" sysctl change.grehan2005-03-012-0/+4
* Catch the case where the idle loop is entered with interrupts disabled,grehan2005-02-282-2/+18
* - switch pcpu to a struct declaration ala amd64. It may be more efficient togrehan2005-02-282-6/+4
* Correctly set kernelname for kern.bootfile sysctlgrehan2005-02-282-0/+20
* Add PVO_FAKE flag to pvo entries for PG_FICTITIOUS mappings, togrehan2005-02-253-42/+75
* Mods for Xorg server:grehan2005-02-252-6/+113
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-062-46/+54
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-042-8/+8
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-042-0/+18
* - recognize 7447A/7448 CPUs (used in miniMacs)grehan2005-02-041-0/+11
* - add wall_cmos_clock and adjkerntz variables, required by msdosfsgrehan2005-02-042-0/+42
* 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
* Fix (accidental?) lock order reversal in pmap_remove. Found whengrehan2005-01-213-3/+3
* 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
OpenPOWER on IntegriCloud