1. ae4f8fc bridge: forwarding table information for >256 devices by Stephen Hemminger · 18 years ago
  2. 2218228 Make linux/wireless.h be able to compile by Kirill A. Shutemov · 18 years ago
  3. c2a3b23 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 18 years ago
  4. 51cedda mac80211: use 4-byte mesh sequence number by Luis Carlos Cobo · 18 years ago
  5. c3bb7fad klist: fix coding style errors in klist.h and klist.c by Greg Kroah-Hartman · 18 years ago
  6. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 18 years ago
  7. 4f452e8 devres: support addresses greater than an unsigned long via dev_ioremap by Kumar Gala · 18 years ago
  8. 1cbfb7a sysfs: sysfs_update_group stub for CONFIG_SYSFS=n by Randy Dunlap · 18 years ago
  9. 93dd400 klist: implement klist_add_{after|before}() by Tejun Heo · 18 years ago
  10. 1da43e4 klist: implement KLIST_INIT() and DEFINE_KLIST() by Tejun Heo · 18 years ago
  11. 08acd4f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  12. 008238b Merge branch 'pnp' into release by Len Brown · 18 years ago
  13. ae3a006 inlining: do not allow gcc below version 4 to optimize inlining by Ingo Molnar · 18 years ago
  14. 969a19f Drop the exporting of empty <linux/byteorder/generic.h> by Robert P. J. Day · 18 years ago
  15. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 18 years ago
  16. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 18 years ago
  17. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 18 years ago
  18. 3ac7fe5 infrastructure to debug (dynamic) objects by Thomas Gleixner · 18 years ago
  19. 30327ac slab: add a flag to prevent debug_free checks on a kmem_cache by Thomas Gleixner · 18 years ago
  20. bdf4bba Add macros similar to min/max/min_t/max_t by Harvey Harrison · 18 years ago
  21. f7511d5 Basic braille screen reader support by Samuel Thibault · 18 years ago
  22. 86098fa reiserfs: use open_bdev_excl by Christoph Hellwig · 18 years ago
  23. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 18 years ago
  24. dd5656e mm: bdi: export bdi_writeout_inc() by Miklos Szeredi · 18 years ago
  25. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 18 years ago
  26. 76f1418 mm: bdi: move statistics to debugfs by Miklos Szeredi · 18 years ago
  27. a42dde0 mm: bdi: allow setting a maximum for the bdi dirty limit by Peter Zijlstra · 18 years ago
  28. 189d3c4 mm: bdi: allow setting a minimum for the bdi dirty limit by Peter Zijlstra · 18 years ago
  29. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 18 years ago
  30. caafa43 pidns: make pid->level and pid_ns->level unsigned by Pavel Emelyanov · 18 years ago
  31. 24336ea pids: introduce change_pid() helper by Oleg Nesterov · 18 years ago
  32. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 18 years ago
  33. 718a916 devpts: factor out PTY index allocation by Sukadev Bhattiprolu · 18 years ago
  34. 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 18 years ago
  35. f34d7a5 tty: The big operations rework by Alan Cox · 18 years ago
  36. 76b25a5 char: switch gs, cyclades and esp to return int for put_char by Alan Cox · 18 years ago
  37. 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 18 years ago
  38. 47f8683 redo locking of tty->pgrp by Alan Cox · 18 years ago
  39. 04f378b tty: BKL pushdown by Alan Cox · 18 years ago
  40. 53b6f9f ptrace: introduce ptrace_reparented() helper by Oleg Nesterov · 18 years ago
  41. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 18 years ago
  42. 7648d96 signals: set_restore_sigmask TIF_SIGPENDING by Roland McGrath · 18 years ago
  43. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 18 years ago
  44. fae5fa4 signals: fix /sbin/init protection from unwanted signals by Oleg Nesterov · 18 years ago
  45. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 18 years ago
  46. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 18 years ago
  47. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 18 years ago
  48. 6bfe0b4 md: support blocking writes to an array on device failure by Dan Williams · 18 years ago
  49. 2f35174 Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART by Bryan Wu · 18 years ago
  50. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 18 years ago
  51. dfd2e1b PNPBIOS: remove include/linux/pnpbios.h by Bjorn Helgaas · 18 years ago
  52. 261b20d ISAPNP: remove unused pnp_dev->regs field by Bjorn Helgaas · 18 years ago
  53. 62cfb29 PNP: make interfaces private to the PNP core by Bjorn Helgaas · 18 years ago
  54. 02d83b5 PNP: make pnp_resource_table private to PNP core by Bjorn Helgaas · 18 years ago
  55. 13575e81 PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 18 years ago
  56. b90eca0 PNP: add pnp_get_resource() interface by Bjorn Helgaas · 18 years ago
  57. 2cd139309 PNP: remove unused interfaces using pnp_resource_table by Bjorn Helgaas · 18 years ago
  58. f449000 PNP: add pnp_init_resources(struct pnp_dev *) interface by Bjorn Helgaas · 18 years ago
  59. 59284cb PNP: remove pnp_resource_table from internal get/set interfaces by Bjorn Helgaas · 18 years ago
  60. c1caf06 PNP: add debug output to option registration by Bjorn Helgaas · 18 years ago
  61. 048825d PNP: make pnp_add_card_id() internal to PNP core by Bjorn Helgaas · 18 years ago
  62. 1692b27 PNP: make pnp_add_id() internal to PNP core by Bjorn Helgaas · 18 years ago
  63. ca0e8b6 ISAPNP: move config register addresses out of isapnp.h by Bjorn Helgaas · 18 years ago
  64. e68b16a thermal: add hwmon sysfs I/F by Zhang Rui · 18 years ago
  65. 9ec732f thermal: add new get_crit_temp callback by Zhang, Rui · 18 years ago
  66. 63c4ec9 thermal: add the support for building the generic thermal as a module by Zhang Rui · 18 years ago
  67. 8ab68ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  68. 55224bc ide: remove ->dma_prdtable field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 18 years ago
  69. 41051a1 ide: remove ->dma_vendor{1,3} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 18 years ago
  70. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 18 years ago
  71. 7c0daf2 ide: remove ->INW and ->OUTW methods by Bartlomiej Zolnierkiewicz · 18 years ago
  72. 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 18 years ago
  73. 089c5c7 ide: factor out debugging code from ide_tf_load() by Bartlomiej Zolnierkiewicz · 18 years ago
  74. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 18 years ago
  75. 16bb69c ide: remove ->INS{W,L} and ->OUTS{W,L} methods by Bartlomiej Zolnierkiewicz · 18 years ago
  76. c5dd43e ide: add IDE_HFLAG_MMIO host flag (take 2) by Bartlomiej Zolnierkiewicz · 18 years ago
  77. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 18 years ago
  78. 92d3ab2 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 18 years ago
  79. e97e386 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 18 years ago
  80. cfd299d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 18 years ago
  81. 01d7b36 usbhid endianness annotations and fixes by Al Viro · 18 years ago
  82. 73f20e5 FAT_VALID_MEDIA(): remove pointless test by Andrew Morton · 18 years ago
  83. 606e423 fat: Update free_clusters even if it is untrusted by OGAWA Hirofumi · 18 years ago
  84. 1ae43f8 fat: Add allow_utime option by OGAWA Hirofumi · 18 years ago
  85. 1278fdd fat: fat_notify_change() and check_mode() cleanup by OGAWA Hirofumi · 18 years ago
  86. d5dee5c reiserfs: unpack tails on quota files by Jan Kara · 18 years ago
  87. 8b3e6cd md: introduce get_priority_stripe() to improve raid456 write performance by Dan Williams · 18 years ago
  88. b6f448e PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switch by Andres Salomon · 18 years ago
  89. e4c690e fb: add support for foreign endianness by Anton Vorontsov · 18 years ago
  90. 73fcdc9 i2o: remove static inline forward declarations by Ilpo Järvinen · 18 years ago
  91. 50f8c37 quota: convert stub functions from macros into inlines by Andrew Morton · 18 years ago
  92. 0ff5af8 quota: quota core changes for quotaon on remount by Jan Kara · 18 years ago
  93. 03f6e92 quota: various style cleanups by Jan Kara · 18 years ago
  94. 338bf9a quota: do not allow setting of quota limits to too high values by Andrew Perepechko · 18 years ago
  95. 26b31c1 kprobes: add (un)register_jprobes for batch registration by Masami Hiramatsu · 18 years ago
  96. 4a296e0 kprobes: add (un)register_kretprobes for batch registration by Masami Hiramatsu · 18 years ago
  97. 9861668 kprobes: add (un)register_kprobes for batch registration by Masami Hiramatsu · 18 years ago
  98. 9960257 list.h: add list_is_singular() by Masami Hiramatsu · 18 years ago
  99. 3d8d996 kprobes: prevent probing of preempt_schedule() by Srinivasa Ds · 18 years ago
  100. 0341a4d VT notifier extension for accessibility by Karl Dahlke · 18 years ago