1. 27276ba Blackfin arch: remove spurious dash when dcache is off by Mike Frysinger · 17 years ago
  2. 0004952 Blackfin arch: Random read/write errors are a bad thing by Robin Getz · 17 years ago
  3. 972de7d Blackfin arch: Update Copyright information by Michael Hennerich · 17 years ago
  4. af4c7d4 Blackfin arch: define bfin_memmap as static since it is only used here by Mike Frysinger · 17 years ago
  5. ed1fb60 Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in it by Mike Frysinger · 17 years ago
  6. 76e8fe4 Blackfin arch: Print out where the bootmode is coming from (for easier debugging). by Robin Getz · 17 years ago
  7. e32f55d Blackfin arch: rewrite get_sclk()/get_vco() by Mike Frysinger · 17 years ago
  8. dbdf20d Blackfin arch: Faster C implementation of no-MPU CPLB handler by Bernd Schmidt · 17 years ago
  9. 7419a32 Blackfin arch: panic when running on a chip rev below what we are compiled for by Robin Getz · 17 years ago
  10. 508808c Blackfin arch: do not allow people to pass in a diff clkin_hz value by Mike Frysinger · 17 years ago
  11. 7f1e2f9 Blackfin arch: allow clkin_hz to be specified on the command line by Mike Frysinger · 17 years ago
  12. 275123e Blackfin arch: show_cpuinfo - consolidate ugly casts by Mike Frysinger · 17 years ago
  13. 259fea4 Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and such by Mike Frysinger · 17 years ago
  14. dd3dd38 Blackfin arch: rewrite dma_memcpy() and dma in/out functions by Mike Frysinger · 17 years ago
  15. 1ea9925 Blackfin arch: delete now unused "cclk" member of blackfin_cpudata by Mike Frysinger · 17 years ago
  16. a5f0717 Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 now by Michael Hennerich · 17 years ago
  17. 8f65873 Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management code by Graf Yang · 17 years ago
  18. da986b9 Blackfin arch: dont warn when running a kernel on the oldest supported silicon by Mike Frysinger · 17 years ago
  19. 3b1f26a Blackfin arch: don't copy bss when copying L1 by Mike Frysinger · 17 years ago
  20. 58c35bd Blackfin arch: introducing bfin_addr_dcachable by Vitja Makarov · 17 years ago
  21. 3094c98 Blackfin arch: fix a typo in comments by Bryan Wu · 17 years ago
  22. e482cad Blackfin arch: print out error/warning if you are running on the incorrect CPU type by Robin Getz · 17 years ago
  23. 0c0497c Blackfin arch: Move all the silicon rev handling to one place by Mike Frysinger · 17 years ago
  24. 55f2fea Blackfin arch: correct icache size in show_cpuinfo(), let c_start() return proper pointer by Graf Yang · 17 years ago
  25. 5b04f27 Blackfin arch: Modify some funtion names to more genernal ones by Graf Yang · 17 years ago
  26. 0c7a6b2 Blackfin arch: add supporting for double fault debug handling by Robin Getz · 17 years ago
  27. c991dd9 Blackfin arch: use %pF when printing out the double fault address so we get symbol names by Mike Frysinger · 17 years ago
  28. cd8fb8d Blackfin arch: Print out doublefault addresses, so debug can occur by Robin Getz · 17 years ago
  29. 0e06b50 Blackfin arch: cleanup cache lock code by Mike Frysinger · 17 years ago
  30. 07aa7be Blackfin arch: convert L2 defines to be the same as the L1 defines by Mike Frysinger · 17 years ago
  31. 7e64aca Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.S by Mike Frysinger · 17 years ago
  32. 2d20098 Blackfin arch: If we double fault, rather than hang forever, reset by Robin Getz · 17 years ago
  33. 9de3a0b Blackfin arch: When icache is off, make sure people know it by Robin Getz · 17 years ago
  34. 3a2521f Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so (~24 bytes) is worth avoiding the software mult/div routines by Mike Frysinger · 17 years ago
  35. b1b154e Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we are using both memory banks by Mike Frysinger · 17 years ago
  36. 262c382 Blackfin arch: Extend sram malloc to handle L2 SRAM. by Sonic Zhang · 17 years ago
  37. 99d95bb Blackfin arch: Remove redundant kernel option by Michael Hennerich · 17 years ago
  38. 1e78042 [Blackfin] arch: take DDR DEVWD into consideration as well for BF548 by Michael Hennerich · 18 years ago
  39. 37b6972 [Blackfin] arch: BF54x memsizes are in mbits, not mbytes by Mike Frysinger · 18 years ago
  40. a086ee2 [Blackfin] arch: detect the memory available in the system on the fly by default by Mike Frysinger · 18 years ago
  41. 9f8e895 [Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow check by Mike Frysinger · 18 years ago
  42. b85b82d [Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernel by Sonic Zhang · 18 years ago
  43. 253bcf4 [Blackfin] arch: Add a little bit more runtime info for MPU by Robin Getz · 18 years ago
  44. 3132b58 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files by Mike Frysinger · 18 years ago
  45. 2e8d796 [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. by Yi Li · 18 years ago
  46. d45118b [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it by Mike Frysinger · 18 years ago
  47. 8929ecf8 [Blackfin] arch: add fixed code to the memory map output by Mike Frysinger · 18 years ago
  48. c0eab3b [Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option into the function it actually gets used in by Mike Frysinger · 18 years ago
  49. 550d553 [Blackfin] arch: simpler header and update dates by Mike Frysinger · 18 years ago
  50. b7627ac [Blackfin] arch: move the init sections to the end of memory by Mike Frysinger · 18 years ago
  51. 6cda2e9 [Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561 by Michael Hennerich · 18 years ago
  52. 856783b [Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.c by Yi Li · 18 years ago
  53. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 18 years ago
  54. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 18 years ago
  55. ee7883b [Blackfin] arch: fix bug kernel boot message: memory information is not reasonable by Yi Li · 18 years ago
  56. b97b8a9 [Blackfin] arch: Initial checkin of the memory protection support. by Bernd Schmidt · 18 years ago
  57. 54a1668 [Blackfin] arch: scrub dead alive/idle LED code by Mike Frysinger · 18 years ago
  58. af8a5af Blackfin arch: fix bug kernel not to boot up with mtd filesystems by Bernd Schmidt · 18 years ago
  59. 1754a5d Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd by Mike Frysinger · 18 years ago
  60. 839e01c Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation by Robin Getz · 18 years ago
  61. 9f336a5 Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things. by Robin Getz · 18 years ago
  62. 7728ec3 Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition by Robin Getz · 18 years ago
  63. da27abb Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled by Mike Frysinger · 18 years ago
  64. 2f6cf7b Blackfin arch: add functions for converting between sclks and usecs by Mike Frysinger · 18 years ago
  65. 066954a Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage by Mike Frysinger · 18 years ago
  66. 73b0c0b Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else by Robin Getz · 18 years ago
  67. ce3afa1 Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print out by Robin Getz · 18 years ago
  68. b5c0e2e Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz) by Mike Frysinger · 18 years ago
  69. 02f13f9 Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START by Robin Getz · 18 years ago
  70. 3bebca2 Blackfin arch: to do some consolidation of common code and common name spaces by Robin Getz · 18 years ago
  71. 1aafd90 Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines by Mike Frysinger · 18 years ago
  72. 8be80ed Blackfin arch: Initialize the exception vectors early in the boot process by Bernd Schmidt · 18 years ago
  73. e5b6bd6 Blackfin arch: use bfin_read_SWRST() now that BF561 provides it by Mike Frysinger · 18 years ago
  74. 34e0fc8 Blackfin arch: Enable BF54x PIN/GPIO interrupts by Michael Hennerich · 18 years ago
  75. 1f83b8f Blackfin arch: cleanup warnings from checkpatch -- no functional changes by Mike Frysinger · 18 years ago
  76. 669b792 Blackfin arch: Clean up trace buffer handling, No major functional changes. by Robin Getz · 19 years ago
  77. 29440a2 Blackfin arch: Start untangling the CPLB handling code. by Bernd Schmidt · 18 years ago
  78. 7adfb58 Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses by Bernd Schmidt · 19 years ago
  79. 24a07a1 Blackfin arch: initial supporting for BF548-EZKIT by Roy Huang · 18 years ago
  80. de3025f Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configuration by Jie Zhang · 19 years ago
  81. 86b73c8 Blackfin arch: match kernel startup messaage with new linker script by Robin Getz · 19 years ago
  82. 5e10b4a Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line by Mike Frysinger · 19 years ago
  83. 5af4c2b Blackfin arch: try to split up functions like this into smaller units according to LKML review by Aubrey Li · 19 years ago
  84. 52a0781 Blackfin arch: move more of our startup code to .init so it can be freed once we are up and running by Mike Frysinger · 19 years ago
  85. a9c59c2 Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query it by Mike Frysinger · 19 years ago
  86. c0fc525 Blackfin arch: move board specific setup out of common init code and into the board specific init code by Mike Frysinger · 19 years ago
  87. 6e537e9 Blackfin arch: Fix bug using usb keyboard crashes kernel by Michael Hennerich · 19 years ago
  88. 1394f03 blackfin architecture by Bryan Wu · 19 years ago