summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-07-01arm64: Save state of HCR_EL2.E2H before switch to EL1Marc Zyngier
2022-07-01arm64: Rename the VHE switch to "finalise_el2"Marc Zyngier
2022-07-01arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel
2022-06-29arm64: head: remove __PHYS_OFFSETMark Rutland
2022-06-29arm64: lds: use PROVIDE instead of conditional definitionsArd Biesheuvel
2022-06-24arm64: setup: drop early FDT pointer helpersArd Biesheuvel
2022-06-24arm64: head: avoid relocating the kernel twice for KASLRArd Biesheuvel
2022-06-24arm64: kaslr: defer initialization to initcall where permittedArd Biesheuvel
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel
2022-06-24arm64: head: populate kernel page tables with MMU and caches onArd Biesheuvel
2022-06-24arm64: head: factor out TTBR1 assignment into a macroArd Biesheuvel
2022-06-24arm64: idreg-override: use early FDT mapping in ID mapArd Biesheuvel
2022-06-24arm64: head: create a temporary FDT mapping in the initial ID mapArd Biesheuvel
2022-06-24arm64: head: use relative references to the RELA and RELR tablesArd Biesheuvel
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel
2022-06-24arm64: head: add helper function to remap regions in early page tablesArd Biesheuvel
2022-06-24arm64: mm: provide idmap pointer to cpu_replace_ttbr1()Ard Biesheuvel
2022-06-24arm64: head: pass ID map root table address to __enable_mmu()Ard Biesheuvel
2022-06-24arm64: kernel: drop unnecessary PoC cache clean+invalidateArd Biesheuvel
2022-06-24arm64: head: split off idmap creation codeArd Biesheuvel
2022-06-24arm64: head: switch to map_memory macro for the extended ID mapArd Biesheuvel
2022-06-24arm64: head: simplify page table mapping macros (slightly)Ard Biesheuvel
2022-06-24arm64: head: drop idmap_ptrs_per_pgdArd Biesheuvel
2022-06-24arm64: head: move assignment of idmap_t0sz to C codeArd Biesheuvel
2022-06-24arm64: mm: make vabits_actual a build time constant if possibleArd Biesheuvel
2022-06-24arm64: head: move kimage_vaddr variable into C fileArd Biesheuvel
2022-06-19Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-17x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageKirill A. Shutemov
2022-06-17Merge tag 'pci-v5.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-06-17x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"Hans de Goede
2022-06-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-06-17Merge tag 'loongarch-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-17Merge tag 'riscv-for-linus-5.19-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-06-17Merge tag 'hyperv-fixes-signed-20220617' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-06-17arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon
2022-06-17LoongArch: vmlinux.lds.S: Add missing ELF_DETAILSYouling Tang
2022-06-16RISC-V: Some Svpbmt fixesPalmer Dabbelt
2022-06-16riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner
2022-06-16riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner
2022-06-16riscv: fix dependency for t-head errataHeiko Stuebner
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-16arm64/cpufeature: Unexport set_cpu_feature()Mark Brown
2022-06-15x86/Hyper-V: Add SEV negotiate protocol support in Isolation VMTianyu Lan
2022-06-15x86/tdx: Clarify RIP adjustments in #VE handlerKirill A. Shutemov
2022-06-15x86/tdx: Fix early #VE handlingKirill A. Shutemov
2022-06-15arm64: ftrace: remove redundant labelMark Rutland
2022-06-15arm64: ftrace: consistently handle PLTs.Mark Rutland
2022-06-15arm64: ftrace: fix branch range checksMark Rutland
2022-06-15Revert "arm64: Initialize jump labels before setup_machine_fdt()"Catalin Marinas