index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
sa1100fb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-09-21
backlight/eeepc-laptop: Update the backlight state when we change brightness
Matthew Garrett
1
-1
/
+1
2009-09-21
backlight/acpi: Update the backlight state when we change brightness
Matthew Garrett
1
-0
/
+4
2009-09-21
backlight: Allow drivers to update the core, and generate events on changes
Matthew Garrett
2
-0
/
+48
2009-09-21
backlight: switch to da903x driver to dev_pm_ops
Mike Rapoport
1
-10
/
+10
2009-09-07
backlight: Add support for the Avionic Design Xanthos backlight device.
Thierry Reding
3
-1
/
+187
2009-09-07
backlight: spi driver for LMS283GF05 LCD
Marek Vasut
4
-0
/
+278
2009-09-07
backlight: move hp680-bl's probe function to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2009-09-07
backlight: Add support for new Apple machines.
Mario Schwalbe
1
-0
/
+27
2009-09-07
backlight: mbp_nvidia_bl: add support for MacBookAir 1,1
Henrik Rydberg
1
-0
/
+9
2009-09-07
backlight: Add WM831x backlight driver
Mark Brown
3
-0
/
+258
2009-09-06
Linux 2.6.31-rc9
v2.6.31-rc9
Linus Torvalds
1
-1
/
+1
2009-09-05
powerpc: Fix i8259 interrupt driver kernel crash on ML510
Roderick Colenbrander
1
-1
/
+0
2009-09-05
ext2: fix unbalanced kmap()/kunmap()
Nicolas Pitre
1
-0
/
+4
2009-09-05
pty: don't limit the writes to 'pty_space()' inside 'pty_write()'
Linus Torvalds
1
-9
/
+1
2009-09-05
n_tty: do O_ONLCR translation as a single write
Linus Torvalds
1
-2
/
+1
2009-09-05
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
Oleg Nesterov
3
-38
/
+43
2009-09-05
page-allocator: always change pageblock ownership when anti-fragmentation is ...
Mel Gorman
1
-2
/
+4
2009-09-05
nommu: fix error handling in do_mmap_pgoff()
David Howells
1
-2
/
+1
2009-09-05
workqueues: introduce __cancel_delayed_work()
Oleg Nesterov
1
-0
/
+15
2009-09-05
firewire: sbp2: fix freeing of unallocated memory
Stefan Richter
1
-4
/
+4
2009-09-05
firewire: ohci: fix Ricoh R5C832, video reception
Stefan Richter
1
-0
/
+5
2009-09-05
firewire: ohci: fix Agere FW643 and multiple cameras
Stefan Richter
1
-0
/
+9
2009-09-05
firewire: core: fix crash in iso resource management
Stefan Richter
1
-2
/
+2
2009-09-04
ocfs2: ocfs2_write_begin_nolock() should handle len=0
Sunil Mushran
1
-2
/
+2
2009-09-04
dm snapshot: fix on disk chunk size validation
Mikulas Patocka
2
-8
/
+19
2009-09-04
dm exception store: split set_chunk_size
Mikulas Patocka
2
-0
/
+12
2009-09-04
dm snapshot: fix header corruption race on invalidation
Mikulas Patocka
1
-10
/
+34
2009-09-04
dm snapshot: refactor zero_disk_area to use chunk_io
Mikulas Patocka
1
-19
/
+7
2009-09-04
dm log: userspace add luid to distinguish between concurrent log instances
Jonathan Brassow
4
-13
/
+31
2009-09-04
dm raid1: do not allow log_failure variable to unset after being set
Jonathan Brassow
1
-1
/
+7
2009-09-04
dm log: remove incorrect field from userspace table output
Jonathan Brassow
1
-6
/
+10
2009-09-04
dm log: fix userspace status output
Jonathan Brassow
1
-1
/
+1
2009-09-04
dm stripe: expose correct io hints
Mike Snitzer
3
-1
/
+20
2009-09-04
dm table: add more context to terse warning messages
Mike Snitzer
1
-7
/
+18
2009-09-04
dm table: fix queue_limit checking device iterator
Mikulas Patocka
1
-11
/
+11
2009-09-04
dm snapshot: implement iterate devices
Mike Snitzer
1
-2
/
+21
2009-09-04
dm multipath: fix oops when request based io fails when no paths
Kiyoshi Ueda
1
-5
/
+10
2009-09-04
sparc64: Fix bootup with mcount in some configs.
David S. Miller
3
-6
/
+5
2009-09-04
Input: atkbd - add Compaq Presario R4000-series repeat quirk
Dave Andrews
1
-0
/
+35
2009-09-03
slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU
Eric Dumazet
1
-2
/
+2
2009-09-03
JFFS2: add missing verify buffer allocation/deallocation
Massimo Cirillo
1
-0
/
+10
2009-09-03
mtd: nftl: fix offset alignments
Dimitri Gorokhovik
1
-6
/
+9
2009-09-03
mtd: nftl: write support is broken
Dimitri Gorokhovik
1
-1
/
+1
2009-09-03
mtd: m25p80: fix null pointer dereference bug
Anton Vorontsov
1
-1
/
+1
2009-09-03
sparc64: Kill spurious NMI watchdog triggers by increasing limit to 30 seconds.
David S. Miller
1
-1
/
+1
2009-09-03
perf_counter/powerpc: Fix cache event codes for POWER7
Paul Mackerras
1
-3
/
+3
2009-09-03
tc: Fix unitialized kernel memory leak
Eric Dumazet
1
-0
/
+2
2009-09-03
sound: oxygen: handle cards with missing EEPROM
Clemens Ladisch
1
-0
/
+3
2009-09-02
[IA64] fix csum_ipv6_magic()
Jiri Bohac
1
-3
/
+5
2009-09-02
[IA64] Fix warning in dma-mapping.c
Luck, Tony
1
-1
/
+3
[next]