aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21MN10300: asm/uaccess.h needs to #include linux/kernel.h for might_sleep()David Howells1-0/+1
2011-05-28ns: Wire up the setns system callEric W. Biederman1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds7-9/+150
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-23MN10300: gcc 4.6 vs am33 inline assemblyRichard Henderson1-4/+17
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-7/+0
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-2/+4
2011-03-18MN10300: Emulate single stepping in KGDB on MN10300David Howells1-0/+4
2011-03-18MN10300: Use KGDBDavid Howells2-1/+83
2011-03-18MN10300: Create generic kernel debugger hooksDavid Howells4-4/+18
2011-03-18MN10300: Create general kernel debugger cache flushingDavid Howells1-0/+8
2011-03-18MN10300: Introduce a general config option for kernel debugger hooksDavid Howells1-0/+20
2011-03-18MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner1-5/+0
2011-03-14MN10300: atomic_read() should ensure it emits a loadDavid Howells1-1/+1
2011-03-14MN10300: Proper use of macros get_user() in the case of incremented pointersTkhai Kirill1-2/+3
2010-12-03MN10300: Implement asm/syscall.hDavid Howells1-0/+117
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds38-524/+1792
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+3
2010-10-27MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells8-99/+51
2010-10-27MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi1-0/+1
2010-10-27MN10300: ASB2364: Handle the IRQ multiplexer in the FPGADavid Howells1-4/+8
2010-10-27MN10300: Generic time supportMark Salter1-2/+15
2010-10-27MN10300: Specify an ELF HWCAP flag for MN10300 Atomic Operations Unit supportMark Salter1-0/+10
2010-10-27MN10300: Map userspace atomic op regs as a vmalloc pageMark Salter1-0/+3
2010-10-27MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi21-100/+793
2010-10-27MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi1-1/+0
2010-10-27MN10300: Make various interrupt priority settings configurableAkira Takeuchi1-6/+2
2010-10-27MN10300: Implement atomic ops using atomic ops unitMark Salter2-47/+351
2010-10-27MN10300: Make the FPU operate in non-lazy mode under SMPAkira Takeuchi5-56/+121
2010-10-27MN10300: SMP TLB flushingAkira Takeuchi2-29/+74
2010-10-27MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB controlAkira Takeuchi2-39/+46
2010-10-27MN10300: Make the use of PIDR to mark TLB entries controllableAkira Takeuchi2-32/+70
2010-10-27MN10300: Rename __flush_tlb*() to local_flush_tlb*()David Howells3-24/+38
2010-10-27MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells1-6/+10
2010-10-27MN10300: SMP: Differentiate local cache flushingAkira Takeuchi1-0/+50
2010-10-27MN10300: Cacheflush functions should take unsigned long addressesAkira Takeuchi1-9/+9
2010-10-27MN10300: Reorder asm/cacheflush.h to put primitives firstDavid Howells1-44/+44
2010-10-27MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells3-6/+6
2010-10-27MN10300: Remove monitor/JTAG functionsAkira Takeuchi1-3/+2
2010-10-27MN10300: Add CPU register bits for AM34Akira Takeuchi1-5/+67
2010-10-27MN10300: Don't hard code the cacheline size in register defsAkira Takeuchi1-5/+9
2010-10-27MN10300: Move DMA engine control reg defs to MN103E010 processor directoryAkira Takeuchi1-86/+1
2010-10-27MN10300: Provide the functions to fully disable maskable interruptsAkira Takeuchi1-0/+77
2010-10-27MN10300: Add reads[bwl]() and writes[bwl]()Akira Takeuchi1-0/+13
2010-10-27MN10300: Don't cast away the volatile in test_bit()Akira Takeuchi1-1/+1
2010-10-27bitops: Change the bitmap index from int to unsigned long [mn10300]Justin Chen1-6/+6
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+0