summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-cor...Dave Airlie2010-10-062-3/+25
|\
| * drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-052-3/+21
| * drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-051-0/+4
* | drm/vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom2010-10-061-0/+1
* | drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-061-1/+2
* | Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie2010-10-062-9/+21
|\ \
| * | drm: Hold the mutex when dropping the last GEM reference (v2)Chris Wilson2010-10-011-4/+6
| * | drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie2010-10-011-5/+13
| * | drm: Prune GEM vma entriesChris Wilson2010-09-281-0/+1
| * | drm/radeon: fix PCI ID 5657 to be an RV410Dave Airlie2010-09-271-1/+1
* | | Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2010-10-062-8/+18
|\ \ \ | |_|/ |/| |
| * | drm: Move the GTT accounting to i915Chris Wilson2010-10-011-8/+0Star
| * | intel-gtt: clean up gtt size reportingDaniel Vetter2010-09-211-2/+0Star
| * | Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-2137-98/+234
| |\ \
| * | | drm/i915: die, i915_probe_agp, dieDaniel Vetter2010-09-081-0/+2
| * | | intel-gtt: introduce drm/intel-gtt.hDaniel Vetter2010-09-081-0/+18
| * | | Merge remote branch 'airlied/drm-core-next' into HEADChris Wilson2010-09-081-37/+1Star
| |\ \ \
* | \ \ \ Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into d...Dave Airlie2010-09-2440-98/+262
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori2010-09-231-0/+4
| * | | fs: {lock,unlock}_flocks() stubs to prepare for BKL removalSage Weil2010-09-221-0/+4
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-192-6/+20
| |\ \
| | * | netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu2010-09-181-4/+4
| | * | tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov2010-09-151-2/+16
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-09-161-0/+4
| |\ \ \
| | * | | workqueue: add documentationTejun Heo2010-09-131-0/+4
| * | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-09-161-1/+9
| |\ \ \ \
| | * | | | drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-1/+8
| | * | | | drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-1/+2
| | |/ / /
| * | | | Merge ssh://master.kernel.org/home/hpa/tree/secLinus Torvalds2010-09-151-0/+3
| |\ \ \ \
| | * | | | compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-151-0/+3
| * | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-09-151-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-131-1/+1
| | |/ / /
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-09-131-2/+8
| |\ \ \ \
| | * | | | dquot: do full inode dirty in allocating spaceShaohua Li2010-09-091-2/+8
| * | | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-09-132-0/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | spi/dw_spi: clean the cs_control codeFeng Tang2010-09-081-0/+2
| | * | | | gpiolib: Add 'struct gpio_chip' forward declaration for !GPIOLIB caseAnton Vorontsov2010-09-011-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-114-2/+13
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-101-1/+10
| | |\ \ \ \
| | | * | | | cgroups: fix API thinkoMichael S. Tsirkin2010-09-051-1/+10
| | * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-09332-3752/+8706
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | udp: add rehash on connect()Eric Dumazet2010-09-092-0/+2
| | * | | | | ipvs: fix active FTPJulian Anastasov2010-09-081-0/+3
| | * | | | | cls_cgroup: Fix rcu lockdep warningLi Zefan2010-09-031-2/+8
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-101-0/+1
| |\ \ \ \ \
| | * | | | | block: add function call to switch the IO scheduler from a driverJens Axboe2010-08-231-0/+1
| * | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-09-101-1/+3
| |\ \ \ \ \ \
| | * | | | | | libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-101-1/+2
| | * | | | | | libata: skip EH autopsy and recovery during suspendTejun Heo2010-09-101-0/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-102-0/+35