Age | Commit message (Expand) | Author | Files | Lines |
2016-06-09 | target-i386: Move user-mode exception actions out of user-exec.c | Peter Maydell | 1 | -0/+2 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-04-08 | target-i386: check for PKU even for non-writable pages | Paolo Bonzini | 1 | -8/+10 |
2016-03-24 | target-i386: implement PKE for TCG | Paolo Bonzini | 1 | -0/+22 |
2016-02-13 | target-i386: Enable control registers for MPX | Richard Henderson | 1 | -0/+2 |
2016-02-13 | target-i386: Add XSAVE extension | Richard Henderson | 1 | -4/+8 |
2016-02-09 | target-i386: fix PSE36 mode | Paolo Bonzini | 1 | -2/+2 |
2016-01-29 | x86: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-21 | target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* | Eduardo Habkost | 1 | -4/+4 |
2016-01-15 | target-i386: do not duplicate page protection checks | Paolo Bonzini | 1 | -42/+23 |
2015-10-02 | target-i386: Move breakpoint related functions to new file | Richard Henderson | 1 | -128/+0 |
2015-09-25 | hmp: added local apic dump state | Pavel Butsykin | 1 | -0/+191 |
2015-06-05 | target-i386: Use correct memory attributes for memory accesses | Paolo Bonzini | 1 | -20/+112 |
2015-06-05 | target-i386: introduce cpu_get_mem_attrs | Paolo Bonzini | 1 | -1/+2 |
2014-12-16 | qemu-log: add log category for MMU info | Antony Pavlov | 1 | -11/+4 |
2014-09-25 | target-i386: Use cpu_exec_enter/exit qom hooks | Richard Henderson | 1 | -0/+21 |
2014-09-12 | cpu-exec: Make debug_excp_handler a QOM CPU method | Peter Maydell | 1 | -2/+3 |
2014-08-25 | target-i386: Don't forbid NX bit on PAE PDEs and PTEs | William Grant | 1 | -2/+2 |
2014-07-15 | target-i386: Allow execute from user mode when SMEP is enabled. | Ricky Zhou | 1 | -1/+2 |
2014-06-05 | target-i386: cleanup x86_cpu_get_phys_page_debug | Paolo Bonzini | 1 | -18/+17 |
2014-06-05 | target-i386: fix protection bits in the TLB for SMEP | Paolo Bonzini | 1 | -1/+3 |
2014-06-05 | target-i386: support long addresses for 4MB pages (PSE-36) | Paolo Bonzini | 1 | -3/+9 |
2014-06-05 | target-i386: raise page fault for reserved bits in large pages | Paolo Bonzini | 1 | -0/+1 |
2014-06-05 | target-i386: unify reserved bits and NX bit check | Paolo Bonzini | 1 | -12/+4 |
2014-06-05 | target-i386: simplify pte/vaddr calculation | Paolo Bonzini | 1 | -8/+7 |
2014-06-05 | target-i386: raise page fault for reserved physical address bits | Paolo Bonzini | 1 | -12/+22 |
2014-06-05 | target-i386: test reserved PS bit on PML4Es | Paolo Bonzini | 1 | -0/+3 |
2014-06-05 | target-i386: set correct error code for reserved bit access | Paolo Bonzini | 1 | -17/+9 |
2014-06-05 | target-i386: introduce support for 1 GB pages | Paolo Bonzini | 1 | -0/+7 |
2014-06-05 | target-i386: introduce do_check_protect label | Paolo Bonzini | 1 | -36/+38 |
2014-06-05 | target-i386: tweak handling of PG_NX_MASK | Paolo Bonzini | 1 | -4/+4 |
2014-06-05 | target-i386: commonize checks for PAE and non-PAE | Paolo Bonzini | 1 | -79/+41 |
2014-06-05 | target-i386: commonize checks for 4MB and 4KB pages | Paolo Bonzini | 1 | -77/+41 |
2014-06-05 | target-i386: commonize checks for 2MB and 4KB pages | Paolo Bonzini | 1 | -83/+44 |
2014-06-05 | target-i386: fix coding standards in x86_cpu_handle_mmu_fault | Paolo Bonzini | 1 | -5/+9 |
2014-06-05 | target-i386: simplify SMAP handling in MMU_KSMAP_IDX | Paolo Bonzini | 1 | -8/+4 |
2014-06-05 | target-i386: fix kernel accesses with SMAP and CPL = 3 | Paolo Bonzini | 1 | -4/+4 |
2014-06-05 | target-i386: rename KSMAP to KNOSMAP | Paolo Bonzini | 1 | -4/+4 |
2014-05-13 | target-i386: preserve FPU and MSR state on INIT | Paolo Bonzini | 1 | -2/+8 |
2014-05-13 | kvm: forward INIT signals coming from the chipset | Paolo Bonzini | 1 | -0/+4 |
2014-03-31 | target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation | Luiz Capitulino | 1 | -0/+11 |
2014-03-13 | cputlb: Change tlb_set_page() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2014-03-13 | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber | 1 | -5/+12 |
2014-03-13 | cpu-exec: Change cpu_resume_from_signal() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2014-03-13 | exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 1 | -2/+2 |
2014-03-13 | exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 1 | -3/+8 |
2014-03-13 | translate-all: Change cpu_restore_state() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2014-03-13 | cpu: Move breakpoints field from CPU_COMMON to CPUState | Andreas Färber | 1 | -1/+2 |
2014-03-13 | cpu: Move watchpoint fields from CPU_COMMON to CPUState | Andreas Färber | 1 | -3/+4 |
2014-03-13 | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 1 | -3/+3 |