1. d962480 [SCSI] libsas: fix try_test_sas_gpio_gp_bit() build error by Dan Williams · 13 years ago
  2. f6e6703 [SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devices by Dan Williams · 13 years ago
  3. ffaac8f [SCSI] libsas: Allow expander T-T attachments by Luben Tuikov · 13 years ago
  4. 8ec6552 [SCSI] libsas: sgpio write support by Dan Williams · 13 years ago
  5. 6c3633d [SCSI] scsi_dh: Implement match callback function by Hannes Reinecke · 13 years ago
  6. d7c48fe [SCSI] scsi_dh_alua: Evaluate TPGS setting from inquiry data by Hannes Reinecke · 13 years ago
  7. a72c5e5 [SCSI] genhd: add a new attribute "alias" in gendisk by Nao Nishijima · 13 years ago
  8. 76e4e12 [SCSI] scsi scan: don't fail scans when host is in recovery by Mike Christie · 13 years ago
  9. 2944369 [SCSI] scsi: Added support for adapter and firmware reset by Vikas Chaudhary · 13 years ago
  10. fcb5124 [SCSI] scsi_transport_iscsi: Added support to update initiator iscsi port by Vikas Chaudhary · 13 years ago
  11. 8c7d40f [SCSI] scsi_transport_iscsi: Added support to update mtu by Vikas Chaudhary · 13 years ago
  12. 17fa575 [SCSI] scsi_transport_iscsi: Add conn login, kernel to user, event to support offload session login. by Manish Rangankar · 13 years ago
  13. 90eeb01 [SCSI] iscsi class: add bsg support to iscsi class by Mike Christie · 13 years ago
  14. 4223b9e [SCSI] iscsi class: expand vlan support by Mike Christie · 13 years ago
  15. f27fb2e [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs by Mike Christie · 13 years ago
  16. b78dbba [SCSI] iscsi class: remove iface param mask by Mike Christie · 13 years ago
  17. 1d063c1 [SCSI] iscsi class: sysfs group is_visible callout for session attrs by Mike Christie · 13 years ago
  18. 3128c6c [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs by Mike Christie · 13 years ago
  19. 8d07913 [SCSI] iscsi class: add iface representation by Mike Christie · 13 years ago
  20. 56c155b [SCSI] iscsi_transport: add support for net settings by Mike Christie · 13 years ago
  21. d834895 [SCSI] fcoe: Move common functions to fcoe_transport library by Bhanu Prakash Gollapudi · 13 years ago
  22. 4fcf812 [SCSI] libsas: export sas_alloc_task() by Dan Williams · 13 years ago
  23. 5ccc387 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  24. 0c3bef6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  25. b4fd4ae Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  26. aa462ab mm: fix __page_to_pfn for a const struct page argument by Ian Campbell · 13 years ago
  27. f991879 mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. by Ian Campbell · 13 years ago
  28. 6cac952 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  29. 950d0a1 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  30. 4853aba block: fix flush machinery for stacking drivers with differring flush flags by Jeff Moyer · 13 years ago
  31. 97c24d1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  32. 17f2ae7 PM / Domains: Fix build for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 13 years ago
  33. 17987783 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  34. 7fd781e mmc: remove unused "ddr" parameter in struct mmc_ios by Jaehoon Chung · 13 years ago
  35. 73e0881 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  36. ce8a84e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  37. 7ec41ee ASoC: omap: Update e-mail address of Jarkko Nikula by Jarkko Nikula · 13 years ago
  38. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  39. c09c47c blktrace: add FLUSH/FUA support by Namhyung Kim · 13 years ago
  40. 8e4bf84 Move some REQ flags to the common bio/request area by Matthew Wilcox · 13 years ago
  41. 89272b8 dt: add empty of_get_property for non-dt by Stephen Warren · 13 years ago
  42. 6bb615b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  43. 5c723ba mm: Fix fixup_user_fault() for MMU=n by Peter Zijlstra · 13 years ago
  44. 638a8439 cred: use 'const' in get_current_{user,groups} by Linus Torvalds · 13 years ago
  45. 27e4e43 CRED: Restore const to current_cred() by David Howells · 13 years ago
  46. 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
  47. 6602a4b net: Make userland include of netlink.h more sane. by David S. Miller · 13 years ago
  48. a9ba615 ASoC: Rename WM8915 to WM8996 by Mark Brown · 13 years ago
  49. 3295514 fix rcu annotations noise in cred.h by Al Viro · 13 years ago
  50. c2f340a Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  51. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  52. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 13 years ago
  53. 7cd4767 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  54. 8ff660a exofs: Rename raid engine from exofs/ios.c => ore by Boaz Harrosh · 13 years ago
  55. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  56. bc0b96b crypto: Move md5_transform to lib/md5.c by David S. Miller · 13 years ago
  57. 2560540 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 13 years ago
  58. 1eb19a1 lib/sha1: use the git implementation of SHA-1 by Mandeep Singh Baines · 13 years ago
  59. 3300955 Add KEY_MICMUTE and enable it on Lenovo X220 by Andy Lutomirski · 13 years ago
  60. de96355 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  61. 07d952d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  62. 24f0eed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  63. 7f3bf7c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 13 years ago
  64. 655b161 nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4 by Boaz Harrosh · 13 years ago
  65. 53d1e65 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  66. 051963d drm: Separate EDID Header Check from EDID Block Check by Thomas Reim · 13 years ago
  67. 0b57637 Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 into drm-fixes by Dave Airlie · 13 years ago
  68. fe55c18 Revert "dt: add of_alias_scan and of_alias_get_id" by Grant Likely · 13 years ago
  69. 35e51fe Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 13 years ago
  70. c0c770e Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  71. 27665ff Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  72. ebec9a7 drm: track CEA version number if present by Jesse Barnes · 13 years ago
  73. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  74. 69f07ec tmpfs: use kmemdup for short symlinks by Hugh Dickins · 13 years ago
  75. aa3b189 tmpfs: convert mem_cgroup shmem to radix-swap by Hugh Dickins · 13 years ago
  76. 41ffe5d tmpfs: miscellaneous trivial cleanups by Hugh Dickins · 13 years ago
  77. 285b2c4 tmpfs: demolish old swap vector support by Hugh Dickins · 13 years ago
  78. a2c16d6 mm: let swap use exceptional entries by Hugh Dickins · 13 years ago
  79. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  80. 5d6f921 drivers/video/backlight/aat2870_bl.c: fix setting max_current by Axel Lin · 13 years ago
  81. 3dab1bc mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE by Johannes Weiner · 13 years ago
  82. 88eca02 ida: simplified functions for id allocation by Rusty Russell · 13 years ago
  83. dd48c08 fault-injection: add ability to export fault_attr in arbitrary directory by Akinobu Mita · 13 years ago
  84. a0bfa13 cpuidle: stop depending on pm_idle by Len Brown · 13 years ago
  85. d91ee58 cpuidle: replace xen access to x86 pm_idle and default_idle by Len Brown · 13 years ago
  86. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  87. a7e09d4 ACPI: APEI build fix by Len Brown · 13 years ago
  88. ea8f5fb HWPoison: add memory_failure_queue() by Huang Ying · 13 years ago
  89. 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago
  90. f49f23a lib, Add lock-less NULL terminated single list by Huang Ying · 13 years ago
  91. 750f463 dt: add of_alias_scan and of_alias_get_id by Shawn Guo · 13 years ago
  92. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  93. c299eba Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  94. a6b11f5 Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  95. f340681 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 13 years ago
  96. 3567866 RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached by Al Viro · 13 years ago
  97. 951c0d6 get rid of boilerplate switches in posix_acl.h by Al Viro · 13 years ago
  98. 4a8f505 Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from-akpm', 'kexec-param' and 'misc' into release by Len Brown · 13 years ago
  99. f52e00c ACPI: remove NID_INVAL by David Rientjes · 13 years ago
  100. 31f5396 thermal: make THERMAL_HWMON implementation fully internal by Jean Delvare · 13 years ago