index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-log: add log category for MMU info
Antony Pavlov
2014-12-16
1
-11
/
+4
*
target-i386: Use cpu_exec_enter/exit qom hooks
Richard Henderson
2014-09-25
1
-0
/
+21
*
cpu-exec: Make debug_excp_handler a QOM CPU method
Peter Maydell
2014-09-12
1
-2
/
+3
*
target-i386: Don't forbid NX bit on PAE PDEs and PTEs
William Grant
2014-08-25
1
-2
/
+2
*
target-i386: Allow execute from user mode when SMEP is enabled.
Ricky Zhou
2014-07-15
1
-1
/
+2
*
target-i386: cleanup x86_cpu_get_phys_page_debug
Paolo Bonzini
2014-06-05
1
-18
/
+17
*
target-i386: fix protection bits in the TLB for SMEP
Paolo Bonzini
2014-06-05
1
-1
/
+3
*
target-i386: support long addresses for 4MB pages (PSE-36)
Paolo Bonzini
2014-06-05
1
-3
/
+9
*
target-i386: raise page fault for reserved bits in large pages
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
target-i386: unify reserved bits and NX bit check
Paolo Bonzini
2014-06-05
1
-12
/
+4
*
target-i386: simplify pte/vaddr calculation
Paolo Bonzini
2014-06-05
1
-8
/
+7
*
target-i386: raise page fault for reserved physical address bits
Paolo Bonzini
2014-06-05
1
-12
/
+22
*
target-i386: test reserved PS bit on PML4Es
Paolo Bonzini
2014-06-05
1
-0
/
+3
*
target-i386: set correct error code for reserved bit access
Paolo Bonzini
2014-06-05
1
-17
/
+9
*
target-i386: introduce support for 1 GB pages
Paolo Bonzini
2014-06-05
1
-0
/
+7
*
target-i386: introduce do_check_protect label
Paolo Bonzini
2014-06-05
1
-36
/
+38
*
target-i386: tweak handling of PG_NX_MASK
Paolo Bonzini
2014-06-05
1
-4
/
+4
*
target-i386: commonize checks for PAE and non-PAE
Paolo Bonzini
2014-06-05
1
-79
/
+41
*
target-i386: commonize checks for 4MB and 4KB pages
Paolo Bonzini
2014-06-05
1
-77
/
+41
*
target-i386: commonize checks for 2MB and 4KB pages
Paolo Bonzini
2014-06-05
1
-83
/
+44
*
target-i386: fix coding standards in x86_cpu_handle_mmu_fault
Paolo Bonzini
2014-06-05
1
-5
/
+9
*
target-i386: simplify SMAP handling in MMU_KSMAP_IDX
Paolo Bonzini
2014-06-05
1
-8
/
+4
*
target-i386: fix kernel accesses with SMAP and CPL = 3
Paolo Bonzini
2014-06-05
1
-4
/
+4
*
target-i386: rename KSMAP to KNOSMAP
Paolo Bonzini
2014-06-05
1
-4
/
+4
*
target-i386: preserve FPU and MSR state on INIT
Paolo Bonzini
2014-05-13
1
-2
/
+8
*
kvm: forward INIT signals coming from the chipset
Paolo Bonzini
2014-05-13
1
-0
/
+4
*
target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
Luiz Capitulino
2014-03-31
1
-0
/
+11
*
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
1
-5
/
+12
*
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-2
/
+2
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-3
/
+8
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+2
*
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-3
/
+4
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-3
/
+3
*
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+3
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-8
/
+12
*
target-i386: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-8
/
+8
*
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+2
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-10
/
+10
*
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-4
/
+5
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2014-01-10
1
-6
/
+6
|
\
|
*
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2013-12-23
1
-6
/
+6
*
|
x86: only allow real mode to access 32bit without LMA
Alexander Graf
2013-12-23
1
-0
/
+6
|
/
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-09-23
1
-1
/
+3
|
\
|
*
target-i386: Fix segment cache dump
Tobias Markus
2013-09-20
1
-1
/
+3
*
|
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-09-23
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
cpu: Move cpu state syncs up into cpu_dump_state()
James Hogan
2013-09-20
1
-2
/
+0
[next]