1. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  2. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  3. 8547727 remove dma64_addr_t by FUJITA Tomonori · 13 years ago
  4. 388b78a rapidio: modify configuration to support PCI-SRIO controller by Alexandre Bounine · 13 years ago
  5. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  6. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  7. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  8. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 13 years ago
  9. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  10. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  11. 375906f x86: mark associated mm when running a task in 32 bit compatibility mode by Stephen Wilson · 13 years ago
  12. c2ef45d x86: add context tag to mark mm when running a task in 32-bit compatibility mode by Stephen Wilson · 13 years ago
  13. 1c00f01 x86: allow CONFIG_ISA_DMA_API to be disabled by David Rientjes · 13 years ago
  14. 8df3bd9 x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabled by David Rientjes · 13 years ago
  15. 4061d68 x86: only compile 8237A if CONFIG_ISA_DMA_API is enabled by David Rientjes · 13 years ago
  16. d404ab0 move x86 specific oops=panic to generic code by Olaf Hering · 13 years ago
  17. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  18. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  19. 73d5a86 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 13 years ago
  21. d8aa5ec xen: update mask_rw_pte after kernel page tables init changes by Stefano Stabellini · 13 years ago
  22. 14988a4 xen: set max_pfn_mapped to the last pfn mapped by Stefano Stabellini · 14 years ago
  23. e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 14 years ago
  24. 9975961 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  25. f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  26. 6192978 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  27. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  28. 4981d01 x86: Flush TLB if PGD entry is changed in i386 PAE mode by Shaohua Li · 13 years ago
  29. e8e999c x86, dumpstack: Correct stack dump info when frame pointer is available by Namhyung Kim · 13 years ago
  30. 2c76397 x86: Clean up csum-copy_64.S a bit by Ingo Molnar · 13 years ago
  31. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  32. 8dd8997 Merge branch 'linus' into x86/urgent by Ingo Molnar · 13 years ago
  33. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  34. 5a39837 Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  35. 514af9f Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  36. 61ef46f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
  37. 978ca16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 13 years ago
  38. 776e58e KVM: unbreak userspace that does not sets tss address by Gleb Natapov · 13 years ago
  39. 0f53b5b KVM: MMU: cleanup pte write path by Xiao Guangrong · 13 years ago
  40. 5d163b1 KVM: MMU: introduce a common function to get no-dirty-logged slot by Xiao Guangrong · 13 years ago
  41. 40dcaa9 KVM: fix rcu usage in init_rmode_* functions by Xiao Guangrong · 13 years ago
  42. 1aa8cee KVM: fix kvmclock regression due to missing clock update by Nikola Ciprich · 13 years ago
  43. 399a40c KVM: emulator: Fix permission checking in io permission bitmap by Gleb Natapov · 13 years ago
  44. 5601d05 KVM: emulator: Fix io permission checking for 64bit guest by Gleb Natapov · 13 years ago
  45. 831ca60 KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n by Avi Kivity · 13 years ago
  46. afc2018 KVM: x86: Remove useless regs_page pointer from kvm_lapic by Takuya Yoshikawa · 14 years ago
  47. 676646e KVM: MMU: remove unused macros by Xiao Guangrong · 14 years ago
  48. 842f22e KVM: MMU: cleanup page alloc and free by Xiao Guangrong · 14 years ago
  49. 49b26e2 KVM: MMU: do not record gfn in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  50. 48c0e4e KVM: MMU: move mmu pages calculated out of mmu lock by Xiao Guangrong · 14 years ago
  51. 1b7fd45 KVM: MMU: set spte accessed bit properly by Xiao Guangrong · 14 years ago
  52. da8dc75 KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits by Xiao Guangrong · 14 years ago
  53. 1260edb KVM: better readability of efer_reserved_bits by Lai Jiangshan · 14 years ago
  54. d170c41 KVM: Clear async page fault hash after switching to real mode by Lai Jiangshan · 14 years ago
  55. 93ea538 KVM: VMX: Initialize vm86 TSS only once. by Gleb Natapov · 14 years ago
  56. a8ba6c2 KVM: VMX: update live TR selector if it changes in real mode by Gleb Natapov · 14 years ago
  57. a3b5ba4 KVM: VMX: add the __noclone attribute to vmx_vcpu_run by Lai Jiangshan · 14 years ago
  58. 038f8c1 KVM: x86: Convert tsc_write_lock to raw_spinlock by Jan Kiszka · 14 years ago
  59. 7049467 KVM: remove isr_ack logic from PIC by Gleb Natapov · 14 years ago
  60. 23f3e99 KVM: VMX: fix detection of BIOS disabling VMX by Joseph Cihula · 14 years ago
  61. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 14 years ago
  62. bd3d1ec KVM: SVM: check for progress after IRET interception by Avi Kivity · 14 years ago
  63. f863684 KVM: Fix race between nmi injection and enabling nmi window by Avi Kivity · 14 years ago
  64. 4005996 KVM: Drop ad-hoc vendor specific instruction restriction by Avi Kivity · 14 years ago
  65. d867162 KVM: x86 emulator: vendor specific instructions by Avi Kivity · 14 years ago
  66. 3e90943 KVM: Drop bogus x86_decode_insn() error check by Avi Kivity · 14 years ago
  67. 0bb8865 KVM: x86: Drop obsolete warning about INIT on runnable VCPU by Jan Kiszka · 14 years ago
  68. 12f9a48 KVM: x86: release kvmclock page on reset by Glauber Costa · 14 years ago
  69. 91c9c3e KVM: x86: handle guest access to BBL_CR_CTL3 MSR by john cooper · 14 years ago
  70. 6b7e2d0 KVM: Add "exiting guest mode" state by Xiao Guangrong · 14 years ago
  71. 9ca5231 KVM: x86: Remove user space triggerable MCE error message by Jan Kiszka · 14 years ago
  72. 63f42e0 KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs() by Xiao Guangrong · 14 years ago
  73. 40712fa KVM: VMX: Avoid atomic operation in vmx_vcpu_run by Avi Kivity · 14 years ago
  74. 1c696d0 KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run by Avi Kivity · 14 years ago
  75. 00c25bc KVM: VMX: increase ple_gap default to 128 by Rik van Riel · 14 years ago
  76. 3781c01 KVM: SVM: Add support for perf-kvm by Joerg Roedel · 14 years ago
  77. a917949 KVM: VMX: Avoid leaking fake realmode state to userspace by Avi Kivity · 14 years ago
  78. d0ba64f KVM: VMX: Save and restore tr selector across mode switches by Avi Kivity · 14 years ago
  79. 775077a KVM guest: Fix section mismatch derived from kvm_guest_cpu_online() by Sedat Dilek · 14 years ago
  80. 8234b22 KVM: MMU: Don't flush shadow when enabling dirty tracking by Avi Kivity · 14 years ago
  81. cb29325 PCI: Rename CPU PCI id define by Borislav Petkov · 14 years ago
  82. 1eda75c x86: Use PentiumPro-optimized partial_csum() on VIA C7 by Jon Nettleton · 13 years ago
  83. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  84. bdce259 [CPUFREQ] pcc-cpufreq: remove duplicate statements by Chumbalkar, Nagananda · 13 years ago
  85. 9e91869 [CPUFREQ] powernow-k8: The table index is not worth displaying by Thomas Renninger · 14 years ago
  86. 41e0e07 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  87. e7fd3b4 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  88. fc82e1d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  89. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  90. 0d2ecee Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  91. 344c21c Merge branch 'x86/amd-nb' into x86/urgent by Ingo Molnar · 13 years ago
  92. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  93. 7d5d02d perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraints by Lin Ming · 13 years ago
  94. eefaaac perf, x86: Clean up SandyBridge PEBS events by Lin Ming · 13 years ago
  95. b87cf80 x86, AMD: Set ARAT feature on AMD processors by Boris Ostrovsky · 13 years ago
  96. 1d3e09a x86, quirk: Fix SB600 revision check by Andreas Herrmann · 13 years ago
  97. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  98. 181f977 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  99. d5d4239 Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  100. 209b6c8 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago