1. d0013c9 sh: make some needlessly global sh7724 clocks static by Guennadi Liakhovetski · 14 years ago
  2. 3c37629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  3. fb41a49 sh: fix up cpu hotplug IRQ migration for irq_data changes. by Paul Mundt · 14 years ago
  4. 9e1cb20 ptrace: cleanup arch_ptrace() on sh by Namhyung Kim · 14 years ago
  5. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  6. 2e4f17d sh: oprofile: Fix up and extend op_name_from_perf_id(). by Paul Mundt · 14 years ago
  7. faadfb0 sh: update show_interrupts() for irq_data chip lookup. by Paul Mundt · 14 years ago
  8. 815db14 sh64: irq_data conversion. by Paul Mundt · 14 years ago
  9. 31b37c7 sh64: update for IRQ flag handling naming changes. by Paul Mundt · 14 years ago
  10. 949bf16 sh: imask IRQs irq_data conversion. by Paul Mundt · 14 years ago
  11. 8df3a61 sh: IPR IRQs irq_data conversion. by Paul Mundt · 14 years ago
  12. 9cc1cf3 sh: Fix the sparsemem disabled build. by Paul Mundt · 14 years ago
  13. 38ab134 sh: Switch dynamic IRQ creation to generic irq allocator. by Paul Mundt · 14 years ago
  14. c4318ba sh: Sanitize sparse irq by Thomas Gleixner · 14 years ago
  15. 2f98492 sh: Expose physical addressing mode through cpuinfo. by Paul Mundt · 14 years ago
  16. 33081ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  17. 1dfd166 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  18. aa5c14d Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  19. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  20. 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
  21. 14d4962 Merge branch 'linus' into irq/core by Ingo Molnar · 14 years ago
  22. 6268464 Merge remote branch 'tip/perf/core' into oprofile/core by Robert Richter · 14 years ago
  23. 51c6c9b sh: perf: Set up perf_max_events. by Paul Mundt · 14 years ago
  24. 5e5b3a9 sh: perf: Support SH-X3 hardware counters. by Paul Mundt · 14 years ago
  25. ace2dc7 sh: wire up perf alignment and emulation faults. by Paul Mundt · 14 years ago
  26. b683de2 genirq: Query arch for number of early descriptors by Thomas Gleixner · 14 years ago
  27. 84c7991 perf: New helper function for pmu name by Matt Fleming · 14 years ago
  28. 3bf101b perf: Add helper function to return number of counters by Matt Fleming · 14 years ago
  29. 7cd2541 Merge commit 'v2.6.36-rc7' into perf/core by Ingo Molnar · 14 years ago
  30. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  31. 901c28c sh: Fix address calculation of Initrd by Nobuhiro Iwamatsu · 14 years ago
  32. bde4089 sh: fix uninitialized spinlock by Akinobu Mita · 14 years ago
  33. 5336377 modules: Fix module_bug_list list corruption race by Linus Torvalds · 14 years ago
  34. d91ddc2 sh: Wire up INTC subgroup splitting for SH7786 SCIF1. by Paul Mundt · 14 years ago
  35. c1e30ad sh: intc: Support virtual mappings for IRQ subgroups. by Paul Mundt · 14 years ago
  36. 872f36a sh: Drop __initdata for SH-X3 pinmux tables. by Paul Mundt · 14 years ago
  37. 4bacd79 sh: Support early IRQ vector map reservation for delayed controllers. by Paul Mundt · 14 years ago
  38. 742759e sh: Handle pinmux for SH-X3 proto IRQ/IRL modes. by Paul Mundt · 14 years ago
  39. 720a6bd sh: pinmux support for SH-X3 proto CPUs. by Paul Mundt · 14 years ago
  40. f9d885c3 sh: Support IRQ balancing for SH-X3 proto cores, too. by Paul Mundt · 14 years ago
  41. e15f687 sh: Support userimask for all SH-X3 interrupt controllers. by Paul Mundt · 14 years ago
  42. 5924ad0 sh: Update SH-X3 subtype for clkdev lookups. by Paul Mundt · 14 years ago
  43. 68a1aed sh: boot kernel with SR.BL set by Magnus Damm · 14 years ago
  44. 4c62c595 sh: fix a kfree address in clkdev code by Guennadi Liakhovetski · 14 years ago
  45. 3f224f4 sh: provide generic arch_debugfs_dir. by Paul Mundt · 14 years ago
  46. a234ca0 sh: change to new flag variable by matt mooney · 14 years ago
  47. 7d25d64 sh: fix an SIU device name mismatch by Guennadi Liakhovetski · 14 years ago
  48. d71415e sh: kill big kernel lock by Arnd Bergmann · 14 years ago
  49. 64a48d9 perf, sh: Fix patch merge foul-up by Matt Fleming · 14 years ago
  50. 51d149b sh: Provide a non-multiplexed sys_recvmmsg path. by Paul Mundt · 14 years ago
  51. 459ebb3 sh: Add syscall entries for non multiplexed socket calls by Carmelo AMOROSO · 14 years ago
  52. a4eaf7f perf: Rework the PMU methods by Peter Zijlstra · 14 years ago
  53. 33696fc perf: Per PMU disable by Peter Zijlstra · 14 years ago
  54. 24cd7f5 perf: Reduce perf_disable() usage by Peter Zijlstra · 14 years ago
  55. b0a873e perf: Register PMU implementations by Peter Zijlstra · 14 years ago
  56. 51b0fe3 perf: Deconstify struct pmu by Peter Zijlstra · 14 years ago
  57. 7de5d89 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  58. b9afa3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  59. c8710ad Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  60. f72c1a9 perf: Factorize callchain context handling by Frederic Weisbecker · 14 years ago
  61. 56962b444 perf: Generalize some arch callchain code by Frederic Weisbecker · 14 years ago
  62. 70791ce perf: Generalize callchain_store() by Frederic Weisbecker · 14 years ago
  63. c1a6593 perf: Drop unappropriate tests on arch callchains by Frederic Weisbecker · 14 years ago
  64. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  65. d5b7fb7 sh: fix up fallout from syscall arg constification. by Paul Mundt · 14 years ago
  66. 3e497df sh: wire up fanotify/prlimit64 syscalls. by Paul Mundt · 14 years ago
  67. bbcf6e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  68. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  69. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  71. e9a4c4a sh: Add sh7724 BEU resources by Phil Edworthy · 14 years ago
  72. baea90e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  73. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  74. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  75. 56c5298 sh: modify clock framework of SH7757 by Yoshihiro Shimoda · 14 years ago
  76. 3810e96 sh: modify pinmux for SH7757 2nd cut by Yoshihiro Shimoda · 14 years ago
  77. c3721d5 sh: add some INTC_VECT for setup-sh7757 by Yoshihiro Shimoda · 14 years ago
  78. a7f5551 sh: fix the id of scif in setup-sh7757 by Yoshihiro Shimoda · 14 years ago
  79. e81e5ce2 sh: change PVR of SH7757 for 2nd cut by Yoshihiro Shimoda · 14 years ago
  80. 59615ec sh: Provide a global TLB flush for U/I-TLB clear. by Paul Mundt · 14 years ago
  81. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  82. bd06cac fix typos concerning "precedence" by Uwe Kleine-König · 14 years ago
  83. 57fcfdf sh: kprobes SMP support. by Paul Mundt · 14 years ago
  84. eaaaeef sh: Add kprobe-based event tracer. by Paul Mundt · 14 years ago
  85. e785059 perf: Convert perf_event to local_t by Peter Zijlstra · 14 years ago
  86. 019e257 Merge branch 'sh/iomap' by Paul Mundt · 14 years ago
  87. 86e4dd5 sh: support for platforms without PIO. by Paul Mundt · 14 years ago
  88. 8fa76f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  89. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 14 years ago
  90. 8a37f52 sh: handle early calls to return_address() when using dwarf unwinder. by Paul Mundt · 14 years ago
  91. ed0ad6d sh: fix up sh7786 dmaengine build. by Paul Mundt · 14 years ago
  92. d62b8a9 sh: add DMA slave definitions to sh7724 by Guennadi Liakhovetski · 14 years ago
  93. afd46501 sh: add DMA slaves for two SDHI controllers to sh7722 by Guennadi Liakhovetski · 14 years ago
  94. 10440af sh: define DMA slaves per CPU type, remove now redundant header by Guennadi Liakhovetski · 14 years ago
  95. d8252d6 sh: fix up the dwarf unwinder build for MODULES=n. by Paul Mundt · 14 years ago
  96. b2e2583 sh: remove duplicated #include by Huang Weiyi · 14 years ago
  97. 489022c kgdb,sh: update superh kgdb exception handling by Jason Wessel · 14 years ago
  98. 7c7cbaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  99. dd2fdd2 sh64: provide a stub per_cpu_trap_init() definition. by Paul Mundt · 14 years ago
  100. ef4ed97 Merge branch 'sh/lmb' by Paul Mundt · 14 years ago