| Age | Commit message (Expand) | Author |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2020-10-15 | Expose a bunch of CPU details, including implementation version and | thorpej |
| 2020-10-15 | Fix the bit position for the PMI bit in ALPHA_AMASK_BITS. | 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-10-10 | Rename: | thorpej |
| 2020-10-10 | Fix cycle counter-based time keeping on Alpha in MP environments by using | thorpej |
| 2020-10-03 | Add a comment describing the rpb::rpb_vptb field. | thorpej |
| 2020-10-03 | Qemu loads the kernel directly, and so there's no bootloader to provide | thorpej |
| 2020-09-29 | Improve time keeping and host CPU usage when running in Qemu: | thorpej |
| 2020-09-29 | Add alpha_pal_wtint(), which invokes the WTINT PALcode call. | thorpej |
| 2020-09-28 | Remove a no-longer-accurate comment. | thorpej |
| 2020-09-27 | prom_is_qemu -> alpha_is_qemu, and export it outside of prom.c. | thorpej |
| 2020-09-26 | Implement cpu_intr_redistribute() for Tusnami/Titan 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 | Use a wrapper to acquire the kernel lock for non-MPSAFE interrupts, | thorpej |
| 2020-09-23 | Move the compile-time assert outside of the __MUTEX_PRIVATE guard. | thorpej |
| 2020-09-23 | Move the simple lock used for spin mutexes into the sub-structure that | thorpej |
| 2020-09-22 | Changes to make MPSAFE interrupts work on Alpha: | thorpej |
| 2020-09-19 | Enable __HAVE_FAST_SOFTINTS and garbage-collect the #ifdefs. | thorpej |
| 2020-09-19 | Move softintr bits into <machine/intr.h> and define ALPHA_ALL_SOFTINTS | thorpej |
| 2020-09-18 | Rather than having exception_return() at the root of the call graph for | thorpej |
| 2020-09-17 | Reduce the __HAVE_FAST_SOFTINTS #ifdef perimeter. | thorpej |
| 2020-09-16 | Implement fast soft interrupts for Alpha. It's not yet enabled, because | thorpej |
| 2020-09-05 | Track the SSIR per-cpu, rather than globally. | thorpej |
| 2020-09-05 | - Document all of the various interrupt levels in the Processor Stataus | thorpej |
| 2020-09-04 | Put the MI cpu_data at the beginning of cpu_info so that it is | thorpej |
| 2020-09-04 | Use SysValue to store curlwp rather than curcpu. curlwp is acceessed | thorpej |
| 2020-09-04 | Missed one in last change. | thorpej |
| 2020-09-04 | Garbage-collect GET_CPUINFO; it's no longer used. | thorpej |
| 2020-09-04 | - Make the GET_CURLWP actually return curlwp, not &curlwp. | thorpej |
| 2020-09-04 | Shuffle fields in cpu_info for better cache behavior. | thorpej |
| 2020-09-03 | Define COHERENCY_UNIT and CACHE_LINE_SIZE as 64, which is the primary cache | thorpej |
| 2020-09-03 | Garbage-collect fpcurlwp -- it has been obsolete since FPU tracking | thorpej |
| 2020-09-03 | Garabage-collect curpcb / cpu_info::ci_curpcb. | thorpej |
| 2020-09-03 | The only remaining consumer of curpcb was the PROM mapping code, for if | thorpej |
| 2020-09-03 | Clean up all of the _PMAP_MAY_USE_PROM_CONSOLE crapola, centralizing the | thorpej |
| 2020-08-29 | G/C GET_IDLE_PCB -- it hasn't been used for some time. | thorpej |
| 2020-08-29 | Bump UBC_WINSHIFT to 16 (64KB), and UBC_NWINS to 4096 (256MB total). | thorpej |
| 2020-08-29 | - Centralize per-CPU pmap initialization into a new pmap_init_cpu() | thorpej |
| 2020-08-29 | - cpu_need_resched(): Explicitly cover each RESCHED_* case, and add a | thorpej |
| 2020-08-17 | - Track the currently-activated pmap in struct cpu_info. | thorpej |
| 2020-07-23 | unifdef -U_LKM | skrll |
| 2020-04-30 | G/C __HAVE_AST_PERPROC | skrll |
| 2020-04-18 | Fix copy & pasto in previous (to fix the build) | martin |
| 2020-04-17 | Mark the .ident section as mergable string section to avoid redundant | joerg |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2019-12-27 | Harmonize the namespace of fast TLS base pointer getter functions | kamil |