1. ea26105 Merge branch 'bjorn-HID' into release by Len Brown · 15 years ago
  2. a72bfd4 writeback: pass in super_block to bdi_start_writeback() by Jens Axboe · 15 years ago
  3. 99c4a63 at91_can: Forgotten git 'add' of at91_can.c by David S. Miller · 15 years ago
  4. 43c2ed8 TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2 by Sriram · 15 years ago
  5. c0181d4 ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl by Jarek Poplawski · 15 years ago
  6. 57f3674 ACPI: simplify building device HID/CID list by Bjorn Helgaas · 15 years ago
  7. 6622d8c ACPI: remove acpi_device_uid() and related stuff by Bjorn Helgaas · 15 years ago
  8. 1131b93 ACPI: remove acpi_device.flags.hardware_id by Bjorn Helgaas · 15 years ago
  9. b2972f8 ACPI: remove acpi_device.flags.compatible_ids by Bjorn Helgaas · 15 years ago
  10. 7f47fa6 ACPI: maintain a single list of _HID and _CID IDs by Bjorn Helgaas · 15 years ago
  11. b1fbfb2 ACPI: make sure every acpi_device has an ID by Bjorn Helgaas · 15 years ago
  12. ea8d82f ACPI: use acpi_device_hid() when possible by Bjorn Helgaas · 15 years ago
  13. 78b8e14 ACPI: fix synthetic HID for \_SB_ by Bjorn Helgaas · 15 years ago
  14. e3b87f8 ACPI: handle re-enumeration, when acpi_devices might already exist by Bjorn Helgaas · 15 years ago
  15. 778cbc1 ACPI: factor out device type and status checking by Bjorn Helgaas · 15 years ago
  16. 402ac53 ACPI: add acpi_bus_get_status_handle() by Bjorn Helgaas · 15 years ago
  17. 51a85fa ACPI: use acpi_walk_namespace() to enumerate devices by Bjorn Helgaas · 15 years ago
  18. 859ac9a4 ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE by Bjorn Helgaas · 15 years ago
  19. adc08e2 ACPI: enumerate namespace before adding functional fixed hardware devices by Bjorn Helgaas · 15 years ago
  20. 8e029bf ACPI: convert acpi_bus_scan() to operate on an acpi_handle by Bjorn Helgaas · 15 years ago
  21. 5c478f4 ACPI: add acpi_bus_get_parent() and remove "parent" arguments by Bjorn Helgaas · 15 years ago
  22. 77c2488 ACPI: remove unnecessary argument checking by Bjorn Helgaas · 15 years ago
  23. c7bcb4e ACPI: remove redundant "type" arguments by Bjorn Helgaas · 15 years ago
  24. bc3b077 ACPI: remove acpi_device_set_context() "type" argument by Bjorn Helgaas · 15 years ago
  25. ccba2a3 ACPI: use device_type rather than comparing HID by Bjorn Helgaas · 15 years ago
  26. caaa6ef ACPI: save device_type in acpi_device by Bjorn Helgaas · 15 years ago
  27. 66b7ed4 ACPI: remove redundant "handle" and "parent" arguments by Bjorn Helgaas · 15 years ago
  28. e8b945c ACPI: remove unused acpi_bus_scan_fixed() argument by Bjorn Helgaas · 15 years ago
  29. 29aaefa ACPI: add debug for device addition by Bjorn Helgaas · 15 years ago
  30. b247150 ACPICA: fixup after acpi_get_object_info() change by Bjorn Helgaas · 15 years ago
  31. a91eba5 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-davem by David S. Miller · 15 years ago
  32. 3321b79 cifs: fix locking and list handling code in cifs_open and its helper by Jeff Layton · 15 years ago
  33. de078ef alpha: fix build after vmlinux.lds.S cleanup by Sam Ravnborg · 15 years ago
  34. d71789b mips: fix build of vmlinux.lds by Manuel Lauss · 15 years ago
  35. 6d7f18f Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  36. 56a131d writeback: writeback_inodes_sb() should use bdi_start_writeback() by Jens Axboe · 15 years ago
  37. b3af946 writeback: don't delay inodes redirtied by a fast dirtier by Wu Fengguang · 15 years ago
  38. 9ecc273 writeback: make the super_block pinning more efficient by Jens Axboe · 15 years ago
  39. cf13730 writeback: don't resort for a single super_block in move_expired_inodes() by Jens Axboe · 15 years ago
  40. 5c03449 writeback: move inodes from one super_block together by Shaohua Li · 15 years ago
  41. 5b0830c writeback: get rid to incorrect references to pdflush in comments by Jens Axboe · 15 years ago
  42. 71fd05a writeback: improve readability of the wb_writeback() continue/break logic by Jens Axboe · 15 years ago
  43. ae1b7f7 writeback: cleanup writeback_single_inode() by Wu Fengguang · 15 years ago
  44. 7fbdea3 writeback: kupdate writeback shall not stop when more io is possible by Wu Fengguang · 15 years ago
  45. d3ddec7 writeback: stop background writeback when below background threshold by Wu Fengguang · 15 years ago
  46. 3a2e9a5 writeback: balance_dirty_pages() shall write more than dirtied pages by Wu Fengguang · 15 years ago
  47. a5989bd fs: Fix busyloop in wb_writeback() by Jan Kara · 15 years ago
  48. 2c86963 [IA64] implement ticket locks for Itanium by Tony Luck · 15 years ago
  49. 53cddfc Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  50. c09c2d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  51. 5c3cc20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  52. 704daf5 Merge branch 'x86/asm' into x86/urgent by Ingo Molnar · 15 years ago
  53. 38461c5 [WATCHDOG] Add support for the Avionic Design Xanthos watchdog timer. by Thierry Reding · 15 years ago
  54. a79aebf sh_mobile_ceu_camera: fix compile breakage, caused by a bad merge by Guennadi Liakhovetski · 15 years ago
  55. ecb6fd5 sh: Add support DMA Engine to SH7780 by Nobuhiro Iwamatsu · 15 years ago
  56. 8255fff sh: Add support DMA Engine to SH7722 by Nobuhiro Iwamatsu · 15 years ago
  57. c373ba9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 15 years ago
  58. 6f3529f sh: enable onenand support in kfr2r09 defconfig. by Paul Mundt · 15 years ago
  59. 5d65498 sh: update defconfigs. by Paul Mundt · 15 years ago
  60. 15dd478 [CIFS] Remove build warning by Steve French · 15 years ago
  61. 5d2c0e2 cifs: fix problems with last two commits by Jeff Layton · 15 years ago
  62. 3e9ad52 sh: add FSI driver support for ms7724se by Kuninori Morimoto · 15 years ago
  63. 0f59e61 [CIFS] Fix build break when keys support turned off by Steve French · 15 years ago
  64. 851b147 Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev by Linus Torvalds · 15 years ago
  65. 8e44e43 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  66. 06aab5a NOMMU: Ignore mmap() address param as it is a hint by David Howells · 15 years ago
  67. 934831d NOMMU: Fallback for is_vmalloc_or_module_addr() should be inline by David Howells · 15 years ago
  68. 645d83c NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directly by David Howells · 15 years ago
  69. c775197 FRV: Flash mappings for the MB93090-MB00 motherboard by David Howells · 15 years ago
  70. 9d93f00 alpha: Clean up linker script using new linker script macros. by Geoffrey Thomas · 15 years ago
  71. ea12c2e alpha: use .data.init_task instead of .data.init_thread. by Tim Abbott · 15 years ago
  72. 62bef28 powerpc: Cleanup linker script using new linker script macros. by Tim Abbott · 15 years ago
  73. 4a5e351 blackfin: Cleanup linker script using new linker script macros. by Tim Abbott · 15 years ago
  74. 4295f8b mn10300: Clean up linker script using higher-level macros. by Tim Abbott · 15 years ago
  75. eb121d1 h8300: Cleanup linker script using new linker script macros. by Tim Abbott · 15 years ago
  76. 5d150a97 um: Clean up linker script using standard macros. by Tim Abbott · 15 years ago
  77. cd3db32 xtensa: Cleanup linker script using new linker script macros. by Tim Abbott · 15 years ago
  78. ab635e7 parisc: Remove useless altinstructions code copied from x86. by Tim Abbott · 15 years ago
  79. 57a8e11 parisc: Clean up linker script using new linker script macros. by Tim Abbott · 15 years ago
  80. 1b20862 Optimize the ordering of sections in RW_DATA_SECTION. by Tim Abbott · 15 years ago
  81. e9ea0e2 hugetlb_file_setup(): use C, not cpp by Andrew Morton · 15 years ago
  82. c44972f procfs: disable per-task stack usage on NOMMU by Andrew Morton · 15 years ago
  83. b9b9df6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 15 years ago
  84. 5f8fe42 Merge branch 'for-linus' of git://repo.or.cz/cris-mirror by Linus Torvalds · 15 years ago
  85. d9fbd9a Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  86. f25f60b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  87. d7757be1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  88. b827357 genetlink: fix netns vs. netlink table locking (2) by Johannes Berg · 15 years ago
  89. 704cc92 3c59x: Get rid of "Trying to free already-free IRQ" by Anton Vorontsov · 15 years ago
  90. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  91. edf42a2 ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2 by Sebastian Haas · 15 years ago
  92. 0c01695 net: fix htmldocs sunrpc, clnt.c by Jaswinder Singh Rajput · 15 years ago
  93. 18a1166 Phonet: error on broadcast sending (unimplemented) by Rémi Denis-Courmont · 15 years ago
  94. 582b0b6 Phonet: fix race for port number in concurrent bind() by Rémi Denis-Courmont · 15 years ago
  95. ef87979 pktgen: better scheduler friendliness by Stephen Hemminger · 15 years ago
  96. 6b80d6a pktgen: T_TERMINATE flag is unused by Stephen Hemminger · 15 years ago
  97. 0915921 ipv4: check optlen for IP_MULTICAST_IF option by Shan Wei · 15 years ago
  98. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  99. 89133f9 clocksource: Resume clocksource without taking the clocksource mutex by Martin Schwidefsky · 15 years ago
  100. 9beba3c futex: Add memory barrier commentary to futex_wait_queue_me() by Darren Hart · 15 years ago