1. 1872a3f KVM: VMX: Fix guest state validity checks by Avi Kivity · 16 years ago
  2. bb3a8a1 KVM: ppc: Add extra E500 exceptions by Hollis Blanchard · 16 years ago
  3. bdc89f1 KVM: ppc: distinguish between interrupts and priorities by Hollis Blanchard · 16 years ago
  4. b52a638 KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke by Hollis Blanchard · 16 years ago
  5. bc8080c KVM: ppc: E500 core-specific code by Hollis Blanchard · 16 years ago
  6. 17c885e KVM: ppc: ifdef iccci with CONFIG_44x by Hollis Blanchard · 16 years ago
  7. 366d4b9 KVM: ppc: No need to include core-header for KVM in asm-offsets.c currently by Hollis Blanchard · 16 years ago
  8. f7b200a KVM: ppc: Add dbsr in kvm_vcpu_arch by Hollis Blanchard · 16 years ago
  9. d0c7dc0 KVM: ppc: split out common Book E instruction emulation by Hollis Blanchard · 16 years ago
  10. cea5d8c KVM: ppc: use macros instead of hardcoded literals for instruction decoding by Hollis Blanchard · 16 years ago
  11. f443536 KVM: ppc: remove last 44x-specific bits from booke.c by Hollis Blanchard · 16 years ago
  12. fa86b8d KVM: ppc: rename 44x MMU functions used in booke.c by Hollis Blanchard · 16 years ago
  13. be8d1ca KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name) by Hollis Blanchard · 16 years ago
  14. 58a9621 KVM: ppc: change kvmppc_mmu_map() parameters by Hollis Blanchard · 16 years ago
  15. 475e7cd KVM: ppc: small cosmetic changes to Book E DTLB miss handler by Hollis Blanchard · 16 years ago
  16. ecc0981 KVM: ppc: cosmetic changes to mmu hook names by Hollis Blanchard · 16 years ago
  17. c46fb02 KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific header by Hollis Blanchard · 16 years ago
  18. 1c08364 KVM: Move struct kvm_pio_request into x86 kvm_host.h by Avi Kivity · 16 years ago
  19. 52d939a KVM: PIT: provide an option to disable interrupt reinjection by Marcelo Tosatti · 16 years ago
  20. 61a6bd6 KVM: Fallback support for MSR_VM_HSAVE_PA by Avi Kivity · 16 years ago
  21. 0f34607 KVM: remove the vmap usage by Izik Eidus · 16 years ago
  22. 77c2002 KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt by Izik Eidus · 16 years ago
  23. 53f658b KVM: VMX: initialize TSC offset relative to vm creation time by Marcelo Tosatti · 16 years ago
  24. e8c4a4e8 KVM: MMU: Drop walk_shadow() by Avi Kivity · 16 years ago
  25. a461930 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg() by Avi Kivity · 16 years ago
  26. e7a04c9 KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch() by Avi Kivity · 16 years ago
  27. 9f652d2 KVM: MMU: Use for_each_shadow_entry() in __direct_map() by Avi Kivity · 16 years ago
  28. 2d11123 KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() by Avi Kivity · 16 years ago
  29. 971cc3d KVM: Advertise guest debug capability per-arch by Jan Kiszka · 16 years ago
  30. 2b3d2a2 KVM: Fix vmload and friends misinterpreted as lidt by Avi Kivity · 16 years ago
  31. e207831 KVM: MMU: Initialize a shadow page's global attribute from cr4.pge by Avi Kivity · 16 years ago
  32. 2f0b3d6 KVM: MMU: Segregate mmu pages created with different cr4.pge settings by Avi Kivity · 16 years ago
  33. a770f6f KVM: MMU: Inherit a shadow page's guest level count from vcpu setup by Avi Kivity · 16 years ago
  34. 22ccb14 KVM: ia64: Code cleanup by Xiantao Zhang · 16 years ago
  35. 989c0f0 KVM: Remove old kvm_guest_debug structs by Jan Kiszka · 16 years ago
  36. e9a999f KVM: ia64: stack get/restore patch by Jes Sorensen · 16 years ago
  37. ae675ef KVM: x86: Wire-up hardware breakpoints for guest debugging by Jan Kiszka · 16 years ago
  38. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  39. 55934c0 KVM: VMX: Allow single-stepping when uninterruptible by Jan Kiszka · 16 years ago
  40. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  41. 8ab2d2e KVM: VMX: Support for injecting software exceptions by Jan Kiszka · 16 years ago
  42. d801747 KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is set by Alexander Graf · 16 years ago
  43. 236de05 KVM: SVM: Allow setting the SVME bit by Alexander Graf · 16 years ago
  44. eb6f302 KVM: SVM: Allow read access to MSR_VM_VR by Joerg Roedel · 16 years ago
  45. cf74a78 KVM: SVM: Add VMEXIT handler and intercepts by Alexander Graf · 16 years ago
  46. 3d6368e KVM: SVM: Add VMRUN handler by Alexander Graf · 16 years ago
  47. 5542675 KVM: SVM: Add VMLOAD and VMSAVE handlers by Alexander Graf · 16 years ago
  48. b286d5d KVM: SVM: Implement hsave by Alexander Graf · 16 years ago
  49. 1371d90 KVM: SVM: Implement GIF, clgi and stgi by Alexander Graf · 16 years ago
  50. c072542 KVM: SVM: Add helper functions for nested SVM by Alexander Graf · 16 years ago
  51. 9962d03 KVM: SVM: Move EFER and MSR constants to generic x86 code by Alexander Graf · 16 years ago
  52. f0b8505 KVM: SVM: Clean up VINTR setting by Alexander Graf · 16 years ago
  53. 8e0ee43 Linux 2.6.29 by Linus Torvalds · 16 years ago
  54. 0030864 Build with -fno-dwarf2-cfi-asm by Kyle McMartin · 16 years ago
  55. 1db4b2d trivial: fix orphan dates in ext2 documentation by Jody McIntyre · 16 years ago
  56. d56ffd3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  57. 12a37b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  58. 53da1d9 fix ptrace slowness by Miklos Szeredi · 16 years ago
  59. b0dcb4a Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 16 years ago
  60. 345953c powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machines by Kumar Gala · 16 years ago
  61. 61fa9dc ucc_geth: Fix oops when using fixed-link support by Anton Vorontsov · 16 years ago
  62. e3162d3 dm9000: locking bugfix by David Brownell · 16 years ago
  63. 6580f57 net: update dnet.c for bus_id removal by Stephen Rothwell · 16 years ago
  64. 59fcbdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  65. 39678e5 Merge branch 'fix-includes' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  66. f762dd6 Update my email address by Gertjan van Wingerde · 16 years ago
  67. 2aac0cf eCryptfs: NULL crypt_stat dereference during lookup by Tyler Hicks · 16 years ago
  68. 8faece5 eCryptfs: Allocate a variable number of pages for file headers by Tyler Hicks · 16 years ago
  69. 18a0d89 radeonfb: Whack the PCI PM register until it sticks by Benjamin Herrenschmidt · 16 years ago
  70. 4b97926 dnet: DNET should depend on HAS_IOMEM by Ilya Yanok · 16 years ago
  71. e2fc4d1 dca: add missing copyright/license headers by Maciej Sosnowski · 16 years ago
  72. c2f3252 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  73. f3f9258 nl80211: Check that function pointer != NULL before using it by Jouni Malinen · 16 years ago
  74. 5ed0102 sungem: missing net_device_ops by Stephen Hemminger · 16 years ago
  75. 1ab1ab7 be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycle by Sathya Perla · 16 years ago
  76. ea1dae1 be2net: replenish when posting to rx-queue is starved in out of mem conditions by Sathya Perla · 16 years ago
  77. 65c2449 aio: lookup_ioctx can return the wrong value when looking up a bogus context by Jeff Moyer · 16 years ago
  78. 87c3a86 eventfd: remove fput() call from possible IRQ context by Davide Libenzi · 16 years ago
  79. d011555 Move cc-option to below arch-specific setup by Linus Torvalds · 16 years ago
  80. caa81d6 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  81. 2d8620c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  82. fe2fd6c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  83. a8e7d49 Fix race in create_empty_buffers() vs __set_page_dirty_buffers() by Linus Torvalds · 16 years ago
  84. 68df375 Add '-fwrapv' to gcc CFLAGS by Linus Torvalds · 16 years ago
  85. 0702b30 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  86. 192d7a4 sparc64: Fix crash with /proc/iomem by Mikulas Patocka · 16 years ago
  87. 42cc77c sparc64: Reschedule KGDB capture to a software interrupt. by David S. Miller · 16 years ago
  88. 170ebf8 bas_gigaset: correctly allocate USB interrupt transfer buffer by Tilman Schmidt · 16 years ago
  89. 44c1d6f smsc911x: reset last known duplex and carrier on open by Steve Glendinning · 16 years ago
  90. 2e2a6a9 sh_eth: Fix mistake of the address of SH7763 by Nobuhiro Iwamatsu · 16 years ago
  91. 0e0fde3 sh_eth: Change handling of IRQ by Nobuhiro Iwamatsu · 16 years ago
  92. 2bad35b netns: oops in ip[6]_frag_reasm incrementing stats by Jorge Boncompte [DTI2] · 16 years ago
  93. e4a389a net: kfree(napi->skb) => kfree_skb by Roel Kluin · 16 years ago
  94. cb0dc77 net: fix sctp breakage by Al Viro · 16 years ago
  95. 1b1d8f7 ipv6: fix display of local and remote sit endpoints by Bjørn Mork · 16 years ago
  96. e9c6a58 net: Document /proc/sys/net/core/netdev_budget by Stanislaw Gruszka · 16 years ago
  97. 6914563 tulip: fix crash on iface up with shirq debug by Kyle McMartin · 16 years ago
  98. 4783256 virtio_net: Make virtio_net support carrier detection by Pantelis Koukousoulas · 16 years ago
  99. 17d0450 bonding: Fix updating of speed/duplex changes by Jay Vosburgh · 16 years ago
  100. 6901031 bnx2: Fix problem of using wrong IRQ handler. by Michael Chan · 16 years ago