1. e0eeb4a cpus: pass CPUState to run_on_cpu helpers by Alex Bennée · 9 years ago
  2. 0c33682 target-i386: Move user-mode exception actions out of user-exec.c by Peter Maydell · 9 years ago
  3. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  4. 44d066a target-i386: check for PKU even for non-writable pages by Paolo Bonzini · 9 years ago
  5. 0f70ed4 target-i386: implement PKE for TCG by Paolo Bonzini · 9 years ago
  6. f4f1110 target-i386: Enable control registers for MPX by Richard Henderson · 10 years ago
  7. 19dc85d target-i386: Add XSAVE extension by Richard Henderson · 10 years ago
  8. 388ee48 target-i386: fix PSE36 mode by Paolo Bonzini · 9 years ago
  9. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  10. 19cbd87 target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* by Eduardo Habkost · 9 years ago
  11. 76c64d3 target-i386: do not duplicate page protection checks by Paolo Bonzini · 9 years ago
  12. ba4b5c6 target-i386: Move breakpoint related functions to new file by Richard Henderson · 9 years ago
  13. 1f871d4 hmp: added local apic dump state by Pavel Butsykin · 9 years ago
  14. b216aa6 target-i386: Use correct memory attributes for memory accesses by Paolo Bonzini · 10 years ago
  15. f794aa4 target-i386: introduce cpu_get_mem_attrs by Paolo Bonzini · 10 years ago
  16. 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
  17. 374e0cd target-i386: Use cpu_exec_enter/exit qom hooks by Richard Henderson · 10 years ago
  18. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
  19. 1844e68 target-i386: Don't forbid NX bit on PAE PDEs and PTEs by William Grant · 10 years ago
  20. b4bda1a target-i386: Allow execute from user mode when SMEP is enabled. by Ricky Zhou · 11 years ago
  21. 16b96f8 target-i386: cleanup x86_cpu_get_phys_page_debug by Paolo Bonzini · 11 years ago
  22. b09481d target-i386: fix protection bits in the TLB for SMEP by Paolo Bonzini · 11 years ago
  23. de431a6 target-i386: support long addresses for 4MB pages (PSE-36) by Paolo Bonzini · 11 years ago
  24. eaad03e target-i386: raise page fault for reserved bits in large pages by Paolo Bonzini · 11 years ago
  25. e2a32eb target-i386: unify reserved bits and NX bit check by Paolo Bonzini · 11 years ago
  26. e7e898a target-i386: simplify pte/vaddr calculation by Paolo Bonzini · 11 years ago
  27. e8f6d00 target-i386: raise page fault for reserved physical address bits by Paolo Bonzini · 11 years ago
  28. b728464 target-i386: test reserved PS bit on PML4Es by Paolo Bonzini · 11 years ago
  29. c1eb2fa target-i386: set correct error code for reserved bit access by Paolo Bonzini · 11 years ago
  30. 77549a7 target-i386: introduce support for 1 GB pages by Paolo Bonzini · 11 years ago
  31. b052e45 target-i386: introduce do_check_protect label by Paolo Bonzini · 11 years ago
  32. 870a706 target-i386: tweak handling of PG_NX_MASK by Paolo Bonzini · 11 years ago
  33. 7c82256 target-i386: commonize checks for PAE and non-PAE by Paolo Bonzini · 11 years ago
  34. 487cad8 target-i386: commonize checks for 4MB and 4KB pages by Paolo Bonzini · 11 years ago
  35. 00cc3e1 target-i386: commonize checks for 2MB and 4KB pages by Paolo Bonzini · 11 years ago
  36. 843408b target-i386: fix coding standards in x86_cpu_handle_mmu_fault by Paolo Bonzini · 11 years ago
  37. f57584d target-i386: simplify SMAP handling in MMU_KSMAP_IDX by Paolo Bonzini · 11 years ago
  38. 8a201bd target-i386: fix kernel accesses with SMAP and CPL = 3 by Paolo Bonzini · 11 years ago
  39. 43773ed target-i386: rename KSMAP to KNOSMAP by Paolo Bonzini · 11 years ago
  40. 43175fa target-i386: preserve FPU and MSR state on INIT by Paolo Bonzini · 12 years ago
  41. e0723c4 kvm: forward INIT signals coming from the chipset by Paolo Bonzini · 12 years ago
  42. c8c14bc target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation by Luiz Capitulino · 11 years ago
  43. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  44. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  45. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 11 years ago
  46. b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  47. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  48. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  49. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  50. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  51. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  52. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  53. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  54. 19d6ca1 target-i386: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  55. 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
  56. f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  57. 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  58. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  59. 4cddc7f Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  60. 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
  61. 33dfdb5 x86: only allow real mode to access 32bit without LMA by Alexander Graf · 11 years ago
  62. 2e6ae66 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  63. 3e4be9c Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  64. 469936a target-i386: Fix segment cache dump by Tobias Markus · 11 years ago
  65. 97577fd cpu: Move cpu state syncs up into cpu_dump_state() by James Hogan · 11 years ago
  66. f2f8560 target-i386: fix disassembly with PAE=1, PG=0 by Paolo Bonzini · 11 years ago
  67. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  68. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  69. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  70. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  71. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  72. cb446ec kvm: Change cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
  73. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  74. 4980ef9 target-i386: Don't modify env->eflags around cpu_dump_state by Richard Henderson · 12 years ago
  75. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  76. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  77. 436ff2d target-i386: Add CC_OP_CLR by Richard Henderson · 12 years ago
  78. cd7f97c target-i386: Implement ADX extension by Richard Henderson · 12 years ago
  79. bc4b43d target-i386: Implement BLSR, BLSMSK, BLSI by Richard Henderson · 12 years ago
  80. 5c3c6a6 target-i386: Move cpu_x86_init() by Andreas Färber · 12 years ago
  81. 2b6f294 target-i386: Update X86CPU to QOM realizefn by Andreas Färber · 12 years ago
  82. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  83. cc36a7a target-i386: Pass X86CPU to cpu_x86_set_a20() by Andreas Färber · 12 years ago
  84. e175bce target-i386: Use switch in check_hw_breakpoints() by liguang · 12 years ago
  85. 1cc21a1 target-i386: Avoid goto in hw_breakpoint_insert() by liguang · 12 years ago
  86. 5902564 target-i386: Introduce hw_{local,global}_breakpoint_enabled() by liguang · 12 years ago
  87. 428065c target-i386: Define DR7 bit field constants by liguang · 12 years ago
  88. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  89. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  90. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  91. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  92. f100f0b cpus: Pass CPUState to run_on_cpu() by Andreas Färber · 13 years ago
  93. 8c5cf3b target-i386: Pass X86CPU to cpu_x86_inject_mce() by Andreas Färber · 13 years ago
  94. ff287bb target-i386: If x86_cpu_realize() failed, report error and do cleanup by Igor Mammedov · 12 years ago
  95. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  96. 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
  97. a9321a4 x86: Implement SMEP and SMAP by H. Peter Anvin · 12 years ago
  98. d3da41e Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu by Blue Swirl · 13 years ago
  99. dd67328 target-i386: move cpu halted decision into x86_cpu_reset by Igor Mammedov · 13 years ago
  100. 77b2bc2 x86: avoid AREG0 for exceptions by Blue Swirl · 13 years ago