1. c7bec5a Various drivers' irq handlers: kill dead code, needless casts by Jeff Garzik · 18 years ago
  2. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  3. 3e0c0ac [ATM]: [zatm] always *pcr in alloc_shaper() by Chas Williams · 18 years ago
  4. 3a4e5e2 [ATM]: [ambassador] Change the return type to reflect reality by Jeff Garzik · 18 years ago
  5. 0c1cca1 [ATM]: kmalloc to kzalloc patches for drivers/atm by Om Narasimhan · 18 years ago
  6. 5b7c714 [ATM] he: Fix __init/__devinit conflict by Roland Dreier · 18 years ago
  7. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  8. 7f81dc0 [ATM]: [he] don't hold the device lock when upcalling by Chas Williams · 18 years ago
  9. d730e10 [ATM]: [he] when transmit fails, unmap the dma regions by Chas Williams · 18 years ago
  10. 00181fc [ATM]: Typo in drivers/atm/Kconfig... by Matt LaPlante · 18 years ago
  11. 3c6b377 [ATM]: add+use poison defines by Randy Dunlap · 18 years ago
  12. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  13. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  14. d17f086 [ATM]: [suni] change suni_init to __devinit by Chas Williams · 18 years ago
  15. 249c14b [ATM]: [iphase] should be __devinit not __init by Chas Williams · 18 years ago
  16. b47eb0e [ATM]: [idt77105] should be __devinit not __init by Chas Williams · 18 years ago
  17. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  18. b3c681e [PATCH] update two drivers for poison.h by Randy Dunlap · 18 years ago
  19. e29419f [PATCH] 64bit resource: fix up printks for resources in misc drivers by Greg Kroah-Hartman · 18 years ago
  20. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  21. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 18 years ago
  22. 910638a [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK by Matthias Gehre · 18 years ago
  23. 2e1ca21 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  24. 6613f82 [ATM] suni: cast arg properly in SONET_SETFRAMING by Alexey Dobriyan · 18 years ago
  25. c027f5f [ATM]: [fore200e] fix section mismatch warnings by Sam Ravnborg · 18 years ago
  26. cc00628 kbuild: ignore all generated files for make allmodconfig (x86_64) by Sam Ravnborg · 18 years ago
  27. 79a3464 [ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanup by Jesper Juhl · 19 years ago
  28. 2087ff3 [PATCH] frv: fix uninitialised variable in atm nicstar driver by David Howells · 19 years ago
  29. 7877327 [PATCH] drivers/atm/adummy.c NULL noise removal by Al Viro · 19 years ago
  30. fb296449 [ATM]: [adummy] dummy ATM driver (similar to net/dummy) by Chas Williams · 19 years ago
  31. 64bf69d [ATM]: deregistration removes device from atm_devs list immediately by Stanislaw Gruszka · 19 years ago
  32. 4969328 [ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging code by Mitchell Blank Jr · 19 years ago
  33. e91a735 [ATM]: drivers/atm/atmdev_init.c no longer necessary by Jan Pieter · 19 years ago
  34. fd22f1e [ATM]: [lanai] lanai missing unregister by Dave Jones · 19 years ago
  35. c22c28f [ATM]: [lanai] better constification by Mitchell Blank Jr · 19 years ago
  36. b925556 [ATM]: [horizon] fix sparse warnings by Dave Jones · 19 years ago
  37. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  38. 7b5b3f3 [ATM]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  39. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  40. d70063c [ATM]: Fix dereference of uninitialized pointer in zatm by Al Viro · 19 years ago
  41. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  42. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  43. 4aa49d1 [ATM]: zatm: mailbox converted to pci_alloc_consistent() by Francois Romieu · 19 years ago
  44. 5938a7b [ATM]: [ambassador] Fix the sparse warning "implicit cast to nocast type" by Victor Fusco · 19 years ago
  45. c9e4261 [ATM]: [firestream] fix the sparse warning "implicit cast to nocast type" by Victor Fusco · 19 years ago
  46. 5e8676d [ATM]: [he] remove linux/version.h include by Olaf Hering · 19 years ago
  47. e1bd232 [ATM]: [idt77252] use time_after() macro by Marcelo Feitoza Parisi · 19 years ago
  48. 43f51fc [ATM]: [zatm] eliminate kfree warning (from Tobias Hirning <sskyman@web.de>) by Chas Williams · 19 years ago
  49. a2c1aa5 [ATM]: [drivers] kill pointless NULL checks and casts before kfree() by Jesper Juhl · 19 years ago
  50. 3087e1f [ATM]: fix ATM makefile for out-of-source-tree builds by Jan Beulich · 19 years ago
  51. 758d11b [ATM]: ENI155P error handling fix by Andrew Morton · 19 years ago
  52. 1890082 [ATM]: [fore200e] pci doesn't use global board list; use pci_register_driver() by chas williams · 19 years ago
  53. e5695f0 [ATM]: [he] Use the DMA_32BIT_MASK constant from dma-mapping.h by chas williams · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago