summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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-17Merge 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
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-24/+30
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini3-8/+5
2024-07-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds11-211/+110
2024-07-15Merge branch 'arm64-uaccess' (early part)Linus Torvalds1-7/+5
2024-07-15Merge branch 'runtime-constants'Linus Torvalds1-0/+3
2024-07-11Merge branch 'for-next/vcpu-hotplug' into for-next/coreCatalin Marinas4-14/+80
2024-07-11Merge branches 'for-next/cpufeature', 'for-next/misc', 'for-next/kselftest', ...Catalin Marinas9-205/+38
2024-07-10arm64: rework compat syscall macrosArnd Bergmann2-11/+11
2024-07-10arm64: generate 64-bit syscall.tblArnd Bergmann2-2/+5
2024-07-10arm64: convert unistd_32.h to syscall.tbl formatArnd Bergmann3-11/+14
2024-07-09arm64: add 'runtime constant' supportLinus Torvalds1-0/+3
2024-07-08arm64: smp: Fix missing IPI statisticsJinjie Ruan1-2/+4
2024-07-04ACPI: Add acpi=nospcr to disable ACPI SPCR as default console on ARM64Liu Wei1-1/+17