1. d6e88ae KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues by Avi Kivity · 16 years ago
  2. c65bbfa KVM: check injected pic irq within valid pic irqs by Ben-Ami Yassour · 16 years ago
  3. 19fdfa0 KVM: x86 emulator: Fix HLT instruction by Mohammed Gamal · 16 years ago
  4. ac9f6dc KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized by Avi Kivity · 16 years ago
  5. 4e1096d KVM: VMX: Add ept_sync_context in flush_tlb by Sheng Yang · 16 years ago
  6. 5a4c928 KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held by Marcelo Tosatti · 16 years ago
  7. 7e37c29 x86: KVM guest: make kvm_smp_prepare_boot_cpu() static by Adrian Bunk · 16 years ago
  8. 0da1db75 KVM: SVM: fix suspend/resume support by Joerg Roedel · 16 years ago
  9. 180c12f KVM: s390: rename private structures by Christian Borntraeger · 16 years ago
  10. 4da29e9 KVM: s390: Set guest storage limit and offset to sane values by Christian Borntraeger · 16 years ago
  11. dfdded7 KVM: Fix memory leak on guest exit by Carsten Otte · 16 years ago
  12. eff0114 KVM: s390: dont allocate dirty bitmap by Carsten Otte · 16 years ago
  13. f8b78fa KVM: move slots_lock acquision down to vapic_exit by Marcelo Tosatti · 16 years ago
  14. efa67e0 KVM: VMX: Fake emulate Intel perfctr MSRs by Chris Lalancette · 16 years ago
  15. 65267ea KVM: VMX: Fix a wrong usage of vmcs_config by Sheng Yang · 16 years ago
  16. db475c3 KVM: MMU: Fix printk format by Avi Kivity · 16 years ago
  17. 6ada8cc KVM: MMU: When debug is enabled, make it a run-time parameter by Avi Kivity · 16 years ago
  18. 7a5b56d KVM: x86 emulator: lazily evaluate segment registers by Avi Kivity · 16 years ago
  19. 0adc867 KVM: x86 emulator: avoid segment base adjust for lea by Avi Kivity · 16 years ago
  20. f5b4edc KVM: x86 emulator: simplify rip relative decoding by Avi Kivity · 16 years ago
  21. 84411d8 KVM: x86 emulator: simplify r/m decoding by Avi Kivity · 16 years ago
  22. dc71d0f KVM: x86 emulator: simplify sib decoding by Avi Kivity · 16 years ago
  23. 8684c0a KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases by Avi Kivity · 16 years ago
  24. b13354f KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97) by Mohammed Gamal · 16 years ago
  25. f76c710 KVM: Use printk_rlimit() instead of reporting emulation failures just once by Avi Kivity · 16 years ago
  26. 9ef621d KVM: Support mixed endian machines by Tan, Li · 16 years ago
  27. 25be460 KVM: Do not calculate linear rip in emulation failure report by Glauber Costa · 16 years ago
  28. 622395a KVM: only abort guest entry if timer count goes from 0->1 by Marcelo Tosatti · 16 years ago
  29. 7f39f8a KVM: Add coalesced MMIO support (ia64 part) by Laurent Vivier · 16 years ago
  30. 588968b KVM: Add coalesced MMIO support (powerpc part) by Laurent Vivier · 16 years ago
  31. 542472b KVM: Add coalesced MMIO support (x86 part) by Laurent Vivier · 16 years ago
  32. 5f94c17 KVM: Add coalesced MMIO support (common part) by Laurent Vivier · 16 years ago
  33. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 16 years ago
  34. 131d827 KVM: MMU: Avoid page prefetch on SVM by Avi Kivity · 16 years ago
  35. d761a50 KVM: MMU: Move nonpaging_prefetch_page() by Avi Kivity · 16 years ago
  36. 91ed7a0 KVM: x86 emulator: implement 'push imm' (opcode 0x68) by Avi Kivity · 16 years ago
  37. 19e4363 KVM: x86 emulator: simplify push imm8 emulation by Avi Kivity · 16 years ago
  38. eab9f71 KVM: MMU: Optimize prefetch_page() by Avi Kivity · 16 years ago
  39. 38d5bc6 KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction by Guillaume Thouvenin · 16 years ago
  40. 4257198 KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction by Guillaume Thouvenin · 16 years ago
  41. 615ac12 KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction by Guillaume Thouvenin · 16 years ago
  42. 954cd36 KVM: x86 emulator: add support for jmp far 0xea by Guillaume Thouvenin · 16 years ago
  43. 89c6963 KVM: x86 emulator: Update c->dst.bytes in decode instruction by Guillaume Thouvenin · 16 years ago
  44. 3e6e0aa KVM: Prefixes segment functions that will be exported with "kvm_" by Guillaume Thouvenin · 16 years ago
  45. 9ba075a KVM: MTRR support by Avi Kivity · 16 years ago
  46. 81609e3 KVM: Order segment register constants in the same way as cpu operand encoding by Avi Kivity · 16 years ago
  47. f08864b KVM: VMX: Enable NMI with in-kernel irqchip by Sheng Yang · 16 years ago
  48. 3419ffc KVM: IOAPIC/LAPIC: Enable NMI support by Sheng Yang · 16 years ago
  49. 50d40d7 KVM: Remove unnecessary ->decache_regs() call by Avi Kivity · 16 years ago
  50. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 16 years ago
  51. 543e424 KVM: VMX: Add list of potentially locally cached vcpus by Avi Kivity · 16 years ago
  52. 4ecac3f KVM: Handle virtualization instruction #UD faults during reboot by Avi Kivity · 16 years ago
  53. 1b7fcd3 KVM: MMU: Fix false flooding when a pte points to page table by Avi Kivity · 16 years ago
  54. 7682f2d KVM: VMX: Trivial vmcs_write64() code simplification by Avi Kivity · 16 years ago
  55. 14ae51b KVM: SVM: Fake MSR_K7 performance counters by Chris Lalancette · 16 years ago
  56. f697554 KVM: PIT: support mode 3 by Aurelien Jarno · 16 years ago
  57. 2e2e373 KVM: Handle vma regions with no backing page by Anthony Liguori · 16 years ago
  58. d2ebb41 KVM: SVM: add tracing support for TDP page faults by Joerg Roedel · 16 years ago
  59. af9ca2d KVM: SVM: add missing kvmtrace markers by Joerg Roedel · 16 years ago
  60. 54e445c KVM: add missing kvmtrace bits by Joerg Roedel · 16 years ago
  61. a069805 KVM: SVM: implement dedicated INTR exit handler by Joerg Roedel · 16 years ago
  62. c47f098 KVM: SVM: implement dedicated NMI exit handler by Joerg Roedel · 16 years ago
  63. c7bf23b KVM: VMX: move APIC_ACCESS trace entry to generic code by Joerg Roedel · 16 years ago
  64. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 16 years ago
  65. 1e1c65e KVM: remove long -> void *user -> long cast by Christian Borntraeger · 16 years ago
  66. ba42059 sched: hrtick_enabled() should use cpu_active() by Ingo Molnar · 16 years ago
  67. d986434 Merge branch 'sched/urgent' into sched/devel by Ingo Molnar · 16 years ago
  68. 3165651 sched, x86: clean up hrtick implementation by Peter Zijlstra · 16 years ago
  69. c4762ab NR_CPUS: Replace NR_CPUS in speedstep-centrino.c by Mike Travis · 16 years ago
  70. 80422d3 cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP by Mike Travis · 16 years ago
  71. b38868a NR_CPUS: Replace NR_CPUS in cpufreq userspace routines by Mike Travis · 16 years ago
  72. 94a1e86 NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_var by Mike Travis · 16 years ago
  73. 1bd9d6b NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.c by Mike Travis · 16 years ago
  74. 247bc6c NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.c by Mike Travis · 16 years ago
  75. f2ad47f NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.c by Mike Travis · 16 years ago
  76. 6bca67f NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.c by Mike Travis · 16 years ago
  77. e3a61b0 x86: add unknown_nmi_panic kernel parameter by Simon Arlott · 16 years ago
  78. c4dc59a x86, VisWS: turn into generic arch, eliminate leftover files by Ingo Molnar · 16 years ago
  79. 63b5d7a x86: add ->pre_time_init to x86_quirks by Yinghai Lu · 16 years ago
  80. 64898a8 x86: extend and use x86_quirks to clean up NUMAQ code by Yinghai Lu · 16 years ago
  81. 3c9cb6d x86: introduce x86_quirks by Yinghai Lu · 16 years ago
  82. 5f1f2b3 x86: improve debug printout: add target bootmem range in early_res_to_bootmem() by Yinghai Lu · 16 years ago
  83. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  84. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  85. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  86. a83fe32 x86, pci: detect end_bus_number according to acpi/e820 reserved, v2 by Yinghai Lu · 16 years ago
  87. d092633 Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM by Ingo Molnar · 16 years ago
  88. db7a94d highmem: Export totalhigh_pages. by David S. Miller · 16 years ago
  89. a6ffb40 ipv6 mcast: Omit redundant address family checks in ip6_mc_source(). by YOSHIFUJI Hideaki · 16 years ago
  90. 230b183 net: Use standard structures for generic socket address structures. by YOSHIFUJI Hideaki · 16 years ago
  91. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  92. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  93. 0ebd652 slub: dump more data on slab corruption by Pekka Enberg · 16 years ago
  94. 9db144f Blackfin arch: Apply Bluetechnix CM-BF527 board support patch by Michael Hennerich · 16 years ago
  95. f09630b Blackfin arch: Add unwinding for stack info, and a little more detail on trace buffer by Robin Getz · 16 years ago
  96. 0a6304a Blackfin arch: Add ISP1760 board resources to BF548-EZKIT by Michael Hennerich · 16 years ago
  97. 0138da6 Blackfin arch: fix bug - detect 0.1 silicon revision BF527-EZKIT as 0.0 version by Michael Hennerich · 16 years ago
  98. cc2e16b Blackfin arch: add missing IORESOURCE_MEM flags to UART3 by Mike Frysinger · 16 years ago
  99. aa3348f Blackfin arch: Add return value check in bfin_sir_probe(), remove SSYNC(). by Graf Yang · 16 years ago
  100. e338125 nohz: adjust tick_nohz_stop_sched_tick() call of s390 as well by Thomas Gleixner · 16 years ago