| Commit message (Expand) | Author | Age | Files | Lines |
* | Place interrupt handling in a critical section and remove double | Nathan Whitehorn | 2010-03-09 | 2 | -6/+8 |
* | Fix an obvious lock escape and fix a typo in a comment. | Nathan Whitehorn | 2010-03-04 | 1 | -2/+4 |
* | Patch some more concurrency issues here. This expands the page table | Nathan Whitehorn | 2010-03-04 | 1 | -23/+43 |
* | Rework smu(4) to be asynchronous. It turns out that the combination of | Nathan Whitehorn | 2010-03-04 | 1 | -73/+181 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 4 | -28/+0 |
* | Fix another bug involving /dev/mem and the OEA64 scratchpage. When | Nathan Whitehorn | 2010-02-25 | 1 | -4/+2 |
* | Move the OEA64 scratchpage to the end of KVA from the beginning, and set | Nathan Whitehorn | 2010-02-25 | 1 | -9/+14 |
* | Provide an implementation of pmap_dev_direct_mapped() on OEA64. This is | Nathan Whitehorn | 2010-02-25 | 1 | -1/+16 |
* | Add the ability to set SMU-based machines to restart automatically after | Nathan Whitehorn | 2010-02-24 | 1 | -0/+58 |
* | Use dcbz instead of word stores for page zeroing, providing a factor of | Nathan Whitehorn | 2010-02-24 | 1 | -9/+21 |
* | Close a race involving the OEA64 scratchpage. When the scratch page's | Nathan Whitehorn | 2010-02-24 | 2 | -10/+15 |
* | Provide a new useless feature: an led(4) interface for the system's sleep | Nathan Whitehorn | 2010-02-22 | 1 | -0/+24 |
* | Allow user programs to execute mfpvr instructions. Linux allows this, and | Nathan Whitehorn | 2010-02-22 | 1 | -1/+22 |
* | Add a simple fan management callout to the SMU driver. This is designed | Nathan Whitehorn | 2010-02-21 | 1 | -4/+112 |
* | Fix several mistakes in this file, in order to allow individual fan speeds | Nathan Whitehorn | 2010-02-21 | 1 | -19/+48 |
* | Reduce KVA pressure on OEA64 systems running in bridge mode by mapping | Nathan Whitehorn | 2010-02-20 | 6 | -71/+46 |
* | Turn on experimental support for DEEPNAP on the 970MP. | Nathan Whitehorn | 2010-02-20 | 1 | -2/+10 |
* | Merge r198724 to Book-E. casuword() non-atomically read the current value | Nathan Whitehorn | 2010-02-20 | 1 | -2/+13 |
* | Allow the SMU driver to read a variety of hardware sensors (possible | Nathan Whitehorn | 2010-02-19 | 1 | -9/+439 |
* | Fix a bug where pages being removed from memory entirely no longer have | Nathan Whitehorn | 2010-02-18 | 2 | -55/+39 |
* | Adjust style (following the already existing rules) for the newly | Attilio Rao | 2010-02-15 | 2 | -2/+2 |
* | Call the proper linkup routine in PowerPC Book-E machdep. | Rafal Jaworowski | 2010-02-15 | 1 | -1/+1 |
* | Add the options DEADLKRES (introducing the deadlock resolver thread) in | Attilio Rao | 2010-02-10 | 2 | -0/+2 |
* | Make PCI Express host controllers functional, by: | Marcel Moolenaar | 2010-02-01 | 1 | -0/+26 |
* | Use the capability pointer to indicate whether the host controller is | Marcel Moolenaar | 2010-02-01 | 1 | -12/+13 |
* | Don't check the device ID. Instead, check the class, subclass and | Marcel Moolenaar | 2010-01-29 | 1 | -28/+13 |
* | Move the examples for the 'hints' and 'env' keywords from various GENERIC | John Baldwin | 2010-01-19 | 1 | -3/+0 |
* | Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. | Warner Losh | 2010-01-10 | 1 | -0/+1 |
* | In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows | Bjoern A. Zeeb | 2010-01-08 | 1 | -0/+2 |
* | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 3 | -8/+8 |
* | Revert 200594. This file isn't intended for these sorts of things. | Warner Losh | 2010-01-04 | 1 | -7/+0 |
* | Add vlan(4) to all GENERIC kernels. | Brooks Davis | 2010-01-03 | 1 | -0/+1 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | Robert Noland | 2009-12-29 | 2 | -3/+4 |
* | Remove a warning in DELAY about large delays. In kern_shutdown.c | Marcel Moolenaar | 2009-12-19 | 1 | -8/+1 |
* | Add INCLUDE_CONFIG_FILE, and a note in comments about how to also | Doug Barton | 2009-12-16 | 1 | -0/+7 |
* | Unbreak build. | Nathan Whitehorn | 2009-12-06 | 1 | -1/+1 |
* | MFp4: | Alexander Motin | 2009-12-06 | 4 | -57/+37 |
* | The first argument of dcbz interprets r0 as a literal zero, not the second. | Nathan Whitehorn | 2009-12-03 | 1 | -1/+1 |
* | Bump limits on PowerPC. This allows large executables like parts of LLVM | Nathan Whitehorn | 2009-12-02 | 1 | -5/+5 |
* | Add atp(4) to powerpc GENERIC. Most late-generation Apple PowerPC laptops | Nathan Whitehorn | 2009-11-29 | 1 | -0/+1 |
* | Add a CPU features framework on PowerPC and simplify CPU setup a little | Nathan Whitehorn | 2009-11-28 | 6 | -99/+131 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | Alan Cox | 2009-11-27 | 2 | -5/+2 |
* | Garbage collect some code that was never compiled in to handle Altivec | Nathan Whitehorn | 2009-11-22 | 1 | -6/+0 |
* | Always allocate PCI/ISA interrupts as shareable so that shared | Marcel Moolenaar | 2009-11-20 | 1 | -0/+1 |
* | Fix cpuid output on E500 core. | Rafal Jaworowski | 2009-11-19 | 1 | -0/+2 |
* | Provide a real fix to the too-many-translations problem when booting | Nathan Whitehorn | 2009-11-12 | 1 | -56/+62 |
* | Extract the code that records syscall results in the frame into MD | Konstantin Belousov | 2009-11-10 | 4 | -73/+113 |
* | Spell sz correctly. | Nathan Whitehorn | 2009-11-09 | 1 | -1/+1 |
* | Increase the size of the OFW translations buffer to handle G5 systems | Nathan Whitehorn | 2009-11-09 | 1 | -1/+4 |