| Age | Commit message (Expand) | Author |
| 2002-01-01 | Fix typo in comment. | skrll |
| 2002-01-01 | Remove the call to abort(). We don't pull in a prototype for it, | thorpej |
| 2001-12-21 | Merge ast() and userret() between arm32 and arm26. The implementation used | bjh21 |
| 2001-12-20 | Use the correct version of va_arg() for _STANDALONE. | thorpej |
| 2001-12-20 | Remove some outdated comments: arm26 kernels use APCS-32 now, which | bjh21 |
| 2001-12-20 | * Share a common vector page between arm26 and arm32. | thorpej |
| 2001-12-18 | Change some #if 0 to #ifdef VERBOSE_INIT_ARM. | thorpej |
| 2001-12-17 | Ensure that vidc.h gets installed somewhere -- Xarm32vidc needs it to compile. | bjh21 |
| 2001-12-15 | mod() was unused. g/c it. New code should use abs() anyway. | bjh21 |
| 2001-12-15 | Simplify the pixel-clock-rate-setting code, so it always works out the | bjh21 |
| 2001-12-11 | Add clockctl device. | chris |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-12-08 | Improve comment on the clockswitching asm code, it doesn't use r0 at all, it ... | chris |
| 2001-12-08 | Fix the asm macros | chris |
| 2001-12-01 | Reset the i80200 ICU and PMU to a pristine state very early. | thorpej |
| 2001-12-01 | Don't define get_cachetype() unless it's going to be used. | bjh21 |
| 2001-12-01 | On the i80200, disable ECC in the Bus Controller Unit early on; we | thorpej |
| 2001-12-01 | Add register definitions for the i80200 Interrupt Controller Unit, | thorpej |
| 2001-11-30 | Clarify a comment to state that it is intentional that we attach | thorpej |
| 2001-11-30 | Clarify a comment. | thorpej |
| 2001-11-29 | Provide a way for platforms to move away from the old RiscPC-centric | thorpej |
| 2001-11-29 | Provide a hook for platform-specific interrupt code to specify | thorpej |
| 2001-11-29 | Remove some overly-paranoid debug code that grovels too much | thorpej |
| 2001-11-29 | Add routines for accessing the general purpose I/O facility of | thorpej |
| 2001-11-29 | Update copyright. | thorpej |
| 2001-11-29 | Use the new arm_dcache_align variable to set the PCI device BHLC | thorpej |
| 2001-11-29 | Fetch cache info from the Cache Type register on ARM7TDMI and "greater" | thorpej |
| 2001-11-28 | Add a "cacheline_size" argument to pci_configure_bus(). It is used | thorpej |
| 2001-11-28 | Disable MRL, MRM, and MWI for now. | thorpej |
| 2001-11-28 | Oops, make sure to add in the physical base of the PCI memory | thorpej |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-28 | - Garbage-collect some unused cruft. | thorpej |
| 2001-11-28 | Don't grovel interrupt-related info here; if a platform wants to | thorpej |
| 2001-11-28 | Add prototypes for new XScale write-through cache routines. | thorpej |
| 2001-11-28 | Don't define interrupt handler-related offsets here. | thorpej |
| 2001-11-27 | Use <machine/intr.h> rather than <machine/irqhandler.h> | thorpej |
| 2001-11-27 | Move interrupt-related stuff out of the generic 32-bit ARM genassym.cf | thorpej |
| 2001-11-26 | Allow port-specific Makefile fragments to specify a list of additional | thorpej |
| 2001-11-26 | Move interrupt-related stuff out of stubs.c into intr.c. | thorpej |
| 2001-11-26 | Add code to run the XScale cache in write-though mode, and do so | thorpej |
| 2001-11-26 | Use <arm/arm32/psl.h>, not <machine/psl.h>. | thorpej |
| 2001-11-26 | Don't include <machine/psl.h> directly. | thorpej |
| 2001-11-26 | Move the interrupt-related file declarations into port-specific | thorpej |
| 2001-11-26 | Sprinkle CPWAIT around to enforce some barriers. Also deal with some | thorpej |
| 2001-11-26 | Remove dummy includes. | thorpej |
| 2001-11-26 | Moved to <sys/disklabel_acorn.h> | thorpej |
| 2001-11-26 | Remove Shark-specific header file. | thorpej |
| 2001-11-26 | Don't install includes which userland doesn't need. | thorpej |
| 2001-11-25 | G/c the unused (and #if 0'd) bits of cpu_disklabel. Fetch disklabel_acorn.h | thorpej |