| Age | Commit message (Expand) | Author |
| 2022-05-30 | s/identifing/identifying/ and s/multipler/multiplier/ in comments. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2021-12-05 | s/exchage/exchange/ in comment. | msaitoh |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2021-09-11 | sysinst/partitions.h: fix typos comments, also fix same typos in other files. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-19 | For CIA/Pyxis and Tsunami/Typhoon/Titan, save the firmware's idea of | thorpej |
| 2021-07-18 | According to section 8.1.2.2 of the Tsunami/Typhoon hardware reference | thorpej |
| 2021-07-18 | Oops, pass the correct bus_dma_tag_t to the "hi" sgmap init function. | thorpej |
| 2021-07-18 | - Don't bother issuing a warning if we program the WBASE / WSM register | thorpej |
| 2021-07-17 | - Define the DAC enable bit that's present in WSBA3. | thorpej |
| 2021-07-17 | Back in rev 1.21, mhitch@ fixed an issue with his 1.5GB RAM PWS 500au | thorpej |
| 2021-07-16 | On LCA45 systems, look at the memory controller's Bcache configuration | thorpej |
| 2021-07-16 | Define the memory controller registers, and contents for the Cache | thorpej |
| 2021-07-15 | - Use defined constants for PIC registers, not magic numbers. | thorpej |
| 2021-07-04 | Remove unnecessary #include <sys/malloc.h> | thorpej |
| 2021-07-04 | Reduce code duplication when setting up the interrupt handler data | thorpej |
| 2021-06-25 | Tweak how the IRQ description strings are generated to enable additional | thorpej |
| 2021-06-25 | Reduce code duplication among platforms that use the i82378 SIO to | thorpej |
| 2021-06-25 | Remove pointless warning. | thorpej |
| 2021-06-25 | Define macros to desribe the PIRQ_RTCTRL register(s). | thorpej |
| 2021-06-25 | - Use the default implementations of attach_hook(), make_tag(), and | thorpej |
| 2021-06-25 | - Use the default implementations of attach_hook(), make_tag(), and | thorpej |
| 2021-06-25 | Use the default implementation of attach_hook(). | thorpej |
| 2021-06-25 | Use the default implementations of attach_hook(), bus_maxdevs(), | thorpej |
| 2021-06-25 | Make the following PCI chipset functions optional: | thorpej |
| 2021-06-19 | Don't use a bunch of switch() statements in the core logic drivers to select | thorpej |
| 2021-06-19 | No need to include pci_kn8ae.h here. | thorpej |
| 2021-06-19 | No need to include pci_kn300.h here. | thorpej |
| 2021-06-19 | Remove the "first" argument from pci_kn8ae_pickintr(), instead using | thorpej |
| 2021-06-19 | Remove the "first" argument from pci_kn300_pickintr(). It's redundant with | thorpej |
| 2021-06-18 | Wrap a couple of long lines. | thorpej |
| 2021-06-18 | Sprinkle some static. | thorpej |
| 2021-05-27 | The Tsunami / Typhoon chipsets have a static "monster window" for DMA | thorpej |
| 2021-05-08 | More symbol sanitizing. | thorpej |
| 2021-05-07 | Liberally sprinkle static around to get more symbols out of the | thorpej |
| 2021-05-05 | Moar static. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-18 | malloc(9) -> kmem(9) | thorpej |
| 2020-10-14 | Add a mechanism to allow a platform to optionally shelter some region | thorpej |
| 2020-10-11 | Add some bus_dma instrumentation. | thorpej |
| 2020-10-10 | G/C alpha_XXX_dmamap() / alpha_XXX_dmamap_or. They haven't been needed | thorpej |
| 2020-09-29 | If running in Qemu, don't report stray edge-triggered ISA interrupts. | thorpej |
| 2020-09-26 | Implement cpu_intr_redistribute() for Tusnami/Titan systems. | thorpej |
| 2020-09-26 | Support CPU interrupt affinity on Tsunami systems. | thorpej |
| 2020-09-26 | Add support for CPU interrupt affinity for PCI interrupts: | thorpej |
| 2020-09-25 | Changes to make interrupt {,dis}establish MP-safe on Alpha: | thorpej |
| 2020-09-23 | Define a constant for the SIO IRQ line, and keep a shadow copy of | thorpej |
| 2020-09-23 | Define some additional Cchip registers. | thorpej |
| 2020-09-22 | Changes to make MPSAFE interrupts work on Alpha: | thorpej |