| Commit message (Expand) | Author | Age | Files | Lines |
* | drm: add flag for mapping PCI DMA buffers read-only. | George Sapountzis | 2006-12-07 | 4 | -5/+27 |
* | drm: fix up irqflags in drm_lock.c | Dave Airlie | 2006-12-07 | 1 | -1/+1 |
* | drm: i915 updates | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 2 | -19/+21 |
* | drm: i915: fix up irqflags arg | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -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-07 | 1 | -5/+5 |
* | drm: i915: Fix 'sequence has passed' condition in i915_vblank_swap(). | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -1/+1 |
* | drm: i915: Add SAREA fileds for determining which pipe to sync window buffer ... | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -0/+9 |
* | drm: Make handling of dev_priv->vblank_pipe more robust. | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -8/+14 |
* | drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 2 | -6/+40 |
* | drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks. | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 4 | -0/+211 |
* | drm: Core vsync: Don't clobber target sequence number when scheduling signal. | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -2/+3 |
* | drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS. | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 2 | -7/+13 |
* | drm: Make locked tasklet handling more robust. | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 2 | -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-07 | 1 | -1/+2 |
* | drm: Change first valid DRM drawable ID to be 1 instead of 0. | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 2 | -12/+35 |
* | drm: drawable locking + memory management fixes + copyright | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -107/+155 |
* | drm: Add support for interrupt triggered driver callback with lock held to DR... | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 3 | -0/+90 |
* | drm: Add support for tracking drawable information to core | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 5 | -8/+262 |
* | drm: add support for secondary vertical blank interrupt to i915 | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 3 | -4/+27 |
* | drm: add support for secondary vertical blank interrupt to DRM core | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 4 | -28/+60 |
* | [PATCH] A few small additions and corrections to README | Jesper Juhl | 2006-12-06 | 1 | -6/+11 |
* | [PATCH] Clean up 'make help' output for documentation targets. | Jesper Juhl | 2006-12-06 | 1 | -3/+7 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-12-06 | 30 | -323/+139 |
|\ |
|
| * | [MIPS] Import updates from i386's i8259.c | Atsushi Nemoto | 2006-12-06 | 2 | -84/+115 |
| * | [MIPS] *-berr: Header inclusions for DEC bus error handlers | Maciej W. Rozycki | 2006-12-06 | 2 | -0/+3 |
| * | [MIPS] Compile __do_IRQ() when really needed | Franck Bui-Huu | 2006-12-06 | 23 | -231/+14 |
| * | [MIPS] genirq: use name instead of typename | Atsushi Nemoto | 2006-12-06 | 1 | -1/+1 |
| * | [MIPS] Do not use handle_level_irq for ioasic_dma_irq_type. | Atsushi Nemoto | 2006-12-06 | 1 | -2/+1 |
| * | [MIPS] pte_offset(dir,addr): parenthesis fix | Franck Bui-Huu | 2006-12-06 | 2 | -5/+5 |
* | | Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/gi... | Linus Torvalds | 2006-12-06 | 1 | -2/+2 |
|\ \ |
|
| * | | [IA64] Fix pci.c kernel compilation breakage. | Peter Chubb | 2006-12-06 | 1 | -2/+2 |
* | | | [PATCH] ... and then some more work_struct-induced breakage (ibmvscsi) | Al Viro | 2006-12-06 | 1 | -4/+6 |
* | | | [PATCH] ... and more work_struct-induced breakage (mips) | Al Viro | 2006-12-06 | 2 | -5/+13 |
* | | | [PATCH] More work_struct induced breakage (s390) | Al Viro | 2006-12-06 | 6 | -24/+21 |
* | | | x86[-64]:Remove 'volatile' from atomic_t | Linus Torvalds | 2006-12-06 | 2 | -2/+2 |
* | | | [PATCH] Remove 'volatile' from spinlock_types | Art Haas | 2006-12-06 | 2 | -4/+4 |
|/ / |
|
* | | [PATCH] drivers/{char|isdn}: work_struct-induced breakage | Al Viro | 2006-12-06 | 6 | -23/+22 |
* | | [PATCH] hamradio/dmascc: fix up work_struct-induced breakage | Al Viro | 2006-12-06 | 1 | -4/+4 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2006-12-06 | 126 | -2965/+5650 |
|\ \ |
|
| * | | sh: sh775x/titan fixes for irq header changes. | Jamie Lenehan | 2006-12-06 | 10 | -159/+165 |
| * | | sh: update r7780rp defconfig. | Paul Mundt | 2006-12-06 | 1 | -20/+49 |
| * | | sh: compile fixes for header cleanup. | Paul Mundt | 2006-12-06 | 1 | -0/+2 |
| * | | sh: Fixup pte_mkhuge() build failure. | Paul Mundt | 2006-12-06 | 1 | -0/+8 |
| * | | sh: set KBUILD_IMAGE to something sensible. | Paul Mundt | 2006-12-06 | 1 | -1/+3 |
| * | | sh: show held locks in stack trace with lockdep. | Paul Mundt | 2006-12-06 | 1 | -0/+6 |
| * | | sh: platform_pata support for R7780RP | Paul Mundt | 2006-12-06 | 1 | -0/+29 |
| * | | sh: stacktrace/lockdep/irqflags tracing support. | Paul Mundt | 2006-12-06 | 11 | -103/+289 |
| * | | sh: Fixup movli.l/movco.l atomic ops for gcc4. | Paul Mundt | 2006-12-06 | 1 | -24/+24 |
| * | | sh: dyntick infrastructure. | Paul Mundt | 2006-12-06 | 3 | -1/+162 |
| * | | sh: Clock framework tidying. | Paul Mundt | 2006-12-06 | 9 | -23/+38 |