index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-09
Blackfin: check for bad syscalls after tracing it
Mike Frysinger
1
-9
/
+14
2010-03-09
Blackfin: fix single stepping over system calls
Mike Frysinger
4
-3
/
+15
2010-03-09
Blackfin: initial tracehook support
Mike Frysinger
6
-62
/
+144
2010-03-09
Blackfin: initial regset support
Mike Frysinger
3
-31
/
+97
2010-03-09
Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset support
Mike Frysinger
2
-67
/
+53
2010-03-09
Blackfin: simplify SYSCFG code a bit and ignore attempts to change it
Mike Frysinger
1
-18
/
+6
2010-03-09
Blackfin: use generic ptrace_resume code
Christoph Hellwig
1
-44
/
+0
2010-03-09
Blackfin: bf537-stamp: add example AD715{0,2}/AD774{5,6,7} IIO resources
Barry Song
1
-0
/
+20
2010-03-09
Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data
Graf Yang
4
-6
/
+13
2010-03-09
Blackfin: add support for cpufreq on SMP systems
Graf Yang
4
-66
/
+101
2010-03-09
Blackfin: rename AD1938 to AD193X in board files
Barry Song
1
-4
/
+4
2010-03-09
Blackfin: add CALLER_ADDR ftrace macros
Yi Li
1
-0
/
+53
2010-03-09
Blackfin: move KGDB selection to the way other arches do it
Mike Frysinger
2
-3
/
+1
2010-03-09
Blackfin: split watchdog definitions into a dedicated header file
Graf Yang
2
-15
/
+31
2010-03-09
Blackfin: add dma_disable_irq_nosync() API for irq handlers
Barry Song
1
-0
/
+4
2010-03-09
Blackfin: fix whitespace damage in thread_info.h
Mike Frysinger
1
-12
/
+11
2010-03-09
Blackfin: support new ftrace frame pointer semantics
Mike Frysinger
2
-5
/
+13
2010-03-09
Blackfin: implement ftrace mcount test
Mike Frysinger
2
-1
/
+11
2010-03-09
Blackfin: implement ndelay()
Barry Song
1
-2
/
+14
2010-03-09
Blackfin: implement nmi_watchdog for SMP on BF561
Graf Yang
8
-1
/
+361
2010-03-09
Blackfin: respect the L1 kconfig optimization in the MPU code
Barry Song
1
-6
/
+12
2010-03-09
Blackfin: bf537-stamp/bf527-ezkit: move ASoC SPORT resources to boards file
Barry Song
2
-0
/
+49
2010-03-09
Blackfin: bf548-ezkit: add ASoC CPU DAI resources
Barry Song
1
-0
/
+36
2010-03-09
Blackfin: increase NR_IRQS beyond NR on-chip IRQs
Michael Hennerich
9
-8
/
+18
2010-03-09
Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGV
Barry Song
1
-3
/
+11
2010-03-09
Blackfin: bf537-stamp: move ADF7021 MAC storage into platform resources
Mike Frysinger
1
-0
/
+8
2010-03-09
Blackfin: add support for irqflags tracing
Yi Li
3
-0
/
+34
2010-03-09
Blackfin: tcm-bf518: new board port
Harald Krapfenbauer
4
-0
/
+2134
2010-03-09
Blackfin: bf537-stamp: declare parallel flash as ROM with XIP kernel
Barry Song
1
-0
/
+3
2010-03-09
Blackfin: bf527-ezkit/bf537-stamp: add example SSM2602 I2C resources
Cliff Cai
2
-0
/
+10
2010-03-09
Blackfin: fix up mm locking in address dumping
Graf Yang
1
-1
/
+13
2010-03-09
Blackfin: bf533-{ezkit,stamp}: add sound platform devices
Barry Song
2
-0
/
+72
2010-03-09
Blackfin: kgdb: mark all local funcs/structs static
Mike Frysinger
1
-5
/
+5
2010-03-09
Blackfin: fix decoding of opcodes 41-47 in decode_instruction()
Roel Kluin
1
-1
/
+1
2010-03-09
Blackfin: initial XIP support
Barry Song
13
-29
/
+160
2010-03-09
Blackfin: fix initial stack pointer setup
Barry Song
1
-8
/
+3
2010-03-09
Blackfin: fix the section name of init_thread_union
Barry Song
1
-1
/
+1
2010-03-09
Blackfin: replace harcoded define with proper THREAD_SIZE macro
Barry Song
1
-1
/
+1
2010-03-09
Blackfin: fix relocation errors with large initramfs images
Jie Zhang
1
-5
/
+8
2010-03-09
Blackfin: try to simplify interrupt ifdef ugliness
Yi Li
1
-8
/
+13
2010-03-09
Blackfin: simplify SMP handling in SRAM code
Yi Li
1
-18
/
+9
2010-03-09
Blackfin: SMP: add PM/CPU hotplug support
Graf Yang
7
-13
/
+138
2010-03-09
Blackfin: SMP: make core timers per-cpu clock events for HRT
Yi Li
7
-123
/
+146
2010-03-09
Blackfin: drop cpu_callin_map on SMP systems
Graf Yang
1
-6
/
+3
2010-03-09
Blackfin: SMP: add support for IRQ affinity
Sonic Zhang
1
-4
/
+34
2010-03-09
Blackfin: unify MMR helpers
Mike Frysinger
1
-44
/
+12
2010-03-09
Blackfin: isram: add unlikely to sanity checks
Mike Frysinger
1
-3
/
+3
2010-03-09
Blackfin: update defconfigs
Sonic Zhang
12
-1017
/
+1608
2010-03-09
Blackfin: add optimized version of Hamming Weight functions
Michael Hennerich
2
-22
/
+55
2010-03-09
Blackfin: bf561-acvilon: save the smsc911x mac address
Valentin Yakovenkov
1
-1
/
+1
[next]