1. c781cf9 target-alpha: Add high-resolution access to wall clock and an alarm. by Richard Henderson · 14 years ago
  2. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  3. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  4. f5fc40b target-alpha, target-ppc: Remove unnecessary setjmp.h include by Peter Maydell · 14 years ago
  5. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  6. 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 14 years ago
  7. a3b9af1 target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode. by Richard Henderson · 14 years ago
  8. 6a80e08 target-alpha: Disable interrupts properly. by Richard Henderson · 14 years ago
  9. a18ad89 target-alpha: All ISA checks to use TB->FLAGS. by Richard Henderson · 14 years ago
  10. 21d2bea target-alpha: Swap shadow registers moving to/from PALmode. by Richard Henderson · 14 years ago
  11. 26b4609 target-alpha: Add IPRs to be used by the emulation PALcode. by Richard Henderson · 14 years ago
  12. bba9bdc target-alpha: Use kernel mmu_idx for pal_mode. by Richard Henderson · 14 years ago
  13. ea879fc target-alpha: Add various symbolic constants. by Richard Henderson · 14 years ago
  14. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 14 years ago
  15. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 14 years ago
  16. 8417845 target-alpha: Cleanup MMU modes. by Richard Henderson · 14 years ago
  17. 352e48b target-alpha: Remove partial support for palcode emulation. by Richard Henderson · 14 years ago
  18. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  19. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  20. 18f8e2c target-alpha: Implement RPCC. by Richard Henderson · 15 years ago
  21. 6910b8f target-alpha: Fix load-locked/store-conditional. by Richard Henderson · 15 years ago
  22. a4b388f target-alpha: Enable NPTL. by Richard Henderson · 15 years ago
  23. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  24. 6049f4f alpha-linux-user: Implement signals. by Richard Henderson · 15 years ago
  25. 866be65 target-alpha: Clean up arithmetic traps. by Richard Henderson · 15 years ago
  26. dad081e target-alpha: Reduce internal processor registers for user-mode. by Richard Henderson · 15 years ago
  27. 8443eff target-alpha: Split up FPCR value into separate fields. by Richard Henderson · 15 years ago
  28. ba0e276 target-alpha: Fixes for alpha-linux syscalls. by Richard Henderson · 15 years ago
  29. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  30. 99a0949 Get rid of _t suffix by malc · 15 years ago
  31. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  32. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  33. 2642cdb target-alpha: document more registers used by 21264 by aurel32 · 16 years ago
  34. b09d9d4 target-alpha: set target page size to 13 bits by aurel32 · 16 years ago
  35. aa4b818 target-alpha: remove PALCODE_ declarations (unused). by aurel32 · 16 years ago
  36. f8cc853 Document which IPR are used by 21264 by aurel32 · 16 years ago
  37. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  38. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  39. 9587035 target-alpha: fix 2 warnings by aurel32 · 16 years ago
  40. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  41. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  42. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  43. f18cd22 target-alpha: convert FP ops to TCG by aurel32 · 16 years ago
  44. 04acd30 target-alpha: convert remaining arith3 functions to TCG by aurel32 · 17 years ago
  45. 6ad0259 target-alpha: switch a few helpers to TCG by aurel32 · 17 years ago
  46. 7c9bde4 Fix call_pal() prototype for alpha system emulation by aurel32 · 17 years ago
  47. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  48. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  49. f8ed707 Fix typo. by pbrook · 17 years ago
  50. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  51. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  52. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  53. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  54. f071b4d Alpha coding style and inlining fixes. by j_mayer · 17 years ago
  55. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  56. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  57. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  58. cbecba2 Move likely and unlikely macros in a common place (Aurelien Jarno). by j_mayer · 18 years ago
  59. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  60. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  61. e96efcf Fix miscellaneous display warnings for PowerPC & alpha targets by j_mayer · 18 years ago
  62. bf9525e Fix alpha target compilation on 32 bits hosts. by j_mayer · 18 years ago
  63. 4c9649a Alpha architecture emulation core. by j_mayer · 18 years ago