summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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: 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
2024-01-28Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds34-230/+83
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-12/+49
2024-01-28parisc: Drop unneeded semicolon in parse_tree_node()Helge Deller1-1/+1
2024-01-28parisc: Prevent hung tasks when printing inventory on serial consoleHelge Deller1-0/+3
2024-01-28parisc: Check for valid stride size for cache flushesHelge Deller1-0/+4
2024-01-28parisc: Make RO_DATA page aligned in vmlinux.lds.SHelge Deller1-1/+1
2024-01-27Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-11/+14
2024-01-27um: Fix adding '-no-pie' for clangNathan Chancellor1-1/+3
2024-01-27mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao1-0/+6
2024-01-27MIPS: loongson64: set nid for reserved memblock regionHuang Pei2-0/+5