1. d6b435b Blackfin: ADI boards: enable pseudo debug insns support by Mike Frysinger · 14 years ago
  2. cdb92f6 Blackfin: kgdb: drop dead KGDB_THR_PROC_SWAP for SMP systems by Sonic Zhang · 14 years ago
  3. adfe6a4 Blackfin: dnp5370: drop MMC card detect support by Andreas Schallenberg · 14 years ago
  4. b5fc12d Blackfin: add bfin_write_{or,and} helpers by Mike Frysinger · 14 years ago
  5. 4c131c8 Blackfin: bf548-ezkit: add CAN1 support by Aaron Wu · 14 years ago
  6. 5583517 Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignments by steven miao · 14 years ago
  7. 6ce0466 Blackfin: SMP: avoid section mismatch warnings by Sonic Zhang · 14 years ago
  8. 08351fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  9. 0df0914 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  10. 6899608 Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msm by Linus Torvalds · 14 years ago
  11. 411f5c7 Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  12. 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  13. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  14. 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 · 14 years ago
  15. 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 · 14 years ago
  16. 61ef46f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  17. 978ca16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  18. 4b0e976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  19. 0dccb04 arch/tile: support newer binutils assembler shift semantics by Chris Metcalf · 14 years ago
  20. 325d160 Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus by Chris Metcalf · 14 years ago
  21. 7b7adc4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32 by Linus Torvalds · 14 years ago
  22. 31598e8 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  23. 241eb95 Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  24. 776e58e KVM: unbreak userspace that does not sets tss address by Gleb Natapov · 14 years ago
  25. 0f53b5b KVM: MMU: cleanup pte write path by Xiao Guangrong · 14 years ago
  26. 5d163b1 KVM: MMU: introduce a common function to get no-dirty-logged slot by Xiao Guangrong · 14 years ago
  27. 40dcaa9 KVM: fix rcu usage in init_rmode_* functions by Xiao Guangrong · 14 years ago
  28. 1aa8cee KVM: fix kvmclock regression due to missing clock update by Nikola Ciprich · 14 years ago
  29. 399a40c KVM: emulator: Fix permission checking in io permission bitmap by Gleb Natapov · 14 years ago
  30. 5601d05 KVM: emulator: Fix io permission checking for 64bit guest by Gleb Natapov · 14 years ago
  31. 831ca60 KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n by Avi Kivity · 14 years ago
  32. afc2018 KVM: x86: Remove useless regs_page pointer from kvm_lapic by Takuya Yoshikawa · 14 years ago
  33. 676646e KVM: MMU: remove unused macros by Xiao Guangrong · 14 years ago
  34. 842f22e KVM: MMU: cleanup page alloc and free by Xiao Guangrong · 14 years ago
  35. 49b26e2 KVM: MMU: do not record gfn in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  36. 48c0e4e KVM: MMU: move mmu pages calculated out of mmu lock by Xiao Guangrong · 14 years ago
  37. 1b7fd45 KVM: MMU: set spte accessed bit properly by Xiao Guangrong · 14 years ago
  38. da8dc75 KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits by Xiao Guangrong · 14 years ago
  39. 1260edbe KVM: better readability of efer_reserved_bits by Lai Jiangshan · 14 years ago
  40. d170c41 KVM: Clear async page fault hash after switching to real mode by Lai Jiangshan · 14 years ago
  41. 93ea538 KVM: VMX: Initialize vm86 TSS only once. by Gleb Natapov · 14 years ago
  42. a8ba6c2 KVM: VMX: update live TR selector if it changes in real mode by Gleb Natapov · 14 years ago
  43. a3b5ba4 KVM: VMX: add the __noclone attribute to vmx_vcpu_run by Lai Jiangshan · 14 years ago
  44. 038f8c1 KVM: x86: Convert tsc_write_lock to raw_spinlock by Jan Kiszka · 14 years ago
  45. 7049467 KVM: remove isr_ack logic from PIC by Gleb Natapov · 14 years ago
  46. 23f3e99 KVM: VMX: fix detection of BIOS disabling VMX by Joseph Cihula · 14 years ago
  47. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 14 years ago
  48. bd3d1ec KVM: SVM: check for progress after IRET interception by Avi Kivity · 14 years ago
  49. f863684 KVM: Fix race between nmi injection and enabling nmi window by Avi Kivity · 14 years ago
  50. 4005996 KVM: Drop ad-hoc vendor specific instruction restriction by Avi Kivity · 14 years ago
  51. d867162 KVM: x86 emulator: vendor specific instructions by Avi Kivity · 14 years ago
  52. 3e90943 KVM: Drop bogus x86_decode_insn() error check by Avi Kivity · 14 years ago
  53. 0bb8865 KVM: x86: Drop obsolete warning about INIT on runnable VCPU by Jan Kiszka · 14 years ago
  54. 12f9a48 KVM: x86: release kvmclock page on reset by Glauber Costa · 14 years ago
  55. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 14 years ago
  56. 91c9c3e KVM: x86: handle guest access to BBL_CR_CTL3 MSR by john cooper · 14 years ago
  57. 6b7e2d0 KVM: Add "exiting guest mode" state by Xiao Guangrong · 14 years ago
  58. 9ca5231 KVM: x86: Remove user space triggerable MCE error message by Jan Kiszka · 14 years ago
  59. 63f42e0 KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs() by Xiao Guangrong · 14 years ago
  60. 40712fa KVM: VMX: Avoid atomic operation in vmx_vcpu_run by Avi Kivity · 14 years ago
  61. 1c696d0 KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run by Avi Kivity · 14 years ago
  62. 00c25bc KVM: VMX: increase ple_gap default to 128 by Rik van Riel · 14 years ago
  63. 3781c01 KVM: SVM: Add support for perf-kvm by Joerg Roedel · 14 years ago
  64. a917949 KVM: VMX: Avoid leaking fake realmode state to userspace by Avi Kivity · 14 years ago
  65. d0ba64f KVM: VMX: Save and restore tr selector across mode switches by Avi Kivity · 14 years ago
  66. bc9c193 KVM: PPC: Fix SPRG get/set for Book3S and BookE by Peter Tyser · 14 years ago
  67. 775077a KVM guest: Fix section mismatch derived from kvm_guest_cpu_online() by Sedat Dilek · 14 years ago
  68. 8234b22 KVM: MMU: Don't flush shadow when enabling dirty tracking by Avi Kivity · 14 years ago
  69. cb29325 PCI: Rename CPU PCI id define by Borislav Petkov · 14 years ago
  70. 9c9585e Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers by Russell King · 14 years ago
  71. 3d44ae4 sh: Convert to generic show_interrupts. by Paul Mundt · 14 years ago
  72. a884033 sh: Wire up new fhandle and clock_adjtime syscalls. by Paul Mundt · 14 years ago
  73. 9055f89 sh: modify platform_device for sh_eth driver by Yoshihiro Shimoda · 14 years ago
  74. 984f6cf sh: add GETHER's platform_device in board-sh7757lcr by Yoshihiro Shimoda · 14 years ago
  75. 1d2a195 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latest by Paul Mundt · 14 years ago
  76. 92c260f Merge remote branch 'rmk/for-linus' into for-linus by David Brown · 14 years ago
  77. b04d0a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 14 years ago
  78. dc113c1f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 14 years ago
  79. 63a9369 Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  80. 16d8775 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  81. e345513 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 14 years ago
  82. 242e5d0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 14 years ago
  83. 289d6b0 unicore32: rewrite arch-specific tlb.h to use asm-generic version by GuanXuetao · 14 years ago
  84. 1cf46c4 unicore32: modify io_p2v and io_v2p macros, and adjust PKUNITY_mmio_BASEs by GuanXuetao · 14 years ago
  85. 4fde87c unicore32: replace unicore32-specific iomap functions with generic lib implementation by GuanXuetao · 14 years ago
  86. ce443ab unicore32 machine related: add frame buffer driver for pkunity-v3 soc by GuanXuetao · 14 years ago
  87. d10e4a6 unicore32 machine related files: add i2c bus drivers for pkunity-v3 soc by GuanXuetao · 14 years ago
  88. e5abf78 unicore32 io: redefine __REG(x) and re-use readl/writel funcs by GuanXuetao · 14 years ago
  89. 4ef2ec6 unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call by GuanXuetao · 14 years ago
  90. bd42aa7 unicore32: rename PKUNITY_IOSPACE_BASE to PKUNITY_MMIO_BASE by GuanXuetao · 14 years ago
  91. 36a8b8c unicore32: modify function names and parameters for irq_chips by GuanXuetao · 14 years ago
  92. 3ab457c unicore32: remove unused lines in arch/unicore32/include/asm/irq.h by GuanXuetao · 14 years ago
  93. c816be7 sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault(). by David S. Miller · 14 years ago
  94. a913a82 unicore32 time.c: change calculate method for clock_event_device by GuanXuetao · 14 years ago
  95. 35043c4 sparc: Fix .size directive for do_int_load by Ben Hutchings · 14 years ago
  96. c6fee08 sparc64: Fix build errors with gcc-4.6.0 by David S. Miller · 14 years ago
  97. 700598c unicore32 machine related files: pci bus handling by GuanXuetao · 14 years ago
  98. 0399bb5 sparc32,sun4m: percpu and global register definitions moved to irq.h by Sam Ravnborg · 14 years ago
  99. b08b4f8 unicore32 machine related files: hardware registers by GuanXuetao · 14 years ago
  100. 1d05995 sparc32: introduce build_device_irq by Sam Ravnborg · 14 years ago