| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: use cross_compiling to check whether it is a cross build or not | Masahiro Yamada | 2021-05-06 | 1 | -1/+1 |
* | kbuild: preprocess module linker script | Masahiro Yamada | 2020-09-25 | 1 | -1/+0 |
* | m68k: Use CLEAN_FILES to clean up files | Masahiro Yamada | 2020-07-13 | 1 | -2/+1 |
* | m68k: Pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGS | Masahiro Yamada | 2020-07-13 | 1 | -3/+2 |
* | m68k: Optimize cc-option calls for cpuflags-y | Masahiro Yamada | 2020-07-13 | 1 | -21/+24 |
* | m68k: Add arch/m68k/Kbuild | Masahiro Yamada | 2020-07-13 | 1 | -19/+1 |
* | kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables | Denis Efremov | 2020-06-11 | 1 | -4/+4 |
* | kbuild: add variables for compression tools | Denis Efremov | 2020-06-06 | 1 | -4/+4 |
* | kbuild: rebuild modules when module linker scripts are updated | Masahiro Yamada | 2019-08-21 | 1 | -1/+1 |
* | m68k: Add -ffreestanding to CFLAGS | Finn Thain | 2019-01-21 | 1 | -1/+4 |
* | m68k: Generate uapi header and syscall table header files | Firoz Khan | 2018-12-04 | 1 | -0/+3 |
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 2018-08-24 | 1 | -1/+1 |
* | m68knommu: remove obsolete 68360 support | Greg Ungerer | 2016-03-07 | 1 | -3/+0 |
* | m68k: move non-mmu 68360 platform code | Greg Ungerer | 2014-09-29 | 1 | -2/+2 |
* | m68k: move non-mmu 68000 platform code | Greg Ungerer | 2014-09-29 | 1 | -2/+2 |
* | m68k: move coldfire platform code | Greg Ungerer | 2014-09-29 | 1 | -2/+2 |
* | m68knommu: add support for the ColdFire 537x family of CPUs | Greg Ungerer | 2013-04-29 | 1 | -0/+1 |
* | m68knommu: platform code merge for 68000 core cpus | Luis Alves | 2012-12-05 | 1 | -4/+2 |
* | m68knommu: Add support for the Coldfire m5441x. | Steven King | 2012-07-16 | 1 | -0/+1 |
* | m68knommu: Add support for the Coldfire 5251/5253 | Steven King | 2012-07-16 | 1 | -0/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 2012-05-21 | 1 | -12/+0 |
|\ |
|
| * | m68knommu: move the 54xx platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 532x platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 5407 platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 5307 platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 528x platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 527x platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 5272 platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 5249 platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 523x platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 520x platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -1/+0 |
| * | m68knommu: move the 5206 platform code into the common ColdFire code directory | Greg Ungerer | 2012-05-20 | 1 | -2/+0 |
* | | m68k: Setup CROSS_COMPILE at the top | Geert Uytterhoeven | 2012-05-16 | 1 | -6/+7 |
|/ |
|
* | m68k: merge mmu and non-mmu arch Makefiles | Greg Ungerer | 2011-10-18 | 1 | -2/+166 |
* | m68k: merge m68k and m68knommu arch directories | Greg Ungerer | 2011-03-25 | 1 | -119/+3 |
* | m68k/atari: Initial ARAnyM support | Petr Stehlik | 2011-03-16 | 1 | -0/+1 |
* | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line | Sam Ravnborg | 2010-08-03 | 1 | -1/+1 |
* | m68k: Add install target | Laurent Vivier | 2009-03-26 | 1 | -0/+3 |
* | m68k: make multi_defconfig the default defconfig | Adrian Bunk | 2008-07-20 | 1 | -1/+1 |
* | m68k: use KBUILD_DEFCONFIG | Adrian Bunk | 2008-04-04 | 1 | -0/+2 |
* | m68k: Use cc-cross-prefix | Geert Uytterhoeven | 2008-02-05 | 1 | -6/+5 |
* | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 1 | -4/+4 |
* | m68k: runtime patching infrastructure | Roman Zippel | 2007-05-31 | 1 | -0/+1 |
* | m68k: CROSS_COMPILE = m68k-linux-gnu- | Geert Uytterhoeven | 2007-05-04 | 1 | -1/+1 |
* | kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support | Sam Ravnborg | 2005-09-09 | 1 | -9/+0 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+126 |