1. c8c55bc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 19 years ago
  2. 3749c66 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 19 years ago
  3. 835c34a Delete filenames in comments. by Dave Jones · 19 years ago
  4. 23ec23c fix sparc32 breakage (result of vmlinux.lds.S bug) by Al Viro · 19 years ago
  5. c5d6471 fallout from DECLARE_MAC_BUF patches by Al Viro · 19 years ago
  6. 13bcd5d v4l: copy_to_user() is not a good method name by Al Viro · 19 years ago
  7. 2b8232c minimal build fixes for uml (fallout from x86 merge) by Al Viro · 19 years ago
  8. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 19 years ago
  9. 22e67bb docbook/mcabook: fixup x86 path/file names by Randy Dunlap · 19 years ago
  10. f3cf31a docbook/kernel-api: fixup x86 path/file names by Randy Dunlap · 19 years ago
  11. 34ca810 docbook/kernel-hacking: fixup x86 path/file names by Randy Dunlap · 19 years ago
  12. 08d7b5a docbook/deviceiobook: fixup x86 path/file names by Randy Dunlap · 19 years ago
  13. ecaedfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh64-2.6 by Linus Torvalds · 19 years ago
  14. dcf397f Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 19 years ago
  15. 6faf035 ssb bus needs <linux/io.h> by Geert Uytterhoeven · 19 years ago
  16. 50e36eb b43 wireless needs <linux/io.h> by Geert Uytterhoeven · 19 years ago
  17. 3649ba0 m68k: fix net drivers after recent get_stats updates by Geert Uytterhoeven · 19 years ago
  18. 0dddfd4 dm: emc_endio returns void by Geert Uytterhoeven · 19 years ago
  19. e92042e m68k: Export cachectl.h by Matthew Wilcox · 19 years ago
  20. a554444 m68k: ignore restart_syscall by Geert Uytterhoeven · 19 years ago
  21. 3d83a2a m68k: Atari keyboard ACIA driver cleanup by Geert Uytterhoeven · 19 years ago
  22. 6615c5b m68k: Atari input drivers cleanup by Geert Uytterhoeven · 19 years ago
  23. ebf8889 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 19 years ago
  24. b160292 Merge Linux 2.6.23 by David Woodhouse · 19 years ago
  25. b37bde1 [MTD] [NAND] Blackfin on-chip NAND Flash Controller driver by Bryan Wu · 19 years ago
  26. c4a9f88 [MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bug by Kevin Hao · 19 years ago
  27. f96880d [MTD] [NAND] Fix compiler warning in Alauda driver by akpm@linux-foundation.org · 19 years ago
  28. 4fc8a60 [JFFS2] Remove stray debugging printk by David Woodhouse · 19 years ago
  29. b534e70 [JFFS2] Handle dirents on the flash with embedded zero bytes in names. by David Woodhouse · 19 years ago
  30. 69ca437 [JFFS2] Check for creation of dirents with embedded zero bytes in name. by David Woodhouse · 19 years ago
  31. a8c68f3 [JFFS2] Don't count all 'very dirty' blocks except in debug mode by David Woodhouse · 19 years ago
  32. 2665ea8 [JFFS2] Check whether garbage-collection actually obsoleted its victim. by David Woodhouse · 19 years ago
  33. 85becc5 [JFFS2] Relax threshold for triggering GC due to dirty blocks. by David Woodhouse · 19 years ago
  34. 1437085 [MTD] [OneNAND] Fix typo related with recent commit by Kyungmin Park · 19 years ago
  35. 8a45450 KVM: Replace enum by #define by Avi Kivity · 19 years ago
  36. 0967b7b KVM: Skip pio instruction when it is emulated, not executed by Avi Kivity · 19 years ago
  37. 535eabc KVM: x86 emulator: popf by Nitin A Kamble · 19 years ago
  38. 12fa272 KVM: x86 emulator: fix src, dst value initialization by Nitin A Kamble · 19 years ago
  39. 26a3e98 KVM: x86 emulator: jmp abs by Nitin A Kamble · 19 years ago
  40. 7e0b54b KVM: x86 emulator: lea by Nitin A Kamble · 19 years ago
  41. 55bebde KVM: X86 emulator: jump conditional short by Nitin A Kamble · 19 years ago
  42. bbe9abb KVM: x86 emulator: imlpement jump conditional relative by Nitin A Kamble · 19 years ago
  43. 7de7524 KVM: x86 emulator: sort opcodes into ascending order by Nitin A Kamble · 19 years ago
  44. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 19 years ago
  45. fd2a760 KVM: x86 emulator: pushf by Nitin A Kamble · 19 years ago
  46. f6eed39 KVM: x86 emulator: call near by Nitin A Kamble · 19 years ago
  47. 7d31691 KVM: x86 emulator: push imm8 by Nitin A Kamble · 19 years ago
  48. bfdaab0 KVM: VMX: Fix exit qualification width on i386 by He, Qing · 19 years ago
  49. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 19 years ago
  50. 29bd8a7 KVM: VMX: Move vm entry failure handling to the exit handler by Avi Kivity · 19 years ago
  51. 2e3e588 KVM: MMU: Don't do GFP_NOWAIT allocations by Avi Kivity · 19 years ago
  52. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 19 years ago
  53. 0d8d2bd KVM: Simplify memory allocation by Laurent Vivier · 19 years ago
  54. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 19 years ago
  55. 81f50e3 KVM: Keep control regs in sync by Rusty Russell · 19 years ago
  56. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 19 years ago
  57. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 19 years ago
  58. 380102c KVM: Set the ET flag in CR0 after initializing FX by Amit Shah · 19 years ago
  59. c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 19 years ago
  60. 932f72a KVM: round robin for APIC lowest priority delivery mode by He, Qing · 19 years ago
  61. 40487c6 KVM: deliver PIC interrupt only to vcpu0 by Qing He · 19 years ago
  62. 5cd4f6f KVM: disable tpr/cr8 sync when in-kernel APIC is used by He, Qing · 19 years ago
  63. a3d7f85 KVM: Migrate lapic hrtimer when vcpu moves to another cpu by Eddie Dong · 19 years ago
  64. 1b9778d KVM: Keep track of missed timer irq injections by Eddie Dong · 19 years ago
  65. 6e5d865 KVM: VMX: Use shadow TPR/cr8 for 64-bits guests by Yang, Sheng · 19 years ago
  66. 2a8067f KVM: pending irq save/restore by Eddie Dong · 19 years ago
  67. 96ad2cc KVM: in-kernel LAPIC save and restore support by Eddie Dong · 19 years ago
  68. 6bf9e96 KVM: in-kernel IOAPIC save and restore support by He, Qing · 19 years ago
  69. c52fb35 KVM: Bypass irq_pending get/set when using in kernel irqchip by He, Qing · 19 years ago
  70. 6ceb9d7 KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support by He, Qing · 19 years ago
  71. 9cf9882 KVM: Protect in-kernel pio using kvm->lock by Eddie Dong · 19 years ago
  72. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 19 years ago
  73. 1fd4f2a KVM: In-kernel I/O APIC model by Eddie Dong · 19 years ago
  74. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 19 years ago
  75. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 19 years ago
  76. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 19 years ago
  77. 152d3f2 KVM: VMX: Split segments reload in vmx_load_host_state() by Laurent Vivier · 19 years ago
  78. d39dba5 KVM: X86 emulator: fix 'push reg' writeback by Avi Kivity · 19 years ago
  79. 2e2c618 KVM: Support more memory slots by Izik Eidus · 19 years ago
  80. 33f5fa1 KVM: VMX: allow rmode_tss_base() to work with >2G of guest memory by Izik Eidus · 19 years ago
  81. 7e77816 KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57) by Nitin A Kamble · 19 years ago
  82. c53ce17 KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb) by Nitin A Kamble · 19 years ago
  83. 098c937 KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9) by Nitin A Kamble · 19 years ago
  84. 19eb938 KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}' by Nitin A Kamble · 19 years ago
  85. 253abde KVM: Communicate cr8 changes to userspace by Yang, Sheng · 19 years ago
  86. 7e66f35 KVM: Close minor race in signal handling by Avi Kivity · 19 years ago
  87. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 19 years ago
  88. e70669a KVM: Cleanup string I/O instruction emulation by Laurent Vivier · 19 years ago
  89. 9fdaaac KVM: Remove useless assignment by Laurent Vivier · 19 years ago
  90. 1e4e6e0 KVM: VMX: Remove a duplicated ia32e mode vm entry control by Li, Xin B · 19 years ago
  91. a477034 KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects by Rusty Russell · 19 years ago
  92. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 19 years ago
  93. 33830b4 KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions. by Rusty Russell · 19 years ago
  94. 3dea7ca KVM: Remove stat_set from debugfs by Rusty Russell · 19 years ago
  95. 54e11fa KVM: Fix defined but not used warning in drivers/kvm/vmx.c by Gabriel C · 19 years ago
  96. 37c0005 KVM: Remove redundant alloc_vmcs_cpu declaration by Rusty Russell · 19 years ago
  97. bfc733a KVM: SVM: Make set_msr_interception more reliable by Rusty Russell · 19 years ago
  98. 7e9d619 KVM: Cleanup mark_page_dirty by Rusty Russell · 19 years ago
  99. fb76441 KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last by Rusty Russell · 19 years ago
  100. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 19 years ago