1. be1229b Blackfin: iflush: update anomaly 05000491 workaround by Mike Frysinger · 14 years ago
  2. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. b66acb6 Blackfin: bf54x: don't ack GPIO ints when unmasking them by Mike Frysinger · 14 years ago
  4. 503f3d3 Blackfin: fix building IPIPE code when XIP is enabled by Mike Frysinger · 14 years ago
  5. 36e11ab Blackfin: pm: drop irq save/restore in standby and suspend to mem callback by Steven Miao · 14 years ago
  6. 73a4006 Blackfin: SMP: rewrite IPI handling to avoid memory allocation by Yi Li · 15 years ago
  7. 75734e6 Blackfin: SMP: tweak platform_request_ipi() usage by Graf Yang · 15 years ago
  8. 9c199b5 Blackfin: SMP: fix cpumask misbehavior by Graf Yang · 15 years ago
  9. 2f55ac0 suspend: constify platform_suspend_ops by Lionel Debroux · 14 years ago
  10. 09ebded Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECK by Mike Frysinger · 14 years ago
  11. 39c9996 Blackfin: bf561: rewrite SICA_xxx to just SIC_xxx by Mike Frysinger · 14 years ago
  12. 99a5b28 Blackfin: add new cacheflush syscall by Sonic Zhang · 14 years ago
  13. bedeea6 Blackfin: SIC: fix off-by-one error in loop by Michael Hennerich · 14 years ago
  14. 33ded95 Blackfin: initial preempt support while returning from interrupt by Barry Song · 14 years ago
  15. 3b139cd Blackfin: Rename IRQ flags handling functions by David Howells · 14 years ago
  16. f3411b1 Blackfin: wire up new fanotify/prlimit64 syscalls by Mike Frysinger · 14 years ago
  17. f619ddd Blackfin: dpmc: punt unnecessary RTC_ISTAT clearing by Michael Hennerich · 14 years ago
  18. d1401e1 Blackfin: fix DMA/cache bug when resuming from suspend to RAM by Michael Hennerich · 15 years ago
  19. 7418129 Blackfin: allow cache funcs to be in L1 for IFLUSH Anomaly 05000491 by Mike Frysinger · 15 years ago
  20. 5369fba Blackfin: merge anomalies 475 and 220 to follow official lists by Mike Frysinger · 15 years ago
  21. 1ed181f Blackfin: move MPU anomaly check to common location by Mike Frysinger · 15 years ago
  22. db52ecc Blackfin: SMP: fix continuation lines by Joe Perches · 15 years ago
  23. 80fcdb9 Blackfin: SIC: cut down on IAR MMR reads a bit by Mike Frysinger · 15 years ago
  24. bb84dbf Blackfin: punt Blackfin-specific GPIO wakeup API by Michael Hennerich · 15 years ago
  25. 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
  26. 7998a87 Blackfin: scale calibration when cpu freq changes by Graf Yang · 15 years ago
  27. 2943bff Blackfin: fix anomaly 283 handling with exact hardware error by Robin Getz · 15 years ago
  28. ae4a8c1 Blackfin: don't support keypad wakeup from hibernate by Michael Hennerich · 15 years ago
  29. aec59c9 Blackfin: add support for the on-chip MAC status interrupts by Michael Hennerich · 15 years ago
  30. 9e228ee Blackfin: check for bad syscalls after tracing it by Mike Frysinger · 15 years ago
  31. 600482c Blackfin: fix single stepping over system calls by Mike Frysinger · 15 years ago
  32. e8f263d Blackfin: initial tracehook support by Mike Frysinger · 15 years ago
  33. 718340f Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data by Graf Yang · 15 years ago
  34. 6c2b707 Blackfin: add support for cpufreq on SMP systems by Graf Yang · 15 years ago
  35. 60ffdb3 Blackfin: implement nmi_watchdog for SMP on BF561 by Graf Yang · 15 years ago
  36. f3dec78 Blackfin: increase NR_IRQS beyond NR on-chip IRQs by Michael Hennerich · 15 years ago
  37. 441504d Blackfin: add support for irqflags tracing by Yi Li · 15 years ago
  38. d86bfb1 Blackfin: initial XIP support by Barry Song · 15 years ago
  39. aad16f3 Blackfin: fix initial stack pointer setup by Barry Song · 15 years ago
  40. cb19171 Blackfin: try to simplify interrupt ifdef ugliness by Yi Li · 15 years ago
  41. 0b39db2 Blackfin: SMP: add PM/CPU hotplug support by Graf Yang · 15 years ago
  42. 0d152c2 Blackfin: SMP: make core timers per-cpu clock events for HRT by Yi Li · 15 years ago
  43. 0325f25 Blackfin: SMP: add support for IRQ affinity by Sonic Zhang · 15 years ago
  44. 15435a2 Blackfin: pull in asm/bfin_can.h for interrupt masks by Michael Hennerich · 15 years ago
  45. 360adee Blackfin: wire up the various memory related syscalls by Mike Frysinger · 15 years ago
  46. c9784eb Blackfin: flush caches on SMP when one core calls another via IPI by Yi Li · 15 years ago
  47. 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  48. d1be2e4 Blackfin: add support for TIF_NOTIFY_RESUME by Barry Song · 15 years ago
  49. 7eb87fd Blackfin: BF537: push down error masks to avoid namespace pollution by Mike Frysinger · 15 years ago
  50. 578d36f Blackfin: SMP: don't start up core b until its state has been completely onlined by Yi Li · 15 years ago
  51. 761ec44 Blackfin: pull in asm/dpmc.h for power defines by Mike Frysinger · 15 years ago
  52. 621dd24 Blackfin: bf538: add support for extended GPIO banks by Michael Hennerich · 15 years ago
  53. d887a1c Blackfin: cpufreq: use a constant latency by Michael Hennerich · 15 years ago
  54. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  55. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. 05bad36 Blackfin: fix memset in smp_send_reschedule() and -stop() by Roel Kluin · 15 years ago
  57. a2ca78c Blackfin: check for anomaly 05000475 by Mike Frysinger · 15 years ago
  58. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
  60. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  61. 96f1050 Blackfin: mass clean up of copyright/licensing info by Robin Getz · 15 years ago
  62. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  63. ea426e6 Blackfin: unify cache init functions by Mike Frysinger · 15 years ago
  64. dedfd5d Blackfin: workaround anomaly 05000283 by Robin Getz · 15 years ago
  65. 17941314 Blackfin: handle the core timer interrupt with handle_percpu_irq on SMP by Graf Yang · 15 years ago
  66. 9264949 Blackfin: optimize fixed code handling for the most common case by Mike Frysinger · 15 years ago
  67. 3aa6704 Blackfin: punt dead cache locking code by Mike Frysinger · 15 years ago
  68. eb7bd9c Blackfin: cleanup sync handling when enabling/disabling cplbs by Yi Li · 15 years ago
  69. 01b9f4b Blackfin: improve double fault debug handling by Graf Yang · 15 years ago
  70. 837ec2d Blackfin: catch hardware errors earlier during booting by Robin Getz · 15 years ago
  71. f4e1293 Blackfin: inline I-pipe bypass code in ret_from_exception by Philippe Gerum · 16 years ago
  72. 9ea7770 Blackfin: sanitize manual control of IPEND[4] by Philippe Gerum · 16 years ago
  73. 7a7967d Blackfin: document __ipipe_call_irqtail by Philippe Gerum · 16 years ago
  74. 70f4720 Blackfin: allow EVT5 to preempt irqtail prologue (CONFIG_DEBUG_HWERR) by Philippe Gerum · 16 years ago
  75. fc9afb9 Blackfin: reuse evt_evt14 handler to perform irqtail epilogue by Philippe Gerum · 16 years ago
  76. 9703a73 Blackfin: use generic name for EVT14 handler by Philippe Gerum · 16 years ago
  77. ae4f073 Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4] by Robin Getz · 16 years ago
  78. 994e9a2 arch/blackfin: Add kmalloc NULL tests by Julia Lawall · 15 years ago
  79. c70c754 Blackfin: drop per-cpu loops_per_jiffy tracking by Michael Hennerich · 15 years ago
  80. 1997660 Blackfin: cleanup code a bit with comments and defines by Robin Getz · 16 years ago
  81. 5ecf3e0 Blackfin: hook up new perf_counter_open syscall by Mike Frysinger · 16 years ago
  82. 41ba653 Blackfin: decouple unrelated cache settings to get exact behavior by Jie Zhang · 16 years ago
  83. a40494a Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipeline by Philippe Gerum · 16 years ago
  84. cf8d943 Blackfin: only build irqpanic.c when needed by Mike Frysinger · 16 years ago
  85. c369534 Blackfin: use common test_bit() rather than __test_bit() by Mike Frysinger · 16 years ago
  86. 61cdd7a Blackfin: hook up new rt_tgsigqueueinfo syscall by Mike Frysinger · 16 years ago
  87. 86f2008 Blackfin: fix deadlock in SMP IPI handler by Sonic Zhang · 16 years ago
  88. 47e9ded Blackfin: add blackfin_invalidate_entire_icache for SMP systems by Sonic Zhang · 16 years ago
  89. 16aadcb Blackfin: only handle CPLB protection violations when MPU is enabled by Robin Getz · 16 years ago
  90. 780172b Blackfin: check SIC defines rather than variant names by Mike Frysinger · 16 years ago
  91. 3708251 Blackfin: fix command line corruption with DEBUG_DOUBLEFAULT by Mike Frysinger · 16 years ago
  92. d1800fe Blackfin: drop unused reserve_pda() function by Graf Yang · 16 years ago
  93. b9a3899 Blackfin: make deferred hardware errors more exact by Robin Getz · 16 years ago
  94. 97b070c Blackfin: add note about anomaly 05000242 being worked around by Mike Frysinger · 16 years ago
  95. 5ba7667 Blackfin: work around anomaly 05000220 by Graf Yang · 16 years ago
  96. 1fa9be7 Blackfin: add support for gptimer0 as a tick source by Graf Yang · 16 years ago
  97. 555487b Blackfin: annotate anomaly 05000120 by Graf Yang · 16 years ago
  98. 7f3aee3 Blackfin: detect anomaly 05000274 by Sonic Zhang · 16 years ago
  99. 729a3fa Blackfin: workaround anomaly 05000227 by Mike Frysinger · 16 years ago
  100. 78f28a0 Blackfin: simplify the do_flush macro by Mike Frysinger · 16 years ago