1. f396df3 KVM: PPC: Book3S PR: Fix sparse endian checks by Alexander Graf · 10 years ago
  2. da166fa KVM: PPC: Book3S PR: Fix ABIv2 on LE by Alexander Graf · 10 years ago
  3. ad7d458 KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC() by Anton Blanchard · 10 years ago
  4. 05a308c KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue by Anton Blanchard · 10 years ago
  5. 568fccc KVM: PPC: Book3S PR: Handle hyp doorbell exits by Alexander Graf · 10 years ago
  6. f6bf3a6 KVM: PPC: Book3s HV: Fix tlbie compile error by Alexander Graf · 10 years ago
  7. fb4188b KVM: PPC: Book3s PR: Disable AIL mode with OPAL by Alexander Graf · 10 years ago
  8. 06da28e KVM: PPC: BOOK3S: PR: Emulate instruction counter by Aneesh Kumar K.V · 10 years ago
  9. 8f42ab2 KVM: PPC: BOOK3S: PR: Emulate virtual timebase register by Aneesh Kumar K.V · 10 years ago
  10. 3cd60e3 KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation by Aneesh Kumar K.V · 10 years ago
  11. 9f6226a arch: x86: kvm: x86.c: Cleaning up variable is set more than once by Rickard Strandqvist · 10 years ago
  12. ab76228 MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr() by Deng-Cheng Zhu · 10 years ago
  13. db2fb7f MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init() by Deng-Cheng Zhu · 10 years ago
  14. d7d5b05 MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_" by Deng-Cheng Zhu · 10 years ago
  15. b045c40 MIPS: KVM: Remove unneeded volatile by Deng-Cheng Zhu · 10 years ago
  16. d98403a MIPS: KVM: Simplify functions by removing redundancy by Deng-Cheng Zhu · 10 years ago
  17. 6ad78a5 MIPS: KVM: Use KVM internal logger by Deng-Cheng Zhu · 10 years ago
  18. d116e81 MIPS: KVM: Reformat code and comments by Deng-Cheng Zhu · 10 years ago
  19. 8594997 Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  20. dc720f9 Merge commit '33b458d276bb' into kvm-next by Paolo Bonzini · 10 years ago
  21. 33b458d KVM: SVM: Fix CPL export via SS.DPL by Jan Kiszka · 10 years ago
  22. d09a08e KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency by Heiko Carstens · 10 years ago
  23. 27e6fb5 KVM: vmx: vmx instructions handling does not consider cs.l by Nadav Amit · 10 years ago
  24. 1e32c07 KVM: vmx: handle_cr ignores 32/64-bit mode by Nadav Amit · 10 years ago
  25. a449c7a KVM: x86: Hypercall handling does not considers opsize correctly by Nadav Amit · 10 years ago
  26. 5777392 KVM: x86: check DR6/7 high-bits are clear only on long-mode by Nadav Amit · 10 years ago
  27. 5381417 KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM by Jan Kiszka · 10 years ago
  28. 2996fca KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS by Jan Kiszka · 10 years ago
  29. 560b7ee KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS by Jan Kiszka · 10 years ago
  30. 3dcdf3e KVM: nVMX: Allow to disable CR3 access interception by Jan Kiszka · 10 years ago
  31. 3dbcd8d KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS by Jan Kiszka · 10 years ago
  32. e4aa528 KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS by Jan Kiszka · 10 years ago
  33. a825f5c KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX by Nadav Amit · 10 years ago
  34. 140bad8 KVM: x86: emulation of dword cmov on long-mode should clear [63:32] by Nadav Amit · 10 years ago
  35. 9e8919a KVM: x86: Inter-privilege level ret emulation is not implemeneted by Nadav Amit · 10 years ago
  36. ee21229 KVM: x86: Wrong emulation on 'xadd X, X' by Nadav Amit · 10 years ago
  37. 7dec560 KVM: x86: bit-ops emulation ignores offset on 64-bit by Nadav Amit · 10 years ago
  38. bc39c4d arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE by Fabian Frederick · 10 years ago
  39. bdc9072 KVM: emulate: fix harmless typo in MMX decoding by Paolo Bonzini · 11 years ago
  40. 9688897 KVM: emulate: simplify BitOp handling by Paolo Bonzini · 11 years ago
  41. a5457e7 KVM: emulate: POP SS triggers a MOV SS shadow too by Paolo Bonzini · 10 years ago
  42. 32e94d0 KVM: x86: smsw emulation is incorrect in 64-bit mode by Nadav Amit · 10 years ago
  43. aaa05f2 KVM: x86: Return error on cmpxchg16b emulation by Nadav Amit · 10 years ago
  44. 67f4d42 KVM: x86: rdpmc emulation checks the counter incorrectly by Nadav Amit · 10 years ago
  45. 3b32004 KVM: x86: movnti minimum op size of 32-bit is not kept by Nadav Amit · 10 years ago
  46. 37c564f KVM: x86: cmpxchg emulation should compare in reverse order by Nadav Amit · 10 years ago
  47. 606b1c3 KVM: x86: sgdt and sidt are not privilaged by Nadav Amit · 10 years ago
  48. 2eedcac KVM: x86: Loading segments on 64-bit mode may be wrong by Nadav Amit · 10 years ago
  49. e37a75a KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTR by Nadav Amit · 10 years ago
  50. 7fe864d KVM: x86: Mark VEX-prefix instructions emulation as unimplemented by Nadav Amit · 10 years ago
  51. dd1845a Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  52. c728762 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. a934fb5 x86/vdso: Fix vdso_install by Andy Lutomirski · 10 years ago
  54. 1700ff8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  55. b7c8c19 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  56. 88bbfb4 Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 10 years ago
  57. 71998d1 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  59. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. e0bf7b8 x86/vdso: Hack to keep 64-bit Go programs working by Andy Lutomirski · 10 years ago
  61. b4b31f6 x86/vdso: Add PUT_LE to store little-endian values by Andy Lutomirski · 10 years ago
  62. c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  63. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  64. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  65. 535560d Merge commit '3cf2f34' into sched/core, to fix build error by Ingo Molnar · 10 years ago
  66. 51fdc6b blackfin: defconfigs: add MTD_SPI_NOR (new dependency for M25P80) by Brian Norris · 11 years ago
  67. 699c659 powerpc: Avoid circular dependency with zImage.% by Michal Marek · 10 years ago
  68. 7ec6131 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  69. ad71862 powerpc/book3s: Fix some ABIv2 issues in machine check code by Anton Blanchard · 10 years ago
  70. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  71. 7f33e72 Merge tag 'pwm/for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 10 years ago
  72. 2dc24b0 Merge tag 'soc2-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  73. e413a19a Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  74. 74845bc powerpc/book3s: Fix guest MC delivery mechanism to avoid soft lockups in guest. by Mahesh Salgaonkar · 10 years ago
  75. e6654d5 powerpc/book3s: Increment the mce counter during machine_check_early call. by Mahesh Salgaonkar · 10 years ago
  76. e75ad93 powerpc/book3s: Add stack overflow check in machine check handler. by Mahesh Salgaonkar · 10 years ago
  77. 2749a2f powerpc/book3s: Fix machine check handling for unhandled errors by Mahesh Salgaonkar · 10 years ago
  78. 357b2f3 powerpc/eeh: Dump PE location code by Gavin Shan · 10 years ago
  79. e430f34 net: filter: cleanup A/X name usage by Alexei Starovoitov · 10 years ago
  80. d4e58e5 powerpc/powernv: Enable POWER8 doorbell IPIs by Michael Neuling · 10 years ago
  81. 5c7a35e powerpc/powernv: Fix killed EEH event by Gavin Shan · 10 years ago
  82. 6e0fdf9 powerpc: fix typo 'CONFIG_PMAC' by Paul Bolle · 11 years ago
  83. b69a1da powerpc: fix typo 'CONFIG_PPC_CPU' by Paul Bolle · 11 years ago
  84. 71b540a powerpc/powernv: Don't escalate non-existing frozen PE by Gavin Shan · 11 years ago
  85. 1ad7a72 powerpc/eeh: Report frozen parent PE prior to child PE by Gavin Shan · 11 years ago
  86. 2c66599 powerpc/eeh: Clear frozen state for child PE by Gavin Shan · 11 years ago
  87. 4817fc3 powerpc/powernv: Reduce panic timeout from 180s to 10s by Anton Blanchard · 11 years ago
  88. 50b66db powerpc/xmon: avoid format string leaking to printk by Kees Cook · 10 years ago
  89. 3df48c9 powerpc/perf: Ensure all EBB register state is cleared on fork() by Michael Ellerman · 10 years ago
  90. caf69ba powerpc/powernv: Fix reading of OPAL msglog by Joel Stanley · 10 years ago
  91. be8f964 powerpc/spufs: Remove duplicate SPUFS_CNTL_MAP_SIZE define by Dan Carpenter · 10 years ago
  92. d9d8212 powerpc/cpm: Remove duplicate FCC_GFMR_TTX define by Dan Carpenter · 10 years ago
  93. ddf0322 powerpc/powernv: Fix endianness problems in EEH by Guo Chao · 10 years ago
  94. 1bd0989 powernv: Fix permissions on sysparam sysfs entries by Anton Blanchard · 10 years ago
  95. ad41733 powerpc/powernv : Disable subcore for UP configs by Shreyas B. Prabhu · 10 years ago
  96. b2a8087 powerpc/powernv: Include asm/smp.h to fix UP build failure by Shreyas B. Prabhu · 10 years ago
  97. 59a53af powerpc: Don't setup CPUs with bad status by Michael Neuling · 10 years ago
  98. 96d0161 powerpc: Correct DSCR during TM context switch by Sam bobroff · 10 years ago
  99. fb5a515 powerpc: Remove platforms/wsp and associated pieces by Michael Ellerman · 10 years ago
  100. 9431429 powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG by Paul Bolle · 11 years ago