summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds27-175/+701
2024-07-15Merge tag 'x86_cleanups_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2024-07-15Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-23/+37
2024-07-15Merge tag 'x86_alternatives_for_v6.11_rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-179/+102
2024-07-15Merge tag 'ras_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+9
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds33-3524/+192
2024-07-15Merge tag 'cmpxchg.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+7
2024-07-15Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-85/+21
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds3-35/+26
2024-07-15Merge branch 'arm64-uaccess' (early part)Linus Torvalds4-53/+132
2024-07-15Merge branch 'word-at-a-time'Linus Torvalds2-42/+26
2024-07-15Merge branch 'runtime-constants'Linus Torvalds4-0/+155
2024-07-14Merge tag 'x86_urgent_for_v6.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+10
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner165-939/+1520
2024-07-12Merge tag 'arm-fixes-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-23/+64
2024-07-11Merge branch 'for-next/vcpu-hotplug' into for-next/coreCatalin Marinas6-14/+93
2024-07-11Merge branches 'for-next/cpufeature', 'for-next/misc', 'for-next/kselftest', ...Catalin Marinas24-313/+106
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+2
2024-07-10ARM: davinci: Convert comma to semicolonChen Ni1-1/+1
2024-07-09arch/xtensa: always_inline get_current() and current_thread_info()Suren Baghdasaryan2-2/+2
2024-07-09s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()Heiko Carstens1-0/+4
2024-07-09arm64: add 'runtime constant' supportLinus Torvalds2-0/+91
2024-07-08arm64: smp: Fix missing IPI statisticsJinjie Ruan1-2/+4
2024-07-08Merge tag 'sunxi-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2024-07-08Merge tag 'qcom-arm64-defconfig-fixes-for-6.10' of https://git.kernel.org/pub...Arnd Bergmann1-0/+1
2024-07-08Merge tag 'qcom-arm64-fixes-for-6.10' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann10-21/+61
2024-07-08block: add a bvec_phys helperChristoph Hellwig1-1/+1
2024-07-06Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-16/+21
2024-07-05Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+4
2024-07-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-0/+49
2024-07-05Merge tag 'kvm-s390-master-6.10-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini4-0/+49
2024-07-04ARM: Emulate one-byte cmpxchgPaul E. McKenney2-1/+7
2024-07-04Merge tag 's390-6.10-8' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-6/+4
2024-07-04ACPI: Add acpi=nospcr to disable ACPI SPCR as default console on ARM64Liu Wei1-1/+17
2024-07-04arm64/cpufeature: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual3-8/+4
2024-07-04KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual3-8/+8
2024-07-03riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai1-9/+1
2024-07-03riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan1-1/+2
2024-07-03Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt1-1/+1
2024-07-03perf: RISC-V: Check standard event availabilitySamuel Holland1-1/+1
2024-07-03x86/vdso: Remove unused includeAnna-Maria Behnsen1-1/+0
2024-07-03x86/vgtod: Remove unused typedef gtod_long_tAnna-Maria Behnsen1-5/+0
2024-07-03x86/vdso: Fix function reference in commentAnna-Maria Behnsen1-3/+2
2024-07-03perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.hRob Herring (Arm)2-2/+1
2024-07-03perf/arm: Move 32-bit PMU drivers to drivers/perf/Rob Herring (Arm)4-3203/+0
2024-07-03x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre1-4/+10
2024-07-02s390: Update defconfigsHeiko Carstens2-6/+4
2024-07-01Merge tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-27/+91
2024-07-01arm64: Kconfig: Fix dependencies to enable ACPI_HOTPLUG_CPUGavin Shan1-1/+1
2024-07-01Merge tag 'v6.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann13-12/+34