summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-23ppc/xics: account correct irq statusNikunj A Dadhania1-2/+5
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn3-0/+14
2016-09-23target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania6-4/+34
2016-09-23target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania6-19/+28
2016-09-23target-ppc: add TLB_NEED_LOCAL_FLUSH flagNikunj A Dadhania4-7/+8
2016-09-23spapr: Introduce sPAPRCPUCoreClassBharata B Rao4-86/+57
2016-09-23target-ppc: implement darn instructionRavi Bangoria3-0/+38
2016-09-23target-ppc: add stxsi[bh]x instructionNikunj A Dadhania3-0/+7
2016-09-23target-ppc: add lxsi[bw]zx instructionNikunj A Dadhania3-0/+6
2016-09-23target-ppc: add xxspltib instructionNikunj A Dadhania3-0/+27
2016-09-23target-ppc: consolidate store conditionalNikunj A Dadhania1-34/+24
2016-09-23target-ppc: move out stqcx impementationNikunj A Dadhania1-22/+47
2016-09-23target-ppc: consolidate load with reservationNikunj A Dadhania1-11/+11
2016-09-23target-ppc: convert st[16,32,64]r to use new macroNikunj A Dadhania1-22/+10
2016-09-23target-ppc: convert st64 to use new macroNikunj A Dadhania6-53/+48
2016-09-23target-ppc: consolidate store operationsNikunj A Dadhania1-19/+16
2016-09-23target-ppc: convert ld[16,32,64]ur to use new macroNikunj A Dadhania1-17/+10
2016-09-23target-ppc: convert ld64 to use new macroNikunj A Dadhania5-54/+49
2016-09-23target-ppc: consolidate load operationsNikunj A Dadhania1-38/+20
2016-09-23spapr_vscsi: convert to trace framework instead of DPRINTFLaurent Vivier2-52/+63
2016-09-23spapr_llan: convert to trace framework instead of DPRINTFLaurent Vivier2-36/+41
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier2-14/+7
2016-09-23spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier2-22/+16
2016-09-23spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier2-34/+41
2016-09-23adb.c: prevent NO_KEY value from going to guestJohn Arbuckle1-14/+9
2016-09-23adb.c: correct several key assignmentsJohn Arbuckle1-6/+6
2016-09-23adb.c: add support for QKeyCodeJohn Arbuckle1-45/+189
2016-09-23adb-keys.h: initial commitJohn Arbuckle1-0/+141
2016-09-23MAINTAINERS: add sPAPR testsGreg Kurz1-0/+4
2016-09-23tests: add RTAS command in the protocolLaurent Vivier9-0/+197
2016-09-23libqos: define SPAPR libqos functionsLaurent Vivier7-1/+99
2016-09-23qtest: replace strtoXX() by qemu_strtoXX()Laurent Vivier1-23/+26
2016-09-23ppc: Fix signal delivery in ppc-user and ppc64-userBenjamin Herrenschmidt3-38/+90
2016-09-23target-ppc: add vector permute right indexed instructionRajalakshmi Srinivasaraghavan4-0/+43
2016-09-23target-ppc: add vector bit permute doubleword instructionRajalakshmi Srinivasaraghavan4-0/+23
2016-09-23target-ppc: add vector count trailing zeros instructionsRajalakshmi Srinivasaraghavan4-0/+46
2016-09-23target-ppc: add vector extract instructionsRajalakshmi Srinivasaraghavan4-3/+46
2016-09-23target-ppc: add vector insert instructionsRajalakshmi Srinivasaraghavan5-5/+71
2016-09-23ppc: restrict the use of the rfi instructionBenjamin Herrenschmidt1-3/+6
2016-09-23MAINTAINERS: Add some missing ppc-related filesThomas Huth1-0/+11
2016-09-22Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' int...Peter Maydell21-213/+581
2016-09-22Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into ...Peter Maydell1-0/+1
2016-09-22Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-09-20' in...Peter Maydell23-118/+997
2016-09-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160920' into stagingPeter Maydell1-1/+1
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier9-21/+39
2016-09-21linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin1-4/+14
2016-09-21linux-user: Sanity check clone flagsPeter Maydell1-3/+63
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell1-9/+7
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell1-15/+2
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell1-27/+54