summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-16arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel5-2/+25
2024-02-16arm64: Add ESR decoding for exceptions involving translation level -1Ard Biesheuvel3-35/+18
2024-02-16arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm useArd Biesheuvel2-4/+13
2024-02-16arm64: mm: Add feature override support for LVAArd Biesheuvel5-9/+53
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel10-37/+49
2024-02-16arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"Ard Biesheuvel3-15/+10
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel8-125/+21
2024-02-16arm64: mm: avoid fixmap for early swapper_pg_dir updatesArd Biesheuvel1-1/+15
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel11-295/+88
2024-02-16arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levelsArd Biesheuvel1-46/+19
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel5-32/+32
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel15-121/+315
2024-02-16arm64: mmu: Make __cpu_replace_ttbr1() out of lineArd Biesheuvel2-31/+33
2024-02-16arm64: mm: Make kaslr_requires_kpti() a static inlineArd Biesheuvel3-43/+39
2024-02-16arm64: head: move memstart_offset_seed handling to C codeArd Biesheuvel3-7/+5
2024-02-16arm64: head: allocate more pages for the kernel mappingArd Biesheuvel1-1/+10
2024-02-16arm64: Add helpers to probe local CPU for PAC and BTI supportArd Biesheuvel1-0/+32
2024-02-16arm64: idreg-override: Create a pseudo feature for rodata=offArd Biesheuvel2-0/+3
2024-02-16arm64: kaslr: Use feature override instead of parsing the cmdline againArd Biesheuvel3-55/+7
2024-02-16arm64: cpufeature: Add helper to test for CPU feature overridesArd Biesheuvel2-8/+40
2024-02-16arm64: head: move dynamic shadow call stack patching into early C runtimeArd Biesheuvel6-31/+27
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: 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...Linus Torvalds1-9/+28
2024-02-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus 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/g...Linus Torvalds10-74/+118
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-30Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+17