1. efe9e77 mspec: convert nopfn to fault by Nick Piggin · 18 years ago
  2. ffc6421 mm: unexport __alloc_bootmem_core() by Johannes Weiner · 18 years ago
  3. 8ae0446 mm: normalize internal argument passing of bootmem data by Johannes Weiner · 18 years ago
  4. 6b312c0 mm: fix free_all_bootmem_core alignment check by Johannes Weiner · 18 years ago
  5. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 18 years ago
  6. 8b05c7e add a helper function to test if an object is on the stack by FUJITA Tomonori · 18 years ago
  7. 68ad8df mm: print out the zonelists on request for manual verification by Mel Gorman · 18 years ago
  8. 2dbb51c mm: make defensive checks around PFN values registered for memory usage by Mel Gorman · 18 years ago
  9. 708614e mm: verify the page links and memory model by Mel Gorman · 18 years ago
  10. 6b74ab9 mm: add a basic debugging framework for memory initialisation by Mel Gorman · 18 years ago
  11. 9483a57 add HAVE_CLK to Kconfig, for driver dependencies by David Brownell · 18 years ago
  12. d7ce20b remove is_tty() by Adrian Bunk · 18 years ago
  13. d36e74c hpet: clarify maintainer entry by Clemens Ladisch · 18 years ago
  14. e108526 move memory_read_from_buffer() from fs.h to string.h by Akinobu Mita · 18 years ago
  15. 338b9bb Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 18 years ago
  16. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  17. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  18. d7b6de1 Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  19. 30d3854 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  20. af0575b i386 syscall audit fast-path by Roland McGrath · 18 years ago
  21. 5cbf156 x86_64 ia32 syscall audit fast-path by Roland McGrath · 18 years ago
  22. 86a1c34 x86_64 syscall audit fast-path by Roland McGrath · 18 years ago
  23. 15e8f34 x86_64: remove bogus optimization in sysret_signal by Roland McGrath · 18 years ago
  24. 20b7997 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  25. 5554b35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 18 years ago
  26. 0f6e38a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 18 years ago
  27. e669e81 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  28. fc41069 ide: small whitespace fixes by Pavel Machek · 18 years ago
  29. 1a677ab ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings by Harvey Harrison · 18 years ago
  30. 141d3b2 ide: ide-cd.c fix sparse endianness warnings by Harvey Harrison · 18 years ago
  31. 570f89e ide-cd: convert to using the new atapi_flags by Borislav Petkov · 18 years ago
  32. ac77ef8 ide: remove unused PC_FLAG_DRQ_INTERRUPT by Borislav Petkov · 18 years ago
  33. be4c916 ide-scsi: convert to using the new atapi_flags by Borislav Petkov · 18 years ago
  34. f2e3ab5 ide-tape: convert to using the new atapi_flags by Borislav Petkov · 18 years ago
  35. ea68d27 ide-floppy: convert to using the new atapi_flags (take 2) by Borislav Petkov · 18 years ago
  36. 3b8ac53 ide: add per-device flags by Borislav Petkov · 18 years ago
  37. 8fccf89 ide: use rq->cmd instead of pc->c in atapi common code by Borislav Petkov · 18 years ago
  38. 08feacf ide-scsi: pass packet command in rq->cmd by Borislav Petkov · 18 years ago
  39. 0014c75 ide-tape: pass packet command in rq->cmd by Borislav Petkov · 18 years ago
  40. 83dd573 ide-tape: make room for packet command ids in rq->cmd by Borislav Petkov · 18 years ago
  41. 20cd93b ide-floppy: pass packet command in rq->cmd by Borislav Petkov · 18 years ago
  42. 8bcda3b ide: remove pc->callback member from ide_atapi_pc by Borislav Petkov · 18 years ago
  43. db9d286 ide-scsi: use drive->pc_callback instead of pc->callback by Borislav Petkov · 18 years ago
  44. 776bb02 ide-tape: use drive->pc_callback instead of pc->callback by Borislav Petkov · 18 years ago
  45. 2207fa5 ide-floppy: use drive->pc_callback instead of pc->callback by Borislav Petkov · 18 years ago
  46. d7c26eb ide: push pc callback pointer into the ide_drive_t structure by Borislav Petkov · 18 years ago
  47. 4b50750 drivers/ide/ide-tape.c: remove double kfree by Darren Jenkins · 18 years ago
  48. 8a69580 ide: add ide_host_free() helper (take 2) by Bartlomiej Zolnierkiewicz · 18 years ago
  49. 18de101 ide: allocate ide_hwif_t instances dynamically by Bartlomiej Zolnierkiewicz · 18 years ago
  50. af1cbba ide: add ide_ports[] by Bartlomiej Zolnierkiewicz · 18 years ago
  51. 6059143 ide: move ide_remove_port_from_hwgroup() to ide-probe.c by Bartlomiej Zolnierkiewicz · 18 years ago
  52. 8cdf310 ide: fix IDE port slots reservation and freeing (take 2) by Bartlomiej Zolnierkiewicz · 18 years ago
  53. e0d0020 ide: fix ide_host_register() return value by Bartlomiej Zolnierkiewicz · 18 years ago
  54. 6f904d0 ide: add ide_host_add() helper by Bartlomiej Zolnierkiewicz · 18 years ago
  55. 48c3c10 ide: add struct ide_host (take 3) by Bartlomiej Zolnierkiewicz · 18 years ago
  56. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 18 years ago
  57. d6276b5 ide: add 'config' field to hw_regs_t by Bartlomiej Zolnierkiewicz · 18 years ago
  58. edc74b2 ide-generic: probing fix by Bartlomiej Zolnierkiewicz · 18 years ago
  59. 73dc532 gayle: reserve memory resources at once by Bartlomiej Zolnierkiewicz · 18 years ago
  60. 3b2a5c7 ide: filter out "default" transfer mode values in set_xfer_rate() by Bartlomiej Zolnierkiewicz · 18 years ago
  61. c30daac ide: filter out invalid transfer mode values in set_xfer_rate() by Bartlomiej Zolnierkiewicz · 18 years ago
  62. ba4b2e6 ide: remove dead Virtual DMA support by Bartlomiej Zolnierkiewicz · 18 years ago
  63. 472b4bc ide: mark hpt34x host driver as BROKEN by Bartlomiej Zolnierkiewicz · 18 years ago
  64. cbf3d26 ide: limit cy82c693 host driver to ALPHA by Bartlomiej Zolnierkiewicz · 18 years ago
  65. 761052e ide: remove ->INB, ->OUTB and ->OUTBSYNC methods by Bartlomiej Zolnierkiewicz · 18 years ago
  66. 1823649 ide: add ide_read_bcount_and_ireason() helper by Bartlomiej Zolnierkiewicz · 18 years ago
  67. 88a7210 ide: add ide_read_ireason() helper by Bartlomiej Zolnierkiewicz · 18 years ago
  68. 1f2efb8 ide: add ide_read_device() helper by Bartlomiej Zolnierkiewicz · 18 years ago
  69. 92eb438 ide: use ->tf_read in ide_read_error() by Bartlomiej Zolnierkiewicz · 18 years ago
  70. 40f095f ide: use ->tf_load in SELECT_DRIVE() by Bartlomiej Zolnierkiewicz · 18 years ago
  71. 4e65837 ide: use ->tf_load in actual_try_to_identify() by Bartlomiej Zolnierkiewicz · 18 years ago
  72. 59be2c8 ide: use ->tf_load in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 18 years ago
  73. 3c09384 ide: change order of register access in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 18 years ago
  74. 6e6afb3 ide: add ->set_irq method by Bartlomiej Zolnierkiewicz · 18 years ago
  75. 1f6d8a0 ide: add ->read_altstatus method by Bartlomiej Zolnierkiewicz · 18 years ago
  76. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 18 years ago
  77. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 18 years ago
  78. ebb00fb ide: factor out simplex handling from ide_pci_dma_base() by Bartlomiej Zolnierkiewicz · 18 years ago
  79. 81e8d5a ide: remove ide_setup_dma() by Bartlomiej Zolnierkiewicz · 18 years ago
  80. cab7f8e ide: remove ->dma_{status,command} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 18 years ago
  81. ab86f91 ide: use I/O ops directly in ide-dma.c by Bartlomiej Zolnierkiewicz · 18 years ago
  82. b2f951a ide: add ->read_sff_dma_status method by Bartlomiej Zolnierkiewicz · 18 years ago
  83. c97c6ac ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) by Bartlomiej Zolnierkiewicz · 18 years ago
  84. 51d87ed ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device() by Bartlomiej Zolnierkiewicz · 18 years ago
  85. b36ba53 ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2) by Bartlomiej Zolnierkiewicz · 18 years ago
  86. 07eb106 ide-pmac: add ->init_dev method (take 4) by Bartlomiej Zolnierkiewicz · 18 years ago
  87. 7b8797a ide-pmac: store pmif instead of hwif in ->driver_data (take 2) by Bartlomiej Zolnierkiewicz · 18 years ago
  88. 876a425 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 18 years ago
  89. 7c1fed0 UML - Fix boot crash by Jeff Dike · 18 years ago
  90. 4d8f54d drivers/char/nvram.c: Removed duplicated include by Huang Weiyi · 18 years ago
  91. 2db8732 set_irq_wake: fix return code and wake status tracking by Uwe Kleine-König · 18 years ago
  92. 3b216c9 kgdb: kgdboc console poll hooks for mpsc uart by Jason Wessel · 18 years ago
  93. 8e21d04 kgdb: kgdboc console poll hooks for cpm uart by Jason Wessel · 18 years ago
  94. 17ce452 kgdb, powerpc: arch specific powerpc kgdb support by Jason Wessel · 18 years ago
  95. 5cbad0e kgdb: support for ARCH=arm by Jason Wessel · 18 years ago
  96. 68afab1 kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variable by Jason Wessel · 18 years ago
  97. b22d837 Merge branches 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 18 years ago
  98. 6a25077 HID: apple_fn_keys F5 and F6 by Henrik Rydberg · 18 years ago
  99. acc0b7c HID: remove quirk lookup from usbkbd/usbmouse by Jiri Kosina · 18 years ago
  100. 094403c HID: Add mapping of new KEY_MEDIA_REPEAT keycode by Dmitry Torokhov · 18 years ago