summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix a struct file leak in do_mmap_pgoff()Al Viro2009-12-112-18/+15
* Unify sys_mmap*Al Viro2009-12-1146-907/+109
* Cut hugetlb case early for 32bit on ia64Al Viro2009-12-111-0/+3
* arch_mmap_check() on mn10300Al Viro2009-12-112-5/+5
* Kill ancient crap in s390 compat mmapAl Viro2009-12-111-5/+0
* arm: add arch_mmap_check(), get rid of sys_arm_mremap()Al Viro2009-12-113-26/+4
* file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro2009-12-112-17/+24
* kill useless checks in sparc mremap variantsAl Viro2009-12-115-51/+2
* fix pgoff in "have to relocate" case of mremap()Al Viro2009-12-111-1/+3
* fix the arch checks in MREMAP_FIXED caseAl Viro2009-12-111-2/+17
* fix checks for expand-in-place mremapAl Viro2009-12-111-2/+11
* do_mremap() untangling, part 3Al Viro2009-12-111-4/+12
* do_mremap() untangling, part 2Al Viro2009-12-111-48/+72
* untangling do_mremap(), part 1Al Viro2009-12-111-33/+55
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-10122-2947/+12028
|\
| * drm/radeon/kms: fix warning about cur_placement being uninitialised.Dave Airlie2009-12-101-1/+1
| * Merge remote branch 'korg/drm-radeon-next' of into drm-linusDave Airlie2009-12-1032-512/+849
| |\
| | * drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse2009-12-101-13/+57
| | * drm: Add memory manager debug functionJerome Glisse2009-12-102-0/+21
| | * drm/radeon/kms: restore surface registers on resume.Dave Airlie2009-12-1011-7/+23
| | * drm/radeon/kms/r600/r700: fallback gracefully on ucode failureAlex Deucher2009-12-102-25/+25
| | * drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse2009-12-101-0/+4
| | * drm/radeon/kms: cleanup structure and module if initialization failsJerome Glisse2009-12-101-22/+20
| | * drm/radeon/kms: actualy set the eviction placements we chooseJerome Glisse2009-12-101-0/+1
| | * drm/radeon/kms: Fix NULL ptr dereferenceJerome Glisse2009-12-101-2/+4
| | * drm/radeon/kms/avivo: add support for new pll selection algoAlex Deucher2009-12-106-3/+120
| | * drm/radeon/kms/avivo: fix some bugs in the display bandwidth setupAlex Deucher2009-12-103-5/+28
| | * drm/radeon/kms: fix return value from fence function.Dave Airlie2009-12-101-1/+1
| | * drm/radeon: Remove tests for -ERESTART from the TTM code.Thomas Hellstrom2009-12-102-29/+14
| | * drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-104-35/+23
| | * drm/radeon/kms: Convert radeon to new TTM validation API (V2)Jerome Glisse2009-12-103-51/+67
| | * drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2009-12-103-269/+256
| | * drm: Add search/get functions to get a block in a specific rangeJerome Glisse2009-12-102-0/+122
| | * drm/radeon/kms: fix avivo tiling regression since radeon object reworkDave Airlie2009-12-101-2/+3
| | * drm/radeon/kms: make sure i2c id matchesAlex Deucher2009-12-091-48/+43
| | * drm/radeon/kms: make sure ss id matchesAlex Deucher2009-12-091-6/+12
| | * drm/radeon/kms: connector fixesAlex Deucher2009-12-092-9/+15
| | * drm/ttm: fix memory leak noticed by kmemleak.Dave Airlie2009-12-091-1/+3
| | * drm: disable all the possible outputs/crtcs before entering KMS modeZhao Yakui2009-12-091-0/+3
| * | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-108-27/+32
| |\ \ | | |/ | |/|
| | * drm/i915: Remove a debugging printk from hangcheckChris Wilson2009-12-081-1/+0
| | * drm/i915: restore render clock gating on resumeAndrew Lutomirski2009-12-084-23/+22
| | * drm/i915: Set the error code after failing to insert new offset into mm ht.Chris Wilson2009-12-071-0/+1
| | * drm/i915: Report purgeable status in buffer lists.Chris Wilson2009-12-071-2/+3
| | * agp/intel-agp: Clear entire GTT on startupDavid Woodhouse2009-12-071-1/+6
| * | Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie2009-12-0824-323/+2657
| |\ \
| | * | drm/radeon/kms: enable hpd supportAlex Deucher2009-12-0810-10/+98
| | * | drm/radeon/kms: add asic callbacks for hpdAlex Deucher2009-12-083-1/+65
| | * | drm/radeon/kms: add hpd support for r6xx/r7xx/rs780/rs880 asicsAlex Deucher2009-12-081-23/+485
| | * | drm/radeon/kms: add hpd support for r5xx/rs600/rs690/rs740 asicsAlex Deucher2009-12-081-0/+130
OpenPOWER on IntegriCloud