summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn on experimental support for DEEPNAP on the 970MP.nwhitehorn2010-02-201-2/+10
* Merge r198724 to Book-E. casuword() non-atomically read the current valuenwhitehorn2010-02-201-2/+13
* Allow the SMU driver to read a variety of hardware sensors (possiblenwhitehorn2010-02-191-9/+439
* Fix a bug where pages being removed from memory entirely no longer havenwhitehorn2010-02-182-55/+39
* Adjust style (following the already existing rules) for the newlyattilio2010-02-152-2/+2
* Call the proper linkup routine in PowerPC Book-E machdep.raj2010-02-151-1/+1
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-102-0/+2
* Make PCI Express host controllers functional, by:marcel2010-02-011-0/+26
* Use the capability pointer to indicate whether the host controller ismarcel2010-02-011-12/+13
* Don't check the device ID. Instead, check the class, subclass andmarcel2010-01-291-28/+13
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-191-3/+0
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-073-8/+8
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-292-3/+4
* Remove a warning in DELAY about large delays. In kern_shutdown.cmarcel2009-12-191-8/+1
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
OpenPOWER on IntegriCloud