index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
serial
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-16
parisc: convert /proc/pdc/{lcd,led} to seq_file
Alexey Dobriyan
1
-30
/
+29
2009-12-16
parisc: Convert BUG() to use unreachable()
David Daney
1
-2
/
+2
2009-12-16
parisc: Replace old style lock init in smp.c
Thomas Gleixner
1
-3
/
+6
2009-12-16
parisc: use sort() instead of home-made implementation (v2)
Helge Deller
1
-14
/
+9
2009-12-16
parisc: add CALLER_ADDR{0-6} macros
Helge Deller
2
-0
/
+41
2009-12-16
parisc: remove unused IRQSTAT_SIRQ_PEND and IRQSTAT_SZ defines
Helge Deller
1
-3
/
+0
2009-12-16
parisc: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-12-15
mfd: compile fix for twl4030 renaming
Stephen Rothwell
1
-5
/
+5
2009-12-15
lis3: update documentation to match latest changes
Samu Onkalo
1
-7
/
+24
2009-12-15
lis3: scale output values to mg
Samu Onkalo
2
-3
/
+31
2009-12-15
lis3: sysfs entry for setting chip measurement rate
Samu Onkalo
2
-7
/
+46
2009-12-15
lis3lv02d: remove calibaration functionality
Samu Onkalo
2
-32
/
+3
2009-12-15
lis3: selftest support
Samu Onkalo
3
-3
/
+81
2009-12-15
lis3lv02d: proper power on sequence
Samu Onkalo
2
-14
/
+28
2009-12-15
lis3: fix show rate for 8 bits chips
Éric Piel
2
-8
/
+17
2009-12-15
lis3: update documentation and comments
Éric Piel
4
-42
/
+52
2009-12-15
lis3lv02d: correct memory leak in module unload
Samu Onkalo
1
-0
/
+1
2009-12-15
lis3lv02d: send sync event
Samu Onkalo
1
-0
/
+1
2009-12-15
hwmon: w83627ehf updates
Daniel J Blueman
2
-21
/
+61
2009-12-15
lis3lv02d: axis remap and resource setup/release
Samu Onkalo
1
-0
/
+12
2009-12-15
crc32: minor optimizations and cleanup
Joakim Tjernlund
1
-77
/
+44
2009-12-15
mmc: let tmio-mmc use dev_name() with request_irq()
Magnus Damm
1
-1
/
+1
2009-12-15
mmc: Blackfin SD Host Controller Driver
Cliff Cai
3
-0
/
+659
2009-12-15
mmc: atmel-mci: new MCI2 module support in atmel-mci driver
Nicolas Ferre
1
-10
/
+75
2009-12-15
atmel-mci: change use of dma slave interface
Nicolas Ferre
5
-28
/
+98
2009-12-15
mmc: add module parameter to set whether cards are assumed removable
Ben Hutchings
5
-43
/
+23
2009-12-15
s3cmci: convert missed s3c2410_gpio calls to gpiolib calls
Ben Dooks
1
-5
/
+3
2009-12-15
sdhci: add support for the SysKonnect CardBus2SDIO adapter
Nicolas Pitre
1
-0
/
+75
2009-12-15
mmci-omap: remove bogus check for host->iclk
Ladislav Michl
1
-5
/
+5
2009-12-15
davinci: mmc: add cpufreq support
Chaithrika U S
1
-16
/
+84
2009-12-15
mmc: davinci: modify data types of EDMA related variables
Sudhakar Rajashekhara
1
-2
/
+2
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
[next]