| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 77 | -77/+77 |
| * | MFC r212054: | Nathan Whitehorn | 2010-11-22 | 1 | -1/+0 |
| * | MFC 211149,211151,211197,211518,215128: | John Baldwin | 2010-11-11 | 1 | -2/+2 |
| * | MFC r209639 by marcel: | Alexander Motin | 2010-11-10 | 1 | -87/+0 |
| * | MFC 210939: | John Baldwin | 2010-11-09 | 1 | -0/+1 |
| * | MFC r208453: | Konstantin Belousov | 2010-11-03 | 1 | -0/+10 |
| * | MFC r213456: | Nathan Whitehorn | 2010-10-26 | 3 | -2/+8 |
| * | MFC r213307,213335: | Nathan Whitehorn | 2010-10-17 | 2 | -9/+13 |
| * | MFC: r204646 | Marius Strobl | 2010-10-17 | 1 | -7/+0 |
| * | MFC r209950: | Nathan Whitehorn | 2010-08-22 | 1 | -0/+2 |
| * | MFC r210369: | Konstantin Belousov | 2010-08-05 | 1 | -0/+5 |
| * | MFC r208149,208285: | Nathan Whitehorn | 2010-05-23 | 1 | -0/+5 |
| * | MFC r204051 (by imp): | Konstantin Belousov | 2010-05-08 | 1 | -0/+2 |
| * | MFC rev 198341 and 198342: | Marcel Moolenaar | 2010-03-31 | 1 | -1/+0 |
| * | MFC r204268: | Nathan Whitehorn | 2010-03-20 | 1 | -0/+1 |
| * | MFC r204128: | Nathan Whitehorn | 2010-03-20 | 2 | -8/+3 |
| * | MFC r200018: | Nathan Whitehorn | 2010-01-20 | 1 | -5/+5 |
| * | MFC r199886: | Nathan Whitehorn | 2009-12-08 | 2 | -1/+21 |
| * | MFC r198445: | Nathan Whitehorn | 2009-12-08 | 1 | -0/+7 |
| * | MFC r198212,198378,198427,198428,198723,198724,198725,198731: | Nathan Whitehorn | 2009-11-28 | 3 | -7/+8 |
| * | MFC r197316 | Alan Cox | 2009-10-31 | 1 | -0/+2 |
| * | MFC r197933: | Konstantin Belousov | 2009-10-20 | 1 | -0/+2 |
| * | MFC r196196: | Attilio Rao | 2009-08-13 | 1 | -0/+1 |
| * | Add support to the virtual memory system for configuring machine- | Alan Cox | 2009-07-12 | 2 | -4/+10 |
| * | Cleanup ALIGNED_POINTER: | Sam Leffler | 2009-07-05 | 1 | -0/+7 |
| * | Correct the #endif comment. | Alan Cox | 2009-06-26 | 1 | -1/+1 |
| * | This change is the next step in implementing the cache control functionality | Alan Cox | 2009-06-26 | 1 | -0/+40 |
| * | Fix copy/paste typo in last revision. PMC0 control should be shifted 8 | Nathan Whitehorn | 2009-06-23 | 1 | -1/+1 |
| * | Teach cpu_est_clockrate() about the G5's slightly different PMC. This | Nathan Whitehorn | 2009-06-17 | 1 | -1/+24 |
| * | Initial version of the sec(4) driver for the integrated security engine found | Rafal Jaworowski | 2009-06-06 | 1 | -0/+1 |
| * | Provide 64-bit big endian bus space operations for PowerPC. They are required | Rafal Jaworowski | 2009-06-06 | 1 | -0/+41 |
| * | Initial support for SMP on PowerPC MPC85xx. | Rafal Jaworowski | 2009-05-21 | 3 | -0/+7 |
| * | Improve style(9) | Rafal Jaworowski | 2009-05-14 | 1 | -6/+6 |
| * | PowerPC common SMP startup and time base rework. | Rafal Jaworowski | 2009-05-14 | 3 | -4/+27 |
| * | Factor out platform dependent things unrelated to device drivers into a | Nathan Whitehorn | 2009-05-14 | 7 | -24/+111 |
| * | Add suppport for ISA and ISA interrupts to make the ATA | Marcel Moolenaar | 2009-04-24 | 1 | -0/+2 |
| * | Remove PTE_FAKE and PTE_ISFAKE(). | Marcel Moolenaar | 2009-04-24 | 1 | -2/+0 |
| * | Centralize setting HID0/1 for E500. Rename HID defines which are specific | Rafal Jaworowski | 2009-04-22 | 1 | -4/+11 |
| * | Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually have | Marcel Moolenaar | 2009-04-21 | 1 | -1/+1 |
| * | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson | 2009-04-20 | 1 | -2/+0 |
| * | 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 | 1 | -0/+11 |
| * | Rework the way we get the cacheline size. Instead of having a table of | Nathan Whitehorn | 2009-04-12 | 2 | -0/+4 |
| * | 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 |
| * | PowerPC, meet kernel core dumps. The support is based | Marcel Moolenaar | 2009-04-04 | 1 | -0/+12 |
| * | Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode | Nathan Whitehorn | 2009-04-04 | 5 | -27/+68 |
| * | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | Konstantin Belousov | 2009-03-17 | 1 | -1/+2 |
| * | Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant. | Rafal Jaworowski | 2009-03-13 | 1 | -0/+2 |