1. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  2. 1f01429 block: adjust formatting for large minors and add ext_range sysfs attr by Tejun Heo · 16 years ago
  3. bcce3de block: implement extended dev numbers by Tejun Heo · 16 years ago
  4. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  5. e71bf0d block: fix disk->part[] dereferencing race by Tejun Heo · 16 years ago
  6. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  7. cf771cb block: make variable and argument names more consistent by Tejun Heo · 16 years ago
  8. 310a2c1 block: misc updates by Tejun Heo · 16 years ago
  9. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  10. a1ed5b0 klist: don't iterate over deleted entries by Tejun Heo · 16 years ago
  11. 5b99c2f block: make bi_phys_segments an unsigned int instead of short by Jens Axboe · 16 years ago
  12. 5df97b9 drop vmerge accounting by Mikulas Patocka · 16 years ago
  13. b8b3e16 block: drop virtual merging accounting by Mikulas Patocka · 16 years ago
  14. 766ca44 virtio_blk: use a wrapper function to access io context information of IO requests by Fernando Luis Vázquez Cao · 16 years ago
  15. 1a8e2bd Kill REQ_TYPE_FLUSH by David Woodhouse · 16 years ago
  16. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  17. d30a260 Add BLKDISCARD ioctl to allow userspace to discard sectors by David Woodhouse · 16 years ago
  18. 27b29e8 blktrace: support discard requests by David Woodhouse · 16 years ago
  19. eae9acd Support 'discard sectors' operation in translation layer support core by David Woodhouse · 17 years ago
  20. fb2dce8 Add 'discard' request handling by David Woodhouse · 17 years ago
  21. d628eae Fix up comments about matching flags between bio and rq by David Woodhouse · 16 years ago
  22. a9c701e block: use bio_has_data() to check for data carrying bio by Jens Axboe · 16 years ago
  23. 7a67f63 block: add bio_has_data() to detect whether a bio carries data or not by Jens Axboe · 16 years ago
  24. f1ea725 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  25. fd3d276 [MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y by Ralf Baechle · 16 years ago
  26. f20f258 ide-cd: temporary tray close fix by Borislav Petkov · 16 years ago
  27. 897312b include/linux/stacktrace.h: declare struct task_struct by Andrew Morton · 16 years ago
  28. 8531a35 [MIPS] SMTC: Fix SMTC dyntick support. by Kevin D. Kissell · 16 years ago
  29. d2bb01b [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system. by Kevin D. Kissell · 16 years ago
  30. b7e4226 [MIPS] Build fix: Fix irq flags type by Ralf Baechle · 16 years ago
  31. 4b19de6 mm: tiny-shmem nommu fix by Nick Piggin · 16 years ago
  32. 16dbc6c inotify: fix lock ordering wrt do_page_fault's mmap_sem by Nick Piggin · 16 years ago
  33. ae1cfb1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  34. cf4b0b2 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  35. ba01667 sctp: Fix kernel panic while process protocol violation parameter by Wei Yongjun · 16 years ago
  36. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  37. b00c1a9 hrtimer: mark migration state by Thomas Gleixner · 16 years ago
  38. 703a1ed kgdb, x86_64: fix PS CS SS registers in gdb serial by Jason Wessel · 16 years ago
  39. 95dbf1d kgdb, x86_64: gdb serial has BX and DX reversed by Jason Wessel · 16 years ago
  40. 1126388 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  41. b4f151f MN10300: Move asm-arm/cnt32_to_63.h to include/linux/ by David Howells · 16 years ago
  42. 7a52815 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  43. 72029fe 9p: implement proper trans module refcounting and unregistration by Tejun Heo · 16 years ago
  44. 5291925 [MIPS] Fixe the definition of PTRS_PER_PGD by Jack Tan · 16 years ago
  45. 8553f32 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  46. e002bcc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  47. c32a162 smb.h: do not include linux/time.h in userspace by Kirill A. Shutemov · 16 years ago
  48. a8d6829 x86: prevent C-states hang on AMD C1E enabled machines by Thomas Gleixner · 16 years ago
  49. 4faac97 x86: prevent stale state of c1e_mask across CPU offline/online by Thomas Gleixner · 16 years ago
  50. 5a0cd4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  51. 45e9c0d warn: Turn the netdev timeout WARN_ON() into a WARN() by Arjan van de Ven · 16 years ago
  52. ef3d771 Fix PNP build failure, bugzilla #11276 by David Miller · 16 years ago
  53. b08508c PCI: fix compiler warnings in pci_get_subsys() by Greg KH · 16 years ago
  54. 29bdc88 IB/mlx4: Fix up fast register page list format by Vladimir Sokolovsky · 16 years ago
  55. 7c22a3d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  56. c19e808 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  57. 8e82f8c memstick: fix MSProHG 8-bit interface mode support by Alex Dubov · 16 years ago
  58. 5bead2a mm: mark the correct zone as full when scanning zonelists by Mel Gorman · 16 years ago
  59. dea420c include/linux/ioport.h: add missing macro argument for devm_release_* family by Hiroshi DOYU · 16 years ago
  60. 97b697a [libata] LBA28/LBA48 off-by-one bug in ata.h by Taisuke Yamada · 16 years ago
  61. 1045b03 netlink: fix overrun in attribute iteration by Vegard Nossum · 16 years ago
  62. 6d242a2 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  63. 29cd195 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  64. 2dc75d3 block: disable sysfs parts of the disk command filter by Jens Axboe · 16 years ago
  65. 91cd99f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  66. deac93d lib: Correct printk %pF to work on all architectures by James Bottomley · 16 years ago
  67. fd9ec7d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  68. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 16 years ago
  69. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  70. e1d7bf1 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. bcbc713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  72. d315492 netns : fix kernel panic in timewait socket destruction by Daniel Lezcano · 16 years ago
  73. 64f996f Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. f532522 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  75. a22a9a9 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  76. 291c54f Merge branch 'sched/cpuset' into sched/urgent by Ingo Molnar · 16 years ago
  77. dfb512e sched: arch_reinit_sched_domains() must destroy domains to force rebuild by Max Krasnyansky · 16 years ago
  78. b6734c3 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 16 years ago
  79. 22f3016 tracehook: comment pasto fixes by Roland McGrath · 16 years ago
  80. 11d55d2 res_counter: fix off-by-one bug in setting limit by Li Zefan · 16 years ago
  81. 7f62186 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  82. 6f74b18 Merge git://git.infradead.org/~dwmw2/dwmw2-2.6.27 by Linus Torvalds · 16 years ago
  83. 14408c4f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  84. 54e2a32 Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  85. e0cee3e [MIPS] Fix WARNING: at kernel/smp.c:290 by Thomas Bogendoerfer · 17 years ago
  86. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  87. afbc8d8 Fix conditional export of kvh.h and a.out.h to userspace. by Khem Raj · 16 years ago
  88. 7c1e768 clockevents: prevent clockevent event_handler ending up handler_noop by Venkatesh Pallipadi · 16 years ago
  89. db0a290 Merge branch 'fixes_stg' of ../git_old into fixes by Mauro Carvalho Chehab · 16 years ago
  90. 2012254 V4L/DVB (8832): gspca: Bad pixelformat of vc0321 webcams. by Jean-Francois Moine · 16 years ago
  91. d6db35e V4L/DVB (8809): gspca: Revert commit 9a9335776548d01525141c6e8f0c12e86bbde982 by Hans de Goede · 16 years ago
  92. 89a44b8 V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some webcams. by Hans de Goede · 16 years ago
  93. f75c495 V4L/DVB (8675): gspca: Pixmap PJPG (Pixart 73xx JPEG) added, generated by pac7311. by Jean-Francois Moine · 16 years ago
  94. d26acd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  95. 4b85615 mm: show quicklist usage in /proc/meminfo by KOSAKI Motohiro · 16 years ago
  96. afa153f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  97. 96f8021 ide: fix hwif_to_node() by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 71fc9fc IDE: compile fix for sff_dma_ops by Kevin Hilman · 16 years ago
  99. e77295d Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  100. 673d62cc debugobjects: fix lockdep warning by Vegard Nossum · 16 years ago