1. f68215c reiserfs: convert j_lock to mutex by Jeff Mahoney · 16 years ago
  2. de0ca06 coda: remove CODA_FS_OLD_API by Adrian Bunk · 16 years ago
  3. ae76dd9 ext3: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  4. 50c33a8 ext2: fix typo in Hurd part of include/linux/ext2_fs.h by Samuel Thibault · 16 years ago
  5. bbcd6d5 gpio: max732x driver by Eric Miao · 16 years ago
  6. 7444a72 gpiolib: allow user-selection by Michael Buesch · 16 years ago
  7. 8f1cc3b gpio: mcp23s08 handles multiple chips per chipselect by David Brownell · 16 years ago
  8. d8f388d gpio: sysfs interface by David Brownell · 16 years ago
  9. ef53d9c kprobes: improve kretprobe scalability with hashed locking by Srinivasa D S · 16 years ago
  10. 42cd236 sm501: gpio I2C support by Ben Dooks · 16 years ago
  11. 60e540d sm501: gpio dynamic registration for PCI devices by Arnaud Patard · 16 years ago
  12. f61be27 sm501: add gpiolib support by Ben Dooks · 16 years ago
  13. 472dba7 sm501: add power control callback by Ben Dooks · 16 years ago
  14. 717115e printk ratelimiting rewrite by Dave Young · 16 years ago
  15. 2711b79 kallsyms: unify 32- and 64-bit code by Vegard Nossum · 16 years ago
  16. a8f18b9 Add a WARN() macro; this is WARN_ON() + printk arguments by Arjan van de Ven · 16 years ago
  17. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  18. 4500d06 init.h: remove obsolete content by Robert P. J. Day · 16 years ago
  19. b69c49b clean up duplicated alloc/free_thread_info by FUJITA Tomonori · 16 years ago
  20. ac331d1 call_usermodehelper(): increase reliability by KOSAKI Motohiro · 16 years ago
  21. f16695f asm-generic/int-ll64.h: always provide __{s,u}64 by Adrian Bunk · 16 years ago
  22. cebbd3f build-kernel-profileo-only-when-requested-cleanups by Andrew Morton · 16 years ago
  23. b03f648 build kernel/profile.o only when requested by Adrian Bunk · 16 years ago
  24. e0ce0da9 lists: remove a redundant conditional definition of list_add() by Robert P. J. Day · 16 years ago
  25. b39c08c Remove apparently unused fd1772.h header file. by Robert P. J. Day · 16 years ago
  26. 8b5ac31 include: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  27. 3f307891 locking: add typecheck on irqsave and friends for correct flags by Steven Rostedt · 16 years ago
  28. e0deaff4 split the typecheck macros out of include/linux/kernel.h by Andrew Morton · 16 years ago
  29. 3d6f4a2 endian: Always evaluate arguments. by David Miller · 16 years ago
  30. 832fe9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  31. ed9559d Label kthread_create() with printf attribute tag. by Rusty Russell · 16 years ago
  32. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  33. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  34. dd7c7bc virtio: Formally reserve bits 28-31 to be 'transport' features. by Rusty Russell · 16 years ago
  35. faeba830 s390: use virtio_console for KVM on s390 by Christian Borntraeger · 16 years ago
  36. 066f4d8 virtio_blk: check for hardsector size from host by Christian Borntraeger · 16 years ago
  37. 674bfc2 virtio: clarify that ABI is usable by any implementations by Rusty Russell · 16 years ago
  38. b30f3ae x86-64: Clean up 'save/restore_i387()' usage by Linus Torvalds · 16 years ago
  39. b5684b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  40. 5042d99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  41. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 2a8f745 ide: remove <asm/ide.h> for some archs by Bartlomiej Zolnierkiewicz · 16 years ago
  43. f01d35d ide-generic: remove ide_default_{io_base,irq}() inlines (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  44. ffed0b6 ide-generic: remove broken PPC_PREP support by Bartlomiej Zolnierkiewicz · 16 years ago
  45. d83b8b8 ide: define MAX_HWIFS in <linux/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 2c9d864 ide: remove <asm-cris/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  47. b6cd7da ide-generic: remove "no_pci_devices()" quirk from ide_default_io_base() by Bartlomiej Zolnierkiewicz · 16 years ago
  48. dbdec83 ide-generic: minor fix for mips by Bartlomiej Zolnierkiewicz · 16 years ago
  49. ac32f32 ide-generic: fix ide_default_io_base() for m32r by Bartlomiej Zolnierkiewicz · 16 years ago
  50. b0a6281 ide: fix <asm-xtensa/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  51. ef0b042 ide: add ide_pci_remove() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  55. ecc8b65 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
  56. 6044110 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
  57. 7540081 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  58. 3fde80e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  59. c54554d Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 16 years ago
  60. f924727 UFS: add const to parser token table by Steven Whitehouse · 16 years ago
  61. 5bb49fc video/fb: cleanup FB_MAJOR usage by Philippe De Muyter · 16 years ago
  62. 3e07405 fbdev: LCD backlight driver using Atmel PWM driver by Hans-Christian Egtvedt · 16 years ago
  63. 4a25e41 video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver by Nobuhiro Iwamatsu · 16 years ago
  64. c6b044d neofb: drop the xtimings structure by Krzysztof Helt · 16 years ago
  65. c25826a lcd: add platform_lcd driver by Ben Dooks · 16 years ago
  66. 0c53136 lcd: add lcd_device to check_fb() entry in lcd_ops by Ben Dooks · 16 years ago
  67. cccb6d3 fb: add support for the ILI9320 video display controller by Ben Dooks · 16 years ago
  68. 206c5d6 sm501: add inversion controls for VBIASEN and FPEN by Ben Dooks · 16 years ago
  69. cfb4f5d fbdev: SuperH Mobile LCDC Driver by Magnus Damm · 16 years ago
  70. d22579b atmel_lcdfb: FIFO underflow management by Nicolas Ferre · 16 years ago
  71. 0292be4 tridentfb: add imageblit acceleration for Blade3D family by Krzysztof Helt · 16 years ago
  72. 5cf1384 tridentfb: source code improvements by Krzysztof Helt · 16 years ago
  73. 01a2d9e tridentfb: acceleration constants change by Krzysztof Helt · 16 years ago
  74. 49b1f4b4 tridentfb: acceleration code improvements by Krzysztof Helt · 16 years ago
  75. a0d9225 tridentfb: add TGUI 9440 support by Krzysztof Helt · 16 years ago
  76. 0e73a47 tridentfb: improved register values on TGUI 9680 by Krzysztof Helt · 16 years ago
  77. 10172ed tridentfb: make use of functions and constants from the vga.h by Krzysztof Helt · 16 years ago
  78. e0759a5 tridentfb: convert is_blade and is_xp macros into functions by Krzysztof Helt · 16 years ago
  79. 6eed8e1 tridentfb: move global flat panel variable into structure by Krzysztof Helt · 16 years ago
  80. d3de851 rtc: BCD codeshrink by David Brownell · 16 years ago
  81. 53e84b6 rtc: ds1305/ds1306 driver by David Brownell · 16 years ago
  82. 5ad31a57 rtc: remove BKL for ioctl() by David Brownell · 16 years ago
  83. aa55ddf autofs4: remove unused ioctls by Ian Kent · 16 years ago
  84. 3a93a15 spi: au1550_spi: proper platform device by Manuel Lauss · 16 years ago
  85. 102eb97 spi: make spi_board_info.modalias a char array by Grant Likely · 16 years ago
  86. 9fe5ad9 flag parameters add-on: remove epoll_create size param by Ulrich Drepper · 16 years ago
  87. 510df2d flag parameters: NONBLOCK in inotify_init by Ulrich Drepper · 16 years ago
  88. be61a86 flag parameters: NONBLOCK in pipe by Ulrich Drepper · 16 years ago
  89. 6b1ef0e flag parameters: NONBLOCK in timerfd_create by Ulrich Drepper · 16 years ago
  90. e7d476d flag parameters: NONBLOCK in eventfd by Ulrich Drepper · 16 years ago
  91. 5fb5e04 flag parameters: NONBLOCK in signalfd by Ulrich Drepper · 16 years ago
  92. 77d2720 flag parameters: NONBLOCK in socket and socketpair by Ulrich Drepper · 16 years ago
  93. 4006553 flag parameters: inotify_init by Ulrich Drepper · 16 years ago
  94. ed8cae8 flag parameters: pipe by Ulrich Drepper · 16 years ago
  95. 336dd1f flag parameters: dup2 by Ulrich Drepper · 16 years ago
  96. a0998b5 flag parameters: epoll_create by Ulrich Drepper · 16 years ago
  97. 11fcb6c flag parameters: timerfd_create by Ulrich Drepper · 16 years ago
  98. b087498e flag parameters: eventfd by Ulrich Drepper · 16 years ago
  99. 9deb27b flag parameters: signalfd by Ulrich Drepper · 16 years ago
  100. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 16 years ago