Age | Commit message (Expand) | Author | Files | Lines |
2021-09-03 | arc: replace cc-option-yn uses with cc-option | Nick Desaulniers | 1 | -2/+1 |
2021-05-26 | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 1 | -3/+0 |
2021-05-10 | arc: Fix typos/spellos | Bhaskar Chowdhury | 1 | -1/+1 |
2021-01-22 | arch: arc: Remove CONFIG_OPROFILE support | Viresh Kumar | 1 | -2/+0 |
2020-12-02 | ARC: build: move symlink creation to arch/arc/Makefile to avoid race | Masahiro Yamada | 1 | -1/+12 |
2020-12-02 | ARC: build: add boot_targets to PHONY | Masahiro Yamada | 1 | -0/+1 |
2020-12-02 | ARC: build: add uImage.lzma to the top-level target | Masahiro Yamada | 1 | -1/+1 |
2020-12-02 | ARC: build: remove non-existing bootpImage from KBUILD_IMAGE | Masahiro Yamada | 1 | -6/+0 |
2020-10-06 | ARC: [plat-eznps]: Drop support for EZChip NPS platform | Vineet Gupta | 1 | -5/+0 |
2020-06-17 | ARC: build: remove deprecated toggle for arc700 builds | Vineet Gupta | 1 | -1/+1 |
2020-06-17 | ARC: build: allow users to specify -mcpu | Eugeniy Paltsev | 1 | -2/+19 |
2019-10-28 | ARC: merge HAPS-HS with nSIM-HS configs | Eugeniy Paltsev | 1 | -1/+1 |
2019-09-04 | kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC | Masahiro Yamada | 1 | -8/+0 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
2019-07-10 | kbuild: remove src and obj from the top Makefile | Masahiro Yamada | 1 | -1/+1 |
2019-06-29 | Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 1 | -0/+4 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-06-11 | ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefix | Alexey Brodkin | 1 | -0/+4 |
2019-02-25 | ARCv2: Add explcit unaligned access support (and ability to disable too) | Eugeniy Paltsev | 1 | -0/+6 |
2018-11-30 | ARC: change defconfig defaults to ARCv2 | Kevin Hilman | 1 | -1/+1 |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+0 |
2018-10-02 | kbuild: consolidate Devicetree dtb build rules | Rob Herring | 1 | -6/+0 |
2018-09-18 | ARC: build: Don't set CROSS_COMPILE in arch's Makefile | Alexey Brodkin | 1 | -9/+1 |
2018-09-14 | ARC: build: Get rid of toolchain check | Alexey Brodkin | 1 | -14/+0 |
2018-09-10 | ARCv2: build: use mcpu=hs38 iso generic mcpu=archs | Vineet Gupta | 1 | -1/+1 |
2018-08-31 | arc: remove redundant GCC version checks | Masahiro Yamada | 1 | -9/+1 |
2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 1 | -1/+1 |
2018-06-14 | ARC: Explicitly add -mmedium-calls to CFLAGS | Alexey Brodkin | 1 | -14/+1 |
2017-10-04 | arc: remove redundant UTS_MACHINE define in arch/arc/Makefile | Masahiro Yamada | 1 | -2/+0 |
2017-09-01 | ARC: [plat-hsdk] initial port for HSDK board | Alexey Brodkin | 1 | -0/+1 |
2017-08-04 | ARC: [plat-sim] Include this platform unconditionally | Vineet Gupta | 1 | -1/+1 |
2017-03-20 | arc: Use full path in KBUILD_IMAGE definition | Michal Marek | 1 | -2/+2 |
2016-11-12 | Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 1 | -0/+3 |
2016-11-11 | Kbuild: enable -Wmaybe-uninitialized warning for "make W=1" | Arnd Bergmann | 1 | -1/+3 |
2016-11-08 | Revert "ARC: build: retire old toggles" | Vineet Gupta | 1 | -0/+3 |
2016-10-28 | ARC: build: retire old toggles | Vineet Gupta | 1 | -3/+0 |
2016-10-01 | ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asm | Vineet Gupta | 1 | -1/+2 |
2016-10-01 | ARC: dw2 unwind: don't force dwarf 2 | Vineet Gupta | 1 | -6/+0 |
2016-10-01 | ARC: dw2 unwind: switch to .eh_frame based unwinding | Vineet Gupta | 1 | -0/+2 |
2016-07-27 | Disable "maybe-uninitialized" warning globally | Linus Torvalds | 1 | -3/+1 |
2016-06-28 | ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame) | Vineet Gupta | 1 | -2/+0 |
2016-05-30 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-05-09 | ARC: Add eznps platform to Kconfig and Makefile | Noam Camus | 1 | -0/+5 |
2016-03-18 | ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8 | Vineet Gupta | 1 | -1/+3 |
2016-03-12 | ARC: build: Better way to detect ISA compatible toolchain | Vineet Gupta | 1 | -0/+14 |
2016-03-11 | ARC: [BE] Select correct CROSS_COMPILE prefix | Vineet Gupta | 1 | -0/+4 |
2016-02-18 | ARC: Assume multiplier is always present | Vineet Gupta | 1 | -4/+0 |
2015-12-21 | ARC: Fix linking errors with CONFIG_MODULE + CONFIG_CC_OPTIMIZE_FOR_SIZE | Vineet Gupta | 1 | -1/+1 |
2015-10-28 | arc: use common make variables for dtb builds | Rob Herring | 1 | -1/+1 |
2015-07-20 | ARCv2: add knob for DIV_REV in Kconfig | Alexey Brodkin | 1 | -1/+9 |