aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom2010-10-05
| * | | | | | | | | | Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie2010-10-05
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2010-10-05
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | drm: Move the GTT accounting to i915Chris Wilson2010-10-01
| | * | | | | | | | | | intel-gtt: clean up gtt size reportingDaniel Vetter2010-09-21
| | * | | | | | | | | | Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-21
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / | | | |/| | | | | | | |
| | * | | | | | | | | | drm/i915: die, i915_probe_agp, dieDaniel Vetter2010-09-08
| | * | | | | | | | | | intel-gtt: introduce drm/intel-gtt.hDaniel Vetter2010-09-08
| | * | | | | | | | | | Merge remote branch 'airlied/drm-core-next' into HEADChris Wilson2010-09-08
| | |\ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into d...Dave Airlie2010-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | drm: kill get_reg_ofs callbackDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill dev->timerDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill agp indirection messDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: replace drawable ioctl by noopsDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: don't export dri1 locking functionsDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill drm_map_ofs callbacksDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: drop return value of drm_free_agpDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: don't export drm_get_drawable_infoDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill context_ctor callbackDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill gem_free_object_unlocked driver callbackDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill dma_ready callbacksDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill procfs callbacksDaniel Vetter2010-08-29
| * | | | | | | | | | | | drm: kill kernel_context_switch callbacksDaniel Vetter2010-08-29
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | xen: Use host-provided E820 mapIan Campbell2010-10-22
| * | | | | | | | | | | | | | xen/privcmd: move remap_domain_mfn_range() to core xen code and export.Ian Campbell2010-10-20
| * | | | | | | | | | | | | | xen: add privcmd driverJeremy Fitzhardinge2010-10-20
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fs: inode split IO and LRU listsNick Piggin2010-10-25
| * | | | | | | | | | | | | | fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig2010-10-25
| * | | | | | | | | | | | | | fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
| * | | | | | | | | | | | | | new helper: ihold()Al Viro2010-10-25
| * | | | | | | | | | | | | | fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig2010-10-25
| * | | | | | | | | | | | | | fs: Implement lazy LRU updates for inodesNick Piggin2010-10-25
| * | | | | | | | | | | | | | fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner2010-10-25
| * | | | | | | | | | | | | | list.h: new helper - hlist_add_fake()Al Viro2010-10-25
| * | | | | | | | | | | | | | new helper: inode_unhashed()Al Viro2010-10-25
| * | | | | | | | | | | | | | unexport invalidate_inodesAl Viro2010-10-25
| * | | | | | | | | | | | | | vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-25
| * | | | | | | | | | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-25
| * | | | | | | | | | | | | | fs: kill block_prepare_writeChristoph Hellwig2010-10-25
| * | | | | | | | | | | | | | fs: mark destroy_inode staticChristoph Hellwig2010-10-25
| * | | | | | | | | | | | | | fs: add sync_inode_metadataChristoph Hellwig2010-10-25
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow2010-10-23
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | IB/mlx4: Signal node desc changes to SM by using FW to generate trap 144Jack Morgenstein2010-10-23
| | | * | | | | | | | | | | | | | | IB/mlx4: Limit size of fast registration WRsEli Cohen2010-10-11
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | IB/mlx4: Add VLAN support for IBoEEli Cohen2010-10-25
| | * | | | | | | | | | | | | | | IB/core: Add VLAN support for IBoEEli Cohen2010-10-25