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
2010-08-11
gpiolib: get rid of struct poll_desc and worklet
Daniel Gl?ckner
1
-53
/
+27
2010-08-11
gpiolib: decouple might_sleep_if() from DEBUG
David Brownell
2
-12
/
+35
2010-08-11
pcf857x: support working w/o platform data
Dmitry Eremin-Solenikov
1
-5
/
+4
2010-08-11
gpio: max730x: make pullups configurable via platformdata
Marc Kleine-Budde
2
-7
/
+23
2010-08-11
rtc: rp5c01: add NVRAM support
Geert Uytterhoeven
1
-0
/
+89
2010-08-11
drivers/rtc: remove unneeded ifdef CONFIG_PM
Christian Dietrich
1
-6
/
+0
2010-08-11
rtc-isl12022: properly handle military hour format
Roman Fietze
1
-1
/
+1
2010-08-11
rtc: add support for DS3232 RTC
Roy Zang
3
-0
/
+337
2010-08-11
rtc/nuc900: fix build warning
Wan ZongShun
1
-1
/
+1
2010-08-11
rtc/nuc900: modify enable/disable IRQs and driver data setting location
Wan ZongShun
1
-11
/
+12
2010-08-11
rtc/nuc900: make returning time checking function valid
Wan ZongShun
1
-8
/
+4
2010-08-11
rtc/m48t86: use rtc_valid_tm() to check returned tm
Wan ZongShun
1
-1
/
+1
2010-08-11
rtc/m48t59: use rtc_valid_tm() to check returned tm
Wan ZongShun
1
-2
/
+2
2010-08-11
rtc/max6900: use rtc_valid_tm() to check returning tm
Wan ZongShun
1
-1
/
+1
2010-08-11
rtc/m41t80: use rtc_valid_tm() to check returned tm
Wan ZongShun
1
-2
/
+2
2010-08-11
rtc: add Intersil ISL12022 RTC driver
Roman Fietze
3
-0
/
+337
2010-08-11
rtc: driver for the DryIce block found in i.MX25 chips
Baruch Siach
3
-0
/
+530
2010-08-11
drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>
Huang Weiyi
1
-1
/
+0
2010-08-11
rtc/pxa: remove unnecessary private ops->ioctl()
Wan ZongShun
1
-19
/
+22
2010-08-11
rtc: fixes and new functionality for fm3130
Sergey Matyukevich
1
-51
/
+130
2010-08-11
rtc/rtc-mxc: remove six unused fields
Wan ZongShun
1
-6
/
+0
2010-08-11
rtc/m48t59: kfree(NULL) is OK
Wan ZongShun
1
-1
/
+0
2010-08-11
rtc/pxa: remove unused field
Wan ZongShun
1
-1
/
+0
2010-08-11
drivers/rtc/rtc-pcf8563.c: remove unused struct
Graham Gower
1
-8
/
+0
2010-08-11
rtc/nuc900: fix checking of args during time-setting
Wan ZongShun
1
-4
/
+10
2010-08-11
nuc900/rtc: change the waiting for device ready implement
Wan ZongShun
1
-8
/
+7
2010-08-11
autofs4: remove unneeded null check in try_to_fill_dentry()
Dan Carpenter
1
-2
/
+1
2010-08-11
i2o: check return code from put_user()
Kulikov Vasiliy
1
-7
/
+9
2010-08-11
i2o: fix overflow of copy_to_user()
Kulikov Vasiliy
1
-1
/
+1
2010-08-11
drivers/message/i2o/exec-osm.c: add missing mutex_unlock
Julia Lawall
1
-2
/
+6
2010-08-11
mmc: add ricoh e822 pci id
Pablo Castillo
1
-0
/
+8
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
2
-0
/
+3
2010-08-11
sdhci: add auto CMD12 support for eSDHC driver
Jerry Huang
3
-2
/
+18
2010-08-11
sdhci: add regulator support
Marek Szyprowski
2
-1
/
+27
2010-08-11
sdhci-s3c: add support for new card detection methods
Marek Szyprowski
2
-0
/
+86
2010-08-11
sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirk
Marek Szyprowski
1
-0
/
+1
2010-08-11
sdhci-s3c: add support for the non standard minimal clock value
Marek Szyprowski
2
-2
/
+28
2010-08-11
sdhci-s3c: add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirk
Hyuk Lee
1
-7
/
+3
2010-08-11
omap hsmmc: fix processing of all dma interrupts as block completion
Venkatraman S
1
-2
/
+5
2010-08-11
drivers/mmc/host/msm-sdcc: remove dead config options
Christian Dietrich
2
-29
/
+0
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
2
-0
/
+12
2010-08-11
sdio: allow non-standard SDIO cards
Grazvydas Ignotas
2
-6
/
+32
2010-08-11
sdhci-pltfm: add support for CNS3xxx SoC devices
Anton Vorontsov
5
-0
/
+114
2010-08-11
sdhci-pltfm: reorganize Makefile entries to support SoC devices
Anton Vorontsov
1
-1
/
+3
2010-08-11
sdhci-pltfm: switch to module device table matching
Anton Vorontsov
2
-1
/
+27
2010-08-11
mmc: omap: fix for bus width which improves SD card's peformance.
Kishore Kadiyala
1
-2
/
+15
2010-08-11
mmc: only set blockaddressed for > 2GiB cards
Hanumath Prasad
1
-1
/
+3
2010-08-11
sdhci: don't assign mmc->caps at SDHCI directly
Kyungmin Park
1
-1
/
+1
[prev]
[next]