1. 4e1096d KVM: VMX: Add ept_sync_context in flush_tlb by Sheng Yang · 16 years ago
  2. 5a4c928 KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held by Marcelo Tosatti · 16 years ago
  3. 7e37c29 x86: KVM guest: make kvm_smp_prepare_boot_cpu() static by Adrian Bunk · 16 years ago
  4. 0da1db75 KVM: SVM: fix suspend/resume support by Joerg Roedel · 16 years ago
  5. 180c12f KVM: s390: rename private structures by Christian Borntraeger · 16 years ago
  6. 4da29e9 KVM: s390: Set guest storage limit and offset to sane values by Christian Borntraeger · 16 years ago
  7. dfdded7 KVM: Fix memory leak on guest exit by Carsten Otte · 16 years ago
  8. eff0114 KVM: s390: dont allocate dirty bitmap by Carsten Otte · 16 years ago
  9. f8b78fa KVM: move slots_lock acquision down to vapic_exit by Marcelo Tosatti · 16 years ago
  10. efa67e0 KVM: VMX: Fake emulate Intel perfctr MSRs by Chris Lalancette · 16 years ago
  11. 65267ea KVM: VMX: Fix a wrong usage of vmcs_config by Sheng Yang · 16 years ago
  12. db475c3 KVM: MMU: Fix printk format by Avi Kivity · 16 years ago
  13. 6ada8cc KVM: MMU: When debug is enabled, make it a run-time parameter by Avi Kivity · 16 years ago
  14. 7a5b56d KVM: x86 emulator: lazily evaluate segment registers by Avi Kivity · 16 years ago
  15. 0adc867 KVM: x86 emulator: avoid segment base adjust for lea by Avi Kivity · 16 years ago
  16. f5b4edc KVM: x86 emulator: simplify rip relative decoding by Avi Kivity · 16 years ago
  17. 84411d8 KVM: x86 emulator: simplify r/m decoding by Avi Kivity · 16 years ago
  18. dc71d0f KVM: x86 emulator: simplify sib decoding by Avi Kivity · 16 years ago
  19. 8684c0a KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases by Avi Kivity · 16 years ago
  20. b13354f KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97) by Mohammed Gamal · 16 years ago
  21. f76c710 KVM: Use printk_rlimit() instead of reporting emulation failures just once by Avi Kivity · 16 years ago
  22. 9ef621d KVM: Support mixed endian machines by Tan, Li · 16 years ago
  23. 25be460 KVM: Do not calculate linear rip in emulation failure report by Glauber Costa · 16 years ago
  24. 622395a KVM: only abort guest entry if timer count goes from 0->1 by Marcelo Tosatti · 16 years ago
  25. 7f39f8a KVM: Add coalesced MMIO support (ia64 part) by Laurent Vivier · 16 years ago
  26. 588968b KVM: Add coalesced MMIO support (powerpc part) by Laurent Vivier · 16 years ago
  27. 542472b KVM: Add coalesced MMIO support (x86 part) by Laurent Vivier · 16 years ago
  28. 5f94c17 KVM: Add coalesced MMIO support (common part) by Laurent Vivier · 16 years ago
  29. 9276049 KVM: kvm_io_device: extend in_range() to manage len and write attribute by Laurent Vivier · 16 years ago
  30. 131d827 KVM: MMU: Avoid page prefetch on SVM by Avi Kivity · 16 years ago
  31. d761a50 KVM: MMU: Move nonpaging_prefetch_page() by Avi Kivity · 16 years ago
  32. 91ed7a0 KVM: x86 emulator: implement 'push imm' (opcode 0x68) by Avi Kivity · 16 years ago
  33. 19e4363 KVM: x86 emulator: simplify push imm8 emulation by Avi Kivity · 16 years ago
  34. eab9f71 KVM: MMU: Optimize prefetch_page() by Avi Kivity · 16 years ago
  35. 38d5bc6 KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction by Guillaume Thouvenin · 16 years ago
  36. 4257198 KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction by Guillaume Thouvenin · 16 years ago
  37. 615ac12 KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction by Guillaume Thouvenin · 16 years ago
  38. 954cd36 KVM: x86 emulator: add support for jmp far 0xea by Guillaume Thouvenin · 16 years ago
  39. 89c6963 KVM: x86 emulator: Update c->dst.bytes in decode instruction by Guillaume Thouvenin · 16 years ago
  40. 3e6e0aa KVM: Prefixes segment functions that will be exported with "kvm_" by Guillaume Thouvenin · 16 years ago
  41. 9ba075a KVM: MTRR support by Avi Kivity · 16 years ago
  42. 81609e3 KVM: Order segment register constants in the same way as cpu operand encoding by Avi Kivity · 16 years ago
  43. f08864b KVM: VMX: Enable NMI with in-kernel irqchip by Sheng Yang · 16 years ago
  44. 3419ffc KVM: IOAPIC/LAPIC: Enable NMI support by Sheng Yang · 16 years ago
  45. 50d40d7 KVM: Remove unnecessary ->decache_regs() call by Avi Kivity · 16 years ago
  46. 7cc8883 KVM: Remove decache_vcpus_on_cpu() and related callbacks by Avi Kivity · 16 years ago
  47. 543e424 KVM: VMX: Add list of potentially locally cached vcpus by Avi Kivity · 16 years ago
  48. 4ecac3f KVM: Handle virtualization instruction #UD faults during reboot by Avi Kivity · 16 years ago
  49. 1b7fcd3 KVM: MMU: Fix false flooding when a pte points to page table by Avi Kivity · 16 years ago
  50. 7682f2d KVM: VMX: Trivial vmcs_write64() code simplification by Avi Kivity · 16 years ago
  51. 14ae51b KVM: SVM: Fake MSR_K7 performance counters by Chris Lalancette · 17 years ago
  52. f697554 KVM: PIT: support mode 3 by Aurelien Jarno · 17 years ago
  53. 2e2e373 KVM: Handle vma regions with no backing page by Anthony Liguori · 17 years ago
  54. d2ebb41 KVM: SVM: add tracing support for TDP page faults by Joerg Roedel · 17 years ago
  55. af9ca2d KVM: SVM: add missing kvmtrace markers by Joerg Roedel · 17 years ago
  56. 54e445c KVM: add missing kvmtrace bits by Joerg Roedel · 17 years ago
  57. a069805 KVM: SVM: implement dedicated INTR exit handler by Joerg Roedel · 17 years ago
  58. c47f098 KVM: SVM: implement dedicated NMI exit handler by Joerg Roedel · 17 years ago
  59. c7bf23b KVM: VMX: move APIC_ACCESS trace entry to generic code by Joerg Roedel · 17 years ago
  60. 8b2cf73 KVM: add statics were possible, function definition in lapic.h by Harvey Harrison · 17 years ago
  61. 1e1c65e KVM: remove long -> void *user -> long cast by Christian Borntraeger · 17 years ago
  62. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  63. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  64. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  65. db7a94d highmem: Export totalhigh_pages. by David S. Miller · 16 years ago
  66. a6ffb40 ipv6 mcast: Omit redundant address family checks in ip6_mc_source(). by YOSHIFUJI Hideaki · 16 years ago
  67. 230b183 net: Use standard structures for generic socket address structures. by YOSHIFUJI Hideaki · 16 years ago
  68. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  69. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  70. 407d819 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  71. 7abbcd6 ipv6: remove unused macros from net/ipv6.h by Denis V. Lunev · 16 years ago
  72. 725a8ff ipv6: remove unused parameter from ip6_ra_control by Denis V. Lunev · 16 years ago
  73. bdccc4c tcp: fix kernel panic with listening_get_next by Daniel Lezcano · 16 years ago
  74. 4389dde tcp: Remove redundant checks when setting eff_sacks by Adam Langley · 16 years ago
  75. 33ad798 tcp: options clean up by Adam Langley · 16 years ago
  76. 49a72df tcp: Fix MD5 signatures for non-linear skbs by Adam Langley · 16 years ago
  77. 845525a sctp: Update sctp global memory limit allocations. by Vlad Yasevich · 16 years ago
  78. 336d326 sctp: remove unnecessary byteshifting, calculate directly in big-endian by Harvey Harrison · 16 years ago
  79. 4e54064 sctp: Allow only 1 listening socket with SO_REUSEADDR by Vlad Yasevich · 16 years ago
  80. 23b29ed sctp: Do not leak memory on multiple listen() calls by Vlad Yasevich · 16 years ago
  81. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  82. 6d0ccba sctp: Prevent uninitialized memory access by Florian Westphal · 16 years ago
  83. c4e85f8 sctp: Don't abort initialization when CONFIG_PROC_FS=n by Florian Westphal · 16 years ago
  84. c1e20f7 tcp: RTT metrics scaling by Stephen Hemminger · 16 years ago
  85. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 16 years ago
  86. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  87. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 16 years ago
  88. 8913336a packet: add PACKET_RESERVE sockopt by Patrick McHardy · 16 years ago
  89. 3ca4095 bnx2: Update version to 1.7.9. by Benjamin Li · 16 years ago
  90. 8a31329 bnx2: Fix Sparse warnings by Benjamin Li · 16 years ago
  91. 706bf24 bnx2: Add TX multiqueue support. by Benjamin Li · 16 years ago
  92. 4f83ec1 bnx2: Update TPAT firmware by Benjamin Li · 16 years ago
  93. 076152d e1000: resolve tx multiqueue bug by Ben Hutchings · 16 years ago
  94. d55b53f igb/ixgbe/e1000e: resolve tx multiqueue bug by Jeff Kirsher · 16 years ago
  95. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  96. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  97. 60bdde9 proc: clean the ip_misc_proc_init and ip_proc_init_net error paths by Pavel Emelyanov · 16 years ago
  98. 8e3461d proc: show per-net ip_devconf.forwarding in /proc/net/snmp by Pavel Emelyanov · 16 years ago
  99. 229bf0c proc: create /proc/net/snmp file in each net by Pavel Emelyanov · 16 years ago
  100. 7b7a9df proc: create /proc/net/netstat file in each net by Pavel Emelyanov · 16 years ago