Merge branch 'master' into crestline
[platform/upstream/libdrm.git] / linux-core /
2007-01-16 Xiang, HaihaoMerge branch 'master' into crestline
2007-01-13 Matthieu Castetnouveau: nv20 graph ctx switch.
2007-01-13 Matthieu Castetnouveau: first step to make graph ctx works
2007-01-12 Dave Airlienouveau: add missing symlink
2007-01-12 Jeremy Kolbnouveau: get nv30 context switching to work.
2007-01-10 Dave AirlieRevert "nouveau: Fill in context_init for nv10-nv3x."
2007-01-10 Jeremy Kolb jkolb... nouveau: Fill in context_init for nv10-nv3x.
2007-01-10 Stephane Marchesinnouveau: Don't use DRIVER_USE_MTRR, we already setup...
2007-01-09 Dave Airliettm: make ttm alloc/free into alloc_pages/free_pages
2007-01-08 Dave Airlieadd export symbol for memory manager
2007-01-08 Keith PackardMerge branch 'master' into crestline
2007-01-08 Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2007-01-08 Dave Airliei830: complete fix for i830 maps
2007-01-08 Christoph Hellwigdrm: remove drm_follow_page, and drm_ioremap and iorema...
2007-01-08 Dave Airliefixup i810/i830 to use drm_core_ioremap instead of...
2007-01-05 Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2007-01-05 Stephane Marchesinnouveau: Add an mtrr over the whole FB
2007-01-02 Michel Dänzerlinux-core: Make git ignore generated module symbol...
2007-01-02 Ben Skeggsnouveau: Add nv40-specific PGRAPH code, not hooked...
2007-01-01 Dave Airliemake build against 2.6.20 hopefully
2007-01-01 Dave Airliefixup permission along line of kernel
2006-12-27 Thomas HellstromProper allocation of AGP pages for ttms.
2006-12-21 Thomas HellstromBug #9120.
2006-12-21 Thomas HellstromImprove memory manager accounting printout formatting.
2006-12-21 Thomas HellstromFix buggy aligned allocations.
2006-12-20 Thomas HellstromRemove the stupid root_node field from the core memory...
2006-12-20 Thomas HellstromReplace vmalloc_32.
2006-12-20 Thomas HellstromSome via PCI posting flushes.
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-19 Dave Airliefixup symlinks via Makefile
2006-12-19 Dave Airlieadd nouveau symlinks via git
2006-12-19 Thomas HellstromSecurity fix. Zero pages before they are handed to...
2006-12-19 Thomas HellstromSecurity fix. Zero pages before they are handed to...
2006-12-19 Thomas HellstromReclaim buffers locked fixup.
2006-12-19 Dave Airlieadd kcalloc compat for before 2.6.10
2006-12-19 Dave Airlieremove do munmap 4 args
2006-12-19 Dave Airliefixup inclusion of agp.h
2006-12-19 Dave Airlieremove drm pci from 2.5 days
2006-12-19 Dave Airlieremove legacy taskqueue code
2006-12-19 Dave Airliedrm: remove all 2.4 support for drm development tree.
2006-12-19 Dave Airlie[SPARC]: Respect vm_page_prot in io_remap_page_range().
2006-12-19 Dave Airlie[PATCH] mm: incorrect VM_FAULT_OOM returns from drivers
2006-12-19 Dave Airliefix irq args compatiblity with pre 2.6.19
2006-12-19 Dave Airliemake sizeof match the copy struct
2006-12-19 Dave Airlieuse spin_lock_init in via dmablit
2006-12-19 Dave AirlieRevert "drm: ioremap balanced with iounmap for drivers...
2006-12-19 Dave Airliedrm: ioremap balanced with iounmap for drivers/char/drm
2006-12-16 Michael Bueschdrm/linux-core: drmP.h compilation fix
2006-12-15 Thomas HellstromRemove the memory caches for fence objects and memory...
2006-12-01 Michel DänzerUnshare drm_drawable.c again for now.
2006-12-01 Michel DänzerTrack linux-core symlinks in git.
2006-11-11 Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-06 Dave Airliedrm: fixup page alignment on SAREA map on ppc64
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-11-05 Dave Airlienouveau: add compat ioc32 support
2006-11-05 Dave Airlieremove config.h
2006-10-30 Thomas HellstromBugzilla Bug #8819
2006-10-27 Thomas HellstromLast minute changes to support multi-page size buffer...
2006-10-26 Thomas HellstromNew mm function names. Update header.
2006-10-26 Thomas HellstromAdd improved alignment functionality to the core memory...
2006-10-26 Thomas HellstromAdd a one-page hole in the file offset space between...
2006-10-21 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-21 Thomas HellstromThe CPU cache must be flushed _before_ we start modifyi...
2006-10-20 Tilman SauerbeckBug #1746: Set dev_priv_size for the MGA driver.
2006-10-20 Thomas HellstromWe apparently need this global cache flush anyway.
2006-10-20 Thomas HellstromBug #8707, 2.6.19-rc compatibility for memory manager...
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-19 Thomas HellstromMake sure delayed delete list is empty on lastclose.
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-18 Thomas HellstromRemove stray softlink.
2006-10-18 Thomas HellstromAvoid driver-specific AGP user-populated types, since...
2006-10-17 Thomas HellstromRemove max number of locked pages check and call, since
2006-10-17 Thomas HellstromLindent.
2006-10-17 Thomas HellstromAdd vma list memory usage to memory accounting.
2006-10-17 Thomas HellstromAdd memory usage accounting to avoid DOS problems.
2006-10-17 Thomas HellstromImplement mm_lock and mm_unlock functions.
2006-10-17 Thomas HellstromRemove the memory manager parameter from the put_block...
2006-10-17 Thomas HellstromExtend generality for more memory types.
2006-10-16 Thomas HellstromChange Intel AGP memory type numbers.
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-14 Dave Airlieremove config.h from build no longer exists kbuild...
2006-10-12 Thomas HellstromBugfixes.
2006-10-12 Thomas HellstromSimplify the AGP backend interface somewhat.
2006-10-11 Thomas HellstromCompatibility code for 2.6.15-2.6.18. It is ugly but...
2006-10-11 Thomas HellstromBig update:
2006-10-10 Thomas HellstromUse a nopage-based approach to fault in pfns.
2006-10-03 Thomas HellstromGet rid of all ugly PTE hacks.
2006-10-02 George SapountzisBug 6242: [mach64] Use private DMA buffers, part #3.
2006-10-02 Michel DänzerFix type of second argument to spin_lock_irqsave().
2006-10-02 Michel DänzerFix type of second argument to spin_lock_irqsave().
2006-10-02 Thomas HellstromMake the user_token 44-bit for TTMs, and have them...
2006-10-02 Thomas HellstromAdd a buffer object manager for TTM maps.
2006-10-02 Thomas HellstromAllow for 44 bit user-tokens (or drm_file offsets)
2006-10-02 Thomas HellstromAdd a comment to previos commit.
2006-10-02 Thomas HellstromTrap and be verbose about a deadlock that occurs with...
2006-10-02 Michel DänzerMake locked tasklet handling more robust.
2006-09-29 Michel DänzerCore vsync: Don't clobber target sequence number when...
2006-09-29 Michel DänzerCore vsync: Add flag DRM_VBLANK_NEXTONMISS.
next