1. d955c78 Example use of WARN() by Arjan van de Ven · 16 years ago
  2. 7a2c477 kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() by Arjan van de Ven · 16 years ago
  3. a8f18b9 Add a WARN() macro; this is WARN_ON() + printk arguments by Arjan van de Ven · 16 years ago
  4. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  5. f38954c drivers/misc/hpilo.c needs CONFIG_PCI by Andrew Morton · 16 years ago
  6. a7f371e documentation: update CodingStyle tips for Emacs users by Johannes Weiner · 16 years ago
  7. 197dcff init/version.c: define version_string only if CONFIG_KALLSYMS is not defined by Daniel Guilak · 16 years ago
  8. 277e2c6 init/version.c: silence sparse warning by declaring the version string by Daniel Guilak · 16 years ago
  9. 4500d06 init.h: remove obsolete content by Robert P. J. Day · 16 years ago
  10. db358b4 parport: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  11. 4f46d6e mfd: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  12. 2f5a5cf drivers/power: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  13. 2d6ffcc inflate: refactor inflate malloc code by Thomas Petazzoni · 16 years ago
  14. ba92a43 exec: remove some includes by Hugh Dickins · 16 years ago
  15. 2b4bc46 pdflush: use time_after() instead of open-coding it by OGAWA Hirofumi · 16 years ago
  16. b69c49b clean up duplicated alloc/free_thread_info by FUJITA Tomonori · 16 years ago
  17. 62ec30d misc: add HP WMI laptop extras driver by Matthew Garrett · 16 years ago
  18. ac331d1 call_usermodehelper(): increase reliability by KOSAKI Motohiro · 16 years ago
  19. f557d09 remove some more tipar bits by Adrian Bunk · 16 years ago
  20. f16695f asm-generic/int-ll64.h: always provide __{s,u}64 by Adrian Bunk · 16 years ago
  21. cebbd3f build-kernel-profileo-only-when-requested-cleanups by Andrew Morton · 16 years ago
  22. b03f648 build kernel/profile.o only when requested by Adrian Bunk · 16 years ago
  23. 696adfe list_for_each_rcu must die: networking by Paul E. McKenney · 16 years ago
  24. 2fc9c4e kallsyms: fix potential overflow in binary search by Vegard Nossum · 16 years ago
  25. 58340a0 introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbol by Johannes Berg · 16 years ago
  26. e0ce0da9 lists: remove a redundant conditional definition of list_add() by Robert P. J. Day · 16 years ago
  27. fd19382 lib: allow memparse() to accept a NULL and ignorable second parm by Robert P. J. Day · 16 years ago
  28. cb345d7 init/: delete hard-coded setting and testing of BUILD_CRAMDISK by Robert P. J. Day · 16 years ago
  29. b39c08c Remove apparently unused fd1772.h header file. by Robert P. J. Day · 16 years ago
  30. 82c8253 init/do_mounts.c should #include <linux/initrd.h> by Adrian Bunk · 16 years ago
  31. abddaec fix checkstack.pl arch detection by Eric Sandeen · 16 years ago
  32. 585e93a find dynamic stack allocations in checkstack.pl by Eric Sandeen · 16 years ago
  33. 545e400 lzo: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  34. 8b5ac31 include: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  35. b7bbf8f fs: ldm.[ch] use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  36. 3f307891 locking: add typecheck on irqsave and friends for correct flags by Steven Rostedt · 16 years ago
  37. e0deaff4 split the typecheck macros out of include/linux/kernel.h by Andrew Morton · 16 years ago
  38. 5df439e flag parameters: fix compile error of sys_epoll_create1 by Wang Chen · 16 years ago
  39. c82dd53 mfd: don't use memzero by Andrew Morton · 16 years ago
  40. 3d6f4a2 endian: Always evaluate arguments. by David Miller · 16 years ago
  41. 43de804 char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated include by Huang Weiyi · 16 years ago
  42. 29b309e Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>" by Linus Torvalds · 16 years ago
  43. 832fe9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  44. ed9559d Label kthread_create() with printf attribute tag. by Rusty Russell · 16 years ago
  45. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  46. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  47. dd7c7bc virtio: Formally reserve bits 28-31 to be 'transport' features. by Rusty Russell · 16 years ago
  48. faeba830 s390: use virtio_console for KVM on s390 by Christian Borntraeger · 16 years ago
  49. 7721c49 virtio: console as a config option by Christian Borntraeger · 16 years ago
  50. 91fcad1 virtio_console: use virtqueue notification for hvc_console by Christian Borntraeger · 16 years ago
  51. 611e097 hvc_console: rework setup to replace irq functions with callbacks by Christian Borntraeger · 16 years ago
  52. 066f4d8 virtio_blk: check for hardsector size from host by Christian Borntraeger · 16 years ago
  53. e962fa66 virtio: Use bus_type probe and remove methods by Mark McLoughlin · 16 years ago
  54. 44653ea virtio: don't always force a notification when ring is full by Rusty Russell · 16 years ago
  55. 674bfc2 virtio: clarify that ABI is usable by any implementations by Rusty Russell · 16 years ago
  56. fb6813f virtio: Recycle unused recv buffer pages for large skbs in net driver by Rusty Russell · 16 years ago
  57. 97402b9 virtio net: Allow receiving SG packets by Herbert Xu · 16 years ago
  58. a9ea3fc virtio net: Add ethtool ops for SG/GSO by Herbert Xu · 16 years ago
  59. 9953ca6 virtio: fix virtio_net xmit of freed skb bug by Mark McLoughlin · 16 years ago
  60. fb2e405 fix fs/nfs/nfsroot.c compilation by Adrian Bunk · 16 years ago
  61. 4b9f12a x86/oprofile/nmi_int: add Nehalem to list of ppro cores by Linus Torvalds · 16 years ago
  62. b30f3ae x86-64: Clean up 'save/restore_i387()' usage by Linus Torvalds · 16 years ago
  63. b5684b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  64. 1481b91 Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  65. 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
  66. 1b8ebad ide: use proper printk() KERN_* levels in ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 52f3a77 ide: fix for EATA SCSI HBA in ATA emulating mode by Bartlomiej Zolnierkiewicz · 16 years ago
  68. d0b53f6 ide: remove stale comments from drivers/ide/Makefile by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 90d2c6b ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase by Bartlomiej Zolnierkiewicz · 16 years ago
  70. e27420d ide-scsi: remove kmalloced struct request by FUJITA Tomonori · 16 years ago
  71. 216f9a8 ht6560b: remove old history by Jan Evert van Grootheest · 16 years ago
  72. eb34b2d ht6560b: update email address by Jan Evert van Grootheest · 16 years ago
  73. e8e7b9e ide-cd: fix oops when using growisofs by Jens Axboe · 16 years ago
  74. 96cc112 gayle: release resources on ide_host_add() failure by Bartlomiej Zolnierkiewicz · 16 years ago
  75. a0f403b palm_bk3710: add UltraDMA/100 support by Sergei Shtylyov · 16 years ago
  76. 7fa897b ide: trivial sparse annotations by Harvey Harrison · 16 years ago
  77. cd740ab ide: ide-tape.c sparse annotations and unaligned access removal by Harvey Harrison · 16 years ago
  78. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 16 years ago
  79. ced3ec8 ide: prefix messages from IDE PCI host drivers by driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 04ba6e7 it821x: remove DECLARE_ITE_DEV() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 29f1ca9 it8213: remove DECLARE_ITE_DEV() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 28cfd8a ide: include PCI device name in messages from IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 2a8f745 ide: remove <asm/ide.h> for some archs by Bartlomiej Zolnierkiewicz · 16 years ago
  84. f01d35d ide-generic: remove ide_default_{io_base,irq}() inlines (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 35bbac9 ide-generic: is no longer needed on ppc32 by Bartlomiej Zolnierkiewicz · 16 years ago
  86. ffed0b6 ide-generic: remove broken PPC_PREP support by Bartlomiej Zolnierkiewicz · 16 years ago
  87. d83b8b8 ide: define MAX_HWIFS in <linux/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 2c9d864 ide: remove <asm-cris/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  89. b6cd7da ide-generic: remove "no_pci_devices()" quirk from ide_default_io_base() by Bartlomiej Zolnierkiewicz · 16 years ago
  90. dbdec83 ide-generic: minor fix for mips by Bartlomiej Zolnierkiewicz · 16 years ago
  91. ac32f32 ide-generic: fix ide_default_io_base() for m32r by Bartlomiej Zolnierkiewicz · 16 years ago
  92. b0a6281 ide: fix <asm-xtensa/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 37c5ef56 rapide: add module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 8e27cb1 icside: add module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 585f67e via82cxxx: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. fc2c32b trm290: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 29d72f2 triflex: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  98. ea881d6 tc86c001: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 64b0fed slc90e66: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 6ce71998 sl82c105: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago