summaryrefslogtreecommitdiffstats
path: root/drivers/ide (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-24drm: remove unreachable code in drm_sysfs.cJonas Bonn1-2/+0
2009-04-24drm: add control node checks missing from kms mergeJonas Bonn1-1/+2
2009-04-24drm/kms: don't try to shortcut drm mode set functionDave Airlie1-19/+0
2009-04-24drm/radeon: bump minor version for occlusion queries supportMaciej Cencora1-1/+2
2009-04-20agp: zero pages before sending to userspaceShaohua Li1-2/+2
2009-04-20drm: check for minor master before allowing drop master.Dave Airlie1-0/+3
2009-04-20drm: set/clear is_master when master changedJonas Bonn1-1/+7
2009-04-20drm: clean dirty memory after device releaseMa Ling1-0/+1
2009-04-20drm: count reaches -1Roel Kluin1-5/+7
2009-04-03drm/radeon: load the right microcode on rs780Alex Deucher1-4/+4
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes3-4/+3
2009-04-03drm: fix EDID backward compat checkJesse Barnes1-4/+2
2009-04-03drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao1-0/+28
2009-04-03drm: fix typo in edid vendor parsing.Dave Airlie1-1/+1
2009-04-03DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare1-1/+0
2009-04-03drm: fix missing inline function on 32-bit powerpc.Dave Airlie1-2/+2
2009-04-02drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT.Jesse Barnes1-6/+1
2009-04-02drm/i915: Add a spinlock to protect the active_listCarl Worth4-4/+29
2009-04-02drm/i915: Fix SDVO TV supportZhenyu Wang2-52/+108
2009-04-02drm/i915: Fix SDVO CREATE_PREFERRED_INPUT_TIMING commandZhenyu Wang2-0/+6
2009-04-02drm/i915: Fix error in SDVO DTD and modeline convertZhenyu Wang1-21/+4
2009-04-02drm/i915: Fix SDVO command debug functionZhenyu Wang1-12/+13
2009-04-02drm/i915: fix TV mode setting in property changeZhenyu Wang1-2/+5
2009-04-02drm/i915: only set TV mode when any property changedZhenyu Wang1-7/+20
2009-04-02drm/i915: clean up udelay usageArjan van de Ven1-1/+1
2009-04-02drm/i915: add VGA hotplug support for 945+Jesse Barnes6-14/+77
2009-04-01serial: fixup /proc/tty/driver/serial after proc_fops conversionAlexey Dobriyan1-1/+1
2009-04-01qeth: properly delete empty files.Linus Torvalds2-0/+0
2009-04-01drm/i915: correctly set IGD device's gtt size for KMS.Shaohua Li1-1/+1
2009-04-01drm/i915: avoid hanging on to a stale pointer to raw_edid.Ma Ling1-0/+1
2009-04-01x86, setup: guard against pre-ACPI 3 e820 code not updating %ecxH. Peter Anvin1-0/+6
2009-04-01drm/i915: check for -EINVAL from vm_insert_pfnJesse Barnes1-0/+1
2009-04-01drm/i915: fix up tiling/fence reg setup on i8xx class hwDaniel Vetter3-5/+27
2009-04-01SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a portTrond Myklebust1-12/+24
2009-04-01NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard1-2/+6
2009-04-01[IA64] BUG to BUG_ON changesStoyan Gaydarov8-33/+16
2009-04-01[IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.cRandy Dunlap1-1/+1
2009-04-01efifb: dmi set video typeBrian Maly1-1/+4
2009-04-01tridentfb: delete acceleration Kconfig optionKrzysztof Helt2-20/+1
2009-04-01atyfb: speed up Mach64 cursorKrzysztof Helt1-8/+7
2009-04-01fb: hide hardware cursor in graphics mode (Mach64)Krzysztof Helt1-1/+2
2009-04-01nvidiafb: remove open_lock mutexAlessio Igor Bogani2-9/+0
2009-04-01radeonfb: suspend/resume for ATI Mobility Radeon RV350Wolfgang Kroener1-0/+3
2009-04-01omapfb: fix argument of blank operationFelipe Contreras1-4/+4
2009-04-01uvesafb: fix selecting mode with the vbemode optionMichal Januszewski1-4/+9
2009-04-01fbdev: remove cyblafb driverKrzysztof Helt13-2344/+7
2009-04-01fb: add s3c-fb driver for newer Samsung SoC framebuffer devicesBen Dooks3-0/+1061
2009-04-01n411: add missing Makefile entryHerton Ronaldo Krzesinski1-0/+1
2009-04-01viafb: returns 0 two too earlyRoel Kluin1-2/+6
2009-04-01vesafb: bitwise OR has higher precedence than ?:Roel Kluin1-1/+1