summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing alignment check in arch/score sys_mmap()Al Viro2009-12-111-3/+4
* fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-114-4/+8
* Get rid of open-coding in ia64_brk()Al Viro2009-12-111-45/+1
* sparc_brk() is not needed anymoreAl Viro2009-12-115-25/+3
* switch do_brk() to get_unmapped_area()Al Viro2009-12-111-8/+2
* Take arch_mmap_check() into get_unmapped_area()Al Viro2009-12-112-17/+12
* 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
OpenPOWER on IntegriCloud