1. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 15 years ago
  2. d555c33 KVM: MMU: s/shadow_pte/spte/ by Avi Kivity · 15 years ago
  3. 43a3795 KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte by Avi Kivity · 15 years ago
  4. 439e218 KVM: MMU: Fix is_dirty_pte() by Avi Kivity · 15 years ago
  5. 7ffd92c KVM: VMX: Move rmode structure to vmx-specific code by Avi Kivity · 15 years ago
  6. 6a4a983 KVM: Reorder ioctls in kvm.h by Avi Kivity · 15 years ago
  7. 3a624e2 KVM: VMX: Support Unrestricted Guest feature by Nitin A Kamble · 15 years ago
  8. fa40a82 KVM: switch irq injection/acking data structures to irq_lock by Marcelo Tosatti · 15 years ago
  9. 60eead7 KVM: introduce irq_lock, use it to protect ioapic by Marcelo Tosatti · 15 years ago
  10. 64a2268 KVM: move coalesced_mmio locking to its own device by Marcelo Tosatti · 15 years ago
  11. 9f4cc12 KVM: Grab pic lock in kvm_pic_clear_isr_ack by Marcelo Tosatti · 15 years ago
  12. 238adc7 KVM: Cleanup LAPIC interface by Jan Kiszka · 15 years ago
  13. 06579dd KVM: ppc: e500: Add MMUCFG and PVR emulation by Liu Yu · 15 years ago
  14. 5b7c1a2 KVM: ppc: e500: Directly pass pvr to guest by Liu Yu · 15 years ago
  15. 0cfb50e KVM: ppc: e500: Move to Book-3e MMU definitions by Liu Yu · 15 years ago
  16. 105f8d4 KVM: Calculate available entries in coalesced mmio ring by Avi Kivity · 15 years ago
  17. 596ae89 KVM: VMX: Fix reporting of unhandled EPT violations by Avi Kivity · 15 years ago
  18. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 15 years ago
  19. 8f5d549 KVM: VMX: Simplify pdptr and cr3 management by Avi Kivity · 15 years ago
  20. 2d84e99 KVM: VMX: Avoid duplicate ept tlb flush when setting cr3 by Avi Kivity · 15 years ago
  21. 6b66ac1 KVM: do not register i8254 PIO regions until we are initialized by Gregory Haskins · 15 years ago
  22. d76685c KVM: cleanup io_device code by Gregory Haskins · 15 years ago
  23. 787a660 KVM: Clean up coalesced_mmio destruction by Gregory Haskins · 15 years ago
  24. 2986b8c KVM: powerpc: fix some init/exit annotations by Stephen Rothwell · 15 years ago
  25. 6c8166a KVM: SVM: Fold kvm_svm.h info svm.c by Avi Kivity · 15 years ago
  26. b188d2d KVM: remove redundant declarations by Christian Ehrhardt · 15 years ago
  27. 968a634 KVM: No disable_irq for MSI/MSI-X interrupt on device assignment by Sheng Yang · 15 years ago
  28. 017cb99 KVM: SVM: use explicit 64bit storage for sysenter values by Andre Przywara · 15 years ago
  29. e733339 KVM: Downsize max support MSI-X entry to 256 by Sheng Yang · 15 years ago
  30. 628eb9b KVM: s390: streamline memslot handling by Christian Ehrhardt · 15 years ago
  31. b1d16c4 KVM: s390: fix signal handling by Christian Ehrhardt · 15 years ago
  32. 9ace903 KVM: s390: infrastructure to kick vcpus out of guest state by Christian Ehrhardt · 15 years ago
  33. 3032b92 KVM: ia64: Correct itc_offset calculations by Jes Sorensen · 15 years ago
  34. c5ff41c KVM: Allow PIT emulation without speaker port by Jan Kiszka · 15 years ago
  35. 721eecb KVM: irqfd by Gregory Haskins · 15 years ago
  36. 0ba12d1 KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig by Avi Kivity · 15 years ago
  37. 787ff73 KVM: Drop interrupt shadow when single stepping should be done only on VMX by Gleb Natapov · 15 years ago
  38. 284e9b0 KVM: cleanup arch/x86/kvm/Makefile by Christoph Hellwig · 15 years ago
  39. ee3d29e KVM: x86 emulator: fix jmp far decoding (opcode 0xea) by Avi Kivity · 15 years ago
  40. c9eaf20f KVM: x86 emulator: Implement zero-extended immediate decoding by Avi Kivity · 15 years ago
  41. cb00764 KVM: fix cpuid E2BIG handling for extended request types by Mark McLoughlin · 15 years ago
  42. 60af2ec KVM: Use MSR names in place of address by Jaswinder Singh Rajput · 15 years ago
  43. 890ca9a KVM: Add MCE support by Huang Ying · 15 years ago
  44. af24a4e KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h by Jaswinder Singh Rajput · 15 years ago
  45. ae0bb3e KVM: VMX: Properly handle software interrupt re-injection in real mode by Gleb Natapov · 15 years ago
  46. 197e2ea tracing: move PRED macros to trace_events_filter.c by Li Zefan · 15 years ago
  47. a5921c6 tracing: remove stats from struct tracer by Li Zefan · 15 years ago
  48. bd9cfca tracing: format clean ups by Li Zefan · 15 years ago
  49. e0ab5f2 tracing: remove dead code by Li Zefan · 15 years ago
  50. 478142c3 tracing: do not grab lock in wakeup latency function tracing by Steven Rostedt · 15 years ago
  51. d8eeb2d ring-buffer: consolidate interface of rb_buffer_peek() by Robert Richter · 15 years ago
  52. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  53. f41c075 ext4: check for need init flag in ext4_mb_load_buddy by Aneesh Kumar K.V · 15 years ago
  54. b6a758e ext4: move ext4_mb_init_group() function earlier in the mballoc.c by Aneesh Kumar K.V · 15 years ago
  55. 526b678 Merge branch 'lookup-permissions-cleanup' by Linus Torvalds · 15 years ago
  56. 752015d binfmt_elf: fix PT_INTERP bss handling by Roland McGrath · 15 years ago
  57. 91ac6f4 ext4: Make non-journal fsync work properly by Frank Mayhar · 15 years ago
  58. fe188c0 ext4: Assure that metadata blocks are written during fsync in no journal mode by Theodore Ts'o · 15 years ago
  59. 732c611 generic GPIO support misc files. by sfking@fdwdc.com · 15 years ago
  60. dca7cf3 generic GPIO support for the Freescale Coldfire 5407. by sfking@fdwdc.com · 15 years ago
  61. 7846fe8 generic GPIO support for the Freescale Coldfire 532x. by sfking@fdwdc.com · 15 years ago
  62. f7a20ba generic GPIO support for the Freescale Coldfire 5307. by sfking@fdwdc.com · 15 years ago
  63. 6da6e63 generic GPIO support for the Freescale Coldfire 528x. by sfking@fdwdc.com · 15 years ago
  64. 316f2c4 generic GPIO support for the Freescale Coldfire 5272. by sfking@fdwdc.com · 15 years ago
  65. f1554da generic GPIO support for the Freescale Coldfire 527x. by sfking@fdwdc.com · 15 years ago
  66. 9e8ded1 generic GPIO support for the Freescale Coldfire 5249. by sfking@fdwdc.com · 15 years ago
  67. a03ce7d generic GPIO support for the Freescale Coldfire 523x. by sfking@fdwdc.com · 15 years ago
  68. afde856 generic GPIO support for the Freescale Coldfire 520x. by sfking@fdwdc.com · 15 years ago
  69. 24a1836 generic GPIO support for the Freescale Coldire 5206e. by sfking@fdwdc.com · 15 years ago
  70. bc25b05 generic GPIO support for the Freescale Coldfire 5206. by sfking@fdwdc.com · 15 years ago
  71. af39bb8 core generic GPIO support for Freescale Coldfire processors. by sfking@fdwdc.com · 15 years ago
  72. ec282e9 dm9000: Use resource_size instead of private macro by Tobias Klauser · 15 years ago
  73. 07fcb04 dm9000: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  74. c7acb4c ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}() by Theodore Ts'o · 15 years ago
  75. 58f2546 netxen: fix tx descriptor structure by Amit Kumar Salecha · 15 years ago
  76. 3db7675 netxen: fix check for ip addr hashing support by Amit Kumar Salecha · 15 years ago
  77. 23bcf63 net_sched: fix estimator lock selection for mq child qdiscs by Patrick McHardy · 15 years ago
  78. ea6a634 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  79. 905b682 drm/radeon/kms: add R4XX mc register access helper. by Jerome Glisse · 15 years ago
  80. a18d7ea drm/radeon/kms: call r100_cp_disable rather than duplicating code. by Jerome Glisse · 15 years ago
  81. 4560023 drm/radeon/kms: wait for cp idle before stopping it. by Jerome Glisse · 15 years ago
  82. ddd29ec sysfs: Add labeling support for sysfs by David P. Quigley · 15 years ago
  83. 1ee65e3 LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information. by David P. Quigley · 15 years ago
  84. b1ab7e4 VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx. by David P. Quigley · 15 years ago
  85. 2496afb xen: use stronger barrier after unlocking lock by Yang Xiaowei · 15 years ago
  86. 4d576b5 xen: only enable interrupts while actually blocking for spinlock by Jeremy Fitzhardinge · 15 years ago
  87. 577eebe xen: make -fstack-protector work under Xen by Jeremy Fitzhardinge · 15 years ago
  88. 2312fd8 ASoC: AK4671: add ak4671 codec driver by Joonyoung Shim · 15 years ago
  89. 4734d40 xfs: use correct log reservation when handling ENOSPC in xfs_create by Christoph Hellwig · 15 years ago
  90. 74fca6a Linux 2.6.31 by Linus Torvalds · 15 years ago
  91. bf992fa Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  92. 0baed8d PCI / ACPI PM: Propagate wake-up enable for devices w/o ACPI support by Rafael J. Wysocki · 15 years ago
  93. 9b83ccd ACPI PM: Replace wakeup.prepared with reference counter by Rafael J. Wysocki · 15 years ago
  94. e80bb09 PCI PM: Introduce device flag wakeup_prepared by Rafael J. Wysocki · 15 years ago
  95. df8db91 PCI / ACPI PM: Rework some debug messages by Rafael J. Wysocki · 15 years ago
  96. 5bcc2fb PCI PM: Simplify PCI wake-up code by Rafael J. Wysocki · 15 years ago
  97. 748df9a x86/PCI: pci quirks, fix pci refcounting by Jiri Slaby · 15 years ago
  98. 2876048 PCI: pcie: Ensure hotplug ports have a minimum number of resources by Eric W. Biederman · 15 years ago
  99. 0ba379e PCI: Simplify hotplug mch quirk. by Eric W. Biederman · 15 years ago
  100. fa526d0 x86, pat: Fix cacheflush address in change_page_attr_set_clr() by Jack Steiner · 15 years ago