This patch series brings a long-awaited kernel memory manager to the i915 driver. This will allow us to do correct composited OpenGL, speed up OpenGL-based compositing, and enable framebuffer objects and other "new" OpenGL extensions. This patchset is also being built to enable kernel modesetting for a non-root, flicker-free X Server. This is a re-submit of the changes for DRM-GEM. It relies on patches submitted by airlied which are currently queued in linux-next. The tree still has all the changes required, based off of 2.6.27-rc4. git://people.freedesktop.org/~anholt/linux-2.6 on the drm-gem-merge branch http://cgit.freedesktop.org/~anholt/linux-2.6/log/?h=drm-gem-merge New in this edition since the original submission: - Exporting kmap_atomic_pfn. (The previous submission was slow because it was checking for the drm_compat.c version of this function from the external tree) - shmem_getpage usage replaced with read_mapping_page. - fixes for software fallbacks on tiled buffers. - speedups for software fallbacks. - replaced pci_read_base usage with using the MCHBAR mirror aperture - fixed some issues on X server exit What's not new in this edition: Still using shmem_file_setup. We need to be able to allocate objects from the kernel, and didn't get any clear agreement that doing a VFS dance would be preferable to letting us behave like other kernel subsystems and use the function. Still using small integers to identify our objects rather than fds. We need more than just basic syscalls on the objects -- the alternate mmap issue is more serious than before, for X pixmap usage. There are also the ioctls for cache management for software fallbacks. And the issue of getting high fds and large numbers of them still remained. Still have an issue with PAT on x86_64 -- initialization fails because ioremap() apparently has different semantics there than on x86 or non-PAT x86_64 (if somebody has mapped the space and there's a WC MTRR, the ioremap that defaults to UC- ends up conflicting on it and failing even though it seems like it's not supposed to). --
| Alex Samad | page swap allocation error/failure in 2.6.25 |
| Bart Van Assche | Re: Integration of SCST in the mainstream Linux kernel |
| Andrea Arcangeli | [PATCH 06 of 11] rwsem contended |
| Chuck Ebbert | Why do so many machines need "noapic"? |
git: | |
| Andy Parkins | svn:externals using git submodules |
| Elijah Newren | Trying to use git-filter-branch to compress history by removing large, obsolete bi... |
| Marcus Griep | [PATCH] git-svn: Make it scream by minimizing temp files |
| Tommi Virtanen | [PATCH] "git shell" won't work, need "git-shell" |
| Marcos Laufer | dmesg IBM x3650 OpenBSD 4.3 |
| Theo de Raadt | Re: Chatting with developers? Is it soo 1996? |
| Ted Unangst | Re: MAXDSIZ 1GB memory limit for process |
| Richard Stallman | Real men don't attack straw men |
| Denys Fedoryshchenko | Re: thousands of classes, e1000 TX unit hang |
| Suresh Siddha | Re: Kernel oops with 2.6.26, padlock and ipsec: probably problem with fpu state ch... |
| Simon Horman | Re: [PATCH] sendfile() and UDP socket |
| Jeff Garzik | Re: [PATCH] sky2: jumbo frame regression fix |
