aboutsummaryrefslogtreecommitdiff
path: root/arch/mn10300/include
AgeCommit message (Expand)Author
2011-03-14MN10300: atomic_read() should ensure it emits a loadDavid Howells
2011-03-14MN10300: Proper use of macros get_user() in the case of incremented pointersTkhai Kirill
2010-12-03MN10300: Implement asm/syscall.hDavid Howells
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells
2010-10-27MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi
2010-10-27MN10300: ASB2364: Handle the IRQ multiplexer in the FPGADavid Howells
2010-10-27MN10300: Generic time supportMark Salter
2010-10-27MN10300: Specify an ELF HWCAP flag for MN10300 Atomic Operations Unit supportMark Salter
2010-10-27MN10300: Map userspace atomic op regs as a vmalloc pageMark Salter
2010-10-27MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi
2010-10-27MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi
2010-10-27MN10300: Make various interrupt priority settings configurableAkira Takeuchi
2010-10-27MN10300: Implement atomic ops using atomic ops unitMark Salter
2010-10-27MN10300: Make the FPU operate in non-lazy mode under SMPAkira Takeuchi
2010-10-27MN10300: SMP TLB flushingAkira Takeuchi
2010-10-27MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB controlAkira Takeuchi
2010-10-27MN10300: Make the use of PIDR to mark TLB entries controllableAkira Takeuchi
2010-10-27MN10300: Rename __flush_tlb*() to local_flush_tlb*()David Howells
2010-10-27MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells
2010-10-27MN10300: SMP: Differentiate local cache flushingAkira Takeuchi
2010-10-27MN10300: Cacheflush functions should take unsigned long addressesAkira Takeuchi
2010-10-27MN10300: Reorder asm/cacheflush.h to put primitives firstDavid Howells
2010-10-27MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells
2010-10-27MN10300: Remove monitor/JTAG functionsAkira Takeuchi
2010-10-27MN10300: Add CPU register bits for AM34Akira Takeuchi
2010-10-27MN10300: Don't hard code the cacheline size in register defsAkira Takeuchi
2010-10-27MN10300: Move DMA engine control reg defs to MN103E010 processor directoryAkira Takeuchi
2010-10-27MN10300: Provide the functions to fully disable maskable interruptsAkira Takeuchi
2010-10-27MN10300: Add reads[bwl]() and writes[bwl]()Akira Takeuchi
2010-10-27MN10300: Don't cast away the volatile in test_bit()Akira Takeuchi
2010-10-27bitops: Change the bitmap index from int to unsigned long [mn10300]Justin Chen
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-10-22ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox)Jeff Mahoney
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-09-23MN10300: Fix SIGRTMAXMark Salter
2010-09-23MN10300: Fix endianess of ext2 bitopsMark Salter
2010-08-12MN10300: Use no_printk() for disabled gdbstub debugging functionsDavid Howells
2010-08-12MN10300: Fix size_t and ssize_tDavid Howells
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com
2010-08-10tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori