1. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  2. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 15 years ago
  3. fef9cce KVM: modify alias layout in x86s struct kvm_arch by Marcelo Tosatti · 15 years ago
  4. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  5. 50eb2a3 KVM: Add KVM_MMIO kconfig item by Avi Kivity · 15 years ago
  6. 953899b KVM: SVM: Adjust tsc_offset only if tsc_unstable by Joerg Roedel · 15 years ago
  7. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 15 years ago
  8. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 15 years ago
  9. be43f83 x86: Raise vsyscall priority on hotplug notifier chain by Sheng Yang · 15 years ago
  10. 2bf78fa KVM: Extended shared_msr_global to per CPU by Sheng Yang · 15 years ago
  11. 8a7e3f0 KVM: VMX: Remove redundant variable by Sheng Yang · 15 years ago
  12. bc23008 KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller by Avi Kivity · 15 years ago
  13. ce03e4f KVM: VMX: When using ept, allow the guest to own cr4.pge by Avi Kivity · 15 years ago
  14. 4c38609 KVM: VMX: Make guest cr4 mask more conservative by Avi Kivity · 15 years ago
  15. fc78f51 KVM: Add accessor for reading cr4 (or some bits of cr4) by Avi Kivity · 15 years ago
  16. cdc0e24 KVM: VMX: Move some cr[04] related constants to vmx.c by Avi Kivity · 15 years ago
  17. 5970867 KVM: VMX: Trap and invalid MWAIT/MONITOR instruction by Sheng Yang · 15 years ago
  18. 186a3e5 KVM: MMU: Report spte not found in rmap before BUG() by Avi Kivity · 15 years ago
  19. cb84b55 KVM: x86: raise TSS exception for NULL CS and SS segments by Marcelo Tosatti · 15 years ago
  20. 3fd28fc KVM: x86: make double/triple fault promotion generic to all exceptions by Eddie Dong · 15 years ago
  21. 30ff056 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  22. 6f5621c Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  23. c7e1589 Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. f6a0b5c Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  25. d6cd471 Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  26. 1eca9ac Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  27. 0091945 Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  28. 46bbffa Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  29. 85fe20b Merge branch 'x86-io-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. 58f02db Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  31. 43a834d Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  32. a7f16d1 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. e0d2724 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. d25e8db Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  36. f91b22c Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes-for-linus', 'x86-debug-for-linus', 'x86-doc-for-linus', 'x86-gpu-for-linus' and 'x86-rlimit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  37. 78c0617 x86: Enable NMI on all cpus on UV by Russ Anderson · 15 years ago
  38. 6fb8302 Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  39. 2594a57 Merge branch 'kmemcheck-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  40. 6adad2d Merge branch 'kmemcheck/fixes' into kmemcheck-for-linus by Pekka Enberg · 15 years ago
  41. 1dd2980 perf_event, amd: Fix spinlock initialization by Peter Zijlstra · 15 years ago
  42. f22f54f perf_events, x86: Split PMU definitions into separate files by Peter Zijlstra · 15 years ago
  43. cfc9c0b oprofile/x86: fix msr access to reserved counters by Robert Richter · 15 years ago
  44. c17c8fb oprofile/x86: use kzalloc() instead of kmalloc() by Robert Richter · 15 years ago
  45. 68dc819 oprofile/x86: fix perfctr nmi reservation for mulitplexing by Robert Richter · 15 years ago
  46. 8588d10 oprofile/x86: add comment to counter-in-use warning by Naga Chumbalkar · 15 years ago
  47. 98a2e73 oprofile/x86: warn user if a counter is already active by Robert Richter · 15 years ago
  48. ba52078 oprofile/x86: implement randomization for IBS periodic op counter by Robert Richter · 15 years ago
  49. f125be1 oprofile/x86: implement lsfr pseudo-random number generator for IBS by Suravee Suthikulpanit · 15 years ago
  50. 64683da oprofile/x86: implement IBS cpuid feature detection by Robert Richter · 15 years ago
  51. 89baaaa oprofile/x86: remove node check in AMD IBS initialization by Robert Richter · 15 years ago
  52. 013cfc5 oprofile/x86: remove OPROFILE_IBS config option by Robert Richter · 15 years ago
  53. 6667661 perf_events, x86: Remove superflous MSR writes by Peter Zijlstra · 15 years ago
  54. 6e37738 perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in() by Peter Zijlstra · 15 years ago
  55. 38331f6 perf_events, x86: AMD event scheduling by Stephane Eranian · 15 years ago
  56. d76a081 perf_events: Add new start/stop PMU callbacks by Stephane Eranian · 15 years ago
  57. 281b371 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 15 years ago
  58. c1fd1b4 x86, mm: Unify kernel_physical_mapping_init() API by Pekka Enberg · 15 years ago
  59. bb8d413 x86/PCI: Prevent mmconfig memory corruption by Thomas Gleixner · 15 years ago
  60. 0c54dd3 ftrace: Remove memory barriers from NMI code when not needed by Steven Rostedt · 15 years ago
  61. 1431559 x86, mm: Allow highmem user page tables to be disabled at boot time by Ian Campbell · 15 years ago
  62. e808bae x86: Do not reserve brk for DMI if it's not going to be used by Thadeu Lima de Souza Cascardo · 15 years ago
  63. 6dbbe14 x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_set by Suresh Siddha · 15 years ago
  64. ff7fbc7 x86, ptrace: Simplify xstateregs_get() by Suresh Siddha · 15 years ago
  65. 7bc5e3f x86/PCI: use host bridge _CRS info by default on 2008 and newer machines by Bjorn Helgaas · 15 years ago
  66. 2fe2abf PCI: augment bus resource table with a list by Bjorn Helgaas · 15 years ago
  67. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 15 years ago
  68. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 15 years ago
  69. 93da620 x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs by Seth Heasley · 15 years ago
  70. bee415c Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 8e92dc7 x86, setup: Don't skip mode setting for the standard VGA modes by H. Peter Anvin · 15 years ago
  72. 326264a hw-breakpoint: Keep track of dr7 local enable bits by Frederic Weisbecker · 15 years ago
  73. 84d7109 hw-breakpoints: Accept breakpoints on NULL address by Frederic Weisbecker · 15 years ago
  74. eb572a5 x86-64, setup: Inhibit decompressor output if video info is invalid by H. Peter Anvin · 15 years ago
  75. cb19060 x86, cacheinfo: Enable L3 CID only on AMD by Borislav Petkov · 15 years ago
  76. f619b3d x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 by Borislav Petkov · 15 years ago
  77. 0e2ecba Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzilla-15108', 'pdc', 'hotplug-null-ref' and 'thinkpad' into release by Len Brown · 15 years ago
  78. f1f6baf x86, setup: When restoring the screen, update boot_params.screen_info by H. Peter Anvin · 15 years ago
  79. 81fc039 kmemcheck: Test the full object in kmemcheck_is_obj_initialized() by Catalin Marinas · 15 years ago
  80. 39c662f x86: Convert tlbstate_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  81. b7e56ed Merge branch 'linus' into x86/mm by Thomas Gleixner · 15 years ago
  82. f850c30 tracing/kprobes: Make Kconfig dependencies generic by Heiko Carstens · 15 years ago
  83. e7b8e67 tracing: Unify arch_syscall_addr() implementations by Mike Frysinger · 15 years ago
  84. 477346f x86-64: Allow fbdev primary video code by Dave Airlie · 15 years ago
  85. 40d6753 x86: Convert set_atomicity_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  86. 11557b2 x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32 by Oleg Nesterov · 15 years ago
  87. 1252f23 x86: set_personality_ia32() misses force_personality32 by Oleg Nesterov · 15 years ago
  88. 17c0e71 x86: Mark atomic irq ops raw for 32bit legacy by Ingo Molnar · 15 years ago
  89. 97c169d ACPI: remove Asus P2B-DS from acpi=ht blacklist by Len Brown · 15 years ago
  90. 942fa3b x86, mtrr: Kill over the top warn by Alan Cox · 15 years ago
  91. ca2107c x86, numa: Remove configurable node size support for numa emulation by David Rientjes · 15 years ago
  92. 8df5bb3 x86, numa: Add fixed node size option for numa emulation by David Rientjes · 15 years ago
  93. 68fd111 x86, numa: Fix numa emulation calculation of big nodes by David Rientjes · 15 years ago
  94. 414bb14 x86, cpu: Print AMD virtualization features in /proc/cpuinfo by Joerg Roedel · 15 years ago
  95. 0d1622d x86-64, rwsem: Avoid store forwarding hazard in __downgrade_write by Avi Kivity · 15 years ago
  96. 5b3efd5 x86, ptrace: regset extensions to support xstate by Suresh Siddha · 15 years ago
  97. 5ea8d37 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  98. 0271f91 x86, acpi: Map hotadded cpu to correct node. by Haicheng Li · 15 years ago
  99. 2cbd188 Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  100. 681ee44 x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs by Suresh Siddha · 15 years ago