aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/evergreen_blit_kms.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-14drm/radeon/kms: use linear aligned for 6xx/7xx bo blitsAlex Deucher1-2/+2
2011-02-14drm/radeon: fix race between GPU reset and TTM delayed delete thread.Dave Airlie1-0/+4
2011-02-14drm/radeon/kms: evergreen/ni big endian fixes (v2)Alex Deucher4-10/+40
2011-02-14drm/radeon/kms: 6xx/7xx big endian fixesCédric Cano6-20/+54
2011-02-14drm/radeon/kms: atombios big endian fixesCédric Cano3-52/+52
2011-02-14drm/radeon: 6xx/7xx non-kms endian fixesCédric Cano3-9/+34
2011-02-14drm/radeon/kms: optimize CS state checking for r100->r500Marek Olšák4-12/+77
2011-02-14drm: do not leak kernel addresses via /proc/dri/*/vmaKees Cook1-4/+5
2011-02-14drm/radeon/kms: add connector table for mac g5 9600Alex Deucher2-0/+48
2011-02-14radeon mkregtable: Add missing fclose() callsJesper Juhl1-1/+4
2011-02-14drm/radeon/kms: fix interlaced modes on dce4+Alex Deucher2-22/+20
2011-02-14drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46Dave Airlie1-2/+2
2011-02-13USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() returns less than zero in kevent().Jesper Juhl1-1/+3
2011-02-13Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()Jesper Juhl1-0/+3
2011-02-13net: dcb: application priority is per net_deviceJohn Fastabend1-1/+5
2011-02-13Revert "pci: use security_capable() when checking capablities during config space read"Linus Torvalds1-2/+1
2011-02-12devicetree-discuss is moderated for non-subscribersPaul Bolle1-1/+1
2011-02-12[SCSI] mptfusion: Bump version 03.04.18Kashyap, Desai1-2/+2
2011-02-12[SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_resetKashyap, Desai1-3/+4
2011-02-12[SCSI] mptfusion: mptctl_release is required in mptctl.cKashyap, Desai1-0/+8
2011-02-12[SCSI] target: fix use after free detected by SLUB poisonNicholas Bellinger3-73/+140
2011-02-12[SCSI] target: Remove procfs based target_core_mib.c codeNicholas Bellinger9-1148/+79
2011-02-12[SCSI] target: Fix SCF_SCSI_CONTROL_SG_IO_CDB breakageNicholas Bellinger1-1/+5
2011-02-12MAINTAINERS: Add entry for GPIO subsystemGrant Likely1-0/+9
2011-02-12[SCSI] target: Fix top-level configfs_subsystem default_group shutdown breakageNicholas Bellinger1-9/+11
2011-02-12[SCSI] target: fixed missing lock drop in error pathFubo Chen1-0/+2
2011-02-12[SCSI] target: Fix demo-mode MappedLUN shutdown UA/PR breakageNicholas Bellinger1-4/+4
2011-02-12[SCSI] target/iblock: Fix failed bd claim NULL pointer dereferenceNicholas Bellinger1-2/+4
2011-02-12[SCSI] target: iblock/pscsi claim checking for NULL instead of IS_ERRDan Carpenter2-3/+3
2011-02-12[SCSI] scsi_debug: Fix 32-bit overflow in do_device_access causing memory corruptionDarrick J. Wong1-1/+1
2011-02-12[SCSI] qla2xxx: Change from irq to irqsave with host_lockMadhuranath Iyengar3-8/+12
2011-02-12[SCSI] qla2xxx: Fix race that could hang kthread_stop()James Bottomley1-1/+3
2011-02-12jbd2: call __jbd2_log_start_commit with j_state_lock write lockedTheodore Ts'o2-9/+21
2011-02-12ext4: serialize unaligned asynchronous DIOEric Sandeen5-18/+100
2011-02-12ext4: make grpinfo slab cache names staticEric Sandeen1-40/+60
2011-02-12timer debug: Hide kernel addresses via %pK in /proc/timer_listKees Cook1-2/+2
2011-02-12x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner1-1/+2
2011-02-12bridge: Replace mp->mglist hlist with a boolHerbert Xu3-12/+9
2011-02-12MAINTAINERS: Add entry for GPIO subsystemGrant Likely1-0/+9
2011-02-11bridge: Fix timer typo that may render snooping less effectiveHerbert Xu1-2/+2
2011-02-11bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu1-1/+2
2011-02-12x86: Fix text_poke_smp_batch() deadlockPeter Zijlstra1-1/+1
2011-02-12ACPI / Video: Probe for output switch method when searching video devices.Michael Karcher1-0/+5
2011-02-12ACPI / Wakeup: Enable button GPEs unconditionally during initializationRafael J. Wysocki1-1/+5
2011-02-12ACPI / ACPICA: Avoid crashing if _PRW is defined for the root objectRafael J. Wysocki1-23/+26
2011-02-11drivers/w1/masters/omap_hdq.c: add missing clk_putJulia Lawall1-14/+14
2011-02-11memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki1-1/+1
2011-02-11vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner1-2/+2
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse1-6/+0
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse1-14/+12