| Commit message (Expand) | Author | Age | Files | Lines |
* | m68knommu: fix definitions of __pa() and __va() | Greg Ungerer | 2010-01-12 | 3 | -15/+7 |
* | Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus" | Ananth N Mavinakayanahalli | 2010-01-11 | 2 | -19/+22 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2010-01-11 | 5 | -625/+666 |
|\ |
|
| * | xfs: Ensure we force all busy extents in range to disk | Dave Chinner | 2010-01-10 | 2 | -29/+27 |
| * | xfs: Don't flush stale inodes | Dave Chinner | 2010-01-10 | 1 | -3/+7 |
| * | xfs: fix timestamp handling in xfs_setattr | Christoph Hellwig | 2010-01-10 | 2 | -55/+41 |
| * | xfs: use DECLARE_EVENT_CLASS | Christoph Hellwig | 2010-01-10 | 1 | -538/+591 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2010-01-11 | 4 | -15/+52 |
|\ \ |
|
| * | | GFS2: Use MAX_LFS_FILESIZE for meta inode size | Steven Whitehouse | 2010-01-11 | 1 | -1/+1 |
| * | | GFS2: Fix gfs2_xattr_acl_chmod() | Steven Whitehouse | 2010-01-08 | 1 | -10/+11 |
| * | | GFS2: Fix locking bug in rename | Steven Whitehouse | 2010-01-08 | 1 | -2/+4 |
| * | | GFS2: Ensure uptodate inode size when using O_APPEND | Steven Whitehouse | 2010-01-08 | 1 | -2/+36 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2010-01-11 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | quota: Fix dquot_transfer for filesystems different from ext4 | Jan Kara | 2010-01-11 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-01-11 | 2 | -6/+13 |
|\ \ \ |
|
| * | | | agp/hp: fail gracefully if we don't find an IOC | Bjorn Helgaas | 2010-01-11 | 1 | -0/+3 |
| * | | | agp/hp: fixup hp agp after ACPI changes | Bjorn Helgaas | 2010-01-11 | 1 | -2/+1 |
| * | | | agp: correct missing cleanup on error in agp_add_bridge | Kevin Winchester | 2010-01-11 | 1 | -4/+9 |
* | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-01-11 | 65 | -973/+2411 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-airlied' of /ssd/git/drm-nouveau-next into drm-linus | Dave Airlie | 2010-01-11 | 29 | -496/+853 |
| |\ \ \ \ |
|
| | * | | | | drm/nv04: Fix set_operation software method. | Marcin KoĆcielnicki | 2010-01-11 | 1 | -1/+1 |
| | * | | | | drm/nouveau: initialise DMA tracking parameters earlier | Ben Skeggs | 2010-01-11 | 3 | -6/+12 |
| | * | | | | drm/nouveau: use dma.max rather than pushbuf size for checking GET validity | Ben Skeggs | 2010-01-11 | 1 | -1/+1 |
| | * | | | | drm/nv04: differentiate between nv04/nv05 | Ben Skeggs | 2010-01-11 | 1 | -1/+4 |
| | * | | | | drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fence | Luca Barbieri | 2010-01-11 | 1 | -20/+13 |
| | * | | | | drm/nv50: prevent a possible ctxprog hang | Ben Skeggs | 2010-01-11 | 1 | -0/+1 |
| | * | | | | drm/nouveau: have ttm's fault handler called directly | Ben Skeggs | 2010-01-11 | 1 | -29/+1 |
| | * | | | | drm/nv50: restore correct cache1 get/put address on fifoctx load | Ben Skeggs | 2010-01-11 | 1 | -4/+2 |
| | * | | | | drm/nouveau: create function for "dealing" with gpu lockup | Marcin Slusarz | 2010-01-11 | 4 | -26/+22 |
| | * | | | | drm/nouveau: remove unused nouveau_channel_idle() function | Ben Skeggs | 2010-01-11 | 2 | -42/+0 |
| | * | | | | drm/nouveau: fix handling of fbcon colours in 8bpp | Ben Skeggs | 2010-01-11 | 2 | -4/+10 |
| | * | | | | drm/nv04: Context switching fixes. | Francisco Jerez | 2010-01-11 | 1 | -74/+78 |
| | * | | | | drm/nouveau: Use the software object for fencing. | Francisco Jerez | 2010-01-11 | 2 | -3/+4 |
| | * | | | | drm/nouveau: Allocate a per-channel instance of NV_SW. | Francisco Jerez | 2010-01-11 | 6 | -24/+48 |
| | * | | | | drm/nv50: make the blocksize depend on vram size | Maarten Maathuis | 2010-01-11 | 1 | -17/+19 |
| | * | | | | drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGN | Maarten Maathuis | 2010-01-11 | 2 | -4/+8 |
| | * | | | | drm/nouveau: Don't skip card take down on nv0x. | Francisco Jerez | 2010-01-11 | 1 | -2/+2 |
| | * | | | | drm/nouveau: Implement nv42-nv43 TV load detection. | Francisco Jerez | 2010-01-11 | 1 | -1/+89 |
| | * | | | | drm/nouveau: Clean up the nv17-nv4x load detection code a bit. | Francisco Jerez | 2010-01-11 | 3 | -31/+37 |
| | * | | | | drm/nv50: fix fillrect color | Marcin Slusarz | 2010-01-11 | 1 | -1/+2 |
| | * | | | | drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpc | Ben Skeggs | 2010-01-11 | 1 | -0/+17 |
| | * | | | | drm/nouveau: Drop redundant placement initialization. | Francisco Jerez | 2010-01-11 | 1 | -10/+2 |
| | * | | | | drm/nouveau: No need to force evict=true when swapping evicted BOs back in. | Francisco Jerez | 2010-01-11 | 1 | -1/+1 |
| | * | | | | drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path. | Francisco Jerez | 2010-01-11 | 1 | -2/+2 |
| | * | | | | drm/i2c/ch7006: Drop build time dependency to nouveau. | Francisco Jerez | 2010-01-11 | 1 | -3/+2 |
| | * | | | | drm/nouveau: Make the MM aware of pre-G80 tiling. | Francisco Jerez | 2010-01-11 | 3 | -65/+265 |
| | * | | | | drm/nouveau: Pre-G80 tiling support. | Francisco Jerez | 2010-01-11 | 8 | -147/+185 |
| | * | | | | drm/nouveau: Add cache_flush/pull fifo engine functions. | Francisco Jerez | 2010-01-11 | 3 | -0/+48 |
| * | | | | | Merge remote branch 'korg/drm-radeon-next' into drm-linus | Dave Airlie | 2010-01-11 | 34 | -470/+1530 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xx | Alex Deucher | 2010-01-11 | 5 | -2/+881 |