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
/
blackfin
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-07
Blackfin arch: Add basic irq stack checking for Blackfin
Robin Getz
1
-1
/
+15
2009-01-07
Blackfin arch: dma_memcpy() - do not return NULL when transferring a multiple...
Mike Frysinger
1
-2
/
+2
2009-01-07
Blackfin arch: remove #if check on L2_LENGTH
Mike Frysinger
1
-5
/
+1
2009-01-07
Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...
Mike Frysinger
1
-7
/
+7
2009-01-07
Blackfin arch: add const to some function prototype and struct dma_channel
Michael McTernan
1
-1
/
+1
2009-01-07
Blackfin arch: implement support for /proc/dma
Graf Yang
1
-4
/
+40
2009-01-07
Blackfin arch: smp patch cleanup from LKML review
Graf Yang
5
-0
/
+6
2009-01-07
Blackfin arch: fix bugs in linker script when using upstream binutils
Bernd Schmidt
1
-2
/
+6
2009-01-07
Blackfin arch: Remove all traces of the relocation stack
Bernd Schmidt
1
-132
/
+7
2009-01-07
Blackfin arch: tweak the BUG_ON() check to allow for equal values
Mike Frysinger
1
-4
/
+4
2009-01-07
Blackfin arch: rewrite cplbinfo to use seq files
Mike Frysinger
1
-125
/
+191
2009-01-07
Blackfin arch: Allow a gpio pin be requested both as gpio and irq.
Graf Yang
1
-6
/
+76
2009-01-07
Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Mike Frysinger
1
-1
/
+0
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-1
/
+1
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2008-12-31
take init_fs to saner place
Al Viro
1
-1
/
+0
2008-12-13
cpumask: convert struct clock_event_device to cpumask pointers.
Rusty Russell
1
-1
/
+1
2008-11-18
Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 now
Michael Hennerich
1
-3
/
+4
2008-11-18
Blackfin arch: Request the gpio resource when making it as an irq pin, avoidi...
Graf Yang
1
-2
/
+2
2008-11-18
Blackfin arch: add BUG_ON() checks to make sure we dont overflow the cplb tables
Mike Frysinger
1
-1
/
+10
2008-11-18
Blackfin arch: noMMU CPLB lookup tables can be in L1 SRAM
Mike Frysinger
2
-10
/
+10
2008-11-18
Blackfin arch: do not include init sections in the kernel lock down as it get...
Mike Frysinger
1
-1
/
+1
2008-11-18
Blackfin arch: change return value
Mike Frysinger
1
-12
/
+6
2008-11-18
Blackfin arch: remove pointless define IN_KERNEL
Mike Frysinger
1
-4
/
+4
2008-11-18
Blackfin arch: unify cplbinfo files
Mike Frysinger
6
-363
/
+201
2008-11-18
Blackfin arch: remove BFIN_DMA_5XX option
Mike Frysinger
1
-2
/
+1
2008-11-18
Blackfin arch: cleanup the time.c code
Mike Frysinger
1
-65
/
+36
2008-11-18
Blackfin arch: do not define decode_instruction if hwtrace is turned off
Mike Frysinger
1
-2
/
+2
2008-11-18
Blackfin arch: move out irq related functions
Mike Frysinger
1
-1
/
+0
2008-11-18
Blackfin arch: introduce an IM_MEM macro to kgdb
Mike Frysinger
1
-70
/
+35
2008-11-18
Blackfin arch: fix off-by-one errors on end of memory range
Mike Frysinger
1
-4
/
+4
2008-11-18
Blackfin arch: delete unused vars and add parenthesis to fixup warnings
Mike Frysinger
1
-14
/
+12
2008-11-18
Blackfin arch: move fixed code into init section
Mike Frysinger
1
-1
/
+5
2008-11-18
Blackfin arch: remove superficial check on blackfin watchdog
Mike Frysinger
1
-4
/
+0
2008-11-18
Blackfin arch: dont export ack_bad_irq as no one else does
Mike Frysinger
1
-1
/
+0
2008-11-18
Blackfin arch: overlay thread.usp over PT_USP
Mike Frysinger
1
-3
/
+5
2008-11-18
Blackfin arch: Fix bug - hardware breakpoint doesn't always work in kgdb
Sonic Zhang
1
-11
/
+1
2009-01-07
Blackfin arch: SMP supporting patchset: some other misc code
Graf Yang
1
-2
/
+2
2008-11-18
Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...
Graf Yang
12
-153
/
+340
2008-11-18
Blackfin arch: SMP supporting patchset: Blackfin CPLB related code
Graf Yang
8
-185
/
+189
2008-11-18
Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...
Michael Hennerich
1
-18
/
+72
2008-11-18
Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...
Bryan Wu
1
-15
/
+15
2008-10-29
Blackfin arch: remove most BUG_ON channel checks
Michael Hennerich
1
-70
/
+0
2008-10-28
Blackfin arch: Remove useless SSYNCs in DMA code
Michael Hennerich
1
-13
/
+1
2008-10-28
Blackfin arch: lookup channel2irq() only once
Michael Hennerich
1
-18
/
+6
2008-10-28
Blackfin arch: refine the gpio check
Mike Frysinger
1
-5
/
+5
2008-10-28
Blackfin arch: fix bug - shared lib function in L2 failed be called
Jie Zhang
1
-1
/
+6
2008-10-28
Blackfin arch: unify port_setup() to reduce arch differences
Mike Frysinger
1
-14
/
+10
2008-10-28
Blackfin arch: unify peripheral_request() to reduce arch differences
Mike Frysinger
1
-78
/
+11
2008-10-28
Blackfin arch: fix cmp_label() so it doesnt incorrectly accept partial leadin...
Mike Frysinger
1
-2
/
+1
[prev]
[next]