aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-27target-arm: A64: Register VBAR_EL3Edgar E. Iglesias
2014-05-27target-arm: A64: Register VBAR_EL2Edgar E. Iglesias
2014-05-27target-arm: Make vbar_write writeback to any CPREGEdgar E. Iglesias
2014-05-27target-arm: A64: Generalize update_spsel for the various ELsEdgar E. Iglesias
2014-05-27target-arm: A64: Generalize ERET to various ELsEdgar E. Iglesias
2014-05-27target-arm: A64: Trap ERET from EL0 at translation timeEdgar E. Iglesias
2014-05-27target-arm: A64: Forbid ERET to higher or unimplemented ELsEdgar E. Iglesias
2014-05-27target-arm: Register EL3 versions of ELR and SPSREdgar E. Iglesias
2014-05-27target-arm: Register EL2 versions of ELR and SPSREdgar E. Iglesias
2014-05-27target-arm: Add a feature flag for EL3Edgar E. Iglesias
2014-05-27target-arm: Add a feature flag for EL2Edgar E. Iglesias
2014-05-27target-arm: A64: Introduce aarch64_banked_spsr_index()Edgar E. Iglesias
2014-05-27target-arm: Add SPSR entries for EL2/HYP and EL3/MONEdgar E. Iglesias
2014-05-27target-arm: A64: Add ELR entries for EL2 and 3Edgar E. Iglesias
2014-05-27target-arm: A64: Add SP entries for EL2 and 3Edgar E. Iglesias
2014-05-27target-arm: c12_vbar -> vbar_el[]Edgar E. Iglesias
2014-05-27target-arm: Make esr_el1 an arrayEdgar E. Iglesias
2014-05-27target-arm: Make elr_el1 an arrayEdgar E. Iglesias
2014-05-27target-arm: Use a 1:1 mapping between EL and MMU indexEdgar E. Iglesias
2014-05-27target-arm: A32: Use get_mem_index for load/storesEdgar E. Iglesias
2014-05-27target-arm/translate.c: Use get_mem_index() for SRS memory accessesPeter Maydell
2014-05-27target-arm/translate.c: Clean up mmu index handling for ldrt/strtPeter Maydell
2014-05-27target-arm: Move get_mem_index to translate.hEdgar E. Iglesias
2014-05-27target-arm: implement CPACR register logic for ARMv7Fabian Aggeler
2014-05-27hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formatsPeter Maydell
2014-05-27MAINTAINERS: update Calxeda Highbank maintainer and statusRob Herring
2014-05-27Merge remote-tracking branch 'remotes/rth/fix-tci' into stagingPeter Maydell
2014-05-27target-arm: Fix segfault on startup when KVM enabledChristoffer Dall
2014-05-26target-xtensa: add tests for cross-page TBMax Filippov
2014-05-26target-xtensa: completely clean TLB between MMU testsMax Filippov
2014-05-26target-xtensa: fix cross-page jumps/calls at the end of TBMax Filippov
2014-05-26docs: add multiseat.txtGerd Hoffmann
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann
2014-05-26sdl: pass key event source to input layerGerd Hoffmann
2014-05-26input: bind devices and input routingGerd Hoffmann
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann
2014-05-26input: keymap: add meta keysGerd Hoffmann
2014-05-26input: add name to input_event_key_numberGerd Hoffmann
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates
2014-05-26libcacard: remove useless initializersMichael Tokarev
2014-05-26net: cadence_gem: Fix top commentPeter Crosthwaite
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan
2014-05-26audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan
2014-05-26usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede
2014-05-26usb-host-libusb: Add alloc / free streams opsHans de Goede
2014-05-26usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede
2014-05-26usb-redir: Add support for bulk streamsHans de Goede
2014-05-26usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann