| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark the cascaded AT interrupt handler as MP safe to avoid having | Marcel Moolenaar | 2009-05-31 | 1 | -1/+1 |
| * | Set PG_WRITEABLE in Book-E pmap_enter[_locked] if it creates a mapping that | Rafal Jaworowski | 2009-05-26 | 1 | -0/+4 |
| * | Improve style(9), clean up. | Rafal Jaworowski | 2009-05-21 | 4 | -35/+23 |
| * | Initial support for SMP on PowerPC MPC85xx. | Rafal Jaworowski | 2009-05-21 | 15 | -20/+597 |
| * | Skip interleaved RAM target on MPC85xx during renitialization of the local | Rafal Jaworowski | 2009-05-21 | 1 | -1/+2 |
| * | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | Marcel Moolenaar | 2009-05-18 | 2 | -0/+20 |
| * | Improve style(9) | Rafal Jaworowski | 2009-05-14 | 1 | -6/+6 |
| * | PowerPC common SMP startup and time base rework. | Rafal Jaworowski | 2009-05-14 | 6 | -57/+77 |
| * | Factor out platform dependent things unrelated to device drivers into a | Nathan Whitehorn | 2009-05-14 | 24 | -231/+941 |
| * | - Use "device\t" and "options \t" for consistency. | Jun Kuriyama | 2009-05-10 | 3 | -5/+5 |
| * | Zero PCB during early AIM PowerPC init. | Rafal Jaworowski | 2009-04-24 | 1 | -0/+1 |
| * | Add suppport for ISA and ISA interrupts to make the ATA | Marcel Moolenaar | 2009-04-24 | 8 | -89/+594 |
| * | Reimplement bs_be_rs_{1|2|4} and bs_le_rs_{1|2|4} by not | Marcel Moolenaar | 2009-04-24 | 1 | -13/+77 |
| * | Remove PTE_FAKE and PTE_ISFAKE(). | Marcel Moolenaar | 2009-04-24 | 1 | -2/+0 |
| * | Remove PTE_ISFAKE. While here remove code | Marcel Moolenaar | 2009-04-24 | 1 | -53/+9 |
| * | Eliminate redundant setting of HID0_EMCP. | Rafal Jaworowski | 2009-04-22 | 1 | -1/+0 |
| * | Minor style consistency fix. | Rafal Jaworowski | 2009-04-22 | 1 | -7/+7 |
| * | Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support. | Rafal Jaworowski | 2009-04-22 | 2 | -10/+11 |
| * | Centralize setting HID0/1 for E500. Rename HID defines which are specific | Rafal Jaworowski | 2009-04-22 | 2 | -4/+21 |
| * | Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually have | Marcel Moolenaar | 2009-04-21 | 1 | -1/+1 |
| * | o Properly set ksym_start & ksym_end when options DDB is set. | Marcel Moolenaar | 2009-04-21 | 1 | -2/+18 |
| * | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson | 2009-04-20 | 1 | -2/+0 |
| * | Provide locking for PowerPC interrupt sources config. | Rafal Jaworowski | 2009-04-20 | 1 | -5/+20 |
| * | Add description and cautionary note regarding CACHE_LINE_SIZE. | Robert Watson | 2009-04-19 | 1 | -0/+4 |
| * | For each architecture, define CACHE_LINE_SHIFT and a derived | Robert Watson | 2009-04-19 | 1 | -0/+5 |
| * | Fix a typo in the SRR1 comparison for program exceptions. While here, | Nathan Whitehorn | 2009-04-19 | 2 | -3/+13 |
| * | 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 | 3 | -13/+42 |
| * | 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 |
| * | Add an Open Firmware access module for real-mode OF accesses to the PowerPC | Nathan Whitehorn | 2009-04-05 | 1 | -0/+922 |
| * | Fix KBI breakage by r190520 which affects older linux.ko binaries: | Dmitry Chagin | 2009-04-05 | 1 | -2/+2 |
| * | Perform a dummy stwcx. when we switch contexts. The context | Marcel Moolenaar | 2009-04-04 | 1 | -0/+6 |
| * | Add sysarch.h. It's included by drm(4). | Marcel Moolenaar | 2009-04-04 | 1 | -0/+43 |
| * | First round of cleanups. There's a lot of NetBSDism in this header. | Marcel Moolenaar | 2009-04-04 | 1 | -77/+0 |
| * | Implement kernel core dump support for Book-E processors. | Marcel Moolenaar | 2009-04-04 | 1 | -28/+188 |
| * | PowerPC, meet kernel core dumps. The support is based | Marcel Moolenaar | 2009-04-04 | 4 | -0/+391 |
| * | Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode | Nathan Whitehorn | 2009-04-04 | 24 | -215/+3741 |
| * | Disable ATA DMA for ATAPI devices for now. Apparently, certain revisions | Nathan Whitehorn | 2009-03-25 | 1 | -0/+4 |
| * | Remove the uscanner(4) driver, this follows the removal of the kernel scanner | Andrew Thompson | 2009-03-19 | 1 | -1/+0 |
| * | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | Konstantin Belousov | 2009-03-17 | 1 | -1/+2 |
| * | Implement new way of branding ELF binaries by looking to a | Dmitry Chagin | 2009-03-13 | 1 | -2/+4 |
| * | Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant. | Rafal Jaworowski | 2009-03-13 | 4 | -15/+10 |
| * | Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match | Nathan Whitehorn | 2009-03-11 | 1 | -1/+4 |
| * | Add memmove() to the kernel, making the kernel compile with Clang. | Ed Schouten | 2009-02-28 | 1 | -1/+0 |
| * | Prefer register usage style to be more consistent with the rest of the | Rafal Jaworowski | 2009-02-27 | 1 | -8/+8 |
| * | Make Book-E debug register state part of the PCB context. | Rafal Jaworowski | 2009-02-27 | 7 | -5/+18 |
| * | Fix comment: we write the trap vector to SPRG3, not SPRG0. | Nathan Whitehorn | 2009-02-23 | 1 | -3/+3 |
| * | Change over the usb kernel options to the new stack (retaining existing | Andrew Thompson | 2009-02-23 | 2 | -72/+18 |
| * | Add Altivec support for supported CPUs. This is derived from the FPU support | Nathan Whitehorn | 2009-02-20 | 9 | -54/+329 |