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-05-27
target-arm: A64: Forbid ERET to higher or unimplemented ELs
Edgar E. Iglesias
1
-2
/
+6
2014-05-27
target-arm: Register EL3 versions of ELR and SPSR
Edgar E. Iglesias
1
-0
/
+16
2014-05-27
target-arm: Register EL2 versions of ELR and SPSR
Edgar E. Iglesias
1
-0
/
+16
2014-05-27
target-arm: Add a feature flag for EL3
Edgar E. Iglesias
1
-0
/
+1
2014-05-27
target-arm: Add a feature flag for EL2
Edgar E. Iglesias
1
-0
/
+1
2014-05-27
target-arm: A64: Introduce aarch64_banked_spsr_index()
Edgar E. Iglesias
3
-2
/
+17
2014-05-27
target-arm: Add SPSR entries for EL2/HYP and EL3/MON
Edgar E. Iglesias
4
-6
/
+12
2014-05-27
target-arm: A64: Add ELR entries for EL2 and 3
Edgar E. Iglesias
2
-4
/
+4
2014-05-27
target-arm: A64: Add SP entries for EL2 and 3
Edgar E. Iglesias
2
-4
/
+4
2014-05-27
target-arm: c12_vbar -> vbar_el[]
Edgar E. Iglesias
3
-5
/
+5
2014-05-27
target-arm: Make esr_el1 an array
Edgar E. Iglesias
3
-8
/
+8
2014-05-27
target-arm: Make elr_el1 an array
Edgar E. Iglesias
6
-10
/
+11
2014-05-27
target-arm: Use a 1:1 mapping between EL and MMU index
Edgar E. Iglesias
2
-9
/
+5
2014-05-27
target-arm: A32: Use get_mem_index for load/stores
Edgar E. Iglesias
1
-106
/
+106
2014-05-27
target-arm/translate.c: Use get_mem_index() for SRS memory accesses
Peter Maydell
1
-2
/
+2
2014-05-27
target-arm/translate.c: Clean up mmu index handling for ldrt/strt
Peter Maydell
1
-12
/
+17
2014-05-27
target-arm: Move get_mem_index to translate.h
Edgar E. Iglesias
2
-9
/
+9
2014-05-27
target-arm: implement CPACR register logic for ARMv7
Fabian Aggeler
1
-4
/
+28
2014-05-27
hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formats
Peter Maydell
1
-8
/
+8
2014-05-27
MAINTAINERS: update Calxeda Highbank maintainer and status
Rob Herring
1
-2
/
+2
2014-05-27
Merge remote-tracking branch 'remotes/rth/fix-tci' into staging
Peter Maydell
1
-0
/
+3
2014-05-27
target-arm: Fix segfault on startup when KVM enabled
Christoffer Dall
1
-1
/
+1
2014-05-26
target-xtensa: add tests for cross-page TB
Max Filippov
1
-0
/
+220
2014-05-26
target-xtensa: completely clean TLB between MMU tests
Max Filippov
1
-7
/
+19
2014-05-26
target-xtensa: fix cross-page jumps/calls at the end of TB
Max Filippov
1
-2
/
+2
2014-05-26
docs: add multiseat.txt
Gerd Hoffmann
1
-0
/
+76
2014-05-26
usb: add input routing support for tablet and keyboard
Gerd Hoffmann
1
-0
/
+13
2014-05-26
sdl: pass key event source to input layer
Gerd Hoffmann
1
-9
/
+12
2014-05-26
input: bind devices and input routing
Gerd Hoffmann
2
-3
/
+43
2014-05-26
input: switch hid mouse and tablet to the new input layer api.
Gerd Hoffmann
2
-71
/
+123
2014-05-26
input: switch hid keyboard to new input layer api.
Gerd Hoffmann
2
-8
/
+24
2014-05-26
input: keymap: add meta keys
Gerd Hoffmann
1
-0
/
+2
2014-05-26
input: add name to input_event_key_number
Gerd Hoffmann
2
-3
/
+5
2014-05-26
input: add qemu_input_key_number_to_qcode
Gerd Hoffmann
2
-3
/
+9
2014-05-26
input (curses): mask keycodes to remove modifier bits
Andrew Oates
1
-2
/
+2
2014-05-26
libcacard: remove useless initializers
Michael Tokarev
6
-22
/
+21
2014-05-26
net: cadence_gem: Fix top comment
Peter Crosthwaite
1
-1
/
+1
2014-05-26
bsd-user: replace fprintf(stderr, ...) with error_report()
Le Tan
3
-9
/
+9
2014-05-26
audio: replace fprintf(stderr, ...) with error_report() in audio
Le Tan
2
-3
/
+2
2014-05-26
usb-host-libusb: Set stream id when submitting bulk-stream transfers
Hans de Goede
1
-4
/
+17
2014-05-26
usb-host-libusb: Add alloc / free streams ops
Hans de Goede
1
-0
/
+50
2014-05-26
usb-host-libusb: Fill in endpoint max_streams when available
Hans de Goede
1
-0
/
+12
2014-05-26
usb-redir: Add support for bulk streams
Hans de Goede
1
-5
/
+132
2014-05-26
usb-mtp: handle usb_mtp_get_object failure
Gerd Hoffmann
1
-2
/
+7
2014-05-26
usb-mtp: handle lseek failure
Gerd Hoffmann
1
-1
/
+4
2014-05-26
usb-mtp: use bool to track MTPObject init status
Gerd Hoffmann
1
-6
/
+8
2014-05-26
xhci: add xhci_get_flag
Gerd Hoffmann
1
-2
/
+7
2014-05-26
xhci: add endpoint cap on express bus only
Gerd Hoffmann
1
-2
/
+4
2014-05-26
xhci: child detach fix
Gerd Hoffmann
1
-1
/
+1
2014-05-26
gtk: workaround gtk2 vte resize issue
Gerd Hoffmann
1
-0
/
+40
[prev]
[next]