1. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  2. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  3. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 13 years ago
  4. 3267382 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 13 years ago
  5. 3905c54 sched, sparc64: Turn cpu_coregroup_mask() into a real function by Stephen Rothwell · 13 years ago
  6. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  7. d430d3d jump label: Introduce static_branch() interface by Jason Baron · 13 years ago
  8. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  9. 97c278e sparc: Hook up syncfs system call. by David S. Miller · 13 years ago
  10. 8547727 remove dma64_addr_t by FUJITA Tomonori · 13 years ago
  11. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  12. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  13. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  14. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  15. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  16. b3f80f6 sparc: Add {open_by,name_to}_handle_at and clock_adjtime syscalls. by David S. Miller · 13 years ago
  17. 1655068 sparc: Provide NO_IRQ definition. by David S. Miller · 13 years ago
  18. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  19. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 14 years ago
  20. a2a211c sparc32: fix build with leon or floppy enabled by Sam Ravnborg · 13 years ago
  21. b7afdb7 sparc32: add irq + smp declarations to headers by Sam Ravnborg · 14 years ago
  22. 7279b82 SPARC/LEON: power down instruction different of different LEONs by Daniel Hellstrom · 14 years ago
  23. 44ed3c0 sparc64: rename virt_irq => irq - II by Sam Ravnborg · 14 years ago
  24. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  25. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  26. 5229645 vfs: add nonconflicting values for O_PATH by Stephen Rothwell · 13 years ago
  27. 0586bed 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
  28. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 13 years ago
  29. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 13 years ago
  30. 4ebb24f dt/sparc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  31. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  32. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 13 years ago
  33. b62818e sparc64: Fix NMI startup bug which also breaks perf. by David S. Miller · 13 years ago
  34. aac7227 rwsem: Move duplicate function prototypes to linux/rwsem.h by Thomas Gleixner · 14 years ago
  35. 41e5887 rwsem: Unify the duplicate rwsem_is_locked() inlines by Thomas Gleixner · 14 years ago
  36. 12249b3 rwsem: Move duplicate init macros and functions to linux/rwsem.h by Thomas Gleixner · 14 years ago
  37. 1c8ed64 rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h by Thomas Gleixner · 14 years ago
  38. c16a87c rwsem: Cleanup includes by Thomas Gleixner · 14 years ago
  39. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  40. f70f5b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 14 years ago
  41. e2305e3 SPARC/LEON: added support for IRQAMP IRQ Controller by Daniel Hellstrom · 14 years ago
  42. 5f66dd3 sparc: fix sparse warnings in arch/sparc/prom for 32 bit build by Sam Ravnborg · 14 years ago
  43. 1f42be4 sparc: remove unused prom tree functions by Sam Ravnborg · 14 years ago
  44. a7e4236 sparc: remove unused prom cpu functions by Sam Ravnborg · 14 years ago
  45. efef2e4 sparc: drop prom/palloc.c by Sam Ravnborg · 14 years ago
  46. 743ceee sparc: drop prom/devmap.c by Sam Ravnborg · 14 years ago
  47. 6c529a2 Merge commit 'v2.6.37-rc7' into perf/core by Ingo Molnar · 14 years ago
  48. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  49. 478b2a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  50. bce5fee sparc: Eliminate prom_stdin. by David S. Miller · 14 years ago
  51. 23bcbf1 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 14 years ago
  52. 595a251 sparc: Write to prom console using indirect buffer. by David S. Miller · 14 years ago
  53. 12c7a35 sparc: Delete prom_*getchar(). by David S. Miller · 14 years ago
  54. e62cac1 sparc: Pass buffer pointer all the way down to prom_{get,put}char(). by David S. Miller · 14 years ago
  55. 004417a perf, arch: Cleanup perf-pmu init vs lockup-detector by Peter Zijlstra · 14 years ago
  56. 91921fe sparc: Do not export prom_nb{get,put}char(). by David S. Miller · 14 years ago
  57. c540ee7 sparc64: Delete prom_setcallback(). by David S. Miller · 14 years ago
  58. f7b5f55 sparc64: Unexport prom_service_exists(). by David S. Miller · 14 years ago
  59. b148246 sparc: Kill prom devops_{32,64}.c by David S. Miller · 14 years ago
  60. 17d70d6 sparc: Remove prom_pathtoinode() by David S. Miller · 14 years ago
  61. f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  62. f0daed0 jump_label: Fix unaligned traps on sparc. by David Miller · 14 years ago
  63. c07724e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  64. 4ad9b20 sparc: remove dma64_addr_t usage by FUJITA Tomonori · 14 years ago
  65. f11b478 fbmem: fix fb_read, fb_write unaligned accesses by James Hogan · 14 years ago
  66. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  67. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  68. 5125c6b sparc: don't #include asm/system.h in asm/jump_label.h by Namhyung Kim · 14 years ago
  69. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  70. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  71. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  72. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  73. 3cfc535 of/promtree: make drivers/of/pdt.c no longer sparc-only by Andres Salomon · 14 years ago
  74. 8d12556 of/sparc: convert various prom_* functions to use phandle by Andres Salomon · 14 years ago
  75. 4e13efc sparc: stop exporting openprom.h header by Andres Salomon · 14 years ago
  76. 153db80 Merge commit 'v2.6.36-rc7' into core/memblock by Ingo Molnar · 14 years ago
  77. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  78. a5a2bad Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  79. dff9d3c jump label: Add sparc64 support by David S. Miller · 14 years ago
  80. c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
  81. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  82. 25edd69 sparc64: Get rid of indirect p1275 PROM call buffer. by David S. Miller · 14 years ago
  83. 019408f sparc64: Fill a missing delay slot. by Mikulas Patocka · 14 years ago
  84. 0f58189 sparc64: Make lock backoff really a NOP on UP builds. by David S. Miller · 14 years ago
  85. 9b3bb86 sparc64: Make rwsems 64-bit. by David S. Miller · 14 years ago
  86. b10f997 sparc64: Really fix atomic64_t interface types. by David S. Miller · 14 years ago
  87. 86fa04b sparc64: Fix atomic64_t routine return values. by David S. Miller · 14 years ago
  88. ef201be sparc64: Fix rwsem constant bug leading to hangs. by David S. Miller · 14 years ago
  89. 8e8073a sparc: Hook up new fanotify and prlimit64 syscalls. by David S. Miller · 14 years ago
  90. 300a103 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 14 years ago
  91. 0a49289 sparc: Really fix "console=" for serial consoles. by David S. Miller · 14 years ago
  92. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  93. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  94. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  95. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  96. 4d15393 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  97. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  98. 4cb6066 sparc: Kill user copy check code. by David S. Miller · 14 years ago
  99. b11287e sparc64: Fix perf_arch_get_caller_regs(). by David S. Miller · 14 years ago
  100. c883743 sparc64: Add missing ID to parport probing code. by David S. Miller · 14 years ago