summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-03-09Blackfin: bf537-stamp: add example ADS7846 touchscreen resourcesMichael Hennerich1-1/+35
2010-03-09Blackfin: add support for restart_syscall()Mike Frysinger1-0/+9
2010-03-09Blackfin: check for bad syscalls after tracing itMike Frysinger1-9/+14
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger4-3/+15
2010-03-09Blackfin: initial tracehook supportMike Frysinger6-62/+144
2010-03-09Blackfin: initial regset supportMike Frysinger3-31/+97
2010-03-09Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger2-67/+53
2010-03-09Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger1-18/+6
2010-03-09Blackfin: use generic ptrace_resume codeChristoph Hellwig1-44/+0
2010-03-09Blackfin: bf537-stamp: add example AD715{0,2}/AD774{5,6,7} IIO resourcesBarry Song1-0/+20
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang4-6/+13
2010-03-09Blackfin: add support for cpufreq on SMP systemsGraf Yang4-66/+101
2010-03-09Blackfin: rename AD1938 to AD193X in board filesBarry Song1-4/+4
2010-03-09Blackfin: add CALLER_ADDR ftrace macrosYi Li1-0/+53
2010-03-09Blackfin: move KGDB selection to the way other arches do itMike Frysinger2-3/+1
2010-03-09Blackfin: split watchdog definitions into a dedicated header fileGraf Yang2-15/+31
2010-03-09Blackfin: add dma_disable_irq_nosync() API for irq handlersBarry Song1-0/+4
2010-03-09Blackfin: fix whitespace damage in thread_info.hMike Frysinger1-12/+11
2010-03-09Blackfin: support new ftrace frame pointer semanticsMike Frysinger2-5/+13
2010-03-09Blackfin: implement ftrace mcount testMike Frysinger2-1/+11
2010-03-09Blackfin: implement ndelay()Barry Song1-2/+14
2010-03-09Blackfin: implement nmi_watchdog for SMP on BF561Graf Yang8-1/+361
2010-03-09Blackfin: respect the L1 kconfig optimization in the MPU codeBarry Song1-6/+12
2010-03-09Blackfin: bf537-stamp/bf527-ezkit: move ASoC SPORT resources to boards fileBarry Song2-0/+49
2010-03-09Blackfin: bf548-ezkit: add ASoC CPU DAI resourcesBarry Song1-0/+36
2010-03-09Blackfin: increase NR_IRQS beyond NR on-chip IRQsMichael Hennerich9-8/+18
2010-03-09Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGVBarry Song1-3/+11
2010-03-09Blackfin: bf537-stamp: move ADF7021 MAC storage into platform resourcesMike Frysinger1-0/+8
2010-03-09Blackfin: add support for irqflags tracingYi Li3-0/+34
2010-03-09Blackfin: tcm-bf518: new board portHarald Krapfenbauer4-0/+2134
2010-03-09Blackfin: bf537-stamp: declare parallel flash as ROM with XIP kernelBarry Song1-0/+3
2010-03-09Blackfin: bf527-ezkit/bf537-stamp: add example SSM2602 I2C resourcesCliff Cai2-0/+10
2010-03-09Blackfin: fix up mm locking in address dumpingGraf Yang1-1/+13
2010-03-09Blackfin: bf533-{ezkit,stamp}: add sound platform devicesBarry Song2-0/+72
2010-03-09Blackfin: kgdb: mark all local funcs/structs staticMike Frysinger1-5/+5
2010-03-09Blackfin: fix decoding of opcodes 41-47 in decode_instruction()Roel Kluin1-1/+1
2010-03-09Blackfin: initial XIP supportBarry Song13-29/+160
2010-03-09Blackfin: fix initial stack pointer setupBarry Song1-8/+3
2010-03-09Blackfin: fix the section name of init_thread_unionBarry Song1-1/+1
2010-03-09Blackfin: replace harcoded define with proper THREAD_SIZE macroBarry Song1-1/+1
2010-03-09Blackfin: fix relocation errors with large initramfs imagesJie Zhang1-5/+8
2010-03-09Blackfin: try to simplify interrupt ifdef uglinessYi Li1-8/+13
2010-03-09Blackfin: simplify SMP handling in SRAM codeYi Li1-18/+9
2010-03-09Blackfin: SMP: add PM/CPU hotplug supportGraf Yang7-13/+138
2010-03-09Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li7-123/+146
2010-03-09Blackfin: drop cpu_callin_map on SMP systemsGraf Yang1-6/+3
2010-03-09Blackfin: SMP: add support for IRQ affinitySonic Zhang1-4/+34
2010-03-09Blackfin: unify MMR helpersMike Frysinger1-44/+12
2010-03-09Blackfin: isram: add unlikely to sanity checksMike Frysinger1-3/+3
2010-03-09Blackfin: update defconfigsSonic Zhang12-1017/+1608