summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-08-12SH: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-12arc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-12ARM: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-12x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versionsPaul Gortmaker
2021-08-12x86/power: Fix kernel-doc warnings in cpu.cBaokun Li
2021-08-11riscv: Move early fdt mapping creation in its own functionAlexandre Ghiti
2021-08-11riscv: Simplify BUILTIN_DTB device tree mapping handlingAlexandre Ghiti
2021-08-11riscv: Use __maybe_unused instead of #ifdefs around variable declarationsAlexandre Ghiti
2021-08-11riscv: Get rid of map_size parameter to create_kernel_page_tableAlexandre Ghiti
2021-08-11riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti
2021-08-11riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti
2021-08-11KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()Quentin Perret
2021-08-11xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/KbuildMasahiro Yamada
2021-08-11xtensa: build platform directories unconditionallyMasahiro Yamada
2021-08-11xtensa: do not build variants directoryMasahiro Yamada
2021-08-11xtensa: remove unneeded exportsMasahiro Yamada
2021-08-11xtensa: ISS: don't use string pointer before NULL checkMax Filippov
2021-08-11xtensa: add fairness to IRQ handlingMax Filippov
2021-08-11xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHGRandy Dunlap
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse
2021-08-11x86/resctrl: Expand resctrl_arch_update_domains()'s msr_param rangeJames Morse
2021-08-11x86/resctrl: Remove rdt_cdp_peer_get()James Morse
2021-08-11x86/resctrl: Merge the ctrl_val arraysJames Morse
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse
2021-08-11x86/resctrl: Add a helper to read a closid's configurationJames Morse
2021-08-11KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page sizeAnshuman Khandual
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse
2021-08-11arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFTAnshuman Khandual
2021-08-11x86/resctrl: Allow different CODE/DATA configurations to be stagedJames Morse
2021-08-11KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual
2021-08-11x86/resctrl: Group staged configuration into a separate structJames Morse
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse
2021-08-11x86/resctrl: Store the effective num_closid in the schemaJames Morse
2021-08-11x86/resctrl: Walk the resctrl schema list instead of an arch listJames Morse
2021-08-11x86/resctrl: Label the resources with their configuration typeJames Morse
2021-08-11x86/resctrl: Pass the schema in info dir's private pointerJames Morse
2021-08-11KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret
2021-08-11KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret
2021-08-11KVM: arm64: Mark host bss and rodata section as sharedQuentin Perret