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
2009-12-15
DaVinci: MMC: MMC/SD controller driver for DaVinci family
Vipin Bhandari
3
-0
/
+1290
2009-12-15
drivers/mmc: Move dereference after NULL test
Julia Lawall
1
-1
/
+2
2009-12-15
sdio: rework cis tuple parsing
Albert Herranz
1
-74
/
+93
2009-12-15
mxcmmc: fix error path in mxcmci_probe
Uwe Kleine-König
1
-5
/
+5
2009-12-15
firmware: only allow EDD on x86
Mike Frysinger
1
-2
/
+2
2009-12-15
Subject: Re: [PATCH] strstrip incorrectly marked __must_check
KOSAKI Motohiro
3
-6
/
+13
2009-12-15
efi.h: use %pUl to print UUIDs
Joe Perches
1
-5
/
+1
2009-12-15
fs/ubifs: use %pUB to print UUIDs
Joe Perches
2
-13
/
+3
2009-12-15
fs/gfs2/sys.c: use %pUB to print UUIDs
Joe Perches
1
-13
/
+3
2009-12-15
drivers/md/md.c: use %pU to print UUIDs
Joe Perches
1
-12
/
+4
2009-12-15
drivers/firmware/dmi_scan.c: use %pUB to print UUIDs
Joe Perches
1
-4
/
+1
2009-12-15
random.c: use %pU to print UUIDs
Joe Perches
1
-7
/
+3
2009-12-15
fs/xfs/xfs_log_recover.c: use %pU to print UUIDs
Joe Perches
1
-10
/
+4
2009-12-15
lib/vsprintf.c: add %pU to print UUID/GUIDs
Joe Perches
1
-1
/
+61
2009-12-15
parser: remove unnecessary strlen()
André Goddard Rosa
1
-4
/
+7
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
24
-115
/
+66
2009-12-15
string: on strstrip(), first remove leading spaces before running over str
André Goddard Rosa
1
-2
/
+2
2009-12-15
string: factorize skip_spaces and export it to be generally available
André Goddard Rosa
3
-4
/
+17
2009-12-15
drivers/scsi/sym53c8xx_2/sym_glue.c: rename skip_spaces() to sym_skip_spaces()
Andrew Morton
1
-2
/
+2
2009-12-15
ctype: constify read-only _ctype string
André Goddard Rosa
2
-26
/
+26
2009-12-15
vsprintf: reuse almost identical simple_strtoulX() functions
André Goddard Rosa
1
-34
/
+14
2009-12-15
vsprintf: factor out skip_space code in a separate function
André Goddard Rosa
1
-8
/
+11
2009-12-15
vsprintf: move local vars to block local vars and remove unneeded ones
André Goddard Rosa
1
-36
/
+28
2009-12-15
vsprintf: reduce code size by avoiding extra check
André Goddard Rosa
1
-1
/
+2
2009-12-15
vsprintf: use TOLOWER whenever possible
André Goddard Rosa
1
-8
/
+7
2009-12-15
vsprintf: give it some care to please checkpatch.pl
André Goddard Rosa
1
-86
/
+98
2009-12-15
vsprintf: pre-calculate final string length for later use
André Goddard Rosa
1
-4
/
+5
2009-12-15
vsprintf: factorize "(null)" string
André Goddard Rosa
1
-3
/
+3
2009-12-15
MAINTAINERS: Update file patterns for WOLFSON MICROELECTRONICS PMIC DRIVERS
Joe Perches
1
-3
/
+4
2009-12-15
MAINTAINERS: remove file pattern from KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
Joe Perches
1
-1
/
+0
2009-12-15
MAINTAINERS: rename PALM TREO section and file patterns
Joe Perches
1
-3
/
+3
2009-12-15
MAINTAINERS: mark cifs mailing list as "moderated for non-subscribers"
KOSAKI Motohiro
1
-2
/
+2
2009-12-15
scripts/get_maintainer.pl: support multiple VCSs - add mercurial
Joe Perches
1
-93
/
+168
2009-12-15
scripts/get_maintainer.pl: fix --non with --git-blame and cleanups
Joe Perches
1
-94
/
+104
2009-12-15
scripts/get_maintainer.pl: add --roles and --rolestats
Joe Perches
1
-18
/
+176
2009-12-15
vt: introduce and use vt_kmsg_redirect() function
Bernhard Walle
4
-12
/
+55
2009-12-15
cs5535: drop the Geode-specific MFGPT/GPIO code
Andres Salomon
7
-714
/
+2
2009-12-15
cs5535: define lxfb/gxfb MSRs in linux/cs5535.h
Andres Salomon
9
-20
/
+20
2009-12-15
cs5535: move VSA2 checks into linux/cs5535.h
Andres Salomon
6
-45
/
+36
2009-12-15
cs5535: move the DIVIL MSR definition into linux/cs5535.h
Andres Salomon
3
-3
/
+3
2009-12-15
cs5535: add a generic clock event MFGPT driver
Andres Salomon
4
-0
/
+209
2009-12-15
cs5535: add a generic MFGPT driver
Andres Salomon
5
-40
/
+462
2009-12-15
ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimization
Andres Salomon
6
-11
/
+25
2009-12-15
cs5535-gpio: request function, mask & names added
Tobias Mueller
1
-5
/
+78
2009-12-15
cs5535-gpio: add AMD CS5535/CS5536 GPIO driver support
Andres Salomon
5
-27
/
+352
2009-12-15
drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...
Thadeu Lima de Souza Cascardo
1
-13
/
+9
2009-12-15
drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...
Thadeu Lima de Souza Cascardo
1
-3
/
+5
2009-12-15
err.h: add helper function to simplify pointer error checking
Phil Carmody
1
-0
/
+5
2009-12-15
ioc3/ioc4: fix error path on driver registration
Jean Delvare
2
-4
/
+14
2009-12-15
ioc3/ioc4: various section fixes
Jean Delvare
4
-19
/
+20
[prev]
[next]