1. bef1f40 kconfig: Standardize "depends" -> "depends on" in Kconfig files by Robert P. J. Day · 17 years ago
  2. c48e3fc e100: replace kmalloc with kcalloc by Yan Burman · 17 years ago
  3. 0268bd0 um: replace kmalloc+memset with kzalloc by Yan Burman · 17 years ago
  4. 47c6bf77 fix typo in net/ipv4/ip_fragment.c by Peter Zijlstra · 17 years ago
  5. 53569ab include/linux/compiler.h: reject gcc 3 < gcc 3.2 by Alistair John Strachan · 17 years ago
  6. 979c6a1 Kconfig: fix spelling error in config KALLSYMS help text by Jesper Juhl · 17 years ago
  7. 93aec20 Remove duplicate "have to" in comment by Rolf Eike Beer · 17 years ago
  8. 87c18aa Fix small typo in drivers/serial/icom.c by Thomas Hisch · 17 years ago
  9. 5ea084e Use consistent casing in help message by Samuel Tardieu · 17 years ago
  10. d23edbd EXT{2,3,4}_FS: remove outdated part of the help text by Jan Engelhardt · 17 years ago
  11. 11c302c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  12. 3353026 [PATCH] remove unnecessary blk_queue_bounce in SG_IO by FUJITA Tomonori · 17 years ago
  13. 77d172c [PATCH] fix SG_IO bio leak by FUJITA Tomonori · 17 years ago
  14. 2b02a17 [PATCH] remove blk_queue_activity_fn by Boaz Harrosh · 17 years ago
  15. 4259cb2 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  16. cd39301 Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 by Linus Torvalds · 17 years ago
  17. 13d7d84 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  18. cbb8fc0 [MIPS] paging_init(): use highend_pfn/highstart_pfn by Franck Bui-Huu · 17 years ago
  19. b228f4c [MIPS] Malta: Resurrect MTD support for onboard flash. by Ralf Baechle · 17 years ago
  20. 2efac77 [MIPS] Discard .exit.text and .exit.data at runtime. by Ralf Baechle · 17 years ago
  21. 8b2f355 [MIPS] IP27: Don't drag <asm/sn/arch.h> into topology.h. by Ralf Baechle · 17 years ago
  22. 2bbc5bd [MIPS] IP27: Move definition of nic_t to its sole user. by Ralf Baechle · 17 years ago
  23. 2f3643a [MIPS] IP27: Don't include <asm/sn/arch.h>. by Ralf Baechle · 17 years ago
  24. b723782 [MIPS] compat.h uses struct pt_regs so needs to include ptrace.h. by Ralf Baechle · 17 years ago
  25. a49f99f [NETPOLL]: Fix local_bh_enable() warning. by Andrew Morton · 17 years ago
  26. 37004af [IPVS]: Make ip_vs_sync.c <= 80col wide. by Simon Horman · 17 years ago
  27. 89eaeb0 [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep() by Simon Horman · 17 years ago
  28. f654c85 [HAMRADIO]: Fix baycom_epp.c compile failure. by Ralf Baechle · 17 years ago
  29. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 17 years ago
  30. 1fba78b [DCCP] ccid3: Fixup some type conversions related to rtts by Arnaldo Carvalho de Melo · 17 years ago
  31. 9e8efc8 [DCCP] ccid3: BUG-FIX - conversion errors by Gerrit Renker · 17 years ago
  32. 7af5af3 [DCCP] ccid3: Reorder packet history source file by Gerrit Renker · 17 years ago
  33. 85dcb1f [DCCP] ccid3: Reorder packet history header file by Gerrit Renker · 17 years ago
  34. a967241 [DCCP] ccid3: Make debug output consistent by Gerrit Renker · 17 years ago
  35. c5a1ae9 [DCCP] ccid3: Perform history operations only after packet has been sent by Gerrit Renker · 17 years ago
  36. e312d10 [DCCP] ccid3: TX history - remove unused field by Gerrit Renker · 17 years ago
  37. 9f8681d [DCCP] ccid3: Shift window counter computation by Gerrit Renker · 17 years ago
  38. de553c1 [DCCP] ccid3: Sanity-check RTT samples by Gerrit Renker · 17 years ago
  39. fe0499a [DCCP] ccid3: Initialise RTT values by Gerrit Renker · 17 years ago
  40. 65d6c2b [DCCP] ccid: Deprecate ccid_hc_tx_insert_options by Gerrit Renker · 17 years ago
  41. f6282f4 [DCCP]: Warn when discarding packet due to internal errors by Gerrit Renker · 17 years ago
  42. bf58a38 [DCCP]: Only deliver to the CCID rx side in charge by Gerrit Renker · 17 years ago
  43. d63d836 [DCCP]: Simplify TFRC calculation by Gerrit Renker · 17 years ago
  44. 0f9e5b5 [DCCP]: Debug timeval operations by Gerrit Renker · 17 years ago
  45. bfe24a6 [DCCP] ccid3: Simplify calculation for reverse lookup of p by Gerrit Renker · 17 years ago
  46. b9039a2 [DCCP] ccid3: Replace scaled division operations by Gerrit Renker · 17 years ago
  47. 1a21e49 [DCCP] ccid3: Finer-grained resolution of sending rates by Gerrit Renker · 17 years ago
  48. 179ebc9 [DCCP] ccid3: Fix two bugs in sending rate computation by Gerrit Renker · 17 years ago
  49. ff58629 [DCCP] ccid3: Two optimisations for sending rate recomputation by Gerrit Renker · 17 years ago
  50. 45393a6 [DCCP] ccid3: Check against too large p by Gerrit Renker · 17 years ago
  51. 5fce9a2 [DCCP]: Update documentation by Ian McDonald · 17 years ago
  52. 5cc3741d [DCCP]: Remove timeo from output.c by Ian McDonald · 17 years ago
  53. e37b8d9 [NETPOLL]: Make sure TX lock is taken with BH disabled. by Andrew Morton · 17 years ago
  54. 2653a47 [ATM]: Ignore generated file pca200e_ecd.bin2 by Ralf Baechle · 17 years ago
  55. ed40771 [NET]: Fix WAN routers kconfig dependency. by Randy Dunlap · 17 years ago
  56. 686106f [CRYPTO] sha512: Fix sha384 block size by Herbert Xu · 17 years ago
  57. e45116b [PATCH] Fix typo in 'EXPERIMENTAL' in CC_STACKPROTECTOR on x86_64 by Brice Goglin · 17 years ago
  58. 0224169 [PATCH] LOG2: Make powerpc's __ilog2_u64() take a 64-bit argument by David Howells · 17 years ago
  59. 69de7fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  60. 116140b Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  61. 8d610dd Make sure we populate the initroot filesystem late enough by Linus Torvalds · 17 years ago
  62. 8993780 Make SLES9 "get_kernel_version" work on the kernel binary again by Linus Torvalds · 17 years ago
  63. 8af905b [PATCH] smc91x: Kill off excessive versatile hooks. by Paul Mundt · 17 years ago
  64. 5796df1 [PATCH] myri10ge: update driver version to 1.1.0 by Brice Goglin · 17 years ago
  65. 13348be [PATCH] myri10ge: fix big_bytes in case of vlan frames by Brice Goglin · 17 years ago
  66. de3c450 [PATCH] myri10ge: Full vlan frame in small_bytes by Brice Goglin · 17 years ago
  67. 52ea6fb [PATCH] myri10ge: drop contiguous skb routines by Brice Goglin · 17 years ago
  68. c7dab99 [PATCH] myri10ge: switch to page-based skb by Brice Goglin · 17 years ago
  69. dd50f33 [PATCH] myri10ge: add page-based skb routines by Brice Goglin · 17 years ago
  70. 6250223 [PATCH] myri10ge: indentation cleanups by Brice Goglin · 17 years ago
  71. 7fe26a6 [PATCH] chelsio: working NAPI by Stephen Hemminger · 17 years ago
  72. 0f0d84e [PATCH] MACB: Use __raw register access by Haavard Skinnemoen · 17 years ago
  73. d836cae [PATCH] MACB: Use struct delayed_work instead of struct work_struct by Haavard Skinnemoen · 17 years ago
  74. 68dc44a [PATCH] ucc_geth: Initialize mdio_lock. by Scott Wood · 17 years ago
  75. 1083cfe [PATCH] ucc_geth: compilation error fixes by Scott Wood · 17 years ago
  76. 99eeb8df AT91 MMC update for 2.6.19 by Andrew Victor · 17 years ago
  77. a98087c mmc: Change SDHCI iomem error to a warning by Pierre Ossman · 17 years ago
  78. 7b30d28 mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal by Vitaly Wool · 17 years ago
  79. f3a8efa AT91 MMC 5 : Minor cleanups by Andrew Victor · 18 years ago
  80. df05a30 AT91 MMC 4 : Interrupt handler cleanup by Andrew Victor · 18 years ago
  81. 3dd3b03 AT91 MMC 3 : Move global mci_clk variable by Andrew Victor · 18 years ago
  82. 17ea059 AT91 MMC 2 : Use platform resources by Andrew Victor · 18 years ago
  83. e0b19b8 AT91 MMC 1: Pass host structure. by Andrew Victor · 18 years ago
  84. 73c9cea [POWERPC] Generic BUG for powerpc by Jeremy Fitzhardinge · 17 years ago
  85. 973c1fa Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc by Paul Mackerras · 17 years ago
  86. d10f734 [PPC] Fix compile failure do to introduction of PHY_POLL by Kumar Gala · 17 years ago
  87. c86c676 Merge branch '85xx' into for_paulus by Kumar Gala · 17 years ago
  88. 45d8e7a [POWERPC] Only export __mtdcr/__mfdcr if CONFIG_PPC_DCR is set by Kumar Gala · 17 years ago
  89. 4383162 [POWERPC] Remove old dcr.S by Benjamin Herrenschmidt · 17 years ago
  90. 39f44be [POWERPC] Fix SPU coredump code for max_fdset removal by Paul Mackerras · 17 years ago
  91. dae4828 [POWERPC] Fix irq routing on some 32-bit PowerMacs by Benjamin Herrenschmidt · 17 years ago
  92. 74e95d5d [POWERPC] ps3: Add vuart support by Geoff Levand · 17 years ago
  93. 0204568 [POWERPC] Support ibm,dynamic-reconfiguration-memory nodes by Paul Mackerras · 18 years ago
  94. 9202f32 [MIPS] Export local_flush_data_cache_page for sake of IDE. by Ralf Baechle · 17 years ago
  95. f8bf35a [MIPS] Export pm_power_off by Ralf Baechle · 17 years ago
  96. ae32ffd [MIPS] Export csum_partial_copy_nocheck. by Ralf Baechle · 17 years ago
  97. 2d911e9 [MIPS] Move die and die_if_kernel() from system.h to ptrace.h by Ralf Baechle · 17 years ago
  98. 86384d5 [MIPS] Discard .exit.text at linktime. by Ralf Baechle · 17 years ago
  99. 5b1d221 [MIPS] Fix build of several IDE drivers by providing pci_get_legacy_ide_irq by Ralf Baechle · 17 years ago
  100. 3263263 [CRYPTO] dm-crypt: Select CRYPTO_CBC by Herbert Xu · 17 years ago