summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2024-02-16arm64: head: Run feature override detection before mapping the kernelArd Biesheuvel2-11/+10
2024-02-16arm64: Move feature overrides into the BSS sectionArd Biesheuvel1-7/+7
2024-02-16arm64: head: Clear BSS and the kernel page tables in one goArd Biesheuvel2-22/+14
2024-02-16arm64: kernel: Remove early fdt remap codeArd Biesheuvel2-18/+0
2024-02-16arm64: idreg-override: Move to early mini C runtimeArd Biesheuvel5-28/+30
2024-02-16arm64: head: move relocation handling to C codeArd Biesheuvel5-104/+82
2024-02-16arm64: kernel: Don't rely on objcopy to make code under pi/ __initArd Biesheuvel2-9/+13
2024-02-16arm64: kernel: Manage absolute relocations in code built under pi/Ard Biesheuvel3-2/+155
2024-02-09arm64: kaslr: Adjust randomization range dynamicallyArd Biesheuvel2-5/+8
2024-02-09arm64: mm: Reclaim unused vmemmap region for vmalloc useArd Biesheuvel1-2/+6
2024-02-09arm64: vmemmap: Avoid base2 order of struct page size to dimension regionArd Biesheuvel1-4/+4
2024-02-09arm64: ptdump: Discover start of vmemmap region at runtimeArd Biesheuvel1-1/+3
2024-02-09arm64: ptdump: Allow all region boundaries to be defined at boot timeArd Biesheuvel1-32/+22
2024-02-09arm64: mm: Move fixmap region above vmemmap regionArd Biesheuvel4-4/+7
2024-02-09arm64: mm: Move PCI I/O emulation region above the vmemmap regionArd Biesheuvel2-4/+4
2024-01-30arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky3-13/+1
2024-01-30arm64: scs: Disable LTO for SCS patching codeArd Biesheuvel1-0/+6
2024-01-30arm64: Revert "scs: Work around full LTO issue with dynamic SCS"Ard Biesheuvel1-7/+1
2024-01-25Merge tag 'samsung-fixes-6.8' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-1/+1
2024-01-25arm64: dts: Fix TPM schema violationsLukas Wunner12-12/+12
2024-01-22arm64: dts: exynos: gs101: comply with the new cmu_misc clock namesTudor Ambarus1-1/+1
2024-01-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds10-47/+81
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-104/+31
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-12/+3
2024-01-18arm64/sme: Always exit sme_alloc() early with existing storageMark Brown1-2/+4
2024-01-18arm64/fpsimd: Remove spurious check for SVE supportMark Brown1-4/+2
2024-01-18arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptraceMark Brown1-6/+7
2024-01-18arm64: entry: simplify kernel_exit logicMark Rutland1-5/+4
2024-01-18arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOADMark Rutland1-9/+13
2024-01-18Merge tag 'rproc-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-0/+22
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds29-377/+884
2024-01-12arm64: errata: Add Cortex-A510 speculative unprivileged load workaroundRob Herring2-2/+29
2024-01-12arm64: Rename ARM64_WORKAROUND_2966298Rob Herring4-4/+8
2024-01-12arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel2-18/+9
2024-01-12arm64: scs: Work around full LTO issue with dynamic SCSArd Biesheuvel1-1/+7
2024-01-12arm64: irq: include <linux/cpumask.h>Tudor Ambarus1-0/+2
2024-01-11Merge tag 'soc-defconfig-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-56/+99
2024-01-11Merge tag 'soc-dt-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds447-2479/+42756
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-18/+37
2024-01-11arm64: defconfig reorder config linesArnd Bergmann1-60/+60
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2-2/+3
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds6-489/+4
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+7
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds3-29/+15
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-41/+54
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-1/+1
2024-01-09Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+14
2024-01-09arm64: Update __NR_compat_syscalls for statmount/listmountFlorian Fainelli1-1/+1