aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-20MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2-6/+1
2024-02-20LoongArch: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+2
2024-02-20s390/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+1
2024-02-20riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-8/+2
2024-02-20arm64: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-4/+1
2024-02-20vdso/ARM: Make union vdso_data_store available for all architecturesAnna-Maria Behnsen4-32/+3
2024-02-20csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen2-9/+0
2024-02-20s390/vdso/data: Drop unnecessary header includeAnna-Maria Behnsen1-1/+0
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-20arm64: dts: qcom: sm6115: fix USB PHY configurationDmitry Baryshkov1-21/+21
2024-02-20Merge tag 'imx-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann4-18/+16
2024-02-20ARM: ep93xx: Add terminator to gpiod_lookup_tableNikita Shubin1-0/+1
2024-02-20KVM: x86/xen: re-initialize shared_info if guest (32/64-bit) mode is setPaul Durrant1-3/+26
2024-02-20KVM: x86/xen: separate initialization of shared_info cache and contentPaul Durrant1-23/+32
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson5-13/+13
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant2-10/+6
2024-02-20KVM: pfncache: add a mark-dirty helperPaul Durrant2-4/+4
2024-02-20KVM: x86/xen: mark guest pages dirty with the pfncache lock heldPaul Durrant1-7/+6
2024-02-20x86/pat: Simplify the PAT programming protocolKirill A. Shutemov2-9/+7
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf9-13/+145
2024-02-20s390: add relocs toolJosh Poimboeuf3-0/+391
2024-02-20s390/vdso64: filter out munaligned-symbols flag for vdsoSumanth Korikkar1-0/+1
2024-02-20s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor1-1/+1
2024-02-20s390/pci: fix three typos in commentsGerd Bayer2-3/+3
2024-02-20s390/pci: remove hotplug slot when releasing the deviceGerd Bayer1-2/+3
2024-02-20s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer4-30/+63
2024-02-20s390/pci: rename lock member in struct zpci_devGerd Bayer3-7/+7
2024-02-20s390/pai: adjust whitespace indentationThomas Richter1-1/+1
2024-02-20s390/pai: simplify event start function for perf statThomas Richter2-15/+4
2024-02-20s390/pai: save PAI counter value page in event structureThomas Richter3-16/+60
2024-02-20MIPS: TXx9: Use PCI_SET_ERROR_RESPONSE()Ilpo Järvinen1-1/+1
2024-02-20MIPS: PCI: Return PCIBIOS_* from tx4927_pci_config_read/write()Ilpo Järvinen1-6/+10
2024-02-20MIPS: ath79: Don't return PCIBIOS_* code from pcibios_enable_device()Ilpo Järvinen1-1/+1
2024-02-20MIPS: lantiq: Remove unused function pointer variablesIlpo Järvinen1-9/+0
2024-02-20mips: bus: make mips_cdmm_bustype constRicardo B. Marliere1-1/+1
2024-02-20mips: txx9: make txx9_sramc_subsys constRicardo B. Marliere1-1/+1
2024-02-20mips: sgi-ip22: make gio_bus_type constRicardo B. Marliere1-2/+2
2024-02-20MIPS: move unselectable entries out of the "CPU type" choiceMasahiro Yamada1-38/+38
2024-02-20MIPS: Alchemy: Use kcalloc() instead of kzalloc()Erick Archer1-1/+1
2024-02-20MIPS: Add support for Mobileye EyeQ5Gregory CLEMENT7-0/+234
2024-02-20MIPS: Share generic kernel code with other architectureGregory CLEMENT3-3/+10
2024-02-20x86/vdso: Fix rethunk patching for vdso-image-{32,64}.oJosh Poimboeuf1-3/+6
2024-02-20arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspendMark Brown1-0/+2
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown3-0/+19
2024-02-20Revert "arm64: jump_label: use constraints "Si" instead of "i""Will Deacon1-8/+4