Age | Commit message (Expand) | Author | Files | Lines |
2022-07-07 | genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMP | Samuel Holland | 1 | -1/+1 |
2022-05-26 | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2022-05-06 | ARM: hisi: Add missing of_node_put after of_find_compatible_node | Peng Wu | 1 | -0/+4 |
2022-04-08 | ARM: rework endianess selection | Arnd Bergmann | 1 | -1/+1 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -1/+1 |
2021-04-02 | ARM: hisi: use the correct HiSilicon copyright | Hao Fang | 4 | -5/+5 |
2020-09-30 | ARM: hisi: add support for SD5203 SoC | Kefeng Wang | 1 | -2/+14 |
2019-10-26 | ARM: hisi: drop useless depend on ARCH_MULTI_V7 | Kefeng Wang | 1 | -10/+6 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner | 3 | -12/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2018-07-16 | ARM: hisi: handle of_iomap and fix missing of_node_put | Nicholas Mc Guire | 1 | -6/+13 |
2018-07-16 | ARM: hisi: check of_iomap and fix missing of_node_put | Nicholas Mc Guire | 1 | -5/+9 |
2018-07-16 | ARM: hisi: fix error handling and missing of_node_put | Nicholas Mc Guire | 1 | -4/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-11 | Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2017-08-18 | irqchip/hip04: Report that effective affinity is a single target | Marc Zyngier | 1 | -0/+1 |
2017-08-16 | ARM: hisi: Fix typo in comment | Yunzhi Li | 1 | -1/+1 |
2017-03-28 | ARM: hisi: fix error return code in hip04_smp_init() | Wei Yongjun | 1 | -0/+2 |
2017-02-28 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2 | -4/+4 |
2017-02-28 | ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol | Florian Fainelli | 2 | -4/+4 |
2017-01-20 | arm: hisi: drop extern hip01_cpu_die | Kefeng Wang | 1 | -1/+0 |
2016-07-07 | ARM: hisi: consolidate the hisilicon machine entries | Jiancheng Xue | 1 | -28/+0 |
2016-06-28 | ARM: hisi: make unexported symbols static | Ben Dooks | 1 | -2/+2 |
2015-12-02 | ARM: use "depends on" for SoC configs instead of "if" after prompt | Masahiro Yamada | 1 | -4/+8 |
2015-12-02 | ARM: use const and __initconst for smp_operations | Masahiro Yamada | 2 | -4/+4 |
2015-12-02 | ARM: hisi: do not export smp_operations structures | Masahiro Yamada | 2 | -6/+3 |
2015-07-20 | ARM: hisi: Remove clk-provider.h include | Stephen Boyd | 1 | -1/+0 |
2015-06-12 | Merge branch 'for-arm-soc' into for-next | Russell King | 4 | -20/+3 |
2015-06-01 | ARM: v7 setup function should invalidate L1 cache | Russell King | 4 | -20/+3 |
2015-05-28 | ARM: 8370/1: hisi: fix hip04 build without HOTPLUG_CPU | Arnd Bergmann | 1 | -0/+4 |
2015-05-06 | ARM: hisi/hip04: remove the MCPM overhead | Nicolas Pitre | 1 | -85/+42 |
2015-02-19 | ARM: make arrays containing machine compatible strings const | Uwe Kleine-König | 1 | -4/+4 |
2015-01-22 | ARM: hisi: enable smp for HiP01 | Wang Long | 3 | -0/+84 |
2015-01-22 | ARM: hisi: rename secondary_startup function | Wang Long | 3 | -3/+3 |
2015-01-22 | ARM: hisi: rename smp_prepares_cpus function | Wang Long | 1 | -2/+2 |
2015-01-22 | ARM: hisi: enable HiP01 SoC | Wang Long | 2 | -0/+18 |
2014-10-02 | ARM: hisi: depend on ARCH_MULTI_V7 | Arnd Bergmann | 1 | -1/+1 |
2014-09-24 | ARM: hisi: Fix platmcpm compilation when ARMv6 is selected | Wei Xu | 1 | -0/+2 |
2014-09-03 | ARM: hisi: enable HiP04 | Haojian Zhuang | 2 | -0/+18 |
2014-09-03 | ARM: hisi: enable MCPM implementation | Haojian Zhuang | 2 | -0/+387 |
2014-07-31 | ARM: hisi: remove smp from machine descriptor | Haojian Zhuang | 2 | -4/+3 |
2014-07-31 | power: reset: move hisilicon reboot code | Haojian Zhuang | 2 | -33/+3 |
2014-07-31 | ARM: hisi: enable hix5hd2 SoC | Haifeng Yan | 7 | -6/+150 |
2014-07-31 | ARM: hisi: add ARCH_HISI | Haojian Zhuang | 1 | -2/+14 |
2014-04-06 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -5/+1 |
2014-03-21 | ARM: hisi: select HAVE_ARM_SCU only for SMP | Arnd Bergmann | 1 | -1/+1 |
2014-03-21 | ARM: hisi: fix building without CONFIG_HOTPLUG_CPU | Arnd Bergmann | 2 | -2/+3 |
2014-02-20 | ARM: select HAVE_SMP for V7 multi-platform | Rob Herring | 1 | -1/+0 |
2014-02-20 | ARM: centralize common multi-platform kconfig options | Rob Herring | 1 | -3/+0 |