1. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 11 years ago
  2. af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 11 years ago
  3. f7f4f4d cramfs: take headers to fs/cramfs by Al Viro · 11 years ago
  4. 54e4ff4 blackfin: adi gpio driver and pinctrl driver support by Sonic Zhang · 12 years ago
  5. f70de48 Blackfin: bfin_gpio: Use proper mask for comparing pfunc by Sonic Zhang · 12 years ago
  6. 24a70cf blackfin: scb: Add system crossbar init code. by Steven Miao · 11 years ago
  7. 13dff62 blackfin: delete __cpuinit usage from all blackfin files by Paul Gortmaker · 12 years ago
  8. 259c9b1 kgdb: blackfin: include irq_regs.h in kgdb.c by Sonic Zhang · 12 years ago
  9. f5b8fcb Merge tag 'for-linus' of git://github.com/realmz/blackfin-linux by Linus Torvalds · 12 years ago
  10. 5ae89ee bfin cache: dcplb map: add 16M dcplb map for BF60x by Steven Miao · 12 years ago
  11. 3520305 blackfin: fix bootup core clock and system clock display by James Cosin · 12 years ago
  12. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  13. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  14. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  15. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  16. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 12 years ago
  17. 59f0eaa bfin: Fix typo in arch_cpu_idle() by Ingo Molnar · 12 years ago
  18. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  19. 25d67f8 bfin: Use generic idle loop by Thomas Gleixner · 12 years ago
  20. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  21. c41b381 Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  22. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  23. df24eef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  24. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  25. eba87ef blackfin idle: Fix compile error by Lars-Peter Clausen · 12 years ago
  26. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  27. f656c24 blackfin: time-ts: Remove duplicate assignment by Stephen Boyd · 12 years ago
  28. c73bc70 blackfin: use bitmap library functions by Akinobu Mita · 12 years ago
  29. 26bab0c blackfin idle: delete pm_idle by Len Brown · 12 years ago
  30. 79d4321 blackfin: switch to generic sigaltstack by Al Viro · 12 years ago
  31. 7b1f620 time: convert arch_gettimeoffset to a pointer by Stephen Warren · 12 years ago
  32. 4351654 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  33. 1439d03 blackfin: kgdb: call generic_exec_single() directly by Sonic Zhang · 12 years ago
  34. e80d666 flagday: kill pt_regs argument of do_fork() by Al Viro · 12 years ago
  35. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  36. 135c37b bfin: switch to generic vfork, get rid of pointless wrappers by Al Viro · 12 years ago
  37. 999121a blackfin: switch to generic sys_execve() by Al Viro · 12 years ago
  38. ee1e17c blackfin: convert kernel_thread() and kernel_execve() to generic ones by Al Viro · 12 years ago
  39. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  40. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  41. 5204e47 Blackfin: fix wrong place disabled irq by Steven Miao · 12 years ago
  42. ce86091 Blackfin: bfin_gpio: proc: fix return value by Steven Miao · 12 years ago
  43. 3cffdc8 Uninclude linux/freezer.h by Richard Weinberger · 13 years ago
  44. 587a9e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  45. 9ec9716 Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  46. acb3166 blackfin: cplb-nompu: fix ROM cplb size for bf609-ezkit by Bob Liu · 12 years ago
  47. e70f466 bfin-dma: only use MDMA3 on bf609 by Steven Miao · 13 years ago
  48. 86d688a blackfin: Call sg_for_each to pass through the whole sg list. by Sonic Zhang · 13 years ago
  49. a4315e3 pwm: Move Blackfin PWM driver to PWM framework by Thierry Reding · 13 years ago
  50. 363737d mtd/uclinux: Use generic __bss_stop instead of _ebss by Geert Uytterhoeven · 13 years ago
  51. 0b3e9f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  52. 29bf5dd blackfin: check __get_user() return value by Al Viro · 13 years ago
  53. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  54. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  55. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 13 years ago
  56. bf343dfd don't call try_to_freeze() from do_signal() by Al Viro · 13 years ago
  57. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
  58. b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
  59. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
  60. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  61. af1be5a blackfin: fix possible deadlock in decode_address() by Anton Vorontsov · 13 years ago
  62. 2214f70 blackfin: a couple of task->mm handling fixes by Anton Vorontsov · 13 years ago
  63. 29baa74 sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' by Peter Zijlstra · 13 years ago
  64. a42c6de move key_repace_session_keyring() into tracehook_notify_resume() by Al Viro · 13 years ago
  65. 5d71c55 blackfin: don't open-code force_sigsegv() by Al Viro · 13 years ago
  66. 8e3f9f6 blackfin: use set_current_blocked() and block_sigmask() by Matt Fleming · 13 years ago
  67. bf67f3a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. 672552a blackfin: fix build after add bf60x mach/pm.h by Steven Miao · 13 years ago
  69. 8bf7135 blackfin: bf60x: Rename the DDR controller macro by Sonic Zhang · 13 years ago
  70. 1d3dbda blackfin: bf60x: cleanup get clock code by Sonic Zhang · 13 years ago
  71. 7c141c1 blackfin: bf60x: make clock changeable in kernel menuconfig by Bob Liu · 13 years ago
  72. ec98e6b bfin_gpio: fix bf548-ezkit kernel fail to boot by Steven Miao · 13 years ago
  73. 1a12145 bfin_dma: fix initcall return error in proc_dma_init() by Steven Miao · 13 years ago
  74. 080bb65 Blackfin: delete fork func by Mike Frysinger · 13 years ago
  75. 592b878 Blackfin: fix unused clk var warning by Mike Frysinger · 13 years ago
  76. 3a3cf0d blackfin: bf60x: fix compiling warning by Bob Liu · 13 years ago
  77. 2879bb3 blackfin: bf60x: enable gptimer clock source by Steven Miao · 13 years ago
  78. 7adede5 blackfin: cplb: add support for bf60x by Bob Liu · 13 years ago
  79. b5affb0 blackfin: add bf60x to current framework by Bob Liu · 13 years ago
  80. 6e3e844 blackfin: Use generic init_task by Thomas Gleixner · 13 years ago
  81. 39429c5 new helper: ext2_image_size() by Al Viro · 13 years ago
  82. 5ddebe5 blackfin:dma: rename bfin_dma_5xx.c to bfin_dma.c by Bob Liu · 13 years ago
  83. 3bed8d6 Disintegrate asm/system.h for Blackfin [ver #2] by David Howells · 13 years ago
  84. 4936afc blackfin: cplb-mpu: fix page mask table overflow by Barry Song · 15 years ago
  85. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 14 years ago
  86. e6171bb blackfin: time-ts: rm unused func broadcast_timer_setup() by Bob Liu · 13 years ago
  87. 4dbeccd bf54x: get mem size: missing break in switch by Steven Miao · 13 years ago
  88. d0014be blackfin: smp: cleanup smp code by Bob Liu · 13 years ago
  89. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  90. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  91. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  92. 8dc7a9c blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  93. 7832bb5 Blackfin: irq: remove IRQF_DISABLED by Yong Zhang · 13 years ago
  94. a9930fd Blackfin: kgdb_test: rework code to avoid -O0 usage by Sonic Zhang · 13 years ago
  95. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  96. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 14 years ago
  97. b0d3dc1 Blackfin: bf526: restrict reboot workaround to 0.0 silicon by Mike Frysinger · 14 years ago
  98. fdfb0be Blackfin: bf54x: fix GPIO resume code by Mike Frysinger · 14 years ago
  99. 9466a05 Blackfin: bf538: pull gpio/port logic out of core hibernate paths by Mike Frysinger · 14 years ago
  100. 0a7e541 Blackfin: debug-mmrs: generalize pint logic by Mike Frysinger · 14 years ago