1. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  2. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  3. e097291 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. 1b0dac2 perf/x86/intel: Fix unintended variable name reuse by Jan-Simon Möller · 11 years ago
  5. a614e19 Merge tag 'v3.9' into efi-for-tip2 by Matt Fleming · 11 years ago
  6. 9a6bc143 perf/x86/intel: Add support for IvyBridge model 58 Uncore by Vince Weaver · 11 years ago
  7. 80e217e perf/x86/intel: Fix typo in perf_event_intel_uncore.c by Vince Weaver · 11 years ago
  8. f7b0e10 x86: Eliminate irq_mis_count counted in arch_irq_stat by Li Fei · 11 years ago
  9. 4cee4b7 kvm: KVM_CAP_IOMMU only available with device assignment by Alex Williamson · 11 years ago
  10. 56a1ba5 x86: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  11. 4a7b4d2 x86: pageattr-test: remove srandom32 call by Akinobu Mita · 11 years ago
  12. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 11 years ago
  13. d2ad351 x86/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  14. 8e2cdbc x86-64: fall back to regular page vmemmap on allocation failure by Johannes Weiner · 11 years ago
  15. e8216da x86-64: use vmemmap_populate_basepages() for !pse setups by Johannes Weiner · 11 years ago
  16. 6c7a2ca x86-64: remove dead debugging code for !pse setups by Johannes Weiner · 11 years ago
  17. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  18. ef93247 mm, vmalloc: change iterating a vmlist to find_vm_area() by Joonsoo Kim · 11 years ago
  19. 106c992 mm/hugetlb: add more arch-defined huge_pte functions by Gerald Schaefer · 11 years ago
  20. 5e7ccf8 mm/x86: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  21. bced0e3 mm/x86: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  22. 0c0de19 mkcapflags.pl: convert to mkcapflags.sh by Rob Landley · 11 years ago
  23. 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 11 years ago
  24. 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 11 years ago
  25. 3dc20cb new helper: read_code() by Al Viro · 11 years ago
  26. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  27. 9d2da7a Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  28. 5a2892c KVM: nVMX: Skip PF interception check when queuing during nested run by Jan Kiszka · 11 years ago
  29. cbf6435 KVM: x86: Increase the "hard" max VCPU limit by Chegu Vinod · 11 years ago
  30. 2a5bab1 kvm: Allow build-time configuration of KVM device assignment by Alex Williamson · 11 years ago
  31. 064d1af Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queue by Gleb Natapov · 11 years ago
  32. 730dca4 KVM: x86: Rework request for immediate exit by Jan Kiszka · 11 years ago
  33. 6614c7d kvm, svm: Fix typo in printk message by Borislav Petkov · 11 years ago
  34. cb0c8cda KVM: VMX: remove unprintable characters from comment by Jan Kiszka · 11 years ago
  35. 885f925 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  36. e4f5a3a Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 11 years ago
  37. 7df35f5 KVM: Move irqfd resample cap handling to generic code by Alexander Graf · 11 years ago
  38. 1c9f852 KVM: Extract generic irqchip logic into irqchip.c by Alexander Graf · 11 years ago
  39. a725d56 KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING by Alexander Graf · 11 years ago
  40. 8175e5b KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS by Alexander Graf · 11 years ago
  41. 5ac2b5c perf/x86/intel/P4: Robistify P4 PMU types by Ingo Molnar · 11 years ago
  42. 697dfd8 Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  43. f3f935a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 11 years ago
  44. 56d76c9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher by Jussi Kivilinna · 11 years ago
  45. cf1521a crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher by Jussi Kivilinna · 11 years ago
  46. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  47. c456a9c crypto: aesni_intel - add more optimized XTS mode for x86-64 by Jussi Kivilinna · 11 years ago
  48. b5c5b07 crypto: x86/camellia-aesni-avx - add more optimized XTS code by Jussi Kivilinna · 11 years ago
  49. 7017728 crypto: cast6-avx: use new optimized XTS code by Jussi Kivilinna · 11 years ago
  50. 18be452 crypto: x86/twofish-avx - use optimized XTS code by Jussi Kivilinna · 11 years ago
  51. a05248e crypto: x86 - add more optimized XTS-mode for serpent-avx by Jussi Kivilinna · 11 years ago
  52. 57ae1b0 crypto: crc32-pclmul - Use gas macro for pclmulqdq by Sandy Wu · 11 years ago
  53. 87de457 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  54. 5663535 crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction. by Tim Chen · 11 years ago
  55. e01d69c crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions. by Tim Chen · 11 years ago
  56. bf215ce crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions. by Tim Chen · 11 years ago
  57. 8275d1a crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. by Tim Chen · 11 years ago
  58. 06d219d x86/setup: Drop unneeded include <asm/dmi.h> by Jean Delvare · 11 years ago
  59. 7f5281a x86 cmpxchg.h: fix wrong comment by Li Zhong · 11 years ago
  60. 660696d KVM: X86 emulator: fix source operand decoding for 8bit mov[zs]x instructions by Gleb Natapov · 11 years ago
  61. 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 11 years ago
  62. f697036 efi: Check EFI revision in setup_efi_vars by Josh Boyer · 11 years ago
  63. 51f8fbb x86, efi: Fix a build warning by Borislav Petkov · 11 years ago
  64. 3482e66 x86/olpc/xo1/sci: Don't call input_free_device() after input_unregister_device() by Wei Yongjun · 11 years ago
  65. 554c06b cpuidle: remove en_core_tk_irqen flag by Daniel Lezcano · 11 years ago
  66. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. d1fa035 KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings by Jan Kiszka · 11 years ago
  68. 384bb78 KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER by Jan Kiszka · 11 years ago
  69. 94f4db3 perf/x86/amd: Fix AMD NB and L2I "uncore" support by Jacob Shin · 11 years ago
  70. ea8ceb8 KVM: nVMX: Fix conditions for NMI injection by Jan Kiszka · 11 years ago
  71. 2505dc9 KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask by Jan Kiszka · 11 years ago
  72. 27469d2 KVM: x86: Fix memory leak in vmx.c by Andrew Honig · 11 years ago
  73. f179735 KVM: x86: fix error return code in kvm_arch_vcpu_init() by Wei Yongjun · 11 years ago
  74. 8a1b9dd KVM: nVMX: Enable and disable shadow vmcs functionality by Abel Gordon · 11 years ago
  75. 012f83c KVM: nVMX: Synchronize VMCS12 content with the shadow vmcs by Abel Gordon · 11 years ago
  76. c311442 KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs by Abel Gordon · 11 years ago
  77. 16f5b90 KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12 by Abel Gordon · 11 years ago
  78. e7953d7 KVM: nVMX: Release shadow vmcs by Abel Gordon · 11 years ago
  79. 8de4883 KVM: nVMX: Allocate shadow vmcs by Abel Gordon · 11 years ago
  80. 145c28d KVM: nVMX: Fix VMXON emulation by Abel Gordon · 11 years ago
  81. 20b97fe KVM: nVMX: Refactor handle_vmwrite by Abel Gordon · 11 years ago
  82. 4607c2d KVM: nVMX: Introduce vmread and vmwrite bitmaps by Abel Gordon · 11 years ago
  83. abc4fc5 KVM: nVMX: Detect shadow-vmcs capability by Abel Gordon · 11 years ago
  84. 89662e5 KVM: nVMX: Shadow-vmcs control fields/bits by Abel Gordon · 11 years ago
  85. 6b39271 lguest: map Switcher below fixmap. by Rusty Russell · 11 years ago
  86. 93a2cdf lguest: assume Switcher text is a single page. by Rusty Russell · 11 years ago
  87. 406a590b lguest: prepare to make SWITCHER_ADDR a variable. by Rusty Russell · 11 years ago
  88. 3125929 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. 0cf5f43 perf/x86/amd: Remove old-style NB counter support from perf_event_amd.c by Jacob Shin · 11 years ago
  90. a5ebe0b perf/x86: Check all MSRs before passing hw check by George Dunlap · 11 years ago
  91. c43ca50 perf/x86/amd: Add support for AMD NB and L2I "uncore" counters by Jacob Shin · 11 years ago
  92. e850f9c perf/x86/intel: Add Ivy Bridge-EP uncore support by Yan, Zheng · 11 years ago
  93. 46bdd90 perf/x86/intel: Fix SNB-EP CBO and PCU uncore PMU filter management by Yan, Zheng · 11 years ago
  94. 22cc4cc perf/x86: Avoid kfree() in CPU_{STARTING,DYING} by Yan, Zheng · 11 years ago
  95. 73e21ce Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  96. 830ac85 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. db93f8b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  98. f53f292 Merge remote-tracking branch 'efi/chainsaw' into x86/efi by H. Peter Anvin · 11 years ago
  99. c0a9f45 Merge remote-tracking branch 'efi/urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  100. 74c3e3f x86, microcode: Verify the family before dispatching microcode patching by H. Peter Anvin · 11 years ago