aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Place interrupt handling in a critical section and remove doubleNathan Whitehorn2010-03-092-6/+8
* Fix an obvious lock escape and fix a typo in a comment.Nathan Whitehorn2010-03-041-2/+4
* Patch some more concurrency issues here. This expands the page tableNathan Whitehorn2010-03-041-23/+43
* Rework smu(4) to be asynchronous. It turns out that the combination ofNathan Whitehorn2010-03-041-73/+181
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-034-28/+0
* Fix another bug involving /dev/mem and the OEA64 scratchpage. WhenNathan Whitehorn2010-02-251-4/+2
* Move the OEA64 scratchpage to the end of KVA from the beginning, and setNathan Whitehorn2010-02-251-9/+14
* Provide an implementation of pmap_dev_direct_mapped() on OEA64. This isNathan Whitehorn2010-02-251-1/+16
* Add the ability to set SMU-based machines to restart automatically afterNathan Whitehorn2010-02-241-0/+58
* Use dcbz instead of word stores for page zeroing, providing a factor ofNathan Whitehorn2010-02-241-9/+21
* Close a race involving the OEA64 scratchpage. When the scratch page'sNathan Whitehorn2010-02-242-10/+15
* Provide a new useless feature: an led(4) interface for the system's sleepNathan Whitehorn2010-02-221-0/+24
* Allow user programs to execute mfpvr instructions. Linux allows this, andNathan Whitehorn2010-02-221-1/+22
* Add a simple fan management callout to the SMU driver. This is designedNathan Whitehorn2010-02-211-4/+112
* Fix several mistakes in this file, in order to allow individual fan speedsNathan Whitehorn2010-02-211-19/+48
* Reduce KVA pressure on OEA64 systems running in bridge mode by mappingNathan Whitehorn2010-02-206-71/+46
* Turn on experimental support for DEEPNAP on the 970MP.Nathan Whitehorn2010-02-201-2/+10
* Merge r198724 to Book-E. casuword() non-atomically read the current valueNathan Whitehorn2010-02-201-2/+13
* Allow the SMU driver to read a variety of hardware sensors (possibleNathan Whitehorn2010-02-191-9/+439
* Fix a bug where pages being removed from memory entirely no longer haveNathan Whitehorn2010-02-182-55/+39
* Adjust style (following the already existing rules) for the newlyAttilio Rao2010-02-152-2/+2
* Call the proper linkup routine in PowerPC Book-E machdep.Rafal Jaworowski2010-02-151-1/+1
* Add the options DEADLKRES (introducing the deadlock resolver thread) inAttilio Rao2010-02-102-0/+2
* Make PCI Express host controllers functional, by:Marcel Moolenaar2010-02-011-0/+26
* Use the capability pointer to indicate whether the host controller isMarcel Moolenaar2010-02-011-12/+13
* Don't check the device ID. Instead, check the class, subclass andMarcel Moolenaar2010-01-291-28/+13
* Move the examples for the 'hints' and 'env' keywords from various GENERICJohn Baldwin2010-01-191-3/+0
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.Warner Losh2010-01-101-0/+1
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsBjoern A. Zeeb2010-01-081-0/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-073-8/+8
* Revert 200594. This file isn't intended for these sorts of things.Warner Losh2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.Brooks Davis2010-01-031-0/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-292-3/+4
* Remove a warning in DELAY about large delays. In kern_shutdown.cMarcel Moolenaar2009-12-191-8/+1
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsoDoug Barton2009-12-161-0/+7
* Unbreak build.Nathan Whitehorn2009-12-061-1/+1
* MFp4:Alexander Motin2009-12-064-57/+37
* The first argument of dcbz interprets r0 as a literal zero, not the second.Nathan Whitehorn2009-12-031-1/+1
* Bump limits on PowerPC. This allows large executables like parts of LLVMNathan Whitehorn2009-12-021-5/+5
* Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptopsNathan Whitehorn2009-11-291-0/+1
* Add a CPU features framework on PowerPC and simplify CPU setup a littleNathan Whitehorn2009-11-286-99/+131
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagAlan Cox2009-11-272-5/+2
* Garbage collect some code that was never compiled in to handle AltivecNathan Whitehorn2009-11-221-6/+0
* Always allocate PCI/ISA interrupts as shareable so that sharedMarcel Moolenaar2009-11-201-0/+1
* Fix cpuid output on E500 core.Rafal Jaworowski2009-11-191-0/+2
* Provide a real fix to the too-many-translations problem when bootingNathan Whitehorn2009-11-121-56/+62
* Extract the code that records syscall results in the frame into MDKonstantin Belousov2009-11-104-73/+113
* Spell sz correctly.Nathan Whitehorn2009-11-091-1/+1
* Increase the size of the OFW translations buffer to handle G5 systemsNathan Whitehorn2009-11-091-1/+4