summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-283-15/+23
|\
| * Merge branch 'acpi-processor'Rafael J. Wysocki2023-08-253-15/+23
| |\
| | * ACPI: processor: Introduce acpi_processor_osc()Michal Wilczynski2023-07-141-0/+3
| | * ACPI: processor: Set CAP_SMP_T_SWCOORD in arch_acpi_set_proc_cap_bits()Michal Wilczynski2023-07-141-0/+3
| | * ACPI: processor: Clear C_C2C3_FFH and C_C1_FFH in arch_acpi_set_proc_cap_bits()Michal Wilczynski2023-07-141-4/+5
| | * ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski2023-07-143-11/+12
| | * ACPI: processor: Refactor arch_acpi_set_pdc_bits()Michal Wilczynski2023-07-142-7/+7
* | | Merge tag 'for-linus-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-284-16/+13
|\ \ \
| * | | x86/xen: Make virt_to_pfn() a static inlineLinus Walleij2023-08-214-10/+13
| * | | xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik2023-08-211-6/+0
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-2827-116/+138
|\ \ \
| * \ \ Merge branch 'for-next/perf' into for-next/coreWill Deacon2023-08-253-6/+9
| |\ \ \
| | * | | arm_pmu: acpi: Add a representative platform device for TRBEAnshuman Khandual2023-08-181-0/+3
| | * | | hw_breakpoint: fix single-stepping when using bpf_overflow_handlerTomislav Novak2023-08-182-6/+6
| * | | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2023-08-256-34/+35
| |\ \ \ \
| | * | | | arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua2023-08-042-27/+27
| | * | | | arm64: Remove unsued extern declaration init_mem_pgprot()YueHaibing2023-07-271-1/+0
| | * | | | arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty stateAnshuman Khandual2023-07-271-2/+3
| | * | | | arm64/mm: Add pte_rdonly() helperAnshuman Khandual2023-07-271-1/+2
| | * | | | arm64/mm: Directly use ID_AA64MMFR2_EL1_VARange_MASKAnshuman Khandual2023-07-271-2/+2
| | * | | | arm64/mm: Replace an open coding with ID_AA64MMFR1_EL1_HAFDBS_MASKAnshuman Khandual2023-07-271-1/+1
| | |/ / /
| * | | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2023-08-2511-19/+52
| |\ \ \ \
| | * | | | arm64/sysreg: refactor deprecated strncpyJustin Stitt2023-08-161-3/+3
| | * | | | arm64: sysreg: Generate C compiler warnings on {read,write}_sysreg_s argumentsJames Clark2023-08-161-0/+6
| | * | | | arm64: sdei: abort running SDEI handlers during crashD Scott Phillips2023-08-044-6/+38
| | * | | | arm64: Explicitly include correct DT includesRob Herring2023-07-312-4/+0
| | * | | | arm64/Kconfig: Sort the RCpc feature under the ARMv8.3 features menuZeng Heng2023-07-271-3/+3
| | * | | | arm64: vdso: remove two .altinstructions related symbolsJisheng Zhang2023-07-271-2/+0
| | * | | | arm64/ptrace: Clean up error handling path in sve_set_common()Christophe JAILLET2023-07-271-1/+2
| | |/ / /
| * | | | Merge branch 'for-next/entry' into for-next/coreWill Deacon2023-08-252-33/+32
| |\ \ \ \
| | * | | | arm64: syscall: unmask DAIF earlier for SVCsMark Rutland2023-08-112-33/+32
| | |/ / /
| * | | | arm64/fpsimd: Only provide the length to cpufeature for xCR registersMark Brown2023-08-101-18/+4
| * | | | arm64: add HWCAP for FEAT_HBC (hinted conditional branches)Joey Gouly2023-08-044-1/+5
| * | | | arm64/cpufeature: Use ARM64_CPUID_FIELD() to match EVTMark Brown2023-07-271-5/+1
| |/ / /
* | | | Merge tag 'm68k-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-2820-18/+21
|\ \ \ \
| * | | | m68k: Add memcmp() declarationArnd Bergmann2023-08-211-0/+1
| * | | | m68k: Define __div64_32() to avoid a warningArnd Bergmann2023-08-211-0/+3
| * | | | m68k: Remove <asm/export.h>Masahiro Yamada2023-08-211-1/+0
| * | | | m68k: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-215-5/+5
| * | | | m68k: defconfig: Update defconfigs for v6.5-rc1Geert Uytterhoeven2023-08-2112-12/+12
* | | | | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-08-2858-981/+2024
|\ \ \ \ \
| * | | | | s390/pci: use builtin_misc_device macro to simplify the codeLi Zetao2023-08-231-6/+1
| * | | | | Merge branch 'vfio-ap' into featuresHeiko Carstens2023-08-235-13/+25
| |\ \ \ \ \
| | * | | | | KVM: s390: export kvm_s390_pv*_is_protected functionsTony Krowiak2023-08-183-12/+17
| | * | | | | s390/uv: export uv_pin_shared for direct usageJanosch Frank2023-08-182-1/+8
| * | | | | | s390/ipl: refactor deprecated strncpyJustin Stitt2023-08-181-1/+1
| * | | | | | s390/ipl: fix virtual vs physical address confusionAlexander Gordeev2023-08-182-3/+3
| * | | | | | s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobsHolger Dengler2023-08-171-1/+1
| * | | | | | s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributesHolger Dengler2023-08-171-1/+1
| * | | | | | s390/ipl: add common ipl parameter attribute groupSven Schnelle2023-08-161-22/+6