| Commit message (Expand) | Author | Age | Files | Lines |
* | MN10300: Change "Matsushita" to "Panasonic". | Akira Takeuchi | 2010-10-27 | 3 | -5/+5 |
* | MN10300: Create a defconfig for the ASB2364 board | Akira Takeuchi | 2010-10-27 | 1 | -0/+98 |
* | MN10300: Update the ASB2303 defconfig | Akira Takeuchi | 2010-10-27 | 1 | -0/+2 |
* | MN10300: ASB2364: Add support for SMSC911X and SMC911X | Akira Takeuchi | 2010-10-27 | 8 | -3/+256 |
* | MN10300: ASB2364: Handle the IRQ multiplexer in the FPGA | David Howells | 2010-10-27 | 7 | -19/+166 |
* | MN10300: Generic time support | Mark Salter | 2010-10-27 | 12 | -115/+401 |
* | MN10300: Specify an ELF HWCAP flag for MN10300 Atomic Operations Unit support | Mark Salter | 2010-10-27 | 1 | -0/+10 |
* | MN10300: Map userspace atomic op regs as a vmalloc page | Mark Salter | 2010-10-27 | 2 | -0/+24 |
* | MN10300: And Panasonic AM34 subarch and implement SMP | Akira Takeuchi | 2010-10-27 | 80 | -482/+4495 |
* | MN10300: Delete idle_timestamp from irq_cpustat_t | Akira Takeuchi | 2010-10-27 | 2 | -3/+0 |
* | MN10300: Make various interrupt priority settings configurable | Akira Takeuchi | 2010-10-27 | 2 | -6/+76 |
* | MN10300: Optimise do_csum() | Akira Takeuchi | 2010-10-27 | 1 | -27/+22 |
* | MN10300: Implement atomic ops using atomic ops unit | Mark Salter | 2010-10-27 | 2 | -47/+351 |
* | MN10300: Make the FPU operate in non-lazy mode under SMP | Akira Takeuchi | 2010-10-27 | 14 | -248/+440 |
* | MN10300: SMP TLB flushing | Akira Takeuchi | 2010-10-27 | 4 | -29/+290 |
* | MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB control | Akira Takeuchi | 2010-10-27 | 3 | -47/+65 |
* | MN10300: Make the use of PIDR to mark TLB entries controllable | Akira Takeuchi | 2010-10-27 | 4 | -62/+84 |
* | MN10300: Rename __flush_tlb*() to local_flush_tlb*() | David Howells | 2010-10-27 | 6 | -28/+42 |
* | MN10300: AM34 erratum requires MMUCTR read and write on exception entry | Akira Takeuchi | 2010-10-27 | 3 | -6/+37 |
* | MN10300: Make the boot wrapper able to use writeback caching | Akira Takeuchi | 2010-10-27 | 1 | -1/+48 |
* | MN10300: Cache: Implement SMP global cache flushing | Akira Takeuchi | 2010-10-27 | 9 | -15/+535 |
* | MN10300: Allow some cacheflushes to be avoided if cache snooping is available | David Howells | 2010-10-27 | 9 | -96/+309 |
* | MN10300: AM34: Add cacheflushing by using the AM34 purge registers | Akira Takeuchi | 2010-10-27 | 4 | -1/+678 |
* | MN10300: SMP: Differentiate local cache flushing | Akira Takeuchi | 2010-10-27 | 4 | -112/+289 |
* | MN10300: Cacheflush functions should take unsigned long addresses | Akira Takeuchi | 2010-10-27 | 2 | -15/+15 |
* | MN10300: AM34: The current cacheflush routines operate by controlling tag regs | David Howells | 2010-10-27 | 4 | -2/+23 |
* | MN10300: Reorder asm/cacheflush.h to put primitives first | David Howells | 2010-10-27 | 1 | -44/+44 |
* | MN10300: Provide a MN10300_CACHE_ENABLED config option | David Howells | 2010-10-27 | 6 | -10/+13 |
* | MN10300: Cache: Split cache bits out of arch Kconfig | David Howells | 2010-10-27 | 2 | -28/+33 |
* | 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 |