summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-3/+0
|\
| * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-3/+0
* | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
* | alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven2010-08-091-13/+0
* | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-05-273-0/+10
|\
| * m68k: amiga - Amiga Gayle IDE platform device conversionGeert Uytterhoeven2010-05-261-0/+6
| * m68k: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-05-261-0/+2
| * m68k: Enable atomic64_tGeert Uytterhoeven2010-05-261-0/+2
* | m68k: use asm-generic/scatterlist.hFUJITA Tomonori2010-05-271-15/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-05-259-253/+85
|\
| * m68knommu: remove un-used mcfsmc.hGreg Ungerer2010-05-241-187/+0
| * m68knommu: remove size limit on non-MMU TASK_SIZEGreg Ungerer2010-05-241-0/+4
| * m68knommu: Coldfire QSPI platform supportSteven King2010-05-177-66/+81
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-2/+2
|\ \
| * | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-142-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-05-172-21/+9
|\ \
| * | m68k: Implement generic_find_next_{zero_,}le_bit()Geert Uytterhoeven2010-05-171-6/+8
| * | m68k: Simplify param.h by using <asm-generic/param.h>Robert P. J. Day2010-05-171-15/+1
| |/
* | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-172-2/+2
|/
* m68knommu: fix coldfire tcdrainPhilippe De Muyter2010-04-211-0/+5
* m68k: Fix asm constraints for atomic_sub_and_test() and atomic_add_negative()Geert Uytterhoeven2010-04-141-2/+6
* m68k: Fix `struct sigcontext' for ColdFireMaxim Kuvyrkov2010-04-141-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-122-2/+2
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-2/+2
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| | * tree-wide: s/widht/width/g typo in commentsDaniel Mack2010-02-051-1/+1
* | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-8/+0
* | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-0/+1
* | | Add generic sys_old_mmap()Christoph Hellwig2010-03-121-0/+1
* | | Add generic sys_old_select()Christoph Hellwig2010-03-121-0/+1
|/ /
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+1
|\ \
| * | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
| |/
* | m68k: Define sigcontext ABI of ColdFireMaxim Kuvyrkov2010-02-272-0/+10
* | m68knommu: NPTL support for uClinuxMaxim Kuvyrkov2010-02-271-0/+1
* | m68k: Add NPTL supportMaxim Kuvyrkov2010-02-273-1/+8
* | m68k: Eliminate unused variable in page_to_phys()Geert Uytterhoeven2010-02-271-6/+1
* | m68k: Switch to generic siginfo layoutMaxim Kuvyrkov2010-02-271-91/+0
* | mac68k: replace mac68k SCC code with platform deviceFinn Thain2010-02-272-42/+5
* | m68k: Fix asm/swab.h for ColdFireMaxim Kuvyrkov2010-02-271-1/+1
|/
* m68knommu: fix definitions of __pa() and __va()Greg Ungerer2010-01-123-15/+7
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-0/+1
|\
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-2/+2
|\ \ | |/ |/|
| * m68k: rename global variable vmalloc_end to m68k_vmalloc_endTejun Heo2009-12-091-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \
| * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2009-12-093-3/+5
|\ \
| * | m68knommu: Make THREAD_SIZE available to assembly files.Tim Abbott2009-12-041-2/+2
OpenPOWER on IntegriCloud