aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-0/+2
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-1/+10
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+6
2020-10-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-44/+22
2020-10-13memblock: use separate iterators for memory and reserved regionsGravatar Mike Rapoport 2-2/+2
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Gravatar Mike Rapoport 1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 2-13/+8
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Gravatar Mike Rapoport 1-7/+4
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Gravatar Mike Rapoport 1-4/+2
2020-10-13arm64: numa: simplify dummy_numa_init()Gravatar Mike Rapoport 1-8/+5
2020-10-13Revert "arm64: vdso: Fix compilation with clang older than 8"Gravatar Nick Desaulniers 1-7/+0
2020-10-13Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"Gravatar Nick Desaulniers 1-2/+0
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-13/+0
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-2/+8
2020-10-13Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 2-1/+10
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+5
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-75/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-8/+33
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+2
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-82/+112
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 104-1638/+3127
2020-10-11Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Gravatar Thomas Gleixner 9-82/+112
2020-10-09Revert "arm64: initialize per-cpu offsets earlier"Gravatar Will Deacon 4-19/+11
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigGravatar YiFei Zhu 1-13/+0
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Gravatar Ionela Voinescu 1-0/+1
2020-10-07Merge branch 'for-next/late-arrivals' into for-next/coreGravatar Will Deacon 5-16/+19
2020-10-07arm64: random: Remove no longer needed prototypesGravatar Andre Przywara 1-5/+0
2020-10-07Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', '...Gravatar Joerg Roedel 6-7/+115
2020-10-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-2/+2
2020-10-06crypto: arm64: Use x16 with indirect branch to bti_cGravatar Jeremy Linton 1-2/+2
2020-10-05arm64: initialize per-cpu offsets earlierGravatar Mark Rutland 4-11/+19
2020-10-05Merge back cpufreq material for 5.10.Gravatar Rafael J. Wysocki 2-1/+9
2020-10-04xen/arm: do not setup the runstate info page if kpti is enabledGravatar Stefano Stabellini 1-0/+6
2020-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+7
2020-10-03Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-0/+7
2020-10-03mm: remove compat_process_vm_{readv,writev}Gravatar Christoph Hellwig 1-2/+2
2020-10-03fs: remove compat_sys_vmspliceGravatar Christoph Hellwig 1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsGravatar Christoph Hellwig 1-2/+2
2020-10-02Merge branch 'for-next/mte' into for-next/coreGravatar Will Deacon 38-48/+1302
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreGravatar Will Deacon 32-1054/+981
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Gravatar Will Deacon 62-532/+845
2020-10-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-2/+20
2020-10-01arm64: dbm: Invalidate local TLB when setting TCR_EL1.HDGravatar Will Deacon 1-0/+1
2020-10-01KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guestGravatar Marc Zyngier 1-0/+7
2020-10-01arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opGravatar Will Deacon 2-1/+11
2020-09-30arm64: permit ACPI core to map kernel memory used for table overridesGravatar Ard Biesheuvel 1-2/+20
2020-09-29arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() optionGravatar Will Deacon 2-4/+40