aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-2/+2
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-4/+4
|/
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-3/+1
|\
| * dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
| * arm: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-2/+0
* | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-271-0/+11
|\ \
| * | ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-141-0/+11
* | | Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-272-2/+13
|\ \ \
| * | | ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-122-2/+13
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-264-6/+74
|\ \ \ \
| * | | | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
| * | | | arm: KVM: Add S2_PMD_{MASK,SIZE} constantsMarc Zyngier2018-12-191-0/+3
| * | | | arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier2018-12-191-0/+4
| * | | | KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal2018-12-182-0/+25
| * | | | KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2018-12-181-0/+6
| * | | | KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2018-12-181-0/+9
| * | | | KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2018-12-181-0/+6
| * | | | KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal2018-12-181-0/+15
| * | | | KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal2018-12-181-0/+5
| * | | | arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-181-5/+0
| | |_|/ | |/| |
* / | | KVM: arm64: Rework detection of SVE, !VHE systemsMarc Zyngier2018-12-101-1/+1
|/ / /
* | | Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-182-12/+50
|\ \ \ | |/ / |/| |
| * | ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2018-11-121-0/+23
| * | ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2018-11-121-13/+26
| * | ARM: clean up per-processor check_bugs method callRussell King2018-11-121-0/+1
| * | ARM: split out processor lookupRussell King2018-11-121-0/+1
* | | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-1/+1
|\ \ \ | |_|/ |/| |
| * | mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-10-311-0/+9
|\ \ \
| * | | ARM: Add Krait L2 register accessor functionsStephen Boyd2018-10-171-0/+9
* | | | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* | | | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-262-2/+2
* | | | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-7/+0
* | | | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-6/+0
* | | | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-11/+0
* | | | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-5/+0
* | | | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-5/+0
* | | | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-6/+0
* | | | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-6/+0
* | | | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-6/+0
* | | | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-9/+0
| |/ / |/| |
* | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-254-30/+55
|\ \ \
| * | | arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-181-1/+1
| * | | KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-031-1/+5
| * | | kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-031-0/+2
| * | | kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-013-29/+41
| * | | kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-011-0/+7
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-2/+2
|\ \ \ \
| * | | | y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann2018-08-291-1/+1