aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2017-03-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-8/+16
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hGravatar Kirill A. Shutemov 1-0/+1
2017-03-09KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unusedGravatar Linu Cherian 1-1/+0
2017-03-09KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64Gravatar Linu Cherian 1-0/+3
2017-03-07Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2017-03-07arm: KVM: Survive unknown traps from guestsGravatar Mark Rutland 2-7/+13
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-2/+12
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 6-66/+13
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Gravatar Ingo Molnar 1-1/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02ARM: deconfig: fix the moxart defconfigGravatar Linus Walleij 1-6/+6
2017-03-02ARM: ux500: resume the second core properlyGravatar Linus Walleij 5-60/+7
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 5-3/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 5-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 6-0/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 7-6/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-01crypto: arm/crc32 - add build time test for CRC instruction supportGravatar Ard Biesheuvel 1-1/+11
2017-03-01crypto: arm/crc32 - fix build error with outdated binutilsGravatar Ard Biesheuvel 1-1/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 74-202/+370
2017-02-28Merge branches 'fixes' and 'misc'; commit 'kuser^{/add CPU_THUMB_CAPABLE to i...Gravatar Russell King 74-202/+370
2017-02-28ARM: mm: round the initrd reservation to page boundariesGravatar Russell King 1-5/+18
2017-02-28ARM: mm: clean up initrd initialisationGravatar Russell King 1-12/+15
2017-02-28ARM: mm: move initrd init code out of arm_memblock_init()Gravatar Russell King 1-4/+9
2017-02-28ARM: 8655/1: improve NOMMU definition of pgprot_*()Gravatar Arnd Bergmann 1-3/+3
2017-02-28ARM: 8654/1: decompressor: add strlen prototypeGravatar Arnd Bergmann 1-0/+1
2017-02-28ARM: 8652/1: cache-uniphier: clean up active way setup codeGravatar Masahiro Yamada 1-14/+9
2017-02-28ARM: 8651/1: cache-uniphier: include <linux/errno.h> instead of <linux/types.h>Gravatar Masahiro Yamada 1-1/+1
2017-02-28ARM: 8650/1: module: handle negative R_ARM_PREL31 addends correctlyGravatar Ard Biesheuvel 1-2/+11
2017-02-28ARM: 8649/2: nommu: remove Hivecs configuration is asmGravatar Afzal Mohammed 1-5/+0
2017-02-28ARM: 8648/2: nommu: display vectors baseGravatar Afzal Mohammed 1-2/+7
2017-02-28ARM: 8647/2: nommu: dynamic exception base address settingGravatar Afzal Mohammed 1-2/+50
2017-02-28ARM: 8646/1: mmu: decouple VECTORS_BASE from KconfigGravatar Afzal Mohammed 4-5/+9
2017-02-28ARM: 8644/1: Reduce "CPU: shutdown" message to debug levelGravatar Florian Fainelli 1-1/+1
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolGravatar Florian Fainelli 54-86/+86
2017-02-28ARM: 8640/1: Add support for CONFIG_DEBUG_VIRTUALGravatar Florian Fainelli 4-2/+72
2017-02-28ARM: 8639/1: Define KERNEL_START and KERNEL_ENDGravatar Florian Fainelli 3-10/+10
2017-02-28ARM: 8637/1: Adjust memory boundaries after reservationsGravatar Laura Abbott 2-3/+12
2017-02-28ARM: 8636/1: Cleanup sanity_check_meminfoGravatar Laura Abbott 3-48/+30
2017-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-6/+11
2017-02-27Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 3-102/+29
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-1/+1