1. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  2. 64549e9 ieee1394: raw1394: Do not leak memory on failed trylock. by Michael Buesch · 15 years ago
  3. c640946 ieee1394: constify device ID tables by Stefan Richter · 15 years ago
  4. 4216968 ieee1394: raw1394: add sparse annotations to raw1394_compat_write by Stefan Richter · 15 years ago
  5. 1c4fb57 ieee1394: Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  6. b17a550 ieee1394: mark all hpsb_address_ops instances as const by Stefan Richter · 16 years ago
  7. 6572a28 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  8. 638570b ieee1394: raw1394: fix possible deadlock in multithreaded clients by Stefan Richter · 16 years ago
  9. 1eee21a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  10. 6229df3 device create: ieee1394: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  11. f22e52b ieee1394: raw1394: make write() thread-safe by Stefan Richter · 16 years ago
  12. ddfb908 ieee1394: raw1394: narrow down the state_mutex protected region by Stefan Richter · 16 years ago
  13. 10963ea ieee1394: raw1394: replace BKL by local mutex, make ioctl() and mmap() thread-safe by Stefan Richter · 16 years ago
  14. f71674a device create: ieee1394: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  15. 3aea50a ieee1394: raw1394: Push the BKL down into the driver ioctls by Alan Cox · 16 years ago
  16. e386497 ieee1394: silence defined but not used warning in non-modular builds by Tony Breeds · 16 years ago
  17. cc9429b ieee1394: rawiso: requeue packet for transmission after skipped cycle by Pieter Palmers · 16 years ago
  18. ee2d91e ieee1394: Remove superfluous calls to kobject_set_name(). by Robert P. J. Day · 16 years ago
  19. d2ace29 ieee1394: prevent device binding of raw1394, video1394, dv1394 by Stefan Richter · 16 years ago
  20. a5c52df ieee1394: Add missing "space" by Joe Perches · 17 years ago
  21. 5b26e64 raw1394 __user annotation by Al Viro · 17 years ago
  22. 53c96b4 ieee1394: remove old isochronous ABI by Stefan Richter · 17 years ago
  23. dd7f292 ieee1394: convert ieee1394 from "struct class_device" to "struct device" by Kay Sievers · 17 years ago
  24. 5933708 ieee1394: raw1394: fix a 32/64-bits compat fix by Stefan Richter · 17 years ago
  25. 19f00e6 ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendment by Stefan Richter · 17 years ago
  26. 650c12c ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel by Petr Vandrovec · 17 years ago
  27. 883b97e ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernel by Petr Vandrovec · 17 years ago
  28. ee9be42 ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernel by Petr Vandrovec · 17 years ago
  29. 976da96 ieee1394: raw1394: Fix async send by Petr Vandrovec · 17 years ago
  30. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  31. 7542e0e ieee1394: remove usage of skb_queue as packet queue by Stefan Richter · 17 years ago
  32. 920841d Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  33. 3dc5ea9 ieee1394: cycle timer read extension for raw1394 by Pieter Palmers · 17 years ago
  34. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  35. 0fe4c6f ieee1394: raw1394: prevent unloading of low-level driver by Stefan Richter · 17 years ago
  36. ed30c26 ieee1394: Consolidate driver registering by Ben Collins · 18 years ago
  37. 9868e0e ieee1394: raw1394: defer feature removal of old isoch interface by Stefan Richter · 18 years ago
  38. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  39. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  40. 3253b66 ieee1394: raw1394: arm functions slept in atomic context by Stefan Richter · 18 years ago
  41. 611aa19 ieee1394: safer definition of empty macros by Stefan Richter · 18 years ago
  42. 45289bf [PATCH] ieee1394: raw1394: remove redundant counting semaphore by Stefan Richter · 18 years ago
  43. de4394f [PATCH] ieee1394: update #include directives in midlayer header files by Stefan Richter · 18 years ago
  44. 179e091 [PATCH] drivers: use list_move() by Akinobu Mita · 18 years ago
  45. 7597028 raw1394: fix whitespace after x86_64 compat patch by Ben Collins · 18 years ago
  46. a874844 ieee1394: remove devfs support by Stefan Richter · 18 years ago
  47. 4bc32c4 [PATCH] x86_64: Implement compat code for raw1394 read/write by Andi Kleen · 18 years ago
  48. c64d472 ieee1394/raw1394: LIndent fixes by Jens-Michael Hoffmann · 19 years ago
  49. b12479d raw1394: fix memory deallocation in modify_config_rom by Stefan Richter · 19 years ago
  50. d734f92 drivers/ieee1394/raw1394.c: fix a NULL pointer by Adrian Bunk · 19 years ago
  51. 8551158 kmalloc/kzalloc changes: by Stefan Richter · 19 years ago
  52. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  53. 4a9949d [PATCH] raw1394: fix locking in the presence of SMP and interrupts by Andy Wingo · 19 years ago
  54. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  55. f31c9cf [PATCH] ieee1394: delete legacy module aliases by Jody McIntyre · 19 years ago
  56. 1934b8b [PATCH] Sync up ieee-1394 by Ben Collins · 19 years ago
  57. 7e25ab9 [PATCH] class: convert drivers/ieee1394/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago