1. 6619bc5 allwinner-emac: update irq status after writes to interrupt registers by Beniamino Galvani · 11 years ago
  2. 103db49 allwinner-emac: set autonegotiation complete bit on link up by Beniamino Galvani · 11 years ago
  3. 286226a allwinner-a10-pit: implement prescaler and source selection by Beniamino Galvani · 11 years ago
  4. a63f9f8 allwinner-a10-pit: use level triggered interrupts by Beniamino Galvani · 11 years ago
  5. 323a877 allwinner-a10-pit: avoid generation of spurious interrupts by Beniamino Galvani · 11 years ago
  6. 2237094 allwinner-a10-pic: fix behaviour of pending register by Beniamino Galvani · 11 years ago
  7. 1c70aa6 allwinner-a10-pic: set vector address when an interrupt is pending by Beniamino Galvani · 11 years ago
  8. f727d0e timer: cadence_ttc: Fix match register write logic by Peter Crosthwaite · 11 years ago
  9. b5cde1d target-arm/gdbstub64.c: remove useless 'break' statement. by Chen Gang · 11 years ago
  10. 1773111 target-arm: Dump 32-bit CPU state if 64 bit CPU is in AArch32 by Peter Maydell · 11 years ago
  11. 7633378 target-arm: Handle the CPU being in AArch32 mode in the AArch64 set_pc by Peter Maydell · 11 years ago
  12. c29f9a0 target-arm: Make Cortex-A15 CBAR read-only by Peter Maydell · 11 years ago
  13. f318cec target-arm: Implement CBAR for Cortex-A57 by Peter Maydell · 11 years ago
  14. 377a44e target-arm: Implement Cortex-A57 implementation-defined system registers by Peter Maydell · 11 years ago
  15. 3933443 target-arm: Implement RVBAR register by Peter Maydell · 11 years ago
  16. 1952552 target-arm: Implement AArch64 address translation operations by Peter Maydell · 11 years ago
  17. f32cdad target-arm: Implement auxiliary fault status registers by Peter Maydell · 11 years ago
  18. 9449fdf target-arm: Replace wildcarded cpreg definitions with precise ones for ARMv8 by Peter Maydell · 11 years ago
  19. 00a29f3 target-arm: Don't expose wildcard ID register definitions for ARMv8 by Peter Maydell · 11 years ago
  20. 85acfa9 target-arm: Remove THUMB2EE feature from AArch64 'any' CPU by Peter Maydell · 11 years ago
  21. 1090b9c target-arm: Implement ISR_EL1 register by Peter Maydell · 11 years ago
  22. 2eef0bf target-arm: Implement AArch64 view of ACTLR by Peter Maydell · 11 years ago
  23. 014406b target-arm: Implement AArch64 view of CONTEXTIDR by Peter Maydell · 11 years ago
  24. 0ff644a target-arm: Implement AArch64 views of AArch32 ID registers by Peter Maydell · 11 years ago
  25. cb1fa94 target-arm: Add Cortex-A57 processor by Peter Maydell · 11 years ago
  26. a50c0f5 target-arm: Implement ARMv8 MVFR registers by Peter Maydell · 11 years ago
  27. 52e60cd target-arm: Implement AArch64 EL1 exception handling by Rob Herring · 11 years ago
  28. 2f2a00a target-arm: Move arm_log_exception() into internals.h by Peter Maydell · 11 years ago
  29. a65f1de target-arm: Implement AArch64 SPSR_EL1 by Peter Maydell · 11 years ago
  30. f502cfc target-arm: Implement SP_EL0, SP_EL1 by Peter Maydell · 11 years ago
  31. a0618a1 target-arm: Add AArch64 ELR_EL1 register. by Peter Maydell · 11 years ago
  32. 6cd8a26 target-arm: Implement AArch64 views of fault status and data registers by Rob Herring · 11 years ago
  33. 7e09797 target-arm: Use dedicated CPU state fields for ARM946 access bit registers by Peter Maydell · 11 years ago
  34. aca3f40 target-arm: A64: Implement DC ZVA by Peter Maydell · 11 years ago
  35. 9225d73 target-arm: Don't mention PMU in debug feature register by Peter Maydell · 11 years ago
  36. 2c8dd31 target-arm: Add v8 mmu translation support by Rob Herring · 11 years ago
  37. 2c7ffc4 target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1 by Peter Maydell · 11 years ago
  38. 90e4963 target-arm: A64: Add assertion that FP access was checked by Peter Maydell · 11 years ago
  39. 8c6afa6 target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN set by Peter Maydell · 11 years ago
  40. 0089238 target-arm: Provide syndrome information for MMU faults by Rob Herring · 11 years ago
  41. d4a2dc6 target-arm: Add support for generating exceptions with syndrome information by Peter Maydell · 11 years ago
  42. 8bcbf37 target-arm: Provide correct syndrome information for cpreg access traps by Peter Maydell · 11 years ago
  43. abf1172 target-arm: Define exception record for AArch64 exceptions by Peter Maydell · 11 years ago
  44. c2b820f target-arm: Implement AArch64 DAIF system register by Peter Maydell · 11 years ago
  45. ccd3808 target-arm: Split out private-to-target functions into internals.h by Peter Maydell · 11 years ago
  46. c6138aa Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-5' into staging by Peter Maydell · 11 years ago
  47. 5149e55 Open 2.1 development tree by Peter Maydell · 11 years ago
  48. a9e8aeb Update version for v2.0.0 release by Peter Maydell · 11 years ago
  49. b825025 tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movr by Richard Henderson · 11 years ago
  50. a056c9f tcg-aarch64: Prefer unsigned offsets before signed offsets for ldst by Richard Henderson · 11 years ago
  51. 3d4299f tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313 by Richard Henderson · 11 years ago
  52. dc73dfd tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_op by Richard Henderson · 11 years ago
  53. edd8824 tcg-aarch64: Introduce tcg_out_insn_3507 by Richard Henderson · 11 years ago
  54. e81864a tcg-aarch64: Support stores of zero by Richard Henderson · 11 years ago
  55. de61d14 tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  56. 667b1cd tcg-aarch64: Pass qemu_ld/st arguments directly by Richard Henderson · 11 years ago
  57. 9e4177a tcg-aarch64: Use TCGMemOp in qemu_ld/st by Richard Henderson · 11 years ago
  58. dc0c8aa tcg-aarch64: Use ADR to pass the return address to the ld/st helpers by Richard Henderson · 12 years ago
  59. ae7ab46 tcg-aarch64: Use tcg_out_call for qemu_ld/st by Richard Henderson · 12 years ago
  60. 6f47246 tcg-aarch64: Avoid add with zero in tlb load by Richard Henderson · 12 years ago
  61. 38d195a tcg-aarch64: Implement tcg_register_jit by Richard Henderson · 11 years ago
  62. 95f72aa tcg-aarch64: Introduce tcg_out_insn_3314 by Richard Henderson · 12 years ago
  63. d82b78e tcg-aarch64: Reuse LR in translated code by Richard Henderson · 12 years ago
  64. 3d9e69a tcg-aarch64: Use CBZ and CBNZ by Richard Henderson · 11 years ago
  65. cae1f6f tcg-aarch64: Create tcg_out_brcond by Richard Henderson · 11 years ago
  66. 81d8a5e tcg-aarch64: Use symbolic names for branches by Richard Henderson · 12 years ago
  67. c6e310d tcg-aarch64: Use adrp in tcg_out_movi by Richard Henderson · 12 years ago
  68. d8918df tcg-aarch64: Special case small constants in tcg_out_movi by Richard Henderson · 12 years ago
  69. 4ec4f0b tcg-aarch64: Use ORRI in tcg_out_movi by Richard Henderson · 12 years ago
  70. dfeb5fe tcg-aarch64: Use MOVN in tcg_out_movi by Richard Henderson · 12 years ago
  71. 929f8b5 tcg-aarch64: Use TCGType and TCGMemOp constants by Richard Henderson · 11 years ago
  72. 8bf5649 tcg-aarch64: Use intptr_t apropriately by Richard Henderson · 11 years ago
  73. 661f7fa tcg-aarch64: Properly detect SIGSEGV writes by Richard Henderson · 11 years ago
  74. 8516273 Update version for v2.0.0-rc3 release by Peter Maydell · 11 years ago
  75. 50212d6 Revert "fix return check for KVM_GET_DIRTY_LOG ioctl" by Michael Tokarev · 11 years ago
  76. c2b9af1 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  77. 940973a ide: Correct improper smart self test counter reset in ide core. by Benoît Canet · 11 years ago
  78. 8611224 acpi-test: update expected files by Michael S. Tsirkin · 11 years ago
  79. 482f38b acpi: fix incorrect encoding for 0x{F-1}FFFF by Igor Mammedov · 11 years ago
  80. 590e5dd configure: Make stack-protector test check both compile and link by Peter Maydell · 11 years ago
  81. f12d048 vmxnet3: validate queues configuration read on migration by Dmitry Fleytman · 11 years ago
  82. 3c99afc vmxnet3: validate interrupt indices read on migration by Dmitry Fleytman · 11 years ago
  83. 9878d17 vmxnet3: validate queues configuration coming from guest by Dmitry Fleytman · 11 years ago
  84. 8c6c047 vmxnet3: validate interrupt indices coming from guest by Dmitry Fleytman · 11 years ago
  85. 92b3eea qom: Fix crash with qom-list and link properties by Cole Robinson · 11 years ago
  86. edc2438 virtio-net: fix guest-triggerable buffer overrun by Michael S. Tsirkin · 11 years ago
  87. 21e2db7 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  88. 80fc7b1 Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-1' into staging by Peter Maydell · 11 years ago
  89. 5450466 block-commit: speed is an optional parameter by Max Reitz · 11 years ago
  90. cd82b6f iscsi: Remember to set ret for iscsi_open in error case by Fam Zheng · 11 years ago
  91. 715c3f6 bochs: Fix catalog size check by Kevin Wolf · 11 years ago
  92. 28ec11b bochs: Fix memory leak in bochs_open() error path by Kevin Wolf · 11 years ago
  93. 2d968ff input: sdl2: Fix relative mode to match SDL1 behavior by Cole Robinson · 11 years ago
  94. afbc0dd input: sdl2: Fix guest_cursor logic by Cole Robinson · 11 years ago
  95. f516a5c Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  96. 0a9077e configure: use do_cc when checking for -fstack-protector support by Peter Maydell · 11 years ago
  97. 7754784 acpi: update generated hex files by Michael S. Tsirkin · 11 years ago
  98. 50329d3 tests/acpi: update expected DSDT files by Michael S. Tsirkin · 11 years ago
  99. efcc87d Update version for v2.0.0-rc2 release by Peter Maydell · 11 years ago
  100. 7dc176b hw/pci-host/prep: Don't reverse IO accesses on bigendian hosts by Peter Maydell · 11 years ago