aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-next/misc', 'for-next/daif-cleanup', 'for-next/kselftest', 'for-next/documentation', 'for-next/sysreg' and 'for-next/dpisa', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas42-220/+466
2024-03-07ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512Christoph Lameter (Ampere)1-1/+2
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown4-0/+80
2024-03-07arm64/ptrace: Expose FPMR via ptraceMark Brown1-0/+42
2024-03-07arm64/signal: Add FPMR signal handlingMark Brown2-0/+67
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown8-0/+36
2024-03-07arm64/fpsimd: Enable host kernel access to FPMRMark Brown1-1/+1
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown3-0/+34
2024-03-01arm64: Remove enable_daif macroJinjie Ruan1-4/+0
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual2-2/+2
2024-03-01arm64: cpufeatures: Clean up temporary variable to simplify codeLiao Chang1-6/+2
2024-02-28arm64: Update setup_arch() comment on interrupt maskingRyo Takakura1-3/+2
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras4-16/+9
2024-02-28arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with ClangStephen Boyd1-1/+1
2024-02-22arm64/sme: Ensure that all fields in SMCR_EL1 are set to known valuesMark Brown1-0/+3
2024-02-22arm64/sve: Ensure that all fields in ZCR_EL1 are set to known valuesMark Brown1-0/+2
2024-02-22arm64/sve: Document that __SVE_VQ_MAX is much larger than neededMark Brown1-0/+11
2024-02-22arm64: make member of struct pt_regs and it's offset macro in the same orderKemeng Shi1-1/+1
2024-02-22arm64: remove unneeded BUILD_BUG_ON assertionDawei Li1-3/+0
2024-02-21arm64/sysreg: Update ID_AA64DFR0_EL1 registerAnshuman Khandual1-0/+2
2024-02-21arm64/sysreg: Update ID_DFR0_EL1 register fieldsAnshuman Khandual1-0/+2
2024-02-21arm64/sysreg: Add register fields for ID_AA64DFR1_EL1Anshuman Khandual1-1/+30
2024-02-20arm64: kretprobes: acquire the regs via a BRK exceptionMark Rutland3-77/+24
2024-02-20arm64: Unmask Debug + SError in do_notify_resume()Mark Rutland1-3/+5
2024-02-20arm64: Move do_notify_resume() to entry-common.cMark Rutland3-34/+35
2024-02-20arm64: Simplify do_notify_resume() DAIF maskingMark Rutland1-19/+15
2024-02-20arm64: io: permit offset addressingMark Rutland1-4/+8
2024-02-20arm64: errata: Don't enable workarounds for "rare" errata by defaultWill Deacon1-14/+11
2024-02-09arm64: rust: Enable Rust support for AArch64Jamie Cunliffe2-0/+5
2024-02-09rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2-0/+2
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-02-02Merge tag 'iommu-fixes-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-9/+28
2024-02-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-16/+4
2024-02-02powerpc: iommu: Bring back table group release_ownership() callShivaprasad G Bhat1-9/+28
2024-02-01Merge tag 'parisc-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds10-74/+118
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-10/+12
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov3-9/+9
2024-01-31parisc: BTLB: Fix crash when setting up BTLB at CPU bringupHelge Deller1-1/+1
2024-01-30parisc: Fix random data corruption from exception handlerHelge Deller8-71/+108
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-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-1/+17
2024-01-28Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds34-230/+83