1. 429c42c cciss: Consolidate duplicate bits in cciss_cmd.h & cciss_ioctl.h by dann frazier · 15 years ago
  2. b028461 cciss: remove C99-style comments by dann frazier · 15 years ago
  3. 488991e block: Added in stricter no merge semantics for block I/O by Alan D. Brunelle · 15 years ago
  4. e03a72e block: Stop using byte offsets by Martin K. Petersen · 15 years ago
  5. ce28932 block: removed unused as_io_context by Kirill Afonshin · 15 years ago
  6. 17be8c2 block: bdev_stack_limits wrapper by Martin K. Petersen · 15 years ago
  7. dd3d145 block: Fix discard alignment calculation and printing by Martin K. Petersen · 15 years ago
  8. 08d869a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  9. d7f0eea ACPI: introduce kernel parameter acpi_sleep=sci_force_enable by Zhang Rui · 15 years ago
  10. 1f11abc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  11. d661d76 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  12. ed656d8 kfifo: Fix typo in comment by Rolf Eike Beer · 15 years ago
  13. e48b7b6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  14. c3bf490 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  15. 75c85a0 libsrp: fix compile failure by James Bottomley · 15 years ago
  16. 9bd3f98 block: blk_rq_err_sectors cleanup by Gui Jianfeng · 15 years ago
  17. 7f9d357 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  18. 81744ee block: Fix incorrect alignment offset reporting and update documentation by Martin K. Petersen · 15 years ago
  19. 671adc9 wireless: remove remaining qual code by Johannes Berg · 15 years ago
  20. 28f6aee net: restore ip source validation by Jamal Hadi Salim · 15 years ago
  21. 71492fd Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  22. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  23. fe7fa9c Merge branch 'sony' into release by Len Brown · 15 years ago
  24. da3df85 Merge branch 'pdc' into release by Len Brown · 15 years ago
  25. 309ddc5 Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into release by Len Brown · 15 years ago
  26. f793067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  27. f988dac Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  28. 29d249e Staging: dst: remove from the tree by Greg Kroah-Hartman · 15 years ago
  29. 099c2f2 Driver core: driver_attribute parameters can often be const* by Phil Carmody · 15 years ago
  30. 66ecb92 Driver core: bin_attribute parameters can often be const* by Phil Carmody · 15 years ago
  31. 26579ab Driver core: device_attribute parameters can often be const* by Phil Carmody · 15 years ago
  32. 9c717de kfifo: fix Error/broken kernel-doc notation by Randy Dunlap · 15 years ago
  33. 94e5165 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  34. f42ecb2 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  35. 119eecc Fix usb_serial_probe() problem introduced by the recent kfifo changes by Stefani Seibold · 15 years ago
  36. 17bd55d fs-writeback: Add helper function to start writeback if idle by Eric Sandeen · 15 years ago
  37. 96d2a49 ext3: Replace lock/unlock_super() with an explicit lock for resizing by Eric Sandeen · 15 years ago
  38. b8a052d ext3: Replace lock/unlock_super() with an explicit lock for the orphan list by Eric Sandeen · 15 years ago
  39. fd8fbfc quota: decouple fs reserved space from quota reservation by Dmitry Monakhov · 15 years ago
  40. b462707 Add unlocked version of inode_add_bytes() function by Dmitry Monakhov · 15 years ago
  41. c459001 ext3: quota macros cleanup [V2] by Dmitry Monakhov · 15 years ago
  42. cc3e1be ext4, jbd2: Add barriers for file systems with exernal journals by Theodore Ts'o · 15 years ago
  43. fe35d4a Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  44. dd508ae Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  45. 86d4880 kfifo: add record handling functions by Stefani Seibold · 15 years ago
  46. a121f24 kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user by Stefani Seibold · 15 years ago
  47. 37bdfbb kfifo: add DEFINE_KFIFO and friends, add very tiny functions by Stefani Seibold · 15 years ago
  48. 9842c38 kfifo: fix warn_unused_result by Stefani Seibold · 15 years ago
  49. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  50. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  51. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  52. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  53. 95ebc3a Remove obsolete comment in fs.h by Andreas Gruenbacher · 15 years ago
  54. 5300990 Sanitize f_flags helpers by Al Viro · 15 years ago
  55. 482928d Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) by Al Viro · 15 years ago
  56. e59897f ACPI: processor: remove _PDC object list from struct acpi_processor by Alex Chiang · 15 years ago
  57. 43bab25 ACPI: processor: change acpi_processor_set_pdc() interface by Alex Chiang · 15 years ago
  58. 4781725 ACPI: processor: unify arch_acpi_processor_cleanup_pdc by Alex Chiang · 15 years ago
  59. 6c5807d ACPI: processor: finish unifying arch_acpi_processor_init_pdc() by Alex Chiang · 15 years ago
  60. 78f1699 ACPI: processor: call _PDC early by Alex Chiang · 15 years ago
  61. ed4b201 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  62. 9a418af mac80211: fix peer HT capabilities by Johannes Berg · 15 years ago
  63. eca9dfc Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  64. 3981e15 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  65. aac3d39 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  66. 622e99b [S390] rename NT_PRXSTATUS to NT_S390_HIGHREGS by Martin Schwidefsky · 15 years ago
  67. 8c0414c fiemap: Add new extent flag FIEMAP_EXTENT_SHARED by Sunil Mushran · 15 years ago
  68. 925cc71 mm: Add notifier in pageblock isolation for balloon drivers by Robert Jennings · 15 years ago
  69. ed8b670 drm: convert drm_ioctl to unlocked_ioctl by Arnd Bergmann · 15 years ago
  70. 55db493b Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  71. efc8e7f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  72. fc6f070 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  73. dcc7cd0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  74. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  75. 4e46aa0 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 15 years ago
  76. 9209e4b Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 15 years ago
  77. cbc8cc0 Merge remote branch 'korg/drm-vmware-staging' into drm-core-next by Dave Airlie · 15 years ago
  78. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 15 years ago
  79. 5d0bb2c vt: don't export vt_kmsg_redirect() to userspace by Bernhard Walle · 15 years ago
  80. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  81. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 15 years ago
  82. b8a7f3c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  83. 22a80593 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 15 years ago
  84. eaff807 kill I_LOCK by Christoph Hellwig · 15 years ago
  85. 7a0ad10 fold do_sync_file_range into sys_sync_file_range by Christoph Hellwig · 15 years ago
  86. 76b7e00 fix up O_SYNC comments by Christoph Hellwig · 15 years ago
  87. 1b8ab81 VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size by Erez Zadok · 15 years ago
  88. 9afa2fb fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all by Erez Zadok · 15 years ago
  89. e24c745 spi: controller driver for Designware SPI core by Feng Tang · 15 years ago
  90. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  91. e178153 sched: Assert task state bits at build time by Peter Zijlstra · 15 years ago
  92. 44d90df sched: Add missing state chars to TASK_STATE_TO_CHAR_STR by Peter Zijlstra · 15 years ago
  93. 7334215 sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bits by Peter Zijlstra · 15 years ago
  94. cfc3899 backlight: Pass device through notify callback in the pwm driver by Ben Dooks · 15 years ago
  95. 1998111 leds: leds-lp3944.h - remove unneeded includes by Antonio Ospite · 15 years ago
  96. 9695fff leds: leds-pca9532.h- indent with tabs, not spaces by Antonio Ospite · 15 years ago
  97. d4cc6a2 leds: Add LED class driver for regulator driven LEDs. by Antonio Ospite · 15 years ago
  98. b56daf1 regulator: consumer.h - fix build when consumer.h is #included first. by Liam Girdwood · 15 years ago
  99. 638f85c regulator: Handle regulators without suspend mode configuration by Mark Brown · 15 years ago
  100. e24a04c regulator: Implement WM831x BuckWise DC-DC convertor DVS support by Mark Brown · 15 years ago