1. 1e431a9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  2. d7ba979d debug_core,x86,blackfin: Clean up hw debug disable API by Dongdong Deng · 15 years ago
  3. aeebd3a ptrace: cleanup arch_ptrace() and friends on Blackfin by Namhyung Kim · 14 years ago
  4. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  5. 7f38839 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 14 years ago
  6. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  7. 05bbec3 Blackfin: gpio: add peripheral group check by steven miao · 14 years ago
  8. 99a5b28 Blackfin: add new cacheflush syscall by Sonic Zhang · 15 years ago
  9. 41c3e33 Blackfin: access_ok: permit L1 stack by Barry Song · 15 years ago
  10. 175671e Blackfin: ptrace: enable access to L1 stacks by Barry Song · 15 years ago
  11. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 15 years ago
  12. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  13. 3b139cd Blackfin: Rename IRQ flags handling functions by David Howells · 14 years ago
  14. d762746 Make do_execve() take a const filename pointer by David Howells · 15 years ago
  15. c788732 Mark arguments to certain syscalls as being const by David Howells · 15 years ago
  16. f507442 Blackfin: add support for dynamic ftrace by Mike Frysinger · 15 years ago
  17. 382dbe5 Blackfin: portmux: fix peripheral map overflow when requesting pins by Michael Hennerich · 15 years ago
  18. 7a4a207 Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger options by Michael Hennerich · 15 years ago
  19. 812ae98 Blackfin: gpio/portmux: clean up whitespace corruption by Mike Frysinger · 15 years ago
  20. d1401e1 Blackfin: fix DMA/cache bug when resuming from suspend to RAM by Michael Hennerich · 15 years ago
  21. 332824b Blackfin: gpio: unify & clean up reserved map handling by Mike Frysinger · 15 years ago
  22. 1ed181f Blackfin: move MPU anomaly check to common location by Mike Frysinger · 15 years ago
  23. d49e8e7 Blackfin: use common EXCEPTION_TABLE() in vmlinux.lds by Mike Frysinger · 15 years ago
  24. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 15 years ago
  25. 064e297 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  26. be1577e Blackfin: another year of changes (update copyright in boot log) by Mike Frysinger · 15 years ago
  27. 479ba60 Blackfin: move string functions to normal lib/ assembly by Robin Getz · 15 years ago
  28. d2db97b Blackfin: kgdb: pass up the CC register instead of a 0 stub by Mike Frysinger · 15 years ago
  29. a80d5f4 Blackfin: handle HW errors in the new "FAULT" printing code by Robin Getz · 15 years ago
  30. a6d9dbf Blackfin: show the whole accumulator in the pseudo DBG insn by Robin Getz · 15 years ago
  31. 5a132f7 Blackfin: support all possible registers in the pseudo instructions by Robin Getz · 15 years ago
  32. dc89d97 Blackfin: add support for the DBG (debug output) pseudo insn by Robin Getz · 15 years ago
  33. 6ce3e9c Blackfin: add support for the DBGA (debug assert) pseudo insn by Robin Getz · 15 years ago
  34. 9a95e2f Blackfin: make hardware trace output a little more useful by Robin Getz · 15 years ago
  35. d60805a Blackfin: print out the faulting insn in the trace output by Robin Getz · 15 years ago
  36. d28cff4 Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c by Robin Getz · 15 years ago
  37. 2a12c46 Blackfin: split kernel/traps.c by Robin Getz · 15 years ago
  38. bb84dbf Blackfin: punt Blackfin-specific GPIO wakeup API by Michael Hennerich · 15 years ago
  39. e886112 kgdb,blackfin: Add in kgdb_arch_set_pc for blackfin by Jason Wessel · 15 years ago
  40. 7d02093 Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  42. cb0e996 blackfin: Convert blackfin to use read/update_persistent_clock by John Stultz · 15 years ago
  43. f9c29e8 Blackfin: mark gpio lib functions static by Joachim Eastwood · 15 years ago
  44. 7f4f69f Blackfin: GPIO: implement to_irq handler by Joachim Eastwood · 15 years ago
  45. 2bc4aff Blackfin: remove trailing space in messages by Frans Pop · 15 years ago
  46. ddaebca Blackfin: add support for restart_syscall() by Mike Frysinger · 15 years ago
  47. 600482c Blackfin: fix single stepping over system calls by Mike Frysinger · 15 years ago
  48. e8f263d Blackfin: initial tracehook support by Mike Frysinger · 15 years ago
  49. e50e2f2 Blackfin: initial regset support by Mike Frysinger · 15 years ago
  50. f2ce480 Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset support by Mike Frysinger · 15 years ago
  51. 5f09c77 Blackfin: simplify SYSCFG code a bit and ignore attempts to change it by Mike Frysinger · 15 years ago
  52. f5b9962 Blackfin: use generic ptrace_resume code by Christoph Hellwig · 15 years ago
  53. 718340f Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data by Graf Yang · 15 years ago
  54. 6c2b707 Blackfin: add support for cpufreq on SMP systems by Graf Yang · 15 years ago
  55. 64b33a0 Blackfin: split watchdog definitions into a dedicated header file by Graf Yang · 15 years ago
  56. b73faf7 Blackfin: support new ftrace frame pointer semantics by Mike Frysinger · 15 years ago
  57. aebfef0 Blackfin: implement ftrace mcount test by Mike Frysinger · 15 years ago
  58. 60ffdb3 Blackfin: implement nmi_watchdog for SMP on BF561 by Graf Yang · 15 years ago
  59. 726e965 Blackfin: respect the L1 kconfig optimization in the MPU code by Barry Song · 15 years ago
  60. 5e8d321 Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGV by Barry Song · 15 years ago
  61. c6669c22 Blackfin: fix up mm locking in address dumping by Graf Yang · 15 years ago
  62. 8d0177d Blackfin: kgdb: mark all local funcs/structs static by Mike Frysinger · 15 years ago
  63. 48a74f9 Blackfin: fix decoding of opcodes 41-47 in decode_instruction() by Roel Kluin · 15 years ago
  64. d86bfb1 Blackfin: initial XIP support by Barry Song · 15 years ago
  65. 8916a14 Blackfin: fix the section name of init_thread_union by Barry Song · 15 years ago
  66. 6feda3a Blackfin: replace harcoded define with proper THREAD_SIZE macro by Barry Song · 15 years ago
  67. 0afc272 Blackfin: fix relocation errors with large initramfs images by Jie Zhang · 15 years ago
  68. 0d152c2 Blackfin: SMP: make core timers per-cpu clock events for HRT by Yi Li · 15 years ago
  69. edd0799 Blackfin: gpio: use shorter name by Michael Hennerich · 15 years ago
  70. a3a6a59 Blackfin: dma-mapping: fix thinko in constant optimization by Sonic Zhang · 15 years ago
  71. 5792ab2 Blackfin: MPU: handle caches for reserved memory by Sonic Zhang · 15 years ago
  72. e18e7dd Blackfin: fix MPU page permission masks overflow when dealing with async memory by Barry Song · 15 years ago
  73. b635f19 Blackfin: allow boards to register early devices by Sonic Zhang · 15 years ago
  74. 7fe1a91 blackfin,kgdb: Do not put PC in gdb_regs into retx. by Sonic Zhang · 15 years ago
  75. 0fde663 blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write by Jason Wessel · 15 years ago
  76. 525995d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  77. 74f3ae7 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  78. 9e1b9b8 module: make MODULE_SYMBOL_PREFIX into a CONFIG option by Alan Jenkins · 15 years ago
  79. 8a83311 Blackfin: drop duplicate sched_clock by Mike Frysinger · 15 years ago
  80. a797a0e Blackfin: NOMPU: skip DMA ICPLB hole when it is redundant by Mike Frysinger · 15 years ago
  81. 0a68b53 Blackfin: MPU: add missing __init markings by Mike Frysinger · 15 years ago
  82. d1be2e4 Blackfin: add support for TIF_NOTIFY_RESUME by Barry Song · 15 years ago
  83. 88f7c2f Blackfin: kgdb_test: clean up code a bit by Mike Frysinger · 15 years ago
  84. 397b761 Blackfin: convert kgdbtest to proc_fops by Alexey Dobriyan · 15 years ago
  85. c768a94 Blackfin: convert cyc2ns() to clocksource_cyc2ns() by Mike Frysinger · 15 years ago
  86. dd3b0e3 Blackfin: dma-mapping.h: flesh out missing DMA mapping functions by Barry Song · 15 years ago
  87. a00b4fe Blackfin: workaround anomaly 05000310 by Barry Song · 15 years ago
  88. 340a1be Blackfin: drop ptrace() write support for fixed code/bootrom by Mike Frysinger · 15 years ago
  89. e187837 Blackfin: MPU: support XIP in async flash memory by Barry Song · 15 years ago
  90. d45e8db Blackfin: drop 4KB reserve at end of memory by Barry Song · 15 years ago
  91. c45c065 Blackfin: support smaller uncached DMA chunks for memory constrained systems by Barry Song · 15 years ago
  92. 2f5a086 Blackfin: finish_atomic_sections: optimize the RTS step by Mike Frysinger · 15 years ago
  93. 0d5e359 Blackfin: kgdb: punt dead code by Sonic Zhang · 15 years ago
  94. e34132f Blackfin: reject NULL callback in set_dma_callback() by Mike Frysinger · 15 years ago
  95. 8c0b435 Blackfin: gptimers: use unsigned timer/group ids by Mike Frysinger · 15 years ago
  96. dbc5e69 Blackfin: don't walk VMAs when oopsing by Robin Getz · 15 years ago
  97. d2685fb Blackfin/ipipe: prepare status bitops for SMP support by Philippe Gerum · 15 years ago
  98. 13a1320 Blackfin: don't give CPU its own line in traps output by Mike Frysinger · 15 years ago
  99. 7a1a8cc Blackfin: announce current cpu rev when booting by Robin Getz · 15 years ago
  100. d2e015d Blackfin: convert DMA mutex to an atomic and drop redundant code by Mike Frysinger · 15 years ago