summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-32/+4
2024-11-07arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland1-32/+3
2024-11-06arm64/sve: Discard stale CPU state when handling SVE trapsMark Brown1-0/+1
2024-11-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-14/+78
2024-10-29arm64: signal: Improve POR_EL0 handling to avoid uaccess failuresKevin Brodsky1-14/+78
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier1-0/+1
2024-10-14arm64: set POR_EL0 for kernel threadsJoey Gouly1-0/+3
2024-10-09arm64: probes: Fix uprobes for big-endian kernelsMark Rutland1-2/+2
2024-10-09arm64: probes: Fix simulate_ldr*_literal()Mark Rutland1-11/+7
2024-10-09arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland1-5/+11
2024-10-04arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan1-0/+1
2024-10-01arm64: errata: Expand speculative SSBS workaround once moreMark Rutland1-0/+2
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-14/+208
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-09-16Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-191/+0
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-84/+345
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella5-14/+208
2024-09-12Merge branch 'for-next/timers' into for-next/coreWill Deacon2-18/+75
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon6-0/+162
2024-09-12Merge branch 'for-next/misc' into for-next/coreWill Deacon3-65/+99
2024-09-12arm64: hibernate: Fix warning for cast from restricted gfp_tMin-Hua Chen1-1/+1
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki1-191/+0
2024-09-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+3
2024-09-05arm64: stacktrace: fix the usage of ftrace_graph_ret_addr()Puranjay Mohan1-1/+3
2024-09-04arm64/ptrace: add support for FEAT_POEJoey Gouly1-0/+46
2024-09-04arm64: add POE signal supportJoey Gouly1-0/+62
2024-09-04arm64: handle PKEY/POE faultsJoey Gouly1-0/+6
2024-09-04arm64: enable the Permission Overlay Extension for EL0Joey Gouly2-0/+15
2024-09-04arm64: context switch POR_EL0 registerJoey Gouly1-0/+24
2024-09-04arm64: cpufeature: add Permission Overlay Extension cpucapJoey Gouly1-0/+9
2024-08-30arm64: errata: Enable the AC03_CPU_38 workaround for ampere1aD Scott Phillips1-1/+9
2024-08-27arm64: PCI: Migrate ACPI related functions to pci-acpi.cSunil V L1-191/+0
2024-08-27arm64: Constify struct kobj_typeHuang Xiaojia1-1/+1
2024-08-27arm64: Implement prctl(PR_{G,S}ET_TSC)Peter Collingbourne2-18/+75
2024-08-23arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI firstDouglas Anderson1-63/+97
2024-08-19runtime constants: move list of constants to vmlinux.lds.hJann Horn1-2/+1
2024-08-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+3
2024-08-15arm64: Fix KASAN random tag seed initializationSamuel Holland2-3/+2
2024-08-14arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-08-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+19
2024-08-02arm64: jump_label: Ensure patched jump_labels are visible to all CPUsWill Deacon1-2/+9
2024-08-02syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann1-1/+1
2024-08-01arm64: errata: Expand speculative SSBS workaround (again)Mark Rutland1-1/+10
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider1-1/+1
2024-07-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+2
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2-2/+2
2024-07-23arm64/vdso: Remove --hash-style=sysvFangrui Song2-2/+2
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+5