| Commit message (Expand) | Author | Age | Files | Lines |
* | MN10300: Remove monitor/JTAG functions | Akira Takeuchi | 2010-10-27 | 4 | -55/+2 |
* | MN10300: Add CPU register bits for AM34 | Akira Takeuchi | 2010-10-27 | 2 | -5/+74 |
* | MN10300: Don't hard code the cacheline size in register defs | Akira Takeuchi | 2010-10-27 | 1 | -5/+9 |
* | MN10300: Move DMA engine control reg defs to MN103E010 processor directory | Akira Takeuchi | 2010-10-27 | 2 | -86/+103 |
* | MN10300: Differentiate AM33_2 and AM33_3 in config | Akira Takeuchi | 2010-10-27 | 1 | -2/+9 |
* | MN10300: Provide the functions to fully disable maskable interrupts | Akira Takeuchi | 2010-10-27 | 1 | -0/+77 |
* | MN10300: Add reads[bwl]() and writes[bwl]() | Akira Takeuchi | 2010-10-27 | 1 | -0/+13 |
* | MN10300: Don't cast away the volatile in test_bit() | Akira Takeuchi | 2010-10-27 | 1 | -1/+1 |
* | Typedef SMP call function pointer | David Howells | 2010-10-27 | 2 | -13/+14 |
* | MN10300: Prevent cnt32_to_63() from being preempted in sched_clock() | David Howells | 2010-10-27 | 1 | -0/+5 |
* | mn10300: Use pci_claim_resource | David Howells | 2010-10-27 | 1 | -10/+6 |
* | bitops: Change the bitmap index from int to unsigned long [mn10300] | Justin Chen | 2010-10-27 | 2 | -8/+8 |
* | MN10300: BUG to BUG_ON changes | Stoyan Gaydarov | 2010-10-27 | 5 | -10/+5 |
* | Partially revert patch that encloses asm-offset.h numbers in brackets | David Howells | 2010-10-27 | 1 | -1/+1 |
* | fix braino in fs: do not assign default i_ino in new_inode | Al Viro | 2010-10-27 | 1 | -1/+1 |
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-10-27 | 212 | -11671/+18747 |
|\ |
|
| * | vmwgfx: Implement a proper GMR eviction mechanism | Thomas Hellstrom | 2010-10-27 | 9 | -160/+252 |
| * | drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2 | Alex Deucher | 2010-10-27 | 1 | -0/+3 |
| * | drm/radeon/kms: properly compute group_size on 6xx/7xx | Alex Deucher | 2010-10-26 | 2 | -6/+10 |
| * | drm/radeon/kms: fix 2D tile height alignment in the r600 CS checker | Alex Deucher | 2010-10-26 | 1 | -2/+2 |
| * | drm/radeon/kms/evergreen: set the clear state to the blit state | Alex Deucher | 2010-10-26 | 4 | -54/+65 |
| * | drm/radeon/kms: don't poll dac load detect. | Dave Airlie | 2010-10-26 | 1 | -0/+10 |
| * | gpu: Add Intel GMA500(Poulsbo) Stub Driver | Lee, Chun-Yi | 2010-10-26 | 5 | -1/+81 |
| * | drm/radeon/kms: MC vram map needs to be >= pci aperture size | Alex Deucher | 2010-10-26 | 1 | -0/+3 |
| * | drm/radeon/kms: implement display watermark support for evergreen | Alex Deucher | 2010-10-26 | 2 | -1/+449 |
| * | drm/radeon/kms/evergreen: add some additional safe regs v2 | Alex Deucher | 2010-10-26 | 2 | -1/+9 |
| * | drm/radeon/r600: fix tiling issues in CS checker. | Dave Airlie | 2010-10-26 | 2 | -10/+22 |
| * | Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next | Dave Airlie | 2010-10-26 | 29 | -1366/+1979 |
| |\ |
|
| | * | drm/i915: Move gpu_write_list to per-ring | Chris Wilson | 2010-10-24 | 4 | -26/+29 |
| | * | drm/i915: Invalidate the to-ring, flush the old-ring when updating domains | Chris Wilson | 2010-10-23 | 1 | -3/+6 |
| | * | drm/i915/ringbuffer: Write the value passed in to the tail register | Chris Wilson | 2010-10-22 | 2 | -16/+16 |
| | * | agp/intel: Restore valid PTE bit for Sandybridge after bdd3072 | Chris Wilson | 2010-10-22 | 1 | -3/+3 |
| | * | drm/i915: Fix flushing regression from 9af90d19f | Chris Wilson | 2010-10-22 | 1 | -1/+1 |
| | * | drm/i915/sdvo: Remove unused encoding member | Chris Wilson | 2010-10-22 | 1 | -23/+22 |
| | * | i915: enable AVI infoframe for intel_hdmi.c [v4] | David Härdeman | 2010-10-22 | 4 | -105/+130 |
| | * | drm/i915: Fix current fb blocking for page flip | Chia-I Wu | 2010-10-21 | 1 | -5/+8 |
| | * | drm/i915: IS_IRONLAKE is synonymous with gen == 5 | Chris Wilson | 2010-10-21 | 8 | -22/+18 |
| | * | drm/i915: Enable SandyBridge blitter ring | Chris Wilson | 2010-10-21 | 11 | -63/+175 |
| | * | drm/i915/ringbuffer: Remove broken intel_fill_struct() | Chris Wilson | 2010-10-21 | 2 | -19/+0 |
| | * | drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2b | Chris Wilson | 2010-10-21 | 1 | -1/+1 |
| | * | drm/i915: Copy the updated reloc->presumed_offset back to the user | Chris Wilson | 2010-10-20 | 1 | -0/+13 |
| | * | drm/i915: Track objects in global active list (as well as per-ring) | Chris Wilson | 2010-10-20 | 5 | -96/+58 |
| | * | drm/i915: Simplify most HAS_BSD() checks | Chris Wilson | 2010-10-20 | 3 | -37/+22 |
| | * | drm/i915: cache the last object lookup during pin_and_relocate() | Chris Wilson | 2010-10-20 | 1 | -171/+144 |
| | * | drm/i915: Do interrupible mutex lock first to avoid locking for unreference | Chris Wilson | 2010-10-19 | 1 | -113/+93 |
| | * | drivers: gpu: drm: i915: Fix a typo. | Andrea Gelmini | 2010-10-19 | 1 | -1/+1 |
| | * | agp/intel: Also add B43.1 to list of supported devices | Chris Wilson | 2010-10-19 | 1 | -0/+1 |
| | * | drm/i915: rearrange mutex acquisition for pread | Chris Wilson | 2010-10-19 | 1 | -56/+43 |
| | * | drm/i915: Rearrange acquisition of mutex during pwrite | Chris Wilson | 2010-10-19 | 1 | -105/+65 |
| | * | drm/i915: Attempt to prefault user pages for pread/pwrite | Chris Wilson | 2010-10-19 | 1 | -14/+19 |