1. fb7b5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  2. 0bd2cbc Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  3. 5edddaa sparc64: Fix bootup regression due to perf init ordering. by David S. Miller · 14 years ago
  4. 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
  5. f70f5b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 14 years ago
  6. 0508558 sparc: update copyright in piggyback.c by Sam Ravnborg · 14 years ago
  7. 9202db2 sparc: unify strip command in boot/Makefile by Sam Ravnborg · 14 years ago
  8. 56818a6f sparc: rename piggyback_32 to piggyback by Sam Ravnborg · 14 years ago
  9. 1075c4e sparc: fix tftpboot.img for sparc64 on little-endian host by Sam Ravnborg · 14 years ago
  10. a020bb1 sparc: add $BITS to piggyback arguments by Sam Ravnborg · 14 years ago
  11. 571e08f sparc: remove obsolete ELF support in piggyback_32.c by Sam Ravnborg · 14 years ago
  12. 9c23905 sparc: additional comments to piggyback_32.c by Sam Ravnborg · 14 years ago
  13. b2a39b0 sparc: use _start for the start entry (like 64 bit does) by Sam Ravnborg · 14 years ago
  14. e405ae7 sparc: use trapbase in setup_arch by Sam Ravnborg · 14 years ago
  15. 2fe74fa sparc: refactor piggy_32.c by Sam Ravnborg · 14 years ago
  16. 9663eb2 SPARC/LEON: avoid AMBAPP name duplicates in openprom fs when REG is missing by Daniel Hellstrom · 14 years ago
  17. 2791c1a SPARC/LEON: added support for selecting Timer Core and Timer within core by Daniel Hellstrom · 14 years ago
  18. 9742e72 LEON: added raw AMBA vendor/device number to find TIMER, IRQCTRL by Daniel Hellstrom · 14 years ago
  19. e2305e3 SPARC/LEON: added support for IRQAMP IRQ Controller by Daniel Hellstrom · 14 years ago
  20. 53aea7c SPARC/LEON: find IRQCTRL and Timer via OF-Tree, instead of hardcoded. by Daniel Hellstrom · 14 years ago
  21. 4a3a255 sparc: explicitly cast negative phandle checks to s32 by Andres Salomon · 14 years ago
  22. 5f66dd3 sparc: fix sparse warnings in arch/sparc/prom for 32 bit build by Sam Ravnborg · 14 years ago
  23. 1f42be4 sparc: remove unused prom tree functions by Sam Ravnborg · 14 years ago
  24. a7e4236 sparc: remove unused prom cpu functions by Sam Ravnborg · 14 years ago
  25. efef2e4 sparc: drop prom/palloc.c by Sam Ravnborg · 14 years ago
  26. 743ceee sparc: drop prom/devmap.c by Sam Ravnborg · 14 years ago
  27. 6c529a2 Merge commit 'v2.6.37-rc7' into perf/core by Ingo Molnar · 14 years ago
  28. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  29. 2e80a82 perf: Dynamic pmu types by Peter Zijlstra · 14 years ago
  30. 478b2a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  31. bce5fee sparc: Eliminate prom_stdin. by David S. Miller · 14 years ago
  32. 1543376 sparc: prom: Sanitize return value from prom_nbputchar() by Julian Calaby · 14 years ago
  33. 23bcbf1 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 14 years ago
  34. efc70d2 perf, sparc: Fix CONFIG_PERF_EVENTS=y build error by Ingo Molnar · 14 years ago
  35. 595a251 sparc: Write to prom console using indirect buffer. by David S. Miller · 14 years ago
  36. 12c7a35e sparc: Delete prom_*getchar(). by David S. Miller · 14 years ago
  37. e62cac1 sparc: Pass buffer pointer all the way down to prom_{get,put}char(). by David S. Miller · 14 years ago
  38. 004417a perf, arch: Cleanup perf-pmu init vs lockup-detector by Peter Zijlstra · 14 years ago
  39. 91921fe sparc: Do not export prom_nb{get,put}char(). by David S. Miller · 14 years ago
  40. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  41. c540ee7 sparc64: Delete prom_setcallback(). by David S. Miller · 14 years ago
  42. f7b5f55 sparc64: Unexport prom_service_exists(). by David S. Miller · 14 years ago
  43. b148246 sparc: Kill prom devops_{32,64}.c by David S. Miller · 14 years ago
  44. 17d70d6 sparc: Remove prom_pathtoinode() by David S. Miller · 14 years ago
  45. ce05a94 sparc64: Delete prom_puts() unused. by David S. Miller · 14 years ago
  46. 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
  47. b690c42 SPARC/LEON: removed constant timer initialization as if HZ=100, now it reflects the value of HZ by Daniel Hellstrom · 14 years ago
  48. f0daed0 jump_label: Fix unaligned traps on sparc. by David Miller · 14 years ago
  49. c07724e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  50. 51399a3 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  51. 4ad9b20 sparc: remove dma64_addr_t usage by FUJITA Tomonori · 14 years ago
  52. a9384e2 ptrace: cleanup arch_ptrace() on sparc by Namhyung Kim · 14 years ago
  53. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  54. f11b478d fbmem: fix fb_read, fb_write unaligned accesses by James Hogan · 14 years ago
  55. 2027394 mm: fix race in kunmap_atomic() by Peter Zijlstra · 14 years ago
  56. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  57. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  58. 5167232 sparc32: fix build failure on CONFIG_SPARC_LEON by Namhyung Kim · 14 years ago
  59. 502279a sparc: Fixed random SPARC/LEON SMP CPU Stuck problem. by Daniel Hellstrom · 14 years ago
  60. a3e5a37 sparc32: remove CONFIG_HAVE_PERF_EVENTS option by Namhyung Kim · 14 years ago
  61. 5125c6b sparc: don't #include asm/system.h in asm/jump_label.h by Namhyung Kim · 14 years ago
  62. 9088333 sparc32: Fix unaligned stack handling on trap return. by David S. Miller · 14 years ago
  63. caebf91 sparc: keep calling do_signal() as long as pending signals remain by Al Viro · 14 years ago
  64. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  65. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  66. 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
  67. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  68. 4a60cfa Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  69. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  70. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  71. ed41850 of/promtree: add of_pdt namespace to pdt code by Andres Salomon · 14 years ago
  72. f90c34bd of/promtree: no longer call prom_ functions directly; use an ops structure by Andres Salomon · 14 years ago
  73. c7fc2de memblock, bootmem: Round pfn properly for memory and reserved regions by Yinghai Lu · 14 years ago
  74. 1c9db52 pci: Convert msi to new irq_chip functions by Thomas Gleixner · 14 years ago
  75. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  76. 3cfc535 of/promtree: make drivers/of/pdt.c no longer sparc-only by Andres Salomon · 14 years ago
  77. 9bdf6ba sparc: break out some PROM device-tree building code out into drivers/of by Andres Salomon · 14 years ago
  78. 8d12556 of/sparc: convert various prom_* functions to use phandle by Andres Salomon · 14 years ago
  79. 4e13efc sparc: stop exporting openprom.h header by Andres Salomon · 14 years ago
  80. 153db80 Merge commit 'v2.6.36-rc7' into core/memblock by Ingo Molnar · 14 years ago
  81. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  82. 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
  83. d0303d7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  84. 46eb3b6 jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions by Steven Rostedt · 14 years ago
  85. dff9d3c jump label: Add sparc64 support by David S. Miller · 14 years ago
  86. c79bd89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  87. c278525 sparc: Prevent no-handler signal syscall restart recursion. by David S. Miller · 14 years ago
  88. 392c218 sparc: Don't mask signal when we can't setup signal frame. by David S. Miller · 14 years ago
  89. 7ed5692 Merge commit 'v2.6.36-rc5' into perf/core by Ingo Molnar · 14 years ago
  90. 05c5e76 sparc64: Fix race in signal instruction flushing. by David S. Miller · 14 years ago
  91. 838a2e5 kbuild: migrate all arch to the kconfig mainmenu upgrade by Arnaud Lacombe · 14 years ago
  92. 3aabae7 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
  93. c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
  94. b343ae5 sparc64: Support RAW perf events. by David S. Miller · 14 years ago
  95. 10d90f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  96. 15ac9a3 perf: Remove the sysfs bits by Peter Zijlstra · 14 years ago
  97. a4eaf7f perf: Rework the PMU methods by Peter Zijlstra · 14 years ago
  98. 33696fc perf: Per PMU disable by Peter Zijlstra · 14 years ago
  99. 24cd7f5 perf: Reduce perf_disable() usage by Peter Zijlstra · 14 years ago
  100. b0a873e perf: Register PMU implementations by Peter Zijlstra · 14 years ago