index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependency
Andrea Righi
2009-04-01
4
-20
/
+70
*
cirrusfb: fix interlaced modes
Krzysztof Helt
2009-04-01
1
-14
/
+21
*
cirrusfb: fix threshold register mask for Laguna chips
Krzysztof Helt
2009-04-01
1
-1
/
+1
*
cirrusfb: GD5434 (aka SD64) support fixed
Krzysztof Helt
2009-04-01
1
-35
/
+37
*
cirrusfb: set MCLK in one place
Krzysztof Helt
2009-04-01
1
-54
/
+16
*
cirrusfb: add accelerator constant
Krzysztof Helt
2009-04-01
2
-2
/
+10
*
cirrusfb: fix clock doubling
Krzysztof Helt
2009-04-01
1
-1
/
+18
*
cirrusfb: use 24bpp instead of 32bpp
Krzysztof Helt
2009-04-01
1
-35
/
+44
*
cirrusfb: GD5446 fixes
Krzysztof Helt
2009-04-01
1
-18
/
+9
*
cirrusfb: fix error paths in cirrusfb_xxx_register()
Krzysztof Helt
2009-04-01
1
-12
/
+7
*
cirrusfb: add imageblit function
Krzysztof Helt
2009-04-01
1
-18
/
+46
*
cirrusfb: acceleration improvements
Krzysztof Helt
2009-04-01
1
-111
/
+75
*
cirrusfb: various Laguna fixes
Krzysztof Helt
2009-04-01
1
-27
/
+57
*
cirrusfb: check_var improvements
Krzysztof Helt
2009-04-01
1
-121
/
+74
*
cirrusfb: Laguna chipset 8bpp fix
Krzysztof Helt
2009-04-01
2
-14
/
+21
*
cirrusfb: various improvements
Krzysztof Helt
2009-04-01
1
-144
/
+58
*
cirrusfb: use 5-6-5 RGB for 16bpp mode
Krzysztof Helt
2009-04-01
1
-3
/
+3
*
cirrusfb: do not calculate line length twice
Krzysztof Helt
2009-04-01
1
-8
/
+6
*
cirrusfb: add mmio registers for Laguna chipsets
Krzysztof Helt
2009-04-01
1
-0
/
+38
*
cirrusfb: add Laguna additional overflow register
Krzysztof Helt
2009-04-01
2
-26
/
+43
*
cirrusfb: fix Laguna chipset memory detection and clock setting
Krzysztof Helt
2009-04-01
1
-27
/
+38
*
cirrusfb: convert printks to dev_foo
Krzysztof Helt
2009-04-01
1
-297
/
+158
*
atyfb: fix header file trailing whitespace
Randy Dunlap
2009-04-01
2
-283
/
+283
*
drivers/video/uvesafb.c: don't use gfp_any()
Andrew Morton
2009-04-01
1
-1
/
+1
*
rtc: test before subtraction on unsigned
Roel Kluin
2009-04-01
1
-3
/
+3
*
rtc-v3020: coding style cleanup
Mike Rapoport
2009-04-01
1
-22
/
+18
*
rtc-wm8350: retries will reach -1
Roel Kluin
2009-04-01
1
-2
/
+2
*
rtc: add EPSON RX8025 support to DS1307 RTC driver
Matthias Fuchs
2009-04-01
2
-3
/
+84
*
rtc-ds1307: true SMBus compatibility
Ed Swierk
2009-04-01
1
-12
/
+97
*
rtc-parisc: rename p pointer to rtc
dann frazier
2009-04-01
1
-8
/
+8
*
rtc-parisc: remove a couple unnecessary variables
dann frazier
2009-04-01
1
-9
/
+3
*
rtc-parisc: remove unnecessary ret variable
dann frazier
2009-04-01
1
-4
/
+1
*
rtc-parisc: declare rtc_parisc_dev as static
dann frazier
2009-04-01
1
-1
/
+1
*
rtc-parisc: use platform_driver_probe
dann frazier
2009-04-01
1
-9
/
+3
*
rtc-parisc: use rtc_valid_tm() in parisc_get_time
dann frazier
2009-04-01
1
-1
/
+1
*
rtc-parisc: remove struct parisc_rtc
dann frazier
2009-04-01
1
-12
/
+7
*
rtc-parisc: remove redundant locking
dann frazier
2009-04-01
1
-11
/
+1
*
rtc-parisc: add a missing include for linux/rtc.h
dann frazier
2009-04-01
1
-0
/
+1
*
rtc: add platform driver for EFI
dann frazier
2009-04-01
4
-0
/
+262
*
rtc: convert LEAP_YEAR into an inline
Andrew Morton
2009-04-01
2
-4
/
+9
*
rtc: convert wm8350 use new alarm and update operations
Mark Brown
2009-04-01
1
-21
/
+18
*
autofs4: fix kernel includes
Ian Kent
2009-04-01
2
-3
/
+10
*
autofs4: fix lookup deadlock
Ian Kent
2009-04-01
1
-20
/
+21
*
autofs4: cleanup expire code duplication
Ian Kent
2009-04-01
3
-38
/
+20
*
ecryptfs: use kzfree()
Johannes Weiner
2009-04-01
2
-4
/
+2
*
powerpc/fsl_soc: isolate legacy fsl_spi support to mpc832x_rdb boards
Anton Vorontsov
2009-04-01
3
-111
/
+107
*
powerpc/83xx: add mmc-spi support via the device tree for MPC8323E-RDB
Anton Vorontsov
2009-04-01
2
-0
/
+30
*
powerpc: add mmc-spi-slot bindings
Anton Vorontsov
2009-04-01
2
-0
/
+24
*
spi_mpc83xx: add OF platform driver bindings
Anton Vorontsov
2009-04-01
2
-37
/
+295
*
spi_mpc83xx: rework chip selects handling
Anton Vorontsov
2009-04-01
5
-37
/
+23
[next]