summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Now that single-threaded access to firmware is enforced bynwhitehorn2010-05-211-14/+0
* Fix a long-standing bug in the PowerPC OFW call function on SMP machinesnwhitehorn2010-05-201-5/+64
* Correct a typo.nwhitehorn2010-05-191-1/+1
* Provide missing members for Book-E pmap (and fix build).raj2010-05-181-0/+2
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-163-3/+37
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-162-31/+35
* It is not necessary (and in some cases harmful) to hardcode ata_kauai'snwhitehorn2010-05-161-2/+3
* Enable smu(4) to report fan speeds on late-model Powermac G5s.nwhitehorn2010-05-161-5/+28
* Relocate interrupt sense setting for K2 SATA from the ATA driver to thenwhitehorn2010-05-161-8/+25
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-162-0/+36
* On SMP G5 systems, sometimes the power-mode-data property is only foundnwhitehorn2010-05-161-0/+5
* Add support for the U4 PCI-Express bridge chipset used in late-generationnwhitehorn2010-05-167-860/+1486
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-083-17/+25
* MFamd64/i386 r207205alc2010-04-301-13/+3
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-304-9/+23
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-245-0/+73
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-222-0/+2
* With r205496 in place we should ensure that nargs and nreturns are alwaysmarius2010-04-021-0/+6
* Set hw.ofwfb.relax_mmap=1 by default. While these checks may be a goodnwhitehorn2010-03-281-2/+2
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-252-4/+4
* Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus.marcel2010-03-231-7/+8
* Add definitions for a 4th PCI host controller. No Freescale processormarcel2010-03-232-1/+16
* Enable power management for E500 cores. Use "doze" for now to makemarcel2010-03-233-12/+13
* Get nexus(4) out of the RTC business. The interface used by nexus(4)nwhitehorn2010-03-235-62/+190
* Open Firmware on powerpc is generally non-reetrant, so serialize allnwhitehorn2010-03-231-0/+8
* Do not declare the various OFW command buffers static. It does notnwhitehorn2010-03-231-23/+23
* Actually pass a pointer to the trapframe to powerpc_extr_interrupt().marcel2010-03-231-0/+1
* Revisit locking in the 64-bit AIM PMAP. The PVO head for a page isnwhitehorn2010-03-201-16/+20
* Let unin(4) attach to U3 controllers found on G5 machines.nwhitehorn2010-03-201-5/+10
* Fix two small bugs. The PowerPC 970 does not support non-coherent memorynwhitehorn2010-03-151-2/+2
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-131-1/+0
* Place interrupt handling in a critical section and remove doublenwhitehorn2010-03-092-6/+8
* Fix an obvious lock escape and fix a typo in a comment.nwhitehorn2010-03-041-2/+4
* Patch some more concurrency issues here. This expands the page tablenwhitehorn2010-03-041-23/+43
* Rework smu(4) to be asynchronous. It turns out that the combination ofnwhitehorn2010-03-041-73/+181
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-034-28/+0
* Fix another bug involving /dev/mem and the OEA64 scratchpage. Whennwhitehorn2010-02-251-4/+2
* Move the OEA64 scratchpage to the end of KVA from the beginning, and setnwhitehorn2010-02-251-9/+14
* Provide an implementation of pmap_dev_direct_mapped() on OEA64. This isnwhitehorn2010-02-251-1/+16
* Add the ability to set SMU-based machines to restart automatically afternwhitehorn2010-02-241-0/+58
* Use dcbz instead of word stores for page zeroing, providing a factor ofnwhitehorn2010-02-241-9/+21
* Close a race involving the OEA64 scratchpage. When the scratch page'snwhitehorn2010-02-242-10/+15
* Provide a new useless feature: an led(4) interface for the system's sleepnwhitehorn2010-02-221-0/+24
* Allow user programs to execute mfpvr instructions. Linux allows this, andnwhitehorn2010-02-221-1/+22
* Add a simple fan management callout to the SMU driver. This is designednwhitehorn2010-02-211-4/+112
* Fix several mistakes in this file, in order to allow individual fan speedsnwhitehorn2010-02-211-19/+48
* Reduce KVA pressure on OEA64 systems running in bridge mode by mappingnwhitehorn2010-02-206-71/+46
OpenPOWER on IntegriCloud