aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include
Commit message (Expand)AuthorAgeFilesLines
* signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-04-051-0/+1
* MN10300: asm/uaccess.h needs to #include linux/kernel.h for might_sleep()David Howells2011-06-211-0/+1
* ns: Wire up the setns system callEric W. Biederman2011-05-281-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Linus Torvalds2011-03-247-9/+150
|\
| * MN10300: gcc 4.6 vs am33 inline assemblyRichard Henderson2011-03-231-4/+17
| * MN10300: Emulate single stepping in KGDB on MN10300David Howells2011-03-181-0/+4
| * MN10300: Use KGDBDavid Howells2011-03-182-1/+83
| * MN10300: Create generic kernel debugger hooksDavid Howells2011-03-184-4/+18
| * MN10300: Create general kernel debugger cache flushingDavid Howells2011-03-181-0/+8
| * MN10300: Introduce a general config option for kernel debugger hooksDavid Howells2011-03-181-0/+20
* | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
* | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-7/+0
* | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+4
|/
* MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner2011-03-181-5/+0
* MN10300: atomic_read() should ensure it emits a loadDavid Howells2011-03-141-1/+1
* MN10300: Proper use of macros get_user() in the case of incremented pointersTkhai Kirill2011-03-141-2/+3
* MN10300: Implement asm/syscall.hDavid Howells2010-12-031-0/+117
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2010-10-2738-524/+1792
|\
| * MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells2010-10-278-99/+51
| * MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi2010-10-271-0/+1
| * MN10300: ASB2364: Handle the IRQ multiplexer in the FPGADavid Howells2010-10-271-4/+8
| * MN10300: Generic time supportMark Salter2010-10-271-2/+15
| * MN10300: Specify an ELF HWCAP flag for MN10300 Atomic Operations Unit supportMark Salter2010-10-271-0/+10
| * MN10300: Map userspace atomic op regs as a vmalloc pageMark Salter2010-10-271-0/+3
| * MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi2010-10-2721-100/+793
| * MN10300: Delete idle_timestamp from irq_cpustat_tAkira Takeuchi2010-10-271-1/+0
| * MN10300: Make various interrupt priority settings configurableAkira Takeuchi2010-10-271-6/+2
| * MN10300: Implement atomic ops using atomic ops unitMark Salter2010-10-272-47/+351
| * MN10300: Make the FPU operate in non-lazy mode under SMPAkira Takeuchi2010-10-275-56/+121
| * MN10300: SMP TLB flushingAkira Takeuchi2010-10-272-29/+74
| * MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB controlAkira Takeuchi2010-10-272-39/+46
| * MN10300: Make the use of PIDR to mark TLB entries controllableAkira Takeuchi2010-10-272-32/+70
| * MN10300: Rename __flush_tlb*() to local_flush_tlb*()David Howells2010-10-273-24/+38
| * MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells2010-10-271-6/+10
| * MN10300: SMP: Differentiate local cache flushingAkira Takeuchi2010-10-271-0/+50
| * MN10300: Cacheflush functions should take unsigned long addressesAkira Takeuchi2010-10-271-9/+9
| * MN10300: Reorder asm/cacheflush.h to put primitives firstDavid Howells2010-10-271-44/+44
| * MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells2010-10-273-6/+6
| * MN10300: Remove monitor/JTAG functionsAkira Takeuchi2010-10-271-3/+2
| * MN10300: Add CPU register bits for AM34Akira Takeuchi2010-10-271-5/+67
| * MN10300: Don't hard code the cacheline size in register defsAkira Takeuchi2010-10-271-5/+9
| * MN10300: Move DMA engine control reg defs to MN103E010 processor directoryAkira Takeuchi2010-10-271-86/+1
| * MN10300: Provide the functions to fully disable maskable interruptsAkira Takeuchi2010-10-271-0/+77
| * MN10300: Add reads[bwl]() and writes[bwl]()Akira Takeuchi2010-10-271-0/+13
| * MN10300: Don't cast away the volatile in test_bit()Akira Takeuchi2010-10-271-1/+1
| * bitops: Change the bitmap index from int to unsigned long [mn10300]Justin Chen2010-10-271-6/+6
* | mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+3
|/