summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-151-17/+1Star
|\
| * UAPI: Make MN10300 use asm-generic/param.hDavid Howells2011-12-121-17/+1Star
* | treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-131-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-111-9/+8Star
|\ \
| * | mn10300: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-041-1/+0Star
| * | mn10300: add missing __iomap markersMichael S. Tsirkin2011-12-041-8/+8
| |/
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0Star
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0Star
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-35/+1Star
|\ \
| * | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-041-29/+1Star
| * | consolidate umode_t declarationsAl Viro2012-01-041-6/+0Star
| |/
* / net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
|/
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-2/+0Star
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-271-2/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-274-4/+3Star
* asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-6/+1Star
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-1/+0Star
* mn10300, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-271-1/+0Star
* MN10300: asm/uaccess.h needs to #include linux/kernel.h for might_sleep()David Howells2011-06-221-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-241-1/+0Star
* | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-241-1/+0Star
* | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-241-0/+1
* | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-231-7/+0Star
* | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-231-2/+4
|/
* MN10300: Remove unused mn10300_intc_* functionsThomas Gleixner2011-03-181-5/+0Star
* 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-2838-524/+1792
|\
| * MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells2010-10-278-99/+51Star
| * 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/+0Star
| * MN10300: Make various interrupt priority settings configurableAkira Takeuchi2010-10-271-6/+2Star
| * 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