aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-19Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang3-20/+104
2008-07-19Blackfin arch: Do not need this dualcore test module in kernel.Yi Li2-50/+0
2008-07-15Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM.Jie Zhang1-0/+28
2008-07-16Blackfin arch: Add ANOMALY_05000368 workaroundMichael Hennerich1-0/+5
2008-07-19Blackfin arch: Functional power management supportMichael Hennerich2-6/+138
2008-07-15Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated to fit: R_pcrel12_jump_s)Michael Hennerich1-1/+1
2008-07-14Blackfin arch: Remove redundant kernel optionMichael Hennerich2-14/+6
2008-06-25Blackfin arch: fix up section mismatch warningBryan Wu1-2/+4
2008-06-25Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debugging enabledSonic Zhang1-0/+5
2008-06-03Blackfin arch: fixup warnings with the new cplb saved valuesMike Frysinger1-5/+3
2008-05-20Blackfin arch: Cleanup no functional changesMichael Hennerich1-1/+1
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2008-05-17Blackfin arch: IO Port functions to read/write unalligned memoryMichael Hennerich1-0/+2
2008-05-17Blackfin arch: cleanup the icplb/dcplb multiple hit checksMike Frysinger1-10/+10
2008-05-17Blackfin arch: Add workaround to read edge triggered GPIOsMichael Hennerich1-0/+19
2008-05-17Blackfin arch: Check for Anomaly 05000182Michael Hennerich1-0/+11
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-07[Blackfin] arch: fix bug - Remove module will not free L1 memory usedMeihui Fan1-15/+22
2008-05-07[Blackfin] arch: fix wrong header name in commentMike Frysinger1-1/+1
2008-05-07[Blackfin] arch: disable single stepping when delivering a signalBernd Schmidt1-0/+13
2008-05-07[Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c.Bernd Schmidt2-5/+2
2008-05-07[Blackfin] arch: Support for CPU_FREQ and NOHZVitja Makarov1-3/+7
2008-05-07[Blackfin] arch: fix bug - breaking the atomic sections code.Bernd Schmidt1-1/+1
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-29blackfin: use kbuild.h instead of defining macros in asm-macros.cChristoph Lameter1-2/+1
2008-04-29Remove the macro get_personalityWANG Cong1-1/+1
2008-04-25[Blackfin] arch: Functional power management support: Add support for cpu frequency scalingMichael Hennerich2-18/+31
2008-04-25[Blackfin] arch: take DDR DEVWD into consideration as well for BF548Michael Hennerich1-6/+13
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt1-8/+7
2008-04-25[Blackfin] arch: lose unnecessary dependency on CONFIG_BFIN_ICACHE for MPUBernd Schmidt1-4/+0
2008-04-25[Blackfin] arch: fix bug - before assign new channel to the map register, need clear the bits first.Graf Yang1-2/+5
2008-04-25[Blackfin] arch: add Blackfin on-chip SIR IrDA driver supportGraf Yang1-2/+2
2008-04-25[Blackfin] arch: BF54x memsizes are in mbits, not mbytesMike Frysinger1-4/+4
2008-04-25[Blackfin] arch: try to remove condition that causes double fault, by checking current before it gets dereferencedRobin Getz1-10/+24
2008-04-24[Blackfin] arch: Allow concurrent use of GPIO and GPIO IRQMichael Hennerich1-28/+17
2008-04-25[Blackfin] arch: detect the memory available in the system on the fly by defaultMike Frysinger2-3/+52
2008-04-24[Blackfin] arch: add implicit icplb for the bootrom so we can use the utility functions in the kernelMike Frysinger1-2/+8
2008-04-24[Blackfin] arch: use the same style for missing L1 sectionsMike Frysinger1-27/+20
2008-04-24[Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow checkMike Frysinger1-11/+1
2008-04-24[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernelSonic Zhang2-3/+8
2008-04-24[Blackfin] arch: Add a little bit more runtime info for MPURobin Getz1-2/+6
2008-04-24[Blackfin] arch: cplb-mpu code clean upMike Frysinger2-9/+5
2008-04-24[Blackfin] arch: Give the DMA base registers a more descriptive nameBernd Schmidt1-1/+1
2008-04-24[Blackfin] arch: actually implement get_cycles functionMike Frysinger1-3/+2
2008-04-24[Blackfin] arch: add boot messages to quickly distinguish between MPU/NOMPU settingsMike Frysinger2-0/+4
2008-04-24[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S filesMike Frysinger1-0/+1
2008-04-24[Blackfin] arch: remove duplicated prototypes for internal cplb structures from the global blackfin headerMike Frysinger1-3/+1
2008-04-24[Blackfin] arch: declare list of peripherals as const since we dont modify the incoming arrayMike Frysinger1-2/+2
2008-04-24[Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.Graf Yang1-8/+8
2008-04-24[Blackfin] arch: This allows XIP to work with FD-PIC.Bernd Schmidt1-0/+6