- 639f657 Blackfin arch: move include/asm-blackfin header files to arch/blackfin by Bryan Wu · 17 years ago
- c991dd9 Blackfin arch: use %pF when printing out the double fault address so we get symbol names by Mike Frysinger · 17 years ago
- cd8fb8d Blackfin arch: Print out doublefault addresses, so debug can occur by Robin Getz · 17 years ago
- 9216bbc Blackfin arch: mark some functions as __init as they are only called from __init functions by Mike Frysinger · 17 years ago
- 0e06b50 Blackfin arch: cleanup cache lock code by Mike Frysinger · 17 years ago
- d3d0ac2 Blackfin arch: Fix bug - when expanding the trace buffer, it does not print out the decoded instruction. by Robin Getz · 17 years ago
- 07aa7be Blackfin arch: convert L2 defines to be the same as the L1 defines by Mike Frysinger · 17 years ago
- 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
- 1375204 Blackfin arch: make sure the BSS and kernel load address are 4 byte aligned by Mike Frysinger · 17 years ago
- 7f268a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
- 2d20098 Blackfin arch: If we double fault, rather than hang forever, reset by Robin Getz · 17 years ago
- 9de3a0b Blackfin arch: When icache is off, make sure people know it by Robin Getz · 17 years ago
- 0d1cdd7 Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging. by Sonic Zhang · 17 years ago
- 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
- 377d43e Blackfin arch: fix bug - IMDMA is not type struct dma_register by Michael Hennerich · 17 years ago
- 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
- f09630b Blackfin arch: Add unwinding for stack info, and a little more detail on trace buffer by Robin Getz · 17 years ago
- 262c382 Blackfin arch: Extend sram malloc to handle L2 SRAM. by Sonic Zhang · 17 years ago
- 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 17 years ago
- b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 17 years ago
- 7dee62a Blackfin arch: Do not need this dualcore test module in kernel. by Yi Li · 17 years ago
- 6546eae Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM. by Jie Zhang · 17 years ago
- 2cfebf2 Blackfin arch: Add ANOMALY_05000368 workaround by Michael Hennerich · 17 years ago
- 1efc80b Blackfin arch: Functional power management support by Michael Hennerich · 17 years ago
- 4f13f548 Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated to fit: R_pcrel12_jump_s) by Michael Hennerich · 17 years ago
- 99d95bb Blackfin arch: Remove redundant kernel option by Michael Hennerich · 17 years ago
- 8d0a600 Blackfin arch: fix up section mismatch warning by Bryan Wu · 17 years ago
- 71a7d15 Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debugging enabled by Sonic Zhang · 17 years ago
- bd628bd Blackfin arch: fixup warnings with the new cplb saved values by Mike Frysinger · 17 years ago
- f086f23 Blackfin arch: Cleanup no functional changes by Michael Hennerich · 17 years ago
- e23a5f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
- 5906967 Blackfin arch: IO Port functions to read/write unalligned memory by Michael Hennerich · 17 years ago
- c6c6f75 Blackfin arch: cleanup the icplb/dcplb multiple hit checks by Mike Frysinger · 17 years ago
- 803a8d2 Blackfin arch: Add workaround to read edge triggered GPIOs by Michael Hennerich · 17 years ago
- 5ce998c Blackfin arch: Check for Anomaly 05000182 by Michael Hennerich · 17 years ago
- f52111b [PATCH] take init_files to fs/file.c by Al Viro · 17 years ago
- 96a87e2 [Blackfin] arch: fix bug - Remove module will not free L1 memory used by Meihui Fan · 17 years ago
- 60c0595 [Blackfin] arch: fix wrong header name in comment by Mike Frysinger · 17 years ago
- 8513c42e [Blackfin] arch: disable single stepping when delivering a signal by Bernd Schmidt · 17 years ago
- 7d39270 [Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c. by Bernd Schmidt · 17 years ago
- 1bfb4b2 [Blackfin] arch: Support for CPU_FREQ and NOHZ by Vitja Makarov · 17 years ago
- 19d6d7d [Blackfin] arch: fix bug - breaking the atomic sections code. by Bernd Schmidt · 17 years ago
- d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 17 years ago
- 5544b9e blackfin: use kbuild.h instead of defining macros in asm-macros.c by Christoph Lameter · 17 years ago
- ecd0fa9 Remove the macro get_personality by WANG Cong · 17 years ago
- e6c91b6 [Blackfin] arch: Functional power management support: Add support for cpu frequency scaling by Michael Hennerich · 17 years ago
- 1e78042 [Blackfin] arch: take DDR DEVWD into consideration as well for BF548 by Michael Hennerich · 17 years ago
- 5d750b9 [Blackfin] arch: Remove the circular buffering mechanism for exceptions by Bernd Schmidt · 17 years ago
- 00d205a [Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPU by Bernd Schmidt · 17 years ago
- 565c0d3 [Blackfin] arch: fix bug - before assign new channel to the map register, need clear the bits first. by Graf Yang · 17 years ago
- 5be36d2 [Blackfin] arch: add Blackfin on-chip SIR IrDA driver support by Graf Yang · 17 years ago
- 37b6972 [Blackfin] arch: BF54x memsizes are in mbits, not mbytes by Mike Frysinger · 17 years ago
- 7f1c906 [Blackfin] arch: try to remove condition that causes double fault, by checking current before it gets dereferenced by Robin Getz · 17 years ago
- affee2b2 [Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQ by Michael Hennerich · 17 years ago
- a086ee22 [Blackfin] arch: detect the memory available in the system on the fly by default by Mike Frysinger · 17 years ago
- 4bea8b2 [Blackfin] arch: add implicit icplb for the bootrom so we can use the utility functions in the kernel by Mike Frysinger · 17 years ago
- bc6e0fa [Blackfin] arch: use the same style for missing L1 sections by Mike Frysinger · 17 years ago
- 9f8e895 [Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow check by Mike Frysinger · 17 years ago
- b85b82d [Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernel by Sonic Zhang · 17 years ago
- 253bcf4 [Blackfin] arch: Add a little bit more runtime info for MPU by Robin Getz · 17 years ago
- 4e354b5 [Blackfin] arch: cplb-mpu code clean up by Mike Frysinger · 17 years ago
- 7795566 [Blackfin] arch: Give the DMA base registers a more descriptive name by Bernd Schmidt · 17 years ago
- 764cb81 [Blackfin] arch: actually implement get_cycles function by Mike Frysinger · 17 years ago
- 8cab028 [Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settings by Mike Frysinger · 17 years ago
- 3132b58 [Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files by Mike Frysinger · 17 years ago
- 8b6eb47 [Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin header by Mike Frysinger · 17 years ago
- 6817937 [Blackfin] arch: declare list of peripherals as const since we dont modify the incoming array by Mike Frysinger · 17 years ago
- 6ed8394 [Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg. by Graf Yang · 17 years ago
- d5adb02 [Blackfin] arch: This allows XIP to work with FD-PIC. by Bernd Schmidt · 17 years ago
- 1ebc723 [Blackfin] arch: support the reserved memory region in the MPU code by Bernd Schmidt · 17 years ago
- d56daae9 [Blackfin] arch: fix bug - a crash on bootup with CONFIG_MPU on the BF548 by Bernd Schmidt · 17 years ago
- 697a9d6 [Blackfin] arch: a rather old performance improvement for the signal handling code by Bernd Schmidt · 17 years ago
- b85d858 [Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__ by Harvey Harrison · 17 years ago
- 6eceb0d [Blackfin] arch: add support for the rest of the gptimers on the BF54x by Meihui Fan · 17 years ago
- 0e184c6 [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file where it actually gets used. by Mike Frysinger · 17 years ago
- 6a42a91 [Blackfin] arch: update reboot code to match latest info (really just copy from u-boot) by Mike Frysinger · 17 years ago
- b4bb68f [Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the uncached DMA area. by Bernd Schmidt · 17 years ago
- dbfe44f [Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while the MPU code was out-of-tree. by Bernd Schmidt · 17 years ago
- 904656c [Blackfin] arch: fix bug - grab locks when not atomic by Robin Getz · 17 years ago
- 9a62ca4 [Blackfin] arch: fix bug - when we crash, current is not valid by Robin Getz · 17 years ago
- d171c23 [Blackfin] arch: fix up gpio code style -- no functional changes by Mike Frysinger · 17 years ago
- f85c4ab [Blackfin] arch: dump the stack before printing out an error otherwise the stack dump is useless as it shows us tracing through printk by Mike Frysinger · 17 years ago
- 2e8d796 [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn. by Yi Li · 17 years ago
- 9df7a8f [Blackfin] arch: remove NOTES from linker script by Bernd Schmidt · 17 years ago
- 0ddeeca [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions by Mike Frysinger · 17 years ago
- 8b5f79f [Blackfin] arch: initial generic time and clock sources by Vitja Makarov · 17 years ago
- 349a244 [BLACKFIN] minor irq handler cleanups by Jeff Garzik · 17 years ago
- 64ac24e Generic semaphore implementation by Matthew Wilcox · 17 years ago
- 11b0be7 [Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markings by Mike Frysinger · 17 years ago
- 8b07a2a [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist for a part) so that any parts labeled for L1 instead get placed into external memory sections by Mike Frysinger · 17 years ago
- fee4011 [Blackfin] arch: make sure we have proper description/copyright/license lines by Mike Frysinger · 17 years ago
- d45118b [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it by Mike Frysinger · 17 years ago
- 549aaa8 [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UART2/3. by Sonic Zhang · 17 years ago
- 8929ecf8 [Blackfin] arch: add fixed code to the memory map output by Mike Frysinger · 17 years ago
- cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 17 years ago
- aa02cd2 xtime_lock vs update_process_times by Peter Zijlstra · 17 years ago
- 8b01eaf [Blackfin] arch: Enable UART2 and UART3 for bf548 by Sonic Zhang · 17 years ago
- 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 · 17 years ago
- 550d553 [Blackfin] arch: simpler header and update dates by Mike Frysinger · 17 years ago
- b7627ac [Blackfin] arch: move the init sections to the end of memory by Mike Frysinger · 17 years ago