index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
85
-1332
/
+1138
2014-06-05
Merge remote-tracking branch 'remotes/rth/tcg-next' into staging
Peter Maydell
17
-428
/
+237
2014-06-05
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
14
-77
/
+175
2014-06-05
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-10' into staging
Peter Maydell
6
-68
/
+176
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
2
-5
/
+10
2014-06-05
target-i386: raise page fault for reserved bits in large pages
Paolo Bonzini
2
-0
/
+3
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
2
-12
/
+32
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
2
-3
/
+8
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
2
-9
/
+5
2014-06-05
target-i386: fix kernel accesses with SMAP and CPL = 3
Paolo Bonzini
3
-8
/
+33
2014-06-05
target-i386: move check_io helpers to seg_helper.c
Paolo Bonzini
2
-42
/
+42
2014-06-05
target-i386: rename KSMAP to KNOSMAP
Paolo Bonzini
2
-7
/
+7
2014-06-05
softmmu: move all load/store functions to cpu_ldst.h
Paolo Bonzini
6
-376
/
+368
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
50
-60
/
+84
2014-06-05
target-arm: move arm_*_code to a separate file
Paolo Bonzini
5
-22
/
+50
2014-06-05
softmmu: move softmmu_template.h out of include/
Paolo Bonzini
2
-8
/
+8
2014-06-05
softmmu: commonize helper definitions
Paolo Bonzini
18
-220
/
+19
2014-06-05
softmmu: move ALIGNED_ONLY to cpu.h
Paolo Bonzini
8
-4
/
+5
2014-06-05
softmmu: make do_unaligned_access a method of CPU
Paolo Bonzini
14
-37
/
+63
2014-06-05
softmmu: move definition of CPU_MMU_INDEX to inclusion site, drop ACCESS_TYPE
Paolo Bonzini
3
-27
/
+16
2014-06-05
softmmu: move MMUSUFFIX under SOFTMMU_CODE_ACCESS
Paolo Bonzini
1
-9
/
+2
2014-06-05
softmmu: start introducing SOFTMMU_CODE_ACCESS in softmmu_header.h
Paolo Bonzini
2
-5
/
+5
2014-06-05
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
10
-253
/
+253
2014-06-05
nseries: clean up coding style
Paolo Bonzini
1
-127
/
+145
2014-06-05
cputlb: Fix regression with TCG interpreter (bug 1310324)
Stefan Weil
1
-2
/
+4
2014-06-04
TCG: Fix tcg_gen_extr_i64_tl for 32bit
Alexander Graf
1
-1
/
+1
2014-06-04
tcg: Remove TCG_TARGET_HAS_new_ldst
Richard Henderson
13
-234
/
+28
2014-06-04
tci: Convert to new ldst opcodes
Richard Henderson
3
-193
/
+207
2014-06-04
tcg-i386: Fix win64 qemu store
Richard Henderson
1
-1
/
+2
2014-06-04
kvm: Fix eax for cpuid leaf 0x40000000
Jidong Xiao
1
-1
/
+1
2014-06-04
docs/multiseat.txt: add note about spice
Gerd Hoffmann
1
-0
/
+8
2014-06-04
docs/multiseat.txt: gtk joined the party
Gerd Hoffmann
1
-3
/
+13
2014-06-04
docs/multiseat.txt: use autoseat
Gerd Hoffmann
1
-23
/
+31
2014-06-04
input/vnc: use kbd delays in press_key
Gerd Hoffmann
1
-0
/
+2
2014-06-04
input/curses: add kbd delay between keydown and keyup events
Gerd Hoffmann
1
-0
/
+10
2014-06-04
input: use kbd delays for send_key monitor command
Gerd Hoffmann
1
-39
/
+6
2014-06-04
input: add support for kbd delays
Gerd Hoffmann
2
-3
/
+106
2014-06-03
kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
Marcelo Tosatti
1
-0
/
+4
[next]