index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: fix warnings about new mappings in info code.
Dave Airlie
2009-03-13
1
-3
/
+3
*
drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.c
Hannes Eder
2009-03-13
3
-3
/
+3
*
drm/radeon: fix r600 pci mapping calls.
Dave Airlie
2009-03-13
1
-6
/
+6
*
drm/radeon: r6xx/r7xx: fix possible oops in r600_page_table_cleanup()
Alex Deucher
2009-03-13
1
-0
/
+3
*
radeon: call the correct idle function, logic got inverted.
Dave Airlie
2009-03-13
1
-1
/
+1
*
drm/radeon: RS600: fix interrupt handling
Alex Deucher
2009-03-13
2
-9
/
+9
*
drm/r600: fix rptr address along lines of previous fixes to radeon.
Dave Airlie
2009-03-13
1
-10
/
+4
*
drm/r600: fixup r600 gart table accessor like ati_pcigart.c
Dave Airlie
2009-03-13
1
-10
/
+13
*
drm/ati_pcigart: use memset_io to reset the memory
Dave Airlie
2009-03-13
1
-4
/
+3
*
radeon: add support for rs600 GPUs
Alex Deucher
2009-03-13
3
-5
/
+185
*
radeon: fix r600 AGP support
Alex Deucher
2009-03-13
1
-3
/
+3
*
drm/radeon: add initial support for R6xx/R7xx GPUs
Alex Deucher
2009-03-13
5
-65
/
+2439
*
drm/radeon: add r6xx/r7xx microcode
Alex Deucher
2009-03-13
1
-0
/
+23297
*
drm/radeon: prep for r6xx/r7xx support
Alex Deucher
2009-03-13
2
-1
/
+517
*
i915/drm: Remove two redundant agp_chipset_flushes
Owain G. Ainsworth
2009-03-13
1
-4
/
+0
*
drm/i915: Display fence register state in debugfs i915_gem_fence_regs node.
Chris Wilson
2009-03-13
1
-9
/
+57
*
drm/i915: Add information on pinning and fencing to the i915 list debug.
Eric Anholt
2009-03-13
1
-11
/
+20
*
drm/i915: Consolidate gem object list dumping
Ben Gamari
2009-03-13
1
-58
/
+28
*
drm: Convert proc files to seq_file and introduce debugfs
Ben Gamari
2009-03-13
11
-953
/
+938
*
drm/radeon: split busmaster enable out to a separate function
Dave Airlie
2009-03-13
1
-15
/
+20
*
drm/radeon: align ring writes to 16 dwords boundaries.
Dave Airlie
2009-03-13
2
-11
/
+41
*
drm/radeon: Print PCI ID of cards when probing
Benjamin Herrenschmidt
2009-03-13
1
-2
/
+2
*
drm: Only use DRM_IOCTL_UPDATE_DRAW compat wrapper for compat X86.
David Miller
2009-03-13
1
-0
/
+4
*
drm: radeon: Fix unaligned access in r300_scratch().
David Miller
2009-03-13
1
-1
/
+5
*
drm: Preserve SHMLBA bits in hash key for _DRM_SHM mappings.
David Miller
2009-03-13
1
-4
/
+31
*
drm: ati_pcigart: Fix limit check in drm_ati_pcigart_init().
David Miller
2009-03-13
1
-6
/
+7
*
drm: radeon: Use surface for PCI GART table.
David Miller
2009-03-13
3
-1
/
+59
*
drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.
David Miller
2009-03-13
1
-11
/
+4
*
drm: radeon: Fix RADEON_*_EMITED defines.
David Miller
2009-03-13
1
-2
/
+2
*
drm: radeon: Fix ring_rptr accesses.
David Miller
2009-03-13
3
-23
/
+70
*
drm: ati_pcigart: Need to use PCI_DMA_BIDIRECTIONAL.
David Miller
2009-03-13
1
-2
/
+2
*
drm: ati_pcigart: Do not access I/O MEM space using pointer derefs.
David Miller
2009-03-13
1
-6
/
+20
*
drm: Drop unused and broken dri_library_name sysfs attribute.
Kristian Høgsberg
2009-03-13
3
-47
/
+0
*
drm: claim PCI device when running in modesetting mode.
Kristian Høgsberg
2009-03-13
4
-84
/
+122
*
drm: Make drm_local_map use a resource_size_t offset
Benjamin Herrenschmidt
2009-03-13
7
-38
/
+62
*
drm: Split drm_map and drm_local_map
Benjamin Herrenschmidt
2009-03-13
10
-39
/
+45
*
drm: Use resource_size_t for drm_get_resource_{start, len}
Benjamin Herrenschmidt
2009-03-13
5
-10
/
+10
*
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
2009-03-13
5
-13
/
+16
|
\
|
*
hwmon: (f75375s) Remove unnecessary and confusing initialization
Andrew Klossner
2009-03-12
1
-1
/
+1
|
*
hwmon: (it87) Properly decode -128 degrees C temperature
Jean Delvare
2009-03-12
1
-4
/
+4
|
*
hwmon: (lm90) Document support for the MAX6648/6692 chips
Darrick J. Wong
2009-03-12
2
-6
/
+6
|
*
hwmon: (abituguru3) Fix I/O error handling
Jean Delvare
2009-03-12
1
-2
/
+5
*
|
Merge branch 'fixes-20090312' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-03-13
4
-2
/
+35
|
\
\
|
*
|
PCIe: portdrv: call pci_disable_device during remove
Alex Chiang
2009-03-12
1
-0
/
+1
|
*
|
pci: Fix typo in message while disabling HT MSI mapping
Prakash Punnoor
2009-03-12
1
-1
/
+1
|
*
|
pci: don't disable too many HT MSI mapping
Prakash Punnoor
2009-03-12
1
-0
/
+4
|
*
|
powerpc/pseries: The RPA PCI hotplug driver depends on EEH
Michael Ellerman
2009-03-12
1
-1
/
+1
|
*
|
PCIe: AER: during disable, check subordinate before walking
Alex Chiang
2009-03-12
1
-0
/
+3
|
*
|
PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598
Alexander Duyck
2009-03-12
1
-0
/
+25
*
|
|
RDMA/nes: Don't allow userspace QPs to use STag zero
Faisal Latif
2009-03-13
3
-5
/
+37
[next]