summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: fix up irqflags in drm_lock.cDave Airlie2006-12-071-1/+1
* drm: i915 updates=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-19/+21
* drm: i915: fix up irqflags arg=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-2/+3
* drm: i915: Only return EBUSY after we've established we need to schedule a ne...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-5/+5
* drm: i915: Fix 'sequence has passed' condition in i915_vblank_swap().=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-1/+1
* drm: i915: Add SAREA fileds for determining which pipe to sync window buffer ...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-0/+9
* drm: Make handling of dev_priv->vblank_pipe more robust.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-8/+14
* drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-6/+40
* drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-074-0/+211
* drm: Core vsync: Don't clobber target sequence number when scheduling signal.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-2/+3
* drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-7/+13
* drm: Make locked tasklet handling more robust.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-2/+3
* drm: drm_rmdraw: Declare id and idx as signed so testing for < 0 works as int...=?utf-8?q?Felix_K=C3=BChling?=2006-12-071-1/+2
* drm: Change first valid DRM drawable ID to be 1 instead of 0.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-12/+35
* drm: drawable locking + memory management fixes + copyright=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-107/+155
* drm: Add support for interrupt triggered driver callback with lock held to DR...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-073-0/+90
* drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-075-8/+262
* drm: add support for secondary vertical blank interrupt to i915=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-073-4/+27
* drm: add support for secondary vertical blank interrupt to DRM core=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-074-28/+60
* [PATCH] A few small additions and corrections to READMEJesper Juhl2006-12-061-6/+11
* [PATCH] Clean up 'make help' output for documentation targets.Jesper Juhl2006-12-061-3/+7
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-12-0630-323/+139
|\
| * [MIPS] Import updates from i386's i8259.cAtsushi Nemoto2006-12-062-84/+115
| * [MIPS] *-berr: Header inclusions for DEC bus error handlersMaciej W. Rozycki2006-12-062-0/+3
| * [MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu2006-12-0623-231/+14
| * [MIPS] genirq: use name instead of typenameAtsushi Nemoto2006-12-061-1/+1
| * [MIPS] Do not use handle_level_irq for ioasic_dma_irq_type.Atsushi Nemoto2006-12-061-2/+1
| * [MIPS] pte_offset(dir,addr): parenthesis fixFranck Bui-Huu2006-12-062-5/+5
* | Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/gi...Linus Torvalds2006-12-061-2/+2
|\ \
| * | [IA64] Fix pci.c kernel compilation breakage.Peter Chubb2006-12-061-2/+2
* | | [PATCH] ... and then some more work_struct-induced breakage (ibmvscsi)Al Viro2006-12-061-4/+6
* | | [PATCH] ... and more work_struct-induced breakage (mips)Al Viro2006-12-062-5/+13
* | | [PATCH] More work_struct induced breakage (s390)Al Viro2006-12-066-24/+21
* | | x86[-64]:Remove 'volatile' from atomic_tLinus Torvalds2006-12-062-2/+2
* | | [PATCH] Remove 'volatile' from spinlock_typesArt Haas2006-12-062-4/+4
|/ /
* | [PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro2006-12-066-23/+22
* | [PATCH] hamradio/dmascc: fix up work_struct-induced breakageAl Viro2006-12-061-4/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-12-06126-2965/+5650
|\ \
| * | sh: sh775x/titan fixes for irq header changes.Jamie Lenehan2006-12-0610-159/+165
| * | sh: update r7780rp defconfig.Paul Mundt2006-12-061-20/+49
| * | sh: compile fixes for header cleanup.Paul Mundt2006-12-061-0/+2
| * | sh: Fixup pte_mkhuge() build failure.Paul Mundt2006-12-061-0/+8
| * | sh: set KBUILD_IMAGE to something sensible.Paul Mundt2006-12-061-1/+3
| * | sh: show held locks in stack trace with lockdep.Paul Mundt2006-12-061-0/+6
| * | sh: platform_pata support for R7780RPPaul Mundt2006-12-061-0/+29
| * | sh: stacktrace/lockdep/irqflags tracing support.Paul Mundt2006-12-0611-103/+289
| * | sh: Fixup movli.l/movco.l atomic ops for gcc4.Paul Mundt2006-12-061-24/+24
| * | sh: dyntick infrastructure.Paul Mundt2006-12-063-1/+162
| * | sh: Clock framework tidying.Paul Mundt2006-12-069-23/+38
| * | sh: Turn off IRQs around get_timer_offset() calls.Paul Mundt2006-12-064-29/+12
OpenPOWER on IntegriCloud