1. f6505fe PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  2. 7e2cf31 PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  3. be81b4a PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  4. f5d94ff PNP: pass resources, not indexes, to pnp_check_port(), et al by Bjorn Helgaas · 16 years ago
  5. db9eaea PNP: check for conflicts with all resources, not just earlier ones by Bjorn Helgaas · 16 years ago
  6. 470feb1 PNP: reduce redundancy in pnp_set_current_resources() by Bjorn Helgaas · 16 years ago
  7. 30c016a PNP: reduce redundancy in pnp_check_port() and others by Bjorn Helgaas · 16 years ago
  8. 28ccffc PNP: reduce redundancy in pnp_assign_port() and others by Bjorn Helgaas · 16 years ago
  9. ecfa935 PNP: use conventional "i" for loop indices by Bjorn Helgaas · 16 years ago
  10. 13575e81 PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  11. 53052fe PNP: remove pnp_mem_flags() as an lvalue by Bjorn Helgaas · 16 years ago
  12. b90eca0 PNP: add pnp_get_resource() interface by Bjorn Helgaas · 16 years ago
  13. d948a8d PNP: factor pnp_init_resource_table() and pnp_clean_resource_table() by Bjorn Helgaas · 16 years ago
  14. af11cb2 PNP: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  15. 2cd139309 PNP: remove unused interfaces using pnp_resource_table by Bjorn Helgaas · 16 years ago
  16. 6969c7e PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface by Bjorn Helgaas · 16 years ago
  17. f449000 PNP: add pnp_init_resources(struct pnp_dev *) interface by Bjorn Helgaas · 16 years ago
  18. 81b5c75 PNP: add debug when assigning PNP resources by Bjorn Helgaas · 16 years ago
  19. 72dcc88 PNP: add debug output to encoders by Bjorn Helgaas · 16 years ago
  20. 4ab55d8 PNP: remove more pnp_resource_table arguments by Bjorn Helgaas · 16 years ago
  21. 59284cb PNP: remove pnp_resource_table from internal get/set interfaces by Bjorn Helgaas · 16 years ago
  22. c1caf06 PNP: add debug output to option registration by Bjorn Helgaas · 16 years ago
  23. cdef625 PNPACPI: pass pnp_dev instead of acpi_handle by Bjorn Helgaas · 16 years ago
  24. cd7ec92 PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate by Bjorn Helgaas · 16 years ago
  25. bb84b41 PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource() by Bjorn Helgaas · 16 years ago
  26. 9570a20 PNPACPI: use temporaries to reduce repetition by Bjorn Helgaas · 16 years ago
  27. f7e8466 PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq" by Bjorn Helgaas · 16 years ago
  28. 6bf2aab PNP: add pnp_alloc_card() by Bjorn Helgaas · 16 years ago
  29. 068076d ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id() by Bjorn Helgaas · 16 years ago
  30. e436675 PNP: change pnp_add_card_id() to allocate its own pnp_id structures by Bjorn Helgaas · 16 years ago
  31. 048825d PNP: make pnp_add_card_id() internal to PNP core by Bjorn Helgaas · 16 years ago
  32. bda1e4e PNP: add pnp_alloc_dev() by Bjorn Helgaas · 16 years ago
  33. 25eb846 PNP: add pnp_eisa_id_to_string() by Bjorn Helgaas · 16 years ago
  34. 772defc PNP: change pnp_add_id() to allocate its own pnp_id structures by Bjorn Helgaas · 16 years ago
  35. 1692b27b PNP: make pnp_add_id() internal to PNP core by Bjorn Helgaas · 16 years ago
  36. 4a49049 PNPACPI: continue after _CRS and _PRS errors by Bjorn Helgaas · 16 years ago
  37. ca0e8b6 ISAPNP: move config register addresses out of isapnp.h by Bjorn Helgaas · 16 years ago
  38. 1bd17e6 PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set by Bjorn Helgaas · 16 years ago
  39. a01e035 drivers: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  40. a6a3a17 media: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  41. 172c122 scsi: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  42. 8ab68ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  43. f05c463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 16 years ago
  44. 8da5630 drivers: atm, char fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  45. 7b8ee84 mm: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  46. b331d25 kernel: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  47. d613c3e init: fix integer as NULL pointer warnings by Harvey Harrison · 16 years ago
  48. 7b25543 siimage: coding style cleanup (take 2) by Sergei Shtylyov · 16 years ago
  49. eee4929 ide-cd: clean up cdrom_analyze_sense_data() by Roel Kluin · 16 years ago
  50. a83ead2 ide-cd: fix test unsigned var < 0 by Roel Kluin · 16 years ago
  51. 3ced5c4 ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[] by Alexander Smal · 16 years ago
  52. 1fa5a40 piix: add Asus Eee 701 controller to short cable list by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 2064c94 ARM: always select HAVE_IDE by Adrian Bunk · 16 years ago
  54. 3f31b87 remove the broken ETRAX_IDE driver by Adrian Bunk · 16 years ago
  55. 55224bc ide: remove ->dma_prdtable field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 41051a1 ide: remove ->dma_vendor{1,3} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 669185e scc_pata: add ->dma_host_set and ->dma_start methods by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 22cdd6c ide: skip "VLB sync" if host uses MMIO by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 7c0daf2 ide: remove ->INW and ->OUTW methods by Bartlomiej Zolnierkiewicz · 16 years ago
  61. ca545c1 ide: use IDE I/O helpers directly in ide_tf_{load,read}() by Bartlomiej Zolnierkiewicz · 16 years ago
  62. ea23b8b ns87415: add ->tf_read method by Bartlomiej Zolnierkiewicz · 16 years ago
  63. db2432c scc_pata: add ->tf_{load,read} methods by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 92fcaaa ide-h8300: add ->tf_{load,read} methods by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 6dbceb8 ide-cris: add ->tf_{load,read} methods by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 16 years ago
  67. d309e0b ide: move ide_tf_{load,read} to ide-iops.c by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 089c5c7 ide: factor out debugging code from ide_tf_load() by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 3910dde ide-{floppy,tape,scsi}: 400ns delay is required after executing the command by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 24cc434 siimage: remove proc_reports_siimage() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 165701d siimage: add sil_* I/O ops by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 24a96ae siimage: do clocking register posting earlier in setup_mmio_siimage() by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 16bb69c ide: remove ->INS{W,L} and ->OUTS{W,L} methods by Bartlomiej Zolnierkiewicz · 16 years ago
  76. c5dd43e ide: add IDE_HFLAG_MMIO host flag (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  77. f04ff9c ide-h8300: add ->{in,out}put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 70f91e0 au1xxx-ide: add ->{in,out}put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  79. efa3db1 scc_pata: add ->{in,out}put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 92d3ab2 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 284aa76 ide: fix au1xxx-ide breakage by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 9d04d92 ptrace: conditionalize compat_ptrace_request by Roland McGrath · 16 years ago
  84. e97e386 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  85. 5a1aa8a kconfig: add named choice group by Roman Zippel · 16 years ago
  86. 4898117 kconfig: fix choice dependency check by Roman Zippel · 16 years ago
  87. dfecbec kconifg: 'select' considered less evil by Matthew Wilcox · 16 years ago
  88. beda8ae dontdiff: ignore timeconst.h by Ben Dooks · 16 years ago
  89. a72a431 dontdiff: add modules.order by Ben Dooks · 16 years ago
  90. b5a5e4c kbuild: fix unportability in gen_initramfs_list.sh by Felix Fietkau · 16 years ago
  91. d9dedc1 x86_64 vDSO: use initdata by Roland McGrath · 16 years ago
  92. 7f6c69d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  93. 01dee18 kbuild: fix help output to show correct arch by Andres Salomon · 16 years ago
  94. 1e5ad9a mm/memory_hotplug.c must #include "internal.h" by Adrian Bunk · 16 years ago
  95. 5dffbe8 kbuild: show defconfig subdirs in make help by Segher Boessenkool · 16 years ago
  96. 79d6e53 kconfig: reversed borderlines in inputbox by Roel Kluin · 16 years ago
  97. 0c96c59 hrtimer: raise softirq unlocked to avoid circular lock dependency by Thomas Gleixner · 16 years ago
  98. e56a727 [CPUFREQ] Make acpi-cpufreq more robust against BIOS freq changes behind our back. by Venkatesh Pallipadi · 16 years ago
  99. c938ac2 [CPUFREQ] change cpu freq tables to per_cpu variables by Mike Travis · 16 years ago
  100. 25aca34 [CPUFREQ] fix show_trans_table by Cesar Eduardo Barros · 16 years ago