1. e53cd45 ide: remove ->noprobe field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  2. e5e076a ide-cd: fix remaining checkpatch.pl issues by Borislav Petkov · 16 years ago
  3. 83c8565 ide-cd: shorten lines longer than 80 columns by Borislav Petkov · 16 years ago
  4. 5a3ea3b ide-cd: fixup comments by Borislav Petkov · 16 years ago
  5. 5e657a9 ide-cd: put all proc-related code at one place by Borislav Petkov · 16 years ago
  6. 9aba468 ide-cd: include proper headers by Borislav Petkov · 16 years ago
  7. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  8. c837c93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  9. 1292ebb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  10. d9c04d6 Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 16 years ago
  11. 784506c ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 4764b68 sis5513: fail early for unsupported chipsets by Bartlomiej Zolnierkiewicz · 16 years ago
  13. eb7a07e it821x: fix kzalloc() failure handling by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 79472b6 qd65xx: use IDE_HFLAG_SINGLE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  15. d07616f qd65xx: always use ->selectproc method by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 1134b6f ide-cd: put proc-related functions together under single ifdef by Borislav Petkov · 16 years ago
  17. 177773e ide-cd: Replace __FUNCTION__ with __func__ by Paolo Ciarrocchi · 16 years ago
  18. 9ce70fb IDE: Coding Style fixes to drivers/ide/ide-cd.c by Paolo Ciarrocchi · 16 years ago
  19. 175f354 IDE: Coding Style fixes to drivers/ide/pci/cy82c693.c by Paolo Ciarrocchi · 16 years ago
  20. a282619 IDE: Coding Style fixes to drivers/ide/pci/it8213.c by Paolo Ciarrocchi · 16 years ago
  21. 52d3ccf IDE: Coding Style fixes to drivers/ide/ide-floppy.c by Paolo Ciarrocchi · 16 years ago
  22. 38bdb41 IDE: Coding Style fixes to drivers/ide/legacy/ali14xx.c by Paolo Ciarrocchi · 16 years ago
  23. ec29782 IDE: Coding Style fixes to drivers/ide/legacy/hd.c by Paolo Ciarrocchi · 16 years ago
  24. 4752b5e IDE: Coding Style fixes to drivers/ide/pci/cmd640.c by Paolo Ciarrocchi · 16 years ago
  25. 4eb68a2 IDE: Coding Style fixes to drivers/ide/pci/opti621.c by Paolo Ciarrocchi · 16 years ago
  26. 177b8fe IDE: Coding Style fixes to drivers/ide/ide-pnp.c by Paolo Ciarrocchi · 16 years ago
  27. 441e92d IDE: Coding Style fixes to drivers/ide/ide-proc.c by Paolo Ciarrocchi · 16 years ago
  28. f94e008 IDE: Coding Style fixes to drivers/ide/legacy/ide-4drives.c by Paolo Ciarrocchi · 16 years ago
  29. 0905bc9 IDE: Coding Style fixes to drivers/ide/legacy/umc8672.c by Paolo Ciarrocchi · 16 years ago
  30. 17deabd IDE: Coding Style fixes to drivers/ide/pci/generic.c by Paolo Ciarrocchi · 16 years ago
  31. 740694f IDE: Coding Style fixes to drivers/ide/pci/jmicron.c by Paolo Ciarrocchi · 16 years ago
  32. 1eb3c2e IDE: Coding Style fixes to drivers/ide/pci/sis5513.c by Paolo Ciarrocchi · 16 years ago
  33. 5749c84 IDE: Coding Style fixes to drivers/ide/pci/slc90e66.c by Paolo Ciarrocchi · 16 years ago
  34. 5c634bb IDE: Coding Style fixes to drivers/ide/pci/tc86c001.c by Paolo Ciarrocchi · 16 years ago
  35. 846bb88 IDE: Coding Style fixes to drivers/ide/setup-pci.c by Paolo Ciarrocchi · 16 years ago
  36. 05230e2 ide: remove hwif->straight8 flag by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 951784b ide: remove IDE_HFLAG_CY82C693 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  38. cb5528a falconide: fix resources reservation (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 54c0539 ide-mpc8xx: fix resources reservation by Bartlomiej Zolnierkiewicz · 16 years ago
  40. cb7500d ide-mpc8xx: make m8xx_ide_init_ports() return an error value by Bartlomiej Zolnierkiewicz · 16 years ago
  41. b81c226 bast-ide: fix resources reservation by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 7f6f33c delkin_cb: fix resources handling by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 3e2990e ide_platform: fix resources handling by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 968c496 ide-cd: remove the internal 64k buffer by Borislav Petkov · 16 years ago
  45. 9841654 ide-disk: fix issues found by checkpatch.pl by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 799ee57 ide-disk: add proc_idedisk_read_smart() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 1a2f84e ide: unexport ide_hwifs[] by Bartlomiej Zolnierkiewicz · 16 years ago
  48. dc9114e ide-generic: use ide_find_port() (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  49. e277f91 ide: use ide_find_port() in legacy VLB host drivers (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  50. fe80b93 ide: merge ide_match_hwif() and ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 078fdf7 ide: remove PIO "downgrade" quirk by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 00fe8b7 ide: use DIV_ROUND_UP by Julia Lawall · 16 years ago
  53. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 7daf66d qd65xx: return error value in qd_probe() by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 2e4ed29 ht6560b: use driver name for resource allocation by Bartlomiej Zolnierkiewicz · 16 years ago
  56. d147e7d umc8672: don't use ide_hwifs[] in umc_set_pio_mode() by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 589b062 scc_pata: store 'hwif' pointer in struct scc_ports by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 84f05df cmd640: use ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 9523076 cmd640: remove cmd_drives[] by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 4f7bada au1xxx-ide: use ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 3fd4d20 scc_pata: use ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  62. e7ee1d5 sgiioc4: use ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 939b0f1 ide-pmac: use ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 5297a3e ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 7d9f3d5 swarm: use ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 59bff5b ide: cleanup ide_find_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  67. bad7c82 ide: cleanup ide_match_hwif() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 1baccff ide: make ide_pci_check_iomem() actually work by Sergei Shtylyov · 16 years ago
  69. 938da77 ide/Kconfig: BLK_DEV_4DRIVES should be a tristate by Frederik Deweerdt · 16 years ago
  70. 37c45df V4L/DVB (7751): ir-kbd-i2c: Save a temporary memory allocation in ir_probe by Jean Delvare · 16 years ago
  71. b33d24c V4L/DVB (7750): au0828/ cleanups and fixes by Adrian Bunk · 16 years ago
  72. b9ef6bb V4L/DVB (7748): tuner-core: some adjustments at tuner logs, if debug enabled by Mauro Carvalho Chehab · 16 years ago
  73. 0e3cbe8 V4L/DVB (7746): pvrusb2: make signed one-bit bitfields unsigned by Harvey Harrison · 16 years ago
  74. 4aef8fd V4L/DVB (7744): pvrusb2-dvb: add atsc/qam support for Hauppauge pvrusb2 model 751xx by Michael Krufky · 16 years ago
  75. d893d5d V4L/DVB (7742): cx88: Add support for the DViCO FusionHDTV_7_GOLD digital modes by Steven Toth · 16 years ago
  76. 8b4f1d0 V4L/DVB (7741): s5h1411: Adding support for this ATSC/QAM demodulator by Steven Toth · 16 years ago
  77. 8367fe2 V4L/DVB (7740): tuner-xc2028.c dubious !x & y by Harvey Harrison · 16 years ago
  78. a45e0b4 V4L/DVB (7739): mt312.h: dubious one-bit signed bitfield by Harvey Harrison · 16 years ago
  79. d0d1422 V4L/DVB (7735): Fix compilation for au0828 by Brandon Philips · 16 years ago
  80. 094f9b4 V4L/DVB (7734): em28xx: copy and paste error in em28xx_init_isoc by Janne Grunau · 16 years ago
  81. 50fa46b V4L/DVB (7733): blackbird_find_mailbox negative return ignored in blackbird_initialize_codec() by Roel Kluin · 16 years ago
  82. 63b79cf V4L/DVB (7732): vivi: fix a warning by Mauro Carvalho Chehab · 16 years ago
  83. 09aa356 agp: convert drivers/char/agp/frontend.c to use unlocked_ioctl by Mathieu Segaud · 16 years ago
  84. 4ab92bc agp: fix shadowed variable warning in amd-k7-agp.c by Harvey Harrison · 16 years ago
  85. b74e208 drm: _end is shadowing real _end, just rename it. by Dave Airlie · 16 years ago
  86. ac741ab drm/vbl rework: rework how the drm deals with vblank. by Jesse Barnes · 16 years ago
  87. 2c14f28 drm: reorganise minor number handling using backported modesetting code. by Dave Airlie · 16 years ago
  88. 7b832b5 drm/i915: Handle tiled buffers in vblank tasklet by Keith Packard · 16 years ago
  89. a36b7dc drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblank by Keith Packard · 16 years ago
  90. f1c3e67 drm: Remove unneeded dma sync in ATI pcigart alloc by Benjamin Herrenschmidt · 16 years ago
  91. 5ff6461 drm: Fix mismerge of non-coherent DMA patch by Benjamin Herrenschmidt · 16 years ago
  92. b1721d0 v4l/dvb: add statics to avoid multiple definitions by Harvey Harrison · 16 years ago
  93. a929107 mac-hid: fix build after lockdep annotation by Harvey Harrison · 16 years ago
  94. b9fa38f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  95. eb855fd Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 16 years ago
  96. bf16ae2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-pat by Linus Torvalds · 16 years ago
  97. 50be491 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  98. 37b05b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  99. ce1d5b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  100. 6f97b22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago