1. 16f8a6f KVM: vmx: Unavailable DR4/5 is checked before CPL by Nadav Amit · 10 years ago
  2. c49c759 KVM: x86: Emulator performs code segment checks on read access by Nadav Amit · 10 years ago
  3. 0e8a0996 KVM: x86: Clear DR7.LE during task-switch by Nadav Amit · 10 years ago
  4. 518547b KVM: x86: Emulator does not calculate address correctly by Nadav Amit · 10 years ago
  5. 6bdf066 KVM: x86: DR7.GD should be cleared upon any #DB exception by Nadav Amit · 10 years ago
  6. 394457a KVM: x86: some apic broadcast modes does not work by Nadav Amit · 10 years ago
  7. 52ce3c2 x86,kvm,vmx: Don't trap writes to CR4.TSD by Andy Lutomirski · 10 years ago
  8. bf0b682 KVM: x86: Sysexit emulation does not mask RIP/RSP by Nadav Amit · 10 years ago
  9. 58b7075 KVM: x86: Distinguish between stack operation and near branches by Nadav Amit · 10 years ago
  10. f778404 KVM: x86: Getting rid of grp45 in emulator by Nadav Amit · 10 years ago
  11. 4be4de7 KVM: x86: Use new is_noncanonical_address in _linearize by Nadav Amit · 10 years ago
  12. d09155d KVM: emulator: always inline __linearize by Paolo Bonzini · 10 years ago
  13. 123b2dd Merge remote-tracking branch 'origin/master' into HEAD by Paolo Bonzini · 10 years ago
  14. 3c43de0 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  15. 7501a53 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  16. a73896c KVM: vmx: defer load of APIC access page address during reset by Paolo Bonzini · 10 years ago
  17. 282da87 KVM: nVMX: Disable preemption while reading from shadow VMCS by Jan Kiszka · 10 years ago
  18. 7e46ddd KVM: x86: Fix far-jump to non-canonical check by Nadav Amit · 10 years ago
  19. 653bc77 x86_64, entry: Fix out of bounds read on sysenter by Andy Lutomirski · 10 years ago
  20. 8945337 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  21. 5342929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  22. 9f58c62 Merge tag 'microblaze-3.18-rc3' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  23. 19e0d5f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  24. f5fa363 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  25. 5656b408 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  26. 7d2911c net: smc91x: Fix gpios for device tree based booting by Tony Lindgren · 10 years ago
  27. a7ca10f Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 10 years ago
  28. 5417421 sh: fix sh770x SCIF memory regions by Andriy Skulysh · 10 years ago
  29. 19be9e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  30. 9ff0bb5 ARM: 8180/1: mm: implement no-highmem fast path in kmap_atomic_pfn() by Thomas Petazzoni · 10 years ago
  31. 6d0ec1d ARM: 8183/1: l2c: Improve l2c310_of_parse() error message by Fabio Estevam · 10 years ago
  32. 0057572 ARM: 8181/1: Drop extra return statement by Laura Abbott · 10 years ago
  33. f62c95f Merge tag 'kvm-s390-next-20141028' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  34. 41e7ed6 KVM: nVMX: Disable preemption while reading from shadow VMCS by Jan Kiszka · 10 years ago
  35. cd9b8e2c KVM: x86: Fix far-jump to non-canonical check by Nadav Amit · 10 years ago
  36. fd56e15 KVM: emulator: fix execution close to the segment limit by Paolo Bonzini · 10 years ago
  37. 3606189 KVM: emulator: fix error code for __linearize by Paolo Bonzini · 10 years ago
  38. d0b9284 ARM: 8182/1: l2c: Make l2x0_cache_size_of_parse() return 'int' by Fabio Estevam · 10 years ago
  39. 1776b10 perf/x86/intel: Revert incomplete and undocumented Broadwell client support by Ingo Molnar · 10 years ago
  40. d1cd121 x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE by Dexuan Cui · 10 years ago
  41. b77e8f4 ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi() by Jiang Liu · 10 years ago
  42. f182985 x86, intel-mid: Create IRQs for APB timers and RTC timers by Jiang Liu · 10 years ago
  43. d4e1a0a x86: Don't enable F00F workaround on Intel Quark processors by Dave Jones · 10 years ago
  44. 2d605a3 ARM: enable bpf syscall by Russell King · 10 years ago
  45. 2c0a33f powerpc/numa: ensure per-cpu NUMA mappings are correct on topology update by Nishanth Aravamudan · 10 years ago
  46. 49f8d8c powerpc/numa: use cached value of update->cpu in update_cpu_topology by Nishanth Aravamudan · 10 years ago
  47. 6e2028a Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  48. c20ce79 sparc: Hook up bpf system call. by David S. Miller · 10 years ago
  49. a6cc310 KVM: s390: sigp: split handling of SIGP STOP (AND STORE STATUS) by David Hildenbrand · 11 years ago
  50. 07b0303 KVM: s390: sigp: inject emergency calls in a separate function by David Hildenbrand · 11 years ago
  51. 42cb0c9 KVM: s390: sigp: instruction counters for all sigp orders by David Hildenbrand · 11 years ago
  52. b898383 KVM: s390: sigp: separate preparation handlers by David Hildenbrand · 11 years ago
  53. 3d95c7d KVM: s390: sigp: move target cpu checks into dispatcher by David Hildenbrand · 11 years ago
  54. 3526a66 KVM: s390: sigp: dispatch orders with one target in a separate function by David Hildenbrand · 11 years ago
  55. a36c539 KVM: s390: Fix size of monitor-class number field by Thomas Huth · 10 years ago
  56. edeb69e KVM: s390: Cleanup usage of current->mm in set_guest_storage_key by Jason J. Herne · 10 years ago
  57. a6b7e45 KVM: s390: Make the simple ipte mutex specific to a VM instead of global by Thomas Huth · 10 years ago
  58. 60e684f x86/irq: Fix XT-PIC-XT-PIC in /proc/interrupts by Maciej W. Rozycki · 10 years ago
  59. 7fb0f1d perf/x86: Fix compile warnings for intel_uncore by Peter Zijlstra · 10 years ago
  60. c719f56 perf: Fix and clean up initialization of pmu::event_idx by Peter Zijlstra · 10 years ago
  61. 65d71fe perf: Fix bogus kernel printk by Peter Zijlstra (Intel) · 10 years ago
  62. 009f60e sched: stop the unbound recursion in preempt_schedule_context() by Oleg Nesterov · 10 years ago
  63. 03f5439 powerpc/mm: Use appropriate ESID mask in copro_calculate_slb() by Ian Munsie · 10 years ago
  64. 3c325f8 x86, cma: Reserve DMA contiguous area after initmem_init() by Weijie Yang · 10 years ago
  65. bf19edd Revert "powerpc/powernv: Fix endian bug in LPC bus debugfs accessors" by Michael Ellerman · 10 years ago
  66. a4f174d microblaze: Wire up bpf syscall by Michal Simek · 10 years ago
  67. 70dcd94 microblaze: Fix IO space breakage after of_pci_range_to_resource() change by Michal Simek · 10 years ago
  68. 4cbbbb4 microblaze: Fix missing NR_CPUS in menuconfig by Michal Simek · 10 years ago
  69. 88e2376 Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  70. efc176a Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 10 years ago
  71. d1e61eb ARM: dts: imx28-evk: Let i2c0 run at 100kHz by Fabio Estevam · 10 years ago
  72. a1fc198 ARM: i.MX6: Fix "emi" clock name typo by Steve Longerbeam · 10 years ago
  73. 26c2d2b i386/audit: stop scribbling on the stack frame by Eric Paris · 10 years ago
  74. db65bcf Merge tag 'v3.18-rc1' into x86/urgent by H. Peter Anvin · 10 years ago
  75. 2cc9188 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  76. cdc63a0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  77. 83da00f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  78. 96971e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  79. 20ca57c Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  80. 3dec0fe arm64: Fix memblock current_limit with 64K pages and 48-bit VA by Catalin Marinas · 10 years ago
  81. 06090e8 sparc64: Implement __get_user_pages_fast(). by David S. Miller · 10 years ago
  82. ef3e035 sparc64: Fix register corruption in top-most kernel stack frame during boot. by David S. Miller · 10 years ago
  83. 9298040 arm64: ASLR: Don't randomise text when randomise_va_space == 0 by Arun Chandran · 10 years ago
  84. 4846f11 MIPS: SEAD3: Fix I2C device registration. by Ralf Baechle · 10 years ago
  85. 1715d0d KVM: x86: Wrong assertion on paging_tmpl.h by Nadav Amit · 10 years ago
  86. 3f6f148 KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag by Nadav Amit · 10 years ago
  87. 13e457e KVM: x86: Emulator does not decode clflush well by Nadav Amit · 10 years ago
  88. a430c91 KVM: emulate: avoid accessing NULL ctxt->memopp by Paolo Bonzini · 10 years ago
  89. cc08d25 MIPS: SEAD3: Nuke PIC32 I2C driver. by Ralf Baechle · 10 years ago
  90. 08da44a KVM: x86: Decoding guest instructions which cross page boundary may fail by Nadav Amit · 10 years ago
  91. 2bc19dc kvm: x86: don't kill guest on unknown exit reason by Michael S. Tsirkin · 10 years ago
  92. a642fc3 kvm: vmx: handle invvpid vm exit gracefully by Petr Matousek · 10 years ago
  93. d1442d8 KVM: x86: Handle errors when RIP is set during far jumps by Nadav Amit · 10 years ago
  94. 234f3ce KVM: x86: Emulator fixes for eip canonical checks on near branches by Nadav Amit · 10 years ago
  95. 05c83ec KVM: x86: Fix wrong masking on relative jump/call by Nadav Amit · 10 years ago
  96. 2febc83 KVM: x86: Improve thread safety in pit by Andy Honig · 10 years ago
  97. 8b3c310 KVM: x86: Prevent host from panicking on shared MSR writes. by Andy Honig · 10 years ago
  98. 854e8bb KVM: x86: Check non-canonical addresses upon WRMSR by Nadav Amit · 10 years ago
  99. 4fbc400 Merge tag 'socfpga_fixes_for_3.18' of git://git.rocketboards.org/linux-socfpga-next into fixes by Olof Johansson · 10 years ago
  100. 184f84d Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes by Olof Johansson · 10 years ago