summaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,Alan Cox2010-04-245-0/+73
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-222-0/+2
* With r205496 in place we should ensure that nargs and nreturns are alwaysMarius Strobl2010-04-021-0/+6
* Set hw.ofwfb.relax_mmap=1 by default. While these checks may be a goodNathan Whitehorn2010-03-281-2/+2
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-252-4/+4
* Fix an off-by-one bug for the number of slots on a PCI/PCI-X bus.Marcel Moolenaar2010-03-231-7/+8
* Add definitions for a 4th PCI host controller. No Freescale processorMarcel Moolenaar2010-03-232-1/+16
* Enable power management for E500 cores. Use "doze" for now to makeMarcel Moolenaar2010-03-233-12/+13
* Get nexus(4) out of the RTC business. The interface used by nexus(4)Nathan Whitehorn2010-03-235-62/+190
* Open Firmware on powerpc is generally non-reetrant, so serialize allNathan Whitehorn2010-03-231-0/+8
* Do not declare the various OFW command buffers static. It does notNathan Whitehorn2010-03-231-23/+23
* Actually pass a pointer to the trapframe to powerpc_extr_interrupt().Marcel Moolenaar2010-03-231-0/+1
* Revisit locking in the 64-bit AIM PMAP. The PVO head for a page isNathan Whitehorn2010-03-201-16/+20
* Let unin(4) attach to U3 controllers found on G5 machines.Nathan Whitehorn2010-03-201-5/+10
* Fix two small bugs. The PowerPC 970 does not support non-coherent memoryNathan Whitehorn2010-03-151-2/+2
* Remove COMPAT_43TTY from stock kernel configuration files.Ed Schouten2010-03-131-1/+0
* 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