index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
2
-0
/
+2
|
\
|
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
2
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags
Linus Torvalds
2010-10-21
30
-630
/
+738
|
\
\
|
*
|
Fix IRQ flag handling naming
David Howells
2010-10-07
2
-12
/
+1
|
*
|
Blackfin: Rename IRQ flags handling functions
David Howells
2010-10-07
19
-274
/
+284
|
*
|
Blackfin: Add missing dep to asm/irqflags.h
David Howells
2010-10-07
1
-1
/
+8
|
*
|
Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own header
David Howells
2010-10-07
5
-47
/
+58
|
*
|
Blackfin: Split PLL code from mach-specific cdef headers
David Howells
2010-10-07
14
-344
/
+435
|
|
/
*
|
spi/bfin_spi: combine duplicate SPI_CTL read/write logic
Mike Frysinger
2010-10-18
1
-68
/
+0
*
|
spi/bfin_spi: redo GPIO CS handling
Barry Song
2010-10-18
1
-1
/
+2
*
|
Blackfin: SPI: expand SPI bitmasks
Mike Frysinger
2010-10-18
1
-4
/
+7
*
|
spi/bfin_spi: drop custom cs_change_per_word support
Mike Frysinger
2010-10-18
1
-1
/
+0
|
/
*
Blackfin: bf52x/bf54x boards: drop unused nand page size
Barry Song
2010-08-27
5
-5
/
+0
*
Blackfin: punt duplicate SPORT MMR defines
Mike Frysinger
2010-08-27
8
-576
/
+0
*
Blackfin: wire up new fanotify/prlimit64 syscalls
Mike Frysinger
2010-08-23
2
-1
/
+7
*
Blackfin: fix hweight breakage
Mike Frysinger
2010-08-23
1
-7
/
+10
*
Make do_execve() take a const filename pointer
David Howells
2010-08-17
1
-1
/
+3
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2010-08-15
2
-0
/
+2
|
\
|
*
BFIN: Fix gen_nand probe structures contents
Marek Vasut
2010-08-12
2
-0
/
+2
*
|
defconfig reduction
Sam Ravnborg
2010-08-14
24
-31110
/
+10
*
|
archs: replace unifdef-y with header-y
Sam Ravnborg
2010-08-14
1
-2
/
+2
*
|
Mark arguments to certain syscalls as being const
David Howells
2010-08-13
1
-1
/
+1
*
|
dma-mapping: remove dma_is_consistent API
FUJITA Tomonori
2010-08-11
1
-1
/
+0
*
|
dma-mapping: unify dma_get_cache_alignment implementations
FUJITA Tomonori
2010-08-11
1
-1
/
+0
*
|
dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
FUJITA Tomonori
2010-08-11
1
-1
/
+1
*
|
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-10
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
remove needless ISA_DMA_THRESHOLD
FUJITA Tomonori
2010-08-07
1
-2
/
+0
*
|
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2010-08-10
1
-3
/
+0
|
\
\
|
*
|
mtd: Blackfin NFC: fix handling of page sizes
Barry Song
2010-08-05
1
-3
/
+0
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
2010-08-09
83
-1859
/
+2459
|
\
\
\
|
*
|
|
Blackfin: gpio: add a debounce stub
Mike Frysinger
2010-08-06
1
-0
/
+5
|
*
|
|
Blackfin: update defconfigs
Mike Frysinger
2010-08-06
20
-377
/
+1062
|
*
|
|
Blackfin: remove CONFIG_MEM_GENERIC_BOARD
Christian Dietrich
2010-08-06
2
-23
/
+0
|
*
|
|
Blackfin: dpmc: punt unnecessary RTC_ISTAT clearing
Michael Hennerich
2010-08-06
1
-24
/
+0
|
*
|
|
Blackfin: unify rotary encoder bitmasks
Mike Frysinger
2010-08-06
4
-295
/
+73
|
*
|
|
Blackfin: unify SDH/RSI bitmasks
Mike Frysinger
2010-08-06
4
-397
/
+117
|
*
|
|
Blackfin: BF54x: tweak DMAC MMR naming to match other ports
Mike Frysinger
2010-08-06
2
-12
/
+12
|
*
|
|
Blackfin: TWI: clean up the MMR names
Mike Frysinger
2010-08-06
8
-134
/
+70
|
*
|
|
Blackfin: add EVT_OVERRIDE/IPRIO core MMR helpers
Mike Frysinger
2010-08-06
2
-4
/
+5
|
*
|
|
Blackfin: add support for dynamic ftrace
Mike Frysinger
2010-08-06
5
-9
/
+181
|
*
|
|
Blackfin: add support for LZO compressed kernels
Mike Frysinger
2010-08-06
3
-3
/
+12
|
*
|
|
Blackfin: portmux: fix peripheral map overflow when requesting pins
Michael Hennerich
2010-08-06
1
-1
/
+1
|
*
|
|
Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger options
Michael Hennerich
2010-08-06
5
-0
/
+359
|
*
|
|
Blackfin: gpio/portmux: clean up whitespace corruption
Mike Frysinger
2010-08-06
15
-323
/
+323
|
*
|
|
Blackfin: make sure mmiowb inserts a write barrier with SSYNC
Michael Hennerich
2010-08-06
1
-1
/
+7
|
*
|
|
Blackfin: fix DMA/cache bug when resuming from suspend to RAM
Michael Hennerich
2010-08-06
3
-10
/
+27
|
*
|
|
Blackfin: BF51x: fix handling of PH8 (the "internal" SPI0SEL4 pin)
Mike Frysinger
2010-08-06
2
-2
/
+3
|
*
|
|
Blackfin: add a GPIO_DEFAULT_BOOT_SPI_CS
Mike Frysinger
2010-08-06
7
-0
/
+7
|
*
|
|
Blackfin: fix typo in hweight asm
Mike Frysinger
2010-08-06
1
-1
/
+1
|
*
|
|
Blackfin: BF51x: fix typo in HWAIT pin define
Mike Frysinger
2010-08-06
1
-1
/
+1
[next]