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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-12
Merge branch 'io_remap_pfn_range' of git://www.jni.nu/cris
Linus Torvalds
1
-0
/
+3
2010-08-12
Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
Linus Torvalds
10
-6
/
+321
2010-08-12
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
1
-1
/
+1
2010-08-12
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-0
/
+10
2010-08-12
x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods
Chris Wilson
1
-2
/
+2
2010-08-12
MN10300: Use no_printk() for disabled gdbstub debugging functions
David Howells
1
-4
/
+4
2010-08-12
Add a dummy printk function for the maintenance of unused printks
David Howells
1
-5
/
+0
2010-08-12
MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader
David Howells
1
-0
/
+1
2010-08-12
MN10300: Fix size_t and ssize_t
David Howells
1
-1
/
+6
2010-08-12
MN10300: Fix RTC routines
David Howells
1
-4
/
+1
2010-08-12
[CPUFREQ] add missing __percpu markup in pcc-cpufreq.c
Namhyung Kim
1
-1
/
+1
2010-08-12
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
1
-3
/
+3
2010-08-12
[IA64] Fix rwsem: RWSEM_WAITING_BIAS must not be unsigned.
Tony Luck
1
-3
/
+3
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
3
-3
/
+3
2010-08-12
Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-13
/
+372
2010-08-12
parisc: fix wrong page aligned size calculation in ioremapping code
Florian Zumbiehl
1
-1
/
+1
2010-08-12
score: fix dereference of NULL pointer in local_flush_tlb_page()
Roel Kluin
1
-1
/
+1
2010-08-12
x86, asm: Use a lower case name for the end macro in atomic64_386_32.S
Luca Barbieri
1
-18
/
+20
2010-08-12
CRIS: Define io_remap_pfn_range as remap_pfn_range
Jesper Nilsson
1
-0
/
+3
2010-08-12
MIPS: Fix gen_nand probe structures contents
Marek Vasut
1
-0
/
+1
2010-08-12
BFIN: Fix gen_nand probe structures contents
Marek Vasut
2
-0
/
+2
2010-08-12
x86, asm: Refactor atomic64_386_32.S to support old binutils and be cleaner
Luca Barbieri
1
-108
/
+128
2010-08-12
ARM: Fix gen_nand probe structures contents
Marek Vasut
3
-0
/
+3
2010-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-7
/
+8
2010-08-11
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...
Linus Torvalds
6
-3
/
+334
2010-08-11
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
272
-4636
/
+13492
2010-08-11
panic: keep blinking in spite of long spin timer mode
TAMUKI Shoichi
1
-12
/
+5
2010-08-11
dma-mapping: remove dma_is_consistent API
FUJITA Tomonori
20
-59
/
+0
2010-08-11
dma-mapping: parisc: set ARCH_DMA_MINALIGN
FUJITA Tomonori
1
-0
/
+2
2010-08-11
dma-mapping: unify dma_get_cache_alignment implementations
FUJITA Tomonori
19
-114
/
+0
2010-08-11
dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
FUJITA Tomonori
13
-14
/
+14
2010-08-11
arm: samsung: remove pixclock from several boards
Maurus Cuelenaere
7
-10
/
+3
2010-08-11
s3c-fb: add support for DMA channel control on S5PV210
Pawel Osciak
1
-0
/
+4
2010-08-11
s3c-fb: add SHADOWCON shadow register locking support for S5PV210
Pawel Osciak
1
-0
/
+3
2010-08-11
s3c-fb: add wait for VSYNC ioctl
Pawel Osciak
1
-0
/
+1
2010-08-11
s3c-fb: add support for display panning
Pawel Osciak
1
-0
/
+7
2010-08-11
s3c-fb: add device name initialization
Pawel Osciak
5
-1
/
+38
2010-08-11
s3c-fb: correct FRAMESEL1 bitfield defines for VIDINTCON0 register
Pawel Osciak
1
-5
/
+5
2010-08-11
s3c-fb: integrate palette setup code into main driver
Ben Dooks
1
-34
/
+0
2010-08-11
s3c-fb: udpate to support s3c2416/s3c2443 style hardware
Ben Dooks
2
-7
/
+5
2010-08-11
s3c-fb: initial move to unifying the header files
Ben Dooks
3
-90
/
+0
2010-08-11
s3c-fb: fix distortedness situation for the mode more then 24bpp
InKi Dae
1
-0
/
+1
2010-08-11
s3c-fb: add default window feature.
InKi Dae
1
-0
/
+3
2010-08-11
dts: add ESDHC weird voltage bits workaround
Roy Zang
1
-0
/
+1
2010-08-11
dts: add sdhci,auto-cmd12 field for p4080 device tree
Roy Zang
1
-0
/
+1
2010-08-11
omap: pandora: pass wl1251 information to SDIO core
Grazvydas Ignotas
3
-0
/
+21
2010-08-11
omap_hsmmc: add init_card pass-through callback
Grazvydas Ignotas
1
-0
/
+2
2010-08-11
arch/tile: support new kunmap_atomic() naming convention.
Chris Metcalf
2
-3
/
+3
2010-08-11
tile: remove unused ISA_DMA_THRESHOLD define
FUJITA Tomonori
1
-21
/
+0
2010-08-11
param: simple locking for sysfs-writable charp parameters
Rusty Russell
1
-0
/
+10
[prev]
[next]