| Commit message (Expand) | Author | Age | Files | Lines |
* | Place interrupt handling in a critical section and remove double | Nathan Whitehorn | 2010-03-09 | 1 | -2/+4 |
* | 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 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
* | 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 |
* | 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 | 1 | -10/+14 |
* | Allow user programs to execute mfpvr instructions. Linux allows this, and | Nathan Whitehorn | 2010-02-22 | 1 | -1/+22 |
* | Reduce KVA pressure on OEA64 systems running in bridge mode by mapping | Nathan Whitehorn | 2010-02-20 | 4 | -63/+43 |
* | Fix a bug where pages being removed from memory entirely no longer have | Nathan Whitehorn | 2010-02-18 | 2 | -55/+39 |
* | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 2 | -6/+6 |
* | The first argument of dcbz interprets r0 as a literal zero, not the second. | Nathan Whitehorn | 2009-12-03 | 1 | -1/+1 |
* | Add a CPU features framework on PowerPC and simplify CPU setup a little | Nathan Whitehorn | 2009-11-28 | 2 | -4/+8 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | Alan Cox | 2009-11-27 | 1 | -3/+1 |
* | Garbage collect some code that was never compiled in to handle Altivec | Nathan Whitehorn | 2009-11-22 | 1 | -6/+0 |
* | 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 | 2 | -37/+57 |
* | 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 |
* | Unbreak cpu_switch(). The register allocator in my brain is clearly | Nathan Whitehorn | 2009-10-31 | 1 | -4/+6 |
* | Remove an unnecessary sync that crept in the last commit. | Nathan Whitehorn | 2009-10-31 | 1 | -1/+0 |
* | Fix a race in casuword() exposed by csup. casuword() non-atomically read | Nathan Whitehorn | 2009-10-31 | 1 | -2/+13 |
* | Loop on blocked threads when using ULE scheduler, removing an | Nathan Whitehorn | 2009-10-31 | 1 | -9/+21 |
* | Garbage collect set_user_sr(), which is declared static inline and | Nathan Whitehorn | 2009-10-31 | 1 | -9/+0 |
* | Turn off Altivec data-stream prefetching before going into power-save | Nathan Whitehorn | 2009-10-29 | 1 | -3/+21 |
* | In r197963, a race with thread being selected for signal delivery | Konstantin Belousov | 2009-10-27 | 1 | -7/+1 |
* | Remove debugging printf that snuck in here. | Nathan Whitehorn | 2009-10-23 | 1 | -1/+0 |
* | Add some more paranoia to setting HID registers, and update the AIM | Nathan Whitehorn | 2009-10-23 | 3 | -12/+27 |
* | Do not map the trap vectors into the kernel's address space. They are | Nathan Whitehorn | 2009-10-23 | 2 | -6/+13 |
* | Add SMP support on U3-based G5 systems. This does not yet work perfectly: | Nathan Whitehorn | 2009-10-23 | 3 | -78/+184 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | Marcel Moolenaar | 2009-10-21 | 2 | -24/+60 |
* | Don't assume that physical addresses are identity mapped. This allows | Nathan Whitehorn | 2009-10-18 | 1 | -1/+8 |
* | Correct another typo. Actually save the condition register instead | Nathan Whitehorn | 2009-10-11 | 1 | -1/+1 |
* | Correct a typo here and actually save DSISR instead of overwriting it. | Nathan Whitehorn | 2009-10-11 | 1 | -1/+1 |
* | Increase the size of the page table on 64-bit PowerPC machines as a | Nathan Whitehorn | 2009-07-12 | 1 | -2/+0 |
* | Implement a facility for dynamic per-cpu variables. | Jeff Roberson | 2009-06-23 | 2 | -0/+30 |
* | Get the gdb/psim emulator functioning again. | Peter Grehan | 2009-06-10 | 2 | -6/+26 |
* | Introduce support for cpufreq on PowerPC with the dynamic frequency | Nathan Whitehorn | 2009-05-31 | 1 | -8/+0 |
* | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | Marcel Moolenaar | 2009-05-18 | 1 | -0/+10 |
* | PowerPC common SMP startup and time base rework. | Rafal Jaworowski | 2009-05-14 | 1 | -11/+8 |
* | Factor out platform dependent things unrelated to device drivers into a | Nathan Whitehorn | 2009-05-14 | 8 | -157/+269 |
* | Zero PCB during early AIM PowerPC init. | Rafal Jaworowski | 2009-04-24 | 1 | -0/+1 |
* | Fix a typo in the SRR1 comparison for program exceptions. While here, | Nathan Whitehorn | 2009-04-19 | 1 | -3/+2 |
* | Changing the overflow trap to use bla to branch to dbtrap in r190946 was | Nathan Whitehorn | 2009-04-14 | 1 | -1/+1 |
* | Rework the way we get the cacheline size. Instead of having a table of | Nathan Whitehorn | 2009-04-12 | 1 | -13/+38 |
* | Fix recognition of kernel-mode traps that pass through the KDB trap handler | Nathan Whitehorn | 2009-04-11 | 1 | -4/+2 |
* | Fix the build when KDB is disabled. The second instance of rfi in | Nathan Whitehorn | 2009-04-05 | 1 | -0/+3 |
* | Perform a dummy stwcx. when we switch contexts. The context | Marcel Moolenaar | 2009-04-04 | 1 | -0/+6 |
* | Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode | Nathan Whitehorn | 2009-04-04 | 9 | -172/+2879 |