aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge branch 'akpm'Linus Torvalds49-335/+1596
2009-06-16fbdev: bf54x-lq043fb: use kzalloc over kmalloc/memsetMike Frysinger1-3/+1
2009-06-16fbdev: *bfin*: fix __dev{init,exit} markingsMike Frysinger2-7/+7
2009-06-16fbdev: *bfin*: drop unnecessary calls to memsetVivek Kutal2-6/+0
2009-06-16fbdev: bfin-t350mcqb-fb: drop unused local variablesMike Frysinger1-6/+0
2009-06-16fbdev: s1d13xxxfb: add accelerated bitblt functionsKristoffer Ericson1-33/+308
2009-06-16tcx: use standard fields for framebuffer physical address and lengthKrzysztof Helt1-14/+13
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie4-2/+57
2009-06-16intelfb: fix a bug when changing video timingPaul Menzel1-0/+5
2009-06-16fbdev: use framebuffer_release() for freeing fb_info structuresKrzysztof Helt4-5/+5
2009-06-16radeon: P2G2CLK_ALWAYS_ONb tested twice, should 2nd be P2G2CLK_DAC_ALWAYS_ONb?Roel Kluin1-2/+1
2009-06-16s3c-fb: CPUFREQ frequency scaling supportBen Dooks2-2/+70
2009-06-16s3c-fb: fix resource releasing on error during probingKrzysztof Helt1-13/+9
2009-06-16carminefb: fix possible access beyond end of carmine_modedb[]Roel Kluin1-1/+1
2009-06-16acornfb: remove fb_mmap functionKrzysztof Helt1-38/+0
2009-06-16mb862xxfb: use CONFIG_OF instead of CONFIG_PPC_OFArnd Bergmann1-1/+1
2009-06-16mb862xxfb: restrict compliation of platform driver to PPCJulian Calaby1-0/+1
2009-06-16Samsung SoC Framebuffer driver: add Alpha Channel supportInKi Dae1-3/+28
2009-06-16atmel-lcdc: fix pixclock upper bound detectionBen Nizette1-1/+1
2009-06-16offb: use framebuffer_alloc() to allocate fb_info structKrzysztof Helt1-5/+1
2009-06-16igafb: use framebuffer_alloc() to allocate fb_info structKrzysztof Helt1-5/+3
2009-06-16chipsfb: remove redundant assignmentKrzysztof Helt1-1/+0
2009-06-16fbdev: add video modes for resolutions and timings of PAL RGBPaul Menzel1-0/+8
2009-06-16fbdev: move logo externs to header fileGeert Uytterhoeven1-15/+0
2009-06-16fbdev: generated logo sources depend on scripts/pnmtologoSam Ravnborg1-5/+7
2009-06-16lis3: add click functionDaniel Mack3-1/+39
2009-06-16lis3: add three new laptop modelsEric Piel1-2/+5
2009-06-16lis3: use input_polled_deviceEric Piel4-55/+29
2009-06-16lis3: remove automatic shutdown of the deviceEric Piel3-71/+32
2009-06-16lis3: fix misc device unregistering and printkEric Piel1-5/+2
2009-06-16drivers: add support for the TI VLYNQ busFlorian Fainelli5-0/+842
2009-06-16console: make blank timeout value a boot optionDaniel Mack1-6/+7
2009-06-16eisa.ids: add Network Peripherals FDDI boardsMaciej W. Rozycki1-0/+5
2009-06-16use printk_once() in several placesMinchan Kim1-6/+3
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-4/+0
2009-06-16videobuf-dma-contig: zero copy USERPTR supportMagnus Damm1-5/+89
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman2-2/+2
2009-06-16firmware_map: fix hang with x86/32bitYinghai Lu1-7/+9
2009-06-16spi: takes size of a pointer to determine the size of the pointed-to typeRoel Kluin1-3/+3
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann3-1/+3
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds14-829/+544
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds3-0/+9
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds142-1937/+19451
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds82-271/+439
2009-06-16Merge branch 'serial'Linus Torvalds6-25/+62
2009-06-16imx: Check for NULL pointer deref before calling tty_encode_baud_rateSascha Hauer1-5/+7
2009-06-16atmel_serial: fix hang in set_termios when crtscts is enabledHaavard Skinnemoen1-3/+5
2009-06-16tty: fix sanity checkAlan Cox1-0/+2
2009-06-16pty: Narrow the race on ldisc lockingAlan Cox1-13/+40
2009-06-16tty: fix unused warning when TCGETX is not definedMike Frysinger1-2/+3