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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-18
Blackfin arch: Convert Blackfin GPIO driver to use common gpiolib/gpiochip in...
Michael Hennerich
3
-30
/
+140
2008-11-18
Blackfin arch: Cleanup and unify Blackfin IRQ and GPIO IRQ handling
Michael Hennerich
1
-125
/
+66
2008-11-18
Blackfin arch: workaround bug: spi_mmc driver working in dma mode may hang th...
Yi Li
1
-1
/
+1
2008-11-18
Blackfin arch: remove useless SSYNC() in irq priority code
Mike Frysinger
1
-4
/
+0
2008-11-18
Blackfin arch: fix bug - gpio_bank() macros messed up bank number caculating ...
Bryan Wu
3
-18
/
+20
2008-11-18
Blackfin arch: enable i2c_bfin_twi0_device in cm_bf548 board
Mike Frysinger
1
-1
/
+1
2008-11-18
Blackfin arch: Enable ISP1760 USB Host Driver in platform device initializati...
Michael Hennerich
6
-192
/
+154
2008-11-18
Blackfin arch: fixup get_user() macros
Mike Frysinger
1
-43
/
+31
2008-11-18
Blackfin arch: do not bother initializing the first 4k
Mike Frysinger
1
-12
/
+0
2008-11-18
Blackfin arch: use sti to set the mask rather than banging on imask
Mike Frysinger
1
-6
/
+2
2008-11-18
Blackfin arch: don't assume a specific SPI flash part - take whatever you probe
Michael Hennerich
1
-1
/
+1
2008-11-18
Blackfin arch: update defconfig file for all boards
Mike Frysinger
21
-47
/
+38
2008-10-29
Blackfin arch: remove most BUG_ON channel checks
Michael Hennerich
1
-70
/
+0
2008-10-28
Blackfin arch: only add IFLUSH nop padding when anomaly 443 is enabled
Mike Frysinger
1
-1
/
+5
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
2
-18
/
+7
2008-10-28
Blackfin arch: update anomaly lists to match latest sheets
Mike Frysinger
6
-9
/
+20
2008-10-28
Blackfin arch: refine the gpio check
Mike Frysinger
1
-5
/
+5
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
2008-10-28
Blackfin arch: unify check_gpio() to reduce arch differences
Mike Frysinger
1
-9
/
+3
2008-10-28
Blackfin arch: remove unused local define
Mike Frysinger
1
-3
/
+0
2008-11-18
Blackfin arch: add support for Blackfin latest processor family BF51x
Bryan Wu
36
-31
/
+8524
2008-10-28
Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3
Mike Frysinger
6
-6
/
+6
2008-10-28
Blackfin arch: fix bug - kernel with SMP patch can not bootup
Graf Yang
1
-3
/
+4
2008-10-28
Blackfin arch: drop redundant BFIN_DMA_5XX depends
Mike Frysinger
1
-3
/
+2
2008-10-28
Blackfin arch: drop unused exports and comment remaining exports
Mike Frysinger
1
-48
/
+12
2008-10-28
Blackfin arch: add an option to allow people to stick exception stack into L1...
Mike Frysinger
2
-6
/
+26
2008-10-28
Blackfin arch: move EXPORT_SYMBOL to the place where it is actually defined
Mike Frysinger
4
-9
/
+6
2008-11-18
Blackfin arch: BF538/9 Linux kernel Support
Michael Hennerich
29
-16
/
+10587
2008-10-27
Blackfin arch: unify duplicated bss init code
Mike Frysinger
1
-47
/
+19
2009-01-07
Fix up 64-bit byte swaps for most 32-bit architectures
Linus Torvalds
1
-1
/
+1
2009-01-07
byteorder: remove the now unused byteorder.h
Harvey Harrison
2
-373
/
+0
2009-01-07
mn10300: introduce asm/swab.h
Harvey Harrison
3
-40
/
+44
2009-01-07
frv: introduce asm/swab.h
Harvey Harrison
3
-7
/
+12
2009-01-07
m32r: introduce asm/swab.h
Harvey Harrison
3
-6
/
+12
2009-01-07
m68knommu: introduce asm/swab.h
Harvey Harrison
3
-21
/
+27
2009-01-07
h8300: introduce asm/swab.h
Harvey Harrison
3
-7
/
+12
2009-01-07
ia64: introduce asm/swab.h
Harvey Harrison
3
-36
/
+36
2009-01-07
blackfin: introduce asm/swab.h
Harvey Harrison
3
-42
/
+50
2009-01-07
arm: introduce asm/swab.h
Harvey Harrison
3
-32
/
+52
2009-01-07
alpha: introduce asm/swab.h
Harvey Harrison
3
-41
/
+44
2009-01-07
m68k: introduce asm/swab.h
Harvey Harrison
3
-14
/
+19
2009-01-07
x86: introduce asm/swab.h
Harvey Harrison
3
-60
/
+64
2009-01-07
sparc: introduce asm/swab.h
Harvey Harrison
3
-44
/
+48
2009-01-07
sh: introduce asm/swab.h
Harvey Harrison
3
-59
/
+64
2009-01-07
s390: introduce asm/swab.h
Harvey Harrison
3
-90
/
+94
2009-01-07
powerpc: introduce asm/swab.h
Harvey Harrison
3
-81
/
+93
2009-01-07
mips: introduce asm/swab.h
Harvey Harrison
3
-49
/
+59
[next]