summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that physical addresses are identity mapped. This allowsnwhitehorn2009-10-181-1/+8
* Correct another typo. Actually save the condition register insteadnwhitehorn2009-10-111-1/+1
* Correct a typo here and actually save DSISR instead of overwriting it.nwhitehorn2009-10-111-1/+1
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Add a few SCSI controllers to GENERIC that can be found on Powermacs.nwhitehorn2009-09-101-0/+11
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+57
* Remove some debugging (KTR_VERBOSE) that crept into ppc GENERIC long agonwhitehorn2009-09-081-4/+0
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-132-1/+8
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Do not use OCP85XX_LBC_OFF twice when accessing LBC registers on MPC85XX.raj2009-07-211-4/+4
* Add support to the virtual memory system for configuring machine-alc2009-07-122-4/+10
* Increase the size of the page table on 64-bit PowerPC machines as anwhitehorn2009-07-121-2/+0
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+40
* Include SMP support in the MPC85XX kernel by default.raj2009-06-251-0/+1
* - Add the right includes to use kmem_alloc(). This was broken by myjeff2009-06-251-0/+7
* More precise description of the DS1553 driver.raj2009-06-241-1/+1
* Implement a facility for dynamic per-cpu variables.jeff2009-06-235-1/+41
* Add cpufreq support on the PowerPC G5, along with a skeleton SMU drivernwhitehorn2009-06-234-0/+623
* Fix copy/paste typo in last revision. PMC0 control should be shifted 8nwhitehorn2009-06-231-1/+1
* DS1553 RTC module driver. On the MPC8555CDS system it hangs off of the LBC bus.raj2009-06-224-0/+436
* Integrated I2C controller driver (found in MPC85xx and other SOC parts).raj2009-06-222-0/+442
* Teach cpu_est_clockrate() about the G5's slightly different PMC. Thisnwhitehorn2009-06-172-4/+58
* Correct the method of waking the page daemon when the number of allocatedalc2009-06-131-7/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withraj2009-06-131-4/+4
* strict kobj signatures: fix adb_hb_controller_poll impl in powermacavg2009-06-112-5/+7
* strict kobj signatures: some ofw_setprop fixesavg2009-06-111-4/+4
* Move from using devclass_find_free_unit(ata_devclass, 0) to -1 for theimp2009-06-101-3/+1
* Get the gdb/psim emulator functioning again.grehan2009-06-103-8/+30
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-064-0/+12
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredraj2009-06-062-9/+74
* Discover and handle the number of E500 CPUs in run time.raj2009-06-051-2/+9
* Fill PTEs covering kernel code and data.raj2009-06-051-1/+15
* Remove MAC kernel config files and add "options MAC" to GENERIC, with therwatson2009-06-022-28/+1
* Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) tonwhitehorn2009-05-311-0/+26
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-318-22/+586
* Mark the cascaded AT interrupt handler as MP safe to avoid havingmarcel2009-05-311-1/+1
* Set PG_WRITEABLE in Book-E pmap_enter[_locked] if it creates a mapping thatraj2009-05-261-0/+4
* Improve style(9), clean up.raj2009-05-214-35/+23
* Initial support for SMP on PowerPC MPC85xx.raj2009-05-2115-20/+597
* Skip interleaved RAM target on MPC85xx during renitialization of the localraj2009-05-211-1/+2
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-182-0/+20
* Improve style(9)raj2009-05-141-6/+6
* PowerPC common SMP startup and time base rework.raj2009-05-146-57/+77
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-1424-234/+944
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-103-5/+5
OpenPOWER on IntegriCloud