1. c5f4175 notifiers: sys: move reboot notifiers into reboot.h by Amerigo Wang · 13 years ago
  2. dcfe142 notifiers: net: move netdevice notifiers into netdevice.h by Amerigo Wang · 13 years ago
  3. 80f1ff9 notifiers: cpu: move cpu notifiers into cpu.h by Amerigo Wang · 13 years ago
  4. a1bb73d drivers/misc: add support the FSA9480 USB Switch by Donggeun Kim · 13 years ago
  5. b9d4f42 include/linux/kernel.h: hide internal macros from userspace by Arnaud Lacombe · 13 years ago
  6. 9d00f92 include/linux/kernel.h: fix a headers_check warning by WANG Cong · 13 years ago
  7. a0e44d4 include/linux/ioport.h: new helper to define common struct resource constructs by Uwe Kleine-König · 13 years ago
  8. 5190f0c asm-generic/system.h: drop useless __KERNEL__ by Mike Frysinger · 13 years ago
  9. 708e350 tmpfs: clone shmem_file_splice_read() by Hugh Dickins · 13 years ago
  10. 2efaca9 mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 13 years ago
  11. 85821aa mm: truncate functions are in truncate.c by Hugh Dickins · 13 years ago
  12. 5e5358e mm: cleanup descriptions of filler arg by Hugh Dickins · 13 years ago
  13. c9d8c3d mm/memblock.c: avoid abuse of RED_INACTIVE by Andrew Morton · 13 years ago
  14. 1123983 oom: remove references to old badness() function by David Rientjes · 13 years ago
  15. c27fe4c8 pagewalk: add locking-rule comments by KOSAKI Motohiro · 13 years ago
  16. 080e2be xen/balloon: memory hotplug support for Xen balloon driver by Daniel Kiper · 13 years ago
  17. 9d0ad8c mm: extend memory hotplug API to allow memory hotplug in virtual machines by Daniel Kiper · 13 years ago
  18. 67db392 mm: use const struct page for r/o page-flag accessor methods by Ian Campbell · 13 years ago
  19. 33dd4e0 mm: make some struct page's const by Ian Campbell · 13 years ago
  20. ee8f248 hugetlb: add phys addr to struct huge_bootmem_page by Becky Bruce · 13 years ago
  21. ee05eff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  22. f1f3b8e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  23. ff0c4ad Merge branch 'for-upstream' of git://openrisc.net/jonas/linux by Linus Torvalds · 13 years ago
  24. fcda12e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  25. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  26. c61264f Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  27. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  28. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  29. 74e08fc modules: add default loader hook implementations by Jonas Bonn · 13 years ago
  30. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 13 years ago
  31. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 13 years ago
  32. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 13 years ago
  33. f5fc879 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  34. d4e0670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  35. e498037 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  36. 9d1c021 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  37. 9d07156 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  38. c0c463d Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  39. 87045b0 Merge branch 'scsi-fixes' by James Bottomley · 13 years ago
  40. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  41. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  42. 4d63055 fs/9p: Clean-up get_protocol_version() to use strcmp by Prem Karat · 13 years ago
  43. 52c14ab net/9p: Remove structure not used in the code by Aneesh Kumar K.V · 13 years ago
  44. e660a82 9p: clean up packet dump code by Eric Van Hensbergen · 13 years ago
  45. a676f08 regmap: Add SPI bus support by Mark Brown · 13 years ago
  46. 9943fa3 regmap: Add I2C bus support by Mark Brown · 13 years ago
  47. b83a313 regmap: Add generic non-memory mapped register access API by Mark Brown · 13 years ago
  48. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  49. 8e20487 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  50. 9e39264ed Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  51. dc43d9f Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  52. 227ad9b Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  53. f9035cd Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  54. a99a7d1 Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  55. bdc7ccf Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  56. 4d4abdc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  57. 0342cbc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  58. 75b56ec Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  59. ed70afc mm/truncate.c: fix build for CONFIG_BLOCK not enabled by Randy Dunlap · 13 years ago
  60. 6d16d6d Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  61. 431bf99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  62. 72f96e0 Merge branch 'for-linus-core' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  63. 5a791ea Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  64. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  65. 22a3b97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  66. acb41c0 Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  67. 8181780 Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  68. 41bf371 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  69. c7c8518 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  70. ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  71. 441c196 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  72. 951cc93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  73. a91f423 Merge branches 'roccat', 'upstream' and 'wiimote' into for-linus by Jiri Kosina · 13 years ago
  74. a7e1aab Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  75. 111ad11 Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  76. 997271c Merge branch 'stable/pci.cleanups.v1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  77. 0df55ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  78. eadc387 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 13 years ago
  79. f99b788 Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  80. 82ed223 iomap: make IOPORT/PCI mapping functions conditional by Jonas Bonn · 13 years ago
  81. f1ecc69 asm-generic: add MMU variants of io.h functions by Jonas Bonn · 13 years ago
  82. a87e553 asm-generic: delay.h fix udelay and ndelay for 8 bit args by Andrew Morton · 13 years ago
  83. 05aec23 bcma: inform drivers about translation bits needed for the core by Rafał Miłecki · 13 years ago
  84. fa49515 target: Bump version to v4.1.0-rc1-ml by Nicholas Bellinger · 13 years ago
  85. 11650b85 target: remove custom hex2bin() implementation by Andy Shevchenko · 13 years ago
  86. 5de619a target: Update QUEUE ALGORITHM MODIFIER control page default by Nicholas Bellinger · 13 years ago
  87. 1d20bb6 target: ->map_task_SG conversion to ->map_control_SG and ->map_data_SG by Nicholas Bellinger · 13 years ago
  88. 6708bb2 target: Follow up core updates from AGrover and HCH (round 4) by Andy Grover · 13 years ago
  89. ec98f78 target: Eliminate usage of struct se_mem by Andy Grover · 13 years ago
  90. 3a86720 target: Pass 2nd param of transport_split_cdb by value by Andy Grover · 13 years ago
  91. d0229ae target: Enforce 1 page max for control cdb buffer sizes by Andy Grover · 13 years ago
  92. 05d1c7c target: Make all control CDBs scatter-gather by Andy Grover · 13 years ago
  93. e22a7f0 target: Implement Block Device Characteristics VPD page by Roland Dreier · 13 years ago
  94. 07bde79 target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full by Nicholas Bellinger · 13 years ago
  95. 695434e1 target: Add transport_handle_cdb_direct optimization by Nicholas Bellinger · 13 years ago
  96. 3546297 target: merge release_cmd methods by Christoph Hellwig · 13 years ago
  97. db1620a target: remove the unused SCF_* flags by Christoph Hellwig · 13 years ago
  98. dc2e652 target: remove the always-noop ->new_cmd_failure method by Christoph Hellwig · 13 years ago
  99. a1d8b49 target: Updates from AGrover and HCH (round 3) by Andy Grover · 13 years ago
  100. 5951146d target: More core cleanups from AGrover (round 2) by Andy Grover · 13 years ago