1. 3ec858d crypto: hifn_795x - Remove some unused cruft by Patrick McHardy · 16 years ago
  2. ed4f92e crypto: hifn_795x - Fix queue processing by Patrick McHardy · 16 years ago
  3. 5df4c0c crypto: hifn_795x - Fix request context corruption by Patrick McHardy · 16 years ago
  4. 3416158 crypto: hifn_795x - Don't copy src sg list by Patrick McHardy · 16 years ago
  5. 75741a0 crypto: hifn_795x - Fix DMA setup by Patrick McHardy · 16 years ago
  6. 09fbf7c crypto: ansi_cprng - fix inverted DT increment routine by Jarod Wilson · 16 years ago
  7. 9302735 libcrc32c: Select CRYPTO in Kconfig by Herbert Xu · 16 years ago
  8. aa1a85d crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytes by Jarod Wilson · 16 years ago
  9. 31a61bf crypto: md4 - Use ARRAY_SIZE by Julia Lawall · 16 years ago
  10. 0426c16 libcrc32c: Add crc32c_le macro by Herbert Xu · 16 years ago
  11. 53b146a libcrc32c: Fix "crc32c undefined" compilation error by Adrian-Ken Rueegsegger · 16 years ago
  12. 69c35ef libcrc32c: Move implementation to crypto crc32c by Herbert Xu · 16 years ago
  13. 8e3ee85 crypto: crc32c - Test descriptor context format by Herbert Xu · 16 years ago
  14. b7e8bdad crypto: crc32c-intel - Switch to shash by Herbert Xu · 16 years ago
  15. faccc4b crypto: crc32c - Switch to shash by Herbert Xu · 16 years ago
  16. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  17. 67cd080 crypto: api - Call type show function before legacy for proc by Herbert Xu · 16 years ago
  18. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  19. 3b2f6df crypto: hash - Export shash through ahash by Herbert Xu · 16 years ago
  20. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  21. 7b0bac6 crypto: api - Rebirth of crypto_alloc_tfm by Herbert Xu · 16 years ago
  22. 4a77948 crypto: api - Move type exit function into crypto_tfm by Herbert Xu · 16 years ago
  23. 2566578 crypto: ansi_cprng - Allow resetting of DT value by Neil Horman · 16 years ago
  24. 420a4b2 crypto: padlock - Avoid resetting cword on successive operations by Herbert Xu · 16 years ago
  25. 1c06da8 crypto: crc32c-intel - Update copyright head by Kent Liu · 16 years ago
  26. 4b24ea9 crypto: talitos - Preempt overflow interrupts off-by-one fix by Vishnu Suresh · 16 years ago
  27. 32bd78e crypto: camellia - use kernel-provided bitops, unaligned access by Harvey Harrison · 16 years ago
  28. d12d6b6 crypto: testmgr - Trigger a panic when self test fails in FIPS mode by Neil Horman · 16 years ago
  29. fe5720e crypto: talitos - Perform auth check in h/w if on sec 2.1 and above by Kim Phillips · 16 years ago
  30. 1c2e881 crypto: talitos - Implement done interrupt mitigation by Lee Nipper · 16 years ago
  31. 40405f1 crypto: talitos - Pass correct interrupt status to error handler by Kim Phillips · 16 years ago
  32. a44b56c crypto: hifn - Disable driver when physical size exceeds 32 bits by Evgeniy Polyakov · 16 years ago
  33. 4a6908a Linux 2.6.28 by Linus Torvalds · 15 years ago
  34. c20137f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  35. 1806f82 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
  36. 2523659 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  37. 574f3c4 ALSA: hda - Add missing terminators in patch_sigmatel.c by Herton Ronaldo Krzesinski · 15 years ago
  38. 40f15ad x86: disable X86_PTRACE_BTS by Ingo Molnar · 15 years ago
  39. 5289f46 parisc: disable UP-optimized flush_tlb_mm by Kyle McMartin · 15 years ago
  40. 8960223 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  41. d519c8d edac: fix edac core deadlock when removing a device by Harry Ciao · 15 years ago
  42. 20ca9b3 cgroups: avoid accessing uninitialized data in failure path by Li Zefan · 15 years ago
  43. e368d3a cgroups: suppress bogus warning messages by Sharyathi Nagesh · 15 years ago
  44. f00a189 w1: fix slave selection on big-endian systems by Evgeniy Polyakov · 15 years ago
  45. cc6c2ca rtc: rtc-isl1208: reject invalid dates by Chris Elston · 15 years ago
  46. 231ffc9 V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET command by Devin Heitmueller · 16 years ago
  47. 077ebed drm/radeon: fix correctness of irq_enabled check for radeon. by Dave Airlie · 15 years ago
  48. c47a75a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  49. 0099f77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  50. 9ecab6e drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL test by Julia Lawall · 15 years ago
  51. 2e85696 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  52. 7ef5f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  53. ed2b03e MIPS: MIPS64R2: Fix buggy __arch_swab64 by David Daney · 16 years ago
  54. 08d9d1c MIPS: Fix preprocessor warnings flaged by GCC 4.4 by David Daney · 16 years ago
  55. 3d44cc3 Null pointer deref with hrtimer_try_to_cancel() by Thomas Gleixner · 15 years ago
  56. ab65387 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  57. e6a997e 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
  58. 280a9ca x86: fix resume (S2R) broken by Intel microcode module, on A110L by Dmitry Adamushko · 15 years ago
  59. f1d9e45 fs/9p: change simple_strtol to simple_strtoul by Julia Lawall · 15 years ago
  60. 7dd0cdc 9p: convert d_iname references to d_name.name by Wu Fengguang · 15 years ago
  61. 6ff2320 9p: Remove potentially bad parameter from function entry debug print. by Duane Griffin · 15 years ago
  62. 9a1d103 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  63. 8837e34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  64. 281981c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  65. f3485c8 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  66. db873cf Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  67. eae34c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  68. 5bd9c69 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 16 years ago
  69. 19b3f31 ALSA: Fix a Oops bug in omap soc driver. by Stanley Miao · 16 years ago
  70. 8f55c1e ALSA: hda - Remove non-working headphone control for Dell laptops by Takashi Iwai · 16 years ago
  71. abe1dfa ACPI: don't cond_resched() when irqs_disabled() by Wu Fengguang · 16 years ago
  72. e76f427 ACPI: fix 2.6.28 acpi.debug_level regression by Bjorn Helgaas · 16 years ago
  73. 9e43f0d ALSA: hda - Add no-jd model for IDT 92HD73xx by Takashi Iwai · 16 years ago
  74. 85f13b6 ALSA: Revert "ALSA: hda: removed unneeded hp_nid references" by Takashi Iwai · 16 years ago
  75. d8a0be6 cciss: fix problem that deleting multiple logical drives could cause a panic by Stephen M. Cameron · 16 years ago
  76. fa620e9 ALSA: hda - Add quirk for Dell Studio 17 by Joerg Schirottke · 16 years ago
  77. ac5c4e7 drm/i915: GEM on PAE has problems - disable it for now. by Dave Airlie · 16 years ago
  78. c4de0a5 drm/i915: Don't return busy for buffers left on the flushing list. by Eric Anholt · 16 years ago
  79. a2ed961 md: Don't read past end of bitmap when reading bitmap. by NeilBrown · 16 years ago
  80. 739840d ppp: fix segfaults introduced by netdev_priv changes by James Chapman · 16 years ago
  81. 1b08534 net: Fix module refcount leak in kernel_accept() by Wei Yongjun · 16 years ago
  82. 929096f Linux 2.6.28-rc9 by Linus Torvalds · 16 years ago
  83. 59da1f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  84. 69098ba Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  85. b3806c3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  86. 3653b9a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  87. 52af894 Maintainer email fixes for inotify by John McCutchan · 16 years ago
  88. 8983fdb avr32: favr-32 build fix by Haavard Skinnemoen · 16 years ago
  89. de13d28 ATSTK1006: Fix boot from NAND flash by Haavard Skinnemoen · 16 years ago
  90. c9bc03a Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 16 years ago
  91. 55aab5f x86 gart: don't complain if no AMD GART found by Bjorn Helgaas · 16 years ago
  92. e28d832 ALSA: hda - Fix silent HP output on D975 by Takashi Iwai · 16 years ago
  93. 3298a73 bnx2: Fix bug in bnx2_free_rx_mem(). by Michael Chan · 16 years ago
  94. 3e3d0e9 PCI hotplug: ibmphp: Fix module ref count underflow by Neil Horman · 16 years ago
  95. 69c30e1 irda: Add irda_skb_cb qdisc related padding by Samuel Ortiz · 16 years ago
  96. 55dac3a Merge branch 'i2c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 16 years ago
  97. 0bc77ec Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  98. 3797455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  99. 5b8bd54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  100. 331c313 cifs: fix buffer overrun in parse_DFS_referrals by Jeff Layton · 16 years ago