summaryrefslogtreecommitdiffstats
path: root/arch/m32r/include
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-314-4/+4
* remove dma64_addr_tFUJITA Tomonori2011-03-231-6/+0
* 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-3/+0
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-9/+4
* mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-221-82/+1
|\
| * ioctl: Use asm-generic/ioctls.h on m32r (enables termiox)Jeff Mahoney2010-10-221-82/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-212-65/+105
|\ \ | |/ |/|
| * Fix IRQ flag handling namingDavid Howells2010-10-072-65/+105
* | m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIANKyle McMartin2010-10-151-2/+2
|/
* m32r: fix rt_sigsuspend()Al Viro2010-09-242-1/+1
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-2/+0
|\
| * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-2/+0
* | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
* | tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman2010-08-101-2/+0
* | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
|/
* m32r: use use asm-generic/scatterlist.hFUJITA Tomonori2010-05-271-14/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\
| * add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
* | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1
|/
* m32r: use generic ptrace_resume codeChristoph Hellwig2010-03-121-0/+2
* Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-25/+0
|\
| * local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-051-25/+0
* | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
|/
* elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
* locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-10/+10
* locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-142-8/+8
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-14/+14
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-142-4/+4
* Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+3
|\
| * block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+3
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+2
|/
* m32r: define ioread* and iowrite* macrosHirokazu Takata2009-10-041-0/+7
* Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-09-243-16/+5
|\
| * m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h.Tim Abbott2009-09-231-9/+0
| * m32r: Define THREAD_SIZE only once.Tim Abbott2009-09-232-6/+2
| * m32r: make PAGE_SIZE available to assembly.Tim Abbott2009-09-231-1/+3
* | cpumask: use mm_cpumask() wrapper: m32rRusty Russell2009-09-241-2/+2
* | cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
* | cpumask: arch_send_call_function_ipi_mask: m32rRusty Russell2009-09-241-1/+2
* | m32r: convert to asm-generic/hardirq.hChristoph Hellwig2009-09-221-13/+2
* | mm: remove duplicate asm/mman.h filesArnd Bergmann2009-09-221-19/+1
* | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-0/+3
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-122-5/+3
| |\