summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-12-311-16/+21
|\
| * ide: move Power Management support to ide-pm.cBartlomiej Zolnierkiewicz2008-12-291-0/+8
| * ide: rework handling of serialized ports (v2)Bartlomiej Zolnierkiewicz2008-12-291-1/+0
| * cy82c693: remove superfluous ide_cy82c693 chipset typeBartlomiej Zolnierkiewicz2008-12-291-2/+1
| * trm290: add IDE_HFLAG_TRM290 host flagBartlomiej Zolnierkiewicz2008-12-291-1/+3
| * ide: add ->max_sectors field to struct ide_port_infoBartlomiej Zolnierkiewicz2008-12-291-2/+3
| * rz1000: apply chipset quirks early (v2)Bartlomiej Zolnierkiewicz2008-12-291-2/+1
| * ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz2008-12-291-1/+0
| * cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz2008-12-291-1/+1
| * ide-cd: remove obsolete seek optimizationBartlomiej Zolnierkiewicz2008-12-291-4/+0
| * ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz2008-12-291-5/+7
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-312-17/+57
|\ \
| * | DMI: add dmi_matchJiri Slaby2008-12-291-0/+3
| * | libata: perform port detach in EHTejun Heo2008-12-291-1/+2
| * | libata: beef up iteratorsTejun Heo2008-12-291-20/+56
* | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-312-2/+3
|\ \ \
| * | | ring_buffer: add remaining cpu functions to ring_buffer.hRobert Richter2008-12-101-0/+2
| * | | oprofile: update comment for oprofile_add_sample()Robert Richter2008-12-101-2/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-12-312-5/+14
|\ \ \ \
| * \ \ \ Merge branch 'topic/failslab' into for-linusPekka Enberg2008-12-291-0/+9
| |\ \ \ \
| | * | | | SLUB: failslab supportAkinobu Mita2008-12-291-0/+9
| | | |/ / | | |/| |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg2008-12-291-4/+4
| |\ \ \ \ \
| | * | | | | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-11-261-4/+4
| | |/ / / /
| * | / / / slab: Fix comment on #endifPascal Terjan2008-12-291-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-12-3110-21/+1494
|\ \ \ \ \
| * | | | | drm: Add a debug node for vblank state.Eric Anholt2008-12-291-0/+1
| * | | | | drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2008-12-291-3/+6
| * | | | | drm/i915: Add missing userland definitions for gem init/execbuffer.Eric Anholt2008-12-291-0/+2
| * | | | | i915/drm: provide compat defines for userspace for certain struct members.Dave Airlie2008-12-291-0/+23
| * | | | | drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg2008-12-292-2/+0
| * | | | | drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz2008-12-292-109/+99
| * | | | | DRM: i915: add mode setting supportJesse Barnes2008-12-291-1/+1
| * | | | | DRM: add mode setting supportDave Airlie2008-12-298-1/+1382
| * | | | | drm/i915: add GEM GTT mapping supportJesse Barnes2008-12-291-0/+14
| * | | | | drm: GEM mmap supportJesse Barnes2008-12-292-0/+22
| * | | | | drm: fix leak of uninitialized data to userspaceVegard Nossum2008-12-291-0/+1
| * | | | | drm: move to kref per-master structures.Dave Airlie2008-12-293-19/+54
| * | | | | drm: cleanup exit path for module unloadDave Airlie2008-12-291-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2008-12-311-2/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-12-29177-1970/+4880
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | of: Fix comment, sparc no longer uses of_device objects on special busses.David S. Miller2008-12-041-2/+1
* | | | | | Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-12-318-40/+69
|\ \ \ \ \ \
| * | | | | | Get rid of CONFIG_LSFJens Axboe2008-12-291-8/+3
| * | | | | | block: add one-hit cache for disk partition lookupJens Axboe2008-12-291-0/+1
| * | | | | | block: get rid of elevator_t typedefJens Axboe2008-12-292-6/+5
| * | | | | | aio: make the lookup_ioctx() locklessJens Axboe2008-12-292-3/+7
| * | | | | | bio: add support for inlining a number of bio_vecs inside the bioJens Axboe2008-12-291-0/+12
| * | | | | | bio: allow individual slabs in the bio_setJens Axboe2008-12-291-1/+5
| * | | | | | bio: move the slab pointer inside the bio_setJens Axboe2008-12-291-0/+1
| * | | | | | bio: only mempool back the largest bio_vec slab cacheJens Axboe2008-12-291-1/+2