| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: Discard the i2c algo del_bus wrappers | Jean Delvare | 2006-12-10 | 36 | -84/+45 |
* | i2c: New ARM Versatile/Realview bus driver | Russell King | 2006-12-10 | 7 | -0/+194 |
* | i2c: fix broken ds1337 initialization | Dirk Eibach | 2006-12-10 | 1 | -1/+7 |
* | i2c: i2c-i801 documentation update | Jason Gaston | 2006-12-10 | 1 | -1/+4 |
* | i2c: Use the __ATTR macro where possible | Jean Delvare | 2006-12-10 | 1 | -7/+4 |
* | i2c: Whitespace cleanups | David Brownell | 2006-12-10 | 6 | -89/+89 |
* | i2c: Use put_user instead of copy_to_user where possible | Jean Delvare | 2006-12-10 | 1 | -2/+1 |
* | i2c: New Atmel AT91 bus driver | Andrew Victor | 2006-12-10 | 3 | -0/+333 |
* | i2c: Add support for nested i2c bus locking | Jiri Kosina | 2006-12-10 | 2 | -1/+2 |
* | i2c: Cleanups to the i2c-nforce2 bus driver | Hans-Frieder Vogt | 2006-12-10 | 2 | -76/+15 |
* | i2c: Add request/release_mem_region to i2c-ibm_iic bus driver | Jean-Baptiste Maneyrol | 2006-12-10 | 1 | -0/+9 |
* | i2c: New Philips PNX bus driver | Vitaly Wool | 2006-12-10 | 7 | -1/+1006 |
* | i2c: Delete the broken i2c-ite bus driver | Jean Delvare | 2006-12-10 | 10 | -1312/+0 |
* | i2c: Update the list of driver IDs | Jean Delvare | 2006-12-10 | 1 | -3/+1 |
* | i2c: Fix documentation typos | Jean Delvare | 2006-12-10 | 2 | -3/+3 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-12-09 | 10 | -28/+86 |
|\ |
|
| * | [PATCH] x86-64: no paravirt for X86_VOYAGER or X86_VISWS | Randy Dunlap | 2006-12-09 | 1 | -0/+1 |
| * | [PATCH] i386: Fix io_apic.c warning | Andi Kleen | 2006-12-09 | 1 | -1/+1 |
| * | [PATCH] i386: export smp_num_siblings for oprofile | Randy Dunlap | 2006-12-09 | 1 | -1/+1 |
| * | [PATCH] x86: Work around gcc 4.2 over aggressive optimizer | Andi Kleen | 2006-12-09 | 2 | -0/+2 |
| * | [PATCH] x86: Fix boot hang due to nmi watchdog init code | Ravikiran G Thirumalai | 2006-12-09 | 2 | -8/+9 |
| * | [PATCH] x86: Fix verify_quirk_intel_irqbalance() | Andi Kleen | 2006-12-09 | 1 | -4/+29 |
| * | [PATCH] i386: Update defconfig | Andi Kleen | 2006-12-09 | 1 | -7/+21 |
| * | [PATCH] x86-64: Update defconfig | Andi Kleen | 2006-12-09 | 1 | -7/+22 |
* | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2006-12-09 | 15 | -57/+821 |
|\ \ |
|
| * | | Fix http://bugzilla.kernel.org/show_bug.cgi?id=7606 | Andrew Morton | 2006-12-07 | 1 | -0/+1 |
| * | | 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] WorkStruct: Use direct assignment rather than cmpxchg() | David Howells | 2006-12-09 | 1 | -12/+9 |
| |/
|/| |
|
* | | [PATCH] Amiga PCMCIA NE2000 Ethernet dev->irq init | Kars de Jong | 2006-12-09 | 1 | -1/+2 |
* | | [PATCH] m68k: EXPORT_SYMBOL(cache_{clear,push}) bogus comment | Geert Uytterhoeven | 2006-12-09 | 1 | -2/+2 |
* | | [PATCH] m68k/Atari: 2.6.18 Atari IDE interrupt needs SA_SHIRQ | Michael Schmitz | 2006-12-09 | 1 | -1/+1 |