1. 2c4aabc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  2. a98889f [MTD][NOR] Add physical address to point() method by Jared Hulbert · 16 years ago
  3. 03fc922 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  4. c32e026 quota: add a convenience macro for filesystems by Jan Kara · 16 years ago
  5. 99da904 jsm: add new supported board to jsm serial driver by Scott Kilau · 16 years ago
  6. 2850699 sysfs: sysfs_update_group stub for CONFIG_SYSFS=n by Randy Dunlap · 16 years ago
  7. 34990cf Add a new sysfs_streq() string comparison function by David Brownell · 16 years ago
  8. 7dffa3c ntp: handle leap second via timer by Roman Zippel · 16 years ago
  9. 8383c42 ntp: remove current_tick_length() by Roman Zippel · 16 years ago
  10. 7fc5c78 ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT by Roman Zippel · 16 years ago
  11. 153b5d0 ntp: support for TAI by Roman Zippel · 16 years ago
  12. 9f14f66 ntp: increase time_offset resolution by Roman Zippel · 16 years ago
  13. 074b3b8 ntp: increase time_freq resolution by Roman Zippel · 16 years ago
  14. eea83d8 ntp: NTP4 user space bits update by Roman Zippel · 16 years ago
  15. f8bd225 remove div_long_long_rem by Roman Zippel · 16 years ago
  16. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  17. 2418f4f introduce explicit signed/unsigned 64bit divide by Roman Zippel · 16 years ago
  18. ea01e79 module: reduce module image and resident size by Rusty Russell · 16 years ago
  19. a58730c module: make module_sect_attrs private to kernel/module.c by Rusty Russell · 16 years ago
  20. c3bb7fad klist: fix coding style errors in klist.h and klist.c by Greg Kroah-Hartman · 16 years ago
  21. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 16 years ago
  22. 4f452e8 devres: support addresses greater than an unsigned long via dev_ioremap by Kumar Gala · 16 years ago
  23. 1cbfb7a sysfs: sysfs_update_group stub for CONFIG_SYSFS=n by Randy Dunlap · 16 years ago
  24. 93dd400 klist: implement klist_add_{after|before}() by Tejun Heo · 16 years ago
  25. 1da43e4 klist: implement KLIST_INIT() and DEFINE_KLIST() by Tejun Heo · 16 years ago
  26. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  27. 008238b Merge branch 'pnp' into release by Len Brown · 16 years ago
  28. ae3a006 inlining: do not allow gcc below version 4 to optimize inlining by Ingo Molnar · 16 years ago
  29. 969a19f Drop the exporting of empty <linux/byteorder/generic.h> by Robert P. J. Day · 16 years ago
  30. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 16 years ago
  31. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 16 years ago
  32. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 16 years ago
  33. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 16 years ago
  34. 30327ac slab: add a flag to prevent debug_free checks on a kmem_cache by Thomas Gleixner · 16 years ago
  35. bdf4bba Add macros similar to min/max/min_t/max_t by Harvey Harrison · 16 years ago
  36. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  37. 86098fa reiserfs: use open_bdev_excl by Christoph Hellwig · 16 years ago
  38. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  39. dd5656e mm: bdi: export bdi_writeout_inc() by Miklos Szeredi · 16 years ago
  40. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  41. 76f1418 mm: bdi: move statistics to debugfs by Miklos Szeredi · 16 years ago
  42. a42dde0 mm: bdi: allow setting a maximum for the bdi dirty limit by Peter Zijlstra · 16 years ago
  43. 189d3c4 mm: bdi: allow setting a minimum for the bdi dirty limit by Peter Zijlstra · 16 years ago
  44. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 16 years ago
  45. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 16 years ago
  46. 24336ea pids: introduce change_pid() helper by Oleg Nesterov · 16 years ago
  47. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 16 years ago
  48. 718a916 devpts: factor out PTY index allocation by Sukadev Bhattiprolu · 16 years ago
  49. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 16 years ago
  50. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  51. 76b25a5 char: switch gs, cyclades and esp to return int for put_char by Alan Cox · 16 years ago
  52. 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 16 years ago
  53. 47f8683 redo locking of tty->pgrp by Alan Cox · 16 years ago
  54. 04f378b tty: BKL pushdown by Alan Cox · 16 years ago
  55. 53b6f9f ptrace: introduce ptrace_reparented() helper by Oleg Nesterov · 16 years ago
  56. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 16 years ago
  57. 7648d96 signals: set_restore_sigmask TIF_SIGPENDING by Roland McGrath · 16 years ago
  58. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  59. fae5fa4 signals: fix /sbin/init protection from unwanted signals by Oleg Nesterov · 16 years ago
  60. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  61. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 16 years ago
  62. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 16 years ago
  63. 6bfe0b4 md: support blocking writes to an array on device failure by Dan Williams · 16 years ago
  64. 2f35174 Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART by Bryan Wu · 16 years ago
  65. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  66. dfd2e1b PNPBIOS: remove include/linux/pnpbios.h by Bjorn Helgaas · 16 years ago
  67. 261b20d ISAPNP: remove unused pnp_dev->regs field by Bjorn Helgaas · 16 years ago
  68. 62cfb29 PNP: make interfaces private to the PNP core by Bjorn Helgaas · 16 years ago
  69. 02d83b5 PNP: make pnp_resource_table private to PNP core by Bjorn Helgaas · 16 years ago
  70. 13575e81 PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 16 years ago
  71. b90eca0 PNP: add pnp_get_resource() interface by Bjorn Helgaas · 16 years ago
  72. 2cd139309 PNP: remove unused interfaces using pnp_resource_table by Bjorn Helgaas · 16 years ago
  73. f449000 PNP: add pnp_init_resources(struct pnp_dev *) interface by Bjorn Helgaas · 16 years ago
  74. 59284cb PNP: remove pnp_resource_table from internal get/set interfaces by Bjorn Helgaas · 16 years ago
  75. c1caf06 PNP: add debug output to option registration by Bjorn Helgaas · 16 years ago
  76. 048825d PNP: make pnp_add_card_id() internal to PNP core by Bjorn Helgaas · 16 years ago
  77. 1692b27b PNP: make pnp_add_id() internal to PNP core by Bjorn Helgaas · 16 years ago
  78. ca0e8b6 ISAPNP: move config register addresses out of isapnp.h by Bjorn Helgaas · 16 years ago
  79. e68b16a thermal: add hwmon sysfs I/F by Zhang Rui · 16 years ago
  80. 9ec732f thermal: add new get_crit_temp callback by Zhang, Rui · 16 years ago
  81. 63c4ec9 thermal: add the support for building the generic thermal as a module by Zhang Rui · 16 years ago
  82. 8ab68ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  83. 55224bc ide: remove ->dma_prdtable field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 41051a1 ide: remove ->dma_vendor{1,3} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 7c0daf2 ide: remove ->INW and ->OUTW methods by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 089c5c7 ide: factor out debugging code from ide_tf_load() by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 16bb69c ide: remove ->INS{W,L} and ->OUTS{W,L} methods by Bartlomiej Zolnierkiewicz · 16 years ago
  91. c5dd43e ide: add IDE_HFLAG_MMIO host flag (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 92d3ab2 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 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
  95. cfd299d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  96. 01d7b36 usbhid endianness annotations and fixes by Al Viro · 16 years ago
  97. 73f20e5 FAT_VALID_MEDIA(): remove pointless test by Andrew Morton · 16 years ago
  98. 606e423 fat: Update free_clusters even if it is untrusted by OGAWA Hirofumi · 16 years ago
  99. 1ae43f8 fat: Add allow_utime option by OGAWA Hirofumi · 16 years ago
  100. 1278fdd fat: fat_notify_change() and check_mode() cleanup by OGAWA Hirofumi · 16 years ago