index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-07
Blackfin arch: add get_dma_config() func to match set_dma_config()
Mike Frysinger
1
-0
/
+4
2009-01-07
Blackfin arch: add volatile markings to DMA MMRs
Mike Frysinger
1
-1
/
+1
2009-01-07
Blackfin arch: update header to match new location
Graf Yang
1
-2
/
+2
2009-01-07
Blackfin arch: remove unused members of dma_channel struct
Mike Frysinger
1
-3
/
+0
2009-01-07
Blackfin arch: Update some inline assembly, tweak some register constraints
Robin Getz
3
-5
/
+10
2009-01-07
Blackfin arch: stub out pgprot_noncached() like other people seem to do on nommu
Mike Frysinger
1
-0
/
+1
2009-01-07
Blackfin arch: add __must_check markings to our user functions like other arches
Mike Frysinger
1
-7
/
+8
2009-01-07
Blackfin arch: dma code: cannot simply OR the ndsize
Mike Frysinger
1
-1
/
+3
2009-01-07
Blackfin arch: fix bug - crashes in tcp_v4_send_reset
Bernd Schmidt
1
-1
/
+2
2009-01-07
Blackfin arch: desc_ptr is a pointer, so declare it as such
Mike Frysinger
1
-8
/
+8
2009-01-07
Blackfin arch: move most dma functions into static inlines
Mike Frysinger
1
-40
/
+116
2009-01-07
Blackfin arch: dma header file: strip down includes to only necessary ones
Mike Frysinger
1
-8
/
+3
2009-01-07
Blackfin arch: drop irq_callback from struct dma_channel
Mike Frysinger
1
-1
/
+0
2009-01-07
Blackfin arch: drop custom dma_interrupt_t and just use irq_handler_t
Mike Frysinger
1
-4
/
+2
2009-01-07
Blackfin arch: rewrite dma_memcpy() and dma in/out functions
Mike Frysinger
1
-0
/
+1
2009-01-07
Blackfin arch: cleanup - use scm for changelog, not file headers
Mike Frysinger
1
-24
/
+3
2009-01-07
Blackfin arch: Add basic irq stack checking for Blackfin
Robin Getz
2
-0
/
+9
2009-01-07
Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match e...
Mike Frysinger
1
-1
/
+1
2009-01-07
Blackfin arch: Use reads/writes instead of ins/outs directly
Sonic Zhang
1
-6
/
+6
2009-01-07
Blackfin arch: add const to some function prototype and struct dma_channel
Michael McTernan
1
-2
/
+2
2009-01-07
Blackfin arch: smp patch cleanup from LKML review
Graf Yang
3
-2
/
+81
2009-01-07
Blackfin arch: gpio.h split into machine subfolders like already done for BF54x
Michael Hennerich
1
-262
/
+2
2009-01-07
Blackfin arch: cleanup the header file comments
Mike Frysinger
1
-19
/
+9
2009-01-07
Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK option
Michael Hennerich
1
-0
/
+362
2009-01-07
Blackfin arch: Allow a gpio pin be requested both as gpio and irq.
Graf Yang
1
-0
/
+2
2009-01-07
Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Mike Frysinger
1
-1
/
+0
2008-11-18
Blackfin arch: only define HI/LO macros for assembly files
Mike Frysinger
1
-5
/
+5
2008-11-18
Blackfin arch: remove pointless define IN_KERNEL
Mike Frysinger
1
-2
/
+0
2008-11-18
Blackfin arch: define BASE_BAUD like everyone else
Mike Frysinger
1
-0
/
+1
2008-11-18
Blackfin arch: add mmiowb() as some drivers expect
Mike Frysinger
1
-0
/
+2
2008-11-18
Blackfin arch: rename cache_lock() to bfin_cache_lock()
Mike Frysinger
1
-1
/
+1
2008-11-18
Blackfin arch: use generic xor.h
Mike Frysinger
1
-0
/
+1
2008-11-18
Blackfin arch: rename irq_flags to bfin_irq_flags
Mike Frysinger
2
-6
/
+6
2008-11-18
Blackfin arch: move out irq related functions
Mike Frysinger
3
-92
/
+94
2008-11-18
Blackfin arch: move SIC_SYSIRQ() to the one file that actually uses it
Mike Frysinger
1
-2
/
+0
2008-11-18
Blackfin arch: move ack_bad_irq() prototype to hardirq.h to match other arches
Mike Frysinger
2
-2
/
+2
2008-11-18
Blackfin arch: delete old comments and NO_IRQ define
Mike Frysinger
1
-40
/
+1
2008-11-18
Blackfin arch: Use GPIO_BANKSIZE macro to replace const number 16 for GPIO_BA...
Bryan Wu
2
-2
/
+4
2008-11-18
Blackfin arch: SMP supporting patchset: Blackfin CPLB related code
Graf Yang
4
-34
/
+86
2009-01-07
Blackfin arch: SMP supporting patchset: Blackfin header files and machine com...
Graf Yang
18
-121
/
+829
2008-11-18
Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...
Michael Hennerich
1
-12
/
+67
2008-11-18
Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...
Bryan Wu
1
-0
/
+2
2008-11-18
Blackfin arch: fixup get_user() macros
Mike Frysinger
1
-43
/
+31
2008-10-28
Blackfin arch: lookup channel2irq() only once
Michael Hennerich
1
-0
/
+1
2008-11-18
Blackfin arch: add support for Blackfin latest processor family BF51x
Bryan Wu
1
-0
/
+51
2008-11-18
Blackfin arch: BF538/9 Linux kernel Support
Michael Hennerich
1
-0
/
+68
2009-01-07
blackfin: introduce asm/swab.h
Harvey Harrison
3
-42
/
+50
2009-01-07
atomic_t: unify all arch definitions
Matthew Wilcox
1
-3
/
+1
2009-01-01
blackfin: define __fls
Rusty Russell
1
-0
/
+1
2008-11-18
Blackfin arch: fix a broken define in dma-mapping
Mike Frysinger
1
-1
/
+5
[next]