1. 2b752ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  2. ee215ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  3. 60fdd93 memstick: add support for JMicron jmb38x MemoryStick host controller by Alex Dubov · 18 years ago
  4. 92b22d9 tifm: fix the MemoryStick host fifo handling code by Alex Dubov · 18 years ago
  5. d114ad5 memstick: add memstick_suspend/resume_host methods by Alex Dubov · 18 years ago
  6. e1f1999 memstick: introduce correct definitions in the header by Alex Dubov · 18 years ago
  7. 9f9351b rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLE by Andrew Morton · 18 years ago
  8. 20f590d USB: Remove __KERNEL__ check from non-exported gadget.h. by Robert P. J. Day · 18 years ago
  9. e610625 USB: g_printer.h does not need to be "unifdef"ed. by Robert P. J. Day · 18 years ago
  10. fbab976 firmware: provide stubs for the FW_LOADER=n case by James Bottomley · 18 years ago
  11. 10a398d time: remove obsolete CLOCK_TICK_ADJUST by Roman Zippel · 18 years ago
  12. 38332cb time: prevent the loop in timespec_add_ns() from being optimised away by Segher Boessenkool · 18 years ago
  13. bb799dc Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 18 years ago
  14. 4c1aa6f Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 18 years ago
  15. c37dcd33 NFS: Fix the fsid revalidation in nfs_update_inode() by Trond Myklebust · 18 years ago
  16. 810b381 sched: retain vruntime by Peter Zijlstra · 18 years ago
  17. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 18 years ago
  18. e000752 LSM/SELinux: Interfaces to allow FS to control mount options by Eric Paris · 18 years ago
  19. 27d0483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  20. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  21. 12f981f Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  22. 10955d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  23. d0fae18 md: clean up irregularity with raid autodetect by NeilBrown · 18 years ago
  24. 8311c29 md: reduce CPU wastage on idle md array with a write-intent bitmap by NeilBrown · 18 years ago
  25. 3715863 iommu: export iommu_is_span_boundary helper function by FUJITA Tomonori · 18 years ago
  26. 8289546 memcg: remove mem_cgroup_uncharge by Hugh Dickins · 18 years ago
  27. 9442ec9 memcg: bad page if page_cgroup when free by Hugh Dickins · 18 years ago
  28. 427d541 memcg: move_lists on page not page_cgroup by Hugh Dickins · 18 years ago
  29. bd845e3 memcg: mm_match_cgroup not vm_match_cgroup by Hugh Dickins · 18 years ago
  30. acc4988 markers: add an if(0) to __mark_check_format() by Mathieu Desnoyers · 18 years ago
  31. 040922c include falloc.h in header-y by Eric Sandeen · 18 years ago
  32. 3149be5 sm501: add support for the SM502 programmable PLL by Ville Syrjala · 18 years ago
  33. 5cba6d2 ndelay(): switch to C function to avoid 64-bit division by Andrew Morton · 18 years ago
  34. 735c4fb add noinline_for_stack by Andrew Morton · 18 years ago
  35. 00f0b82 Memory controller: rename to Memory Resource Controller by Balbir Singh · 18 years ago
  36. 9edddaa Kprobes: indicate kretprobe support in Kconfig by Ananth N Mavinakayanahalli · 18 years ago
  37. 7560fa6 gpio: <linux/gpio.h> and "no GPIO support here" stubs by David Brownell · 18 years ago
  38. 90a1ba0 PCI: Add DECLARE_PCI_DEVICE_TABLE macro by Jonas Bonn · 18 years ago
  39. d6d914f USB: fix comment of struct usb_interface by Lei Ming · 18 years ago
  40. 3634634 debugfs: fix sparse warnings by Harvey Harrison · 18 years ago
  41. d9452e9 [NETPOLL]: Revert two bogus cleanups that broke netconsole. by David S. Miller · 18 years ago
  42. b1c3c3e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 18 years ago
  43. 87baa2b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 18 years ago
  44. 67171a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 18 years ago
  45. ec8670f dmaengine: fix sparse warning by Dan Williams · 18 years ago
  46. 62fb185 sched: revert load_balance_monitor() changes by Peter Zijlstra · 18 years ago
  47. 72dc67a KVM: remove the usage of the mmap_sem for the protection of the memory slots. by Izik Eidus · 18 years ago
  48. a0db701 block/genhd.c: proper externs by Adrian Bunk · 18 years ago
  49. 1826ead block/genhd.c: cleanups by Adrian Bunk · 18 years ago
  50. e3790c7 block: separate out padding from alignment by Tejun Heo · 18 years ago
  51. 7a85f88 block: restore the meaning of rq->data_len to the true data length by FUJITA Tomonori · 18 years ago
  52. 6446faa slub: Fix up comments by Christoph Lameter · 18 years ago
  53. a973e9d Revert "unique end pointer" patch by Christoph Lameter · 18 years ago
  54. d0bcabc docbook: fix usb source files by Randy Dunlap · 18 years ago
  55. 674eea0 KVM: Make the supported cpuid list a host property rather than a vm property by Avi Kivity · 18 years ago
  56. 2232c2d rcu: add support for dynamic ticks and preempt rcu by Steven Rostedt · 18 years ago
  57. 57ce36f let __dec_zone_page_state use __dec_zone_state by Uwe Kleine-König · 18 years ago
  58. 83afdf2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 18 years ago
  59. 219ff3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  60. b599316 elfcore-compat fix uid/gid types by Roland McGrath · 18 years ago
  61. fbabbed [NETFILTER]: Fix NF_QUEUE_NR() parenthesis by Patrick McHardy · 18 years ago
  62. 7837467 CONNECTOR: make cn_already_initialized static by Li Zefan · 18 years ago
  63. adefe11 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 18 years ago
  64. 3fca96e Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 18 years ago
  65. 96de1a8 serial: Move asm-sh/sci.h to linux/serial_sci.h. by Paul Mundt · 18 years ago
  66. 24d10f0 maple: remove unused variable by Adrian McMenamin · 18 years ago
  67. bdb9441 lockdep: increase MAX_LOCK_DEPTH by Peter Zijlstra · 18 years ago
  68. 2d07b25 sched: add declaration of sched_tail to sched.h by Harvey Harrison · 18 years ago
  69. 2638676 i2c: Make i2c_register_board_info() a NOP when CONFIG_I2C_BOARDINFO=n by David Brownell · 18 years ago
  70. 305183f i2c: Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  71. 4fa2b1c Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  72. 9116300 libata: automatically use DMADIR if drive/bridge requires it by Tejun Heo · 18 years ago
  73. bdc0894 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  74. 55b01e8 [NET]: Restore sanity wrt. print_mac(). by David S. Miller · 18 years ago
  75. ffd2d88 cgroup: clean up cgroup.h by Li Zefan · 18 years ago
  76. a043e3b cgroup: fix comments by Li Zefan · 18 years ago
  77. a0c1e90 futex: runtime enable pi and robust functionality by Thomas Gleixner · 18 years ago
  78. 45254b4 efs: move headers out of include/linux/ by Christoph Hellwig · 18 years ago
  79. 8ca3ed8 NOMMU: is_vmalloc_addr() won't compile if !MMU by David Howells · 18 years ago
  80. eaeb168 sparc: fix build by David Rientjes · 18 years ago
  81. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 18 years ago
  82. a62f735 MM: Fix macro argument substitution in PageHead() and PageTail() by David Howells · 18 years ago
  83. 20f8d2a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  84. eb87f65 PCI: pci_ids: patch for Intel ICH10 DeviceID's by Jason Gaston · 18 years ago
  85. 8a235ef Hibernation: Handle DEBUG_PAGEALLOC on x86 by Rafael J. Wysocki · 18 years ago
  86. 7cb4461 ssb: Fix pcicore cardbus mode by Michael Buesch · 18 years ago
  87. 53521d8 ssb: Make the GPIO API reentrancy safe by Michael Buesch · 18 years ago
  88. c2bcbe6 ssb: Fix the GPIO API by Michael Buesch · 18 years ago
  89. 42bfad4 ssb: Fix watchdog access for devices without a chipcommon by Michael Buesch · 18 years ago
  90. 58ff70d ssb: Fix serial console on new bcm47xx devices by Michael Buesch · 18 years ago
  91. 5d44b41 ata: fix sparse warning in libata.h by Harvey Harrison · 18 years ago
  92. 7b33ed2 [NETFILTER]: Use __u32 in struct nf_inet_addr by Patrick McHardy · 18 years ago
  93. 7d9904c [NETFILTER]: xt_hashlimit: remove unneeded struct member by Jan Engelhardt · 18 years ago
  94. 651acc9 [NETFILTER]: Make sure xt_policy.h is unifdef'ed. by Robert P. J. Day · 18 years ago
  95. 37c514e Add missing init section definitions by Sam Ravnborg · 18 years ago
  96. f6c4276 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  97. 07ce198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  98. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 18 years ago
  99. 2fb98e8 block: implement request_queue->dma_drain_needed by Tejun Heo · 18 years ago
  100. 6b00769 block: add request->raw_data_len by Tejun Heo · 18 years ago