summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-11-25Merge tag 'hyperv-fixes-signed-20221125' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-28/+26
2022-11-24Merge tag 'soc-fixes-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds41-86/+84
2022-11-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-14/+29
2022-11-24Merge tag 'v6.2-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-1/+7
2022-11-23Merge tag 'v6.1-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann34-64/+46
2022-11-21Merge tag 'am335x-pcm-953-regulators' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-15/+13
2022-11-21Merge tag 'imx-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann3-6/+8
2022-11-21Merge tag 'sunxi-fixes-for-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+1
2022-11-21Merge tag 'at91-fixes-6.1-2' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+9
2022-11-21LoongArch: Fix unsigned comparison with less than zeroKaiLong Wang1-1/+2
2022-11-21LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()Huacai Chen1-2/+6
2022-11-21LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()Huacai Chen1-2/+6
2022-11-21LoongArch: Clear FPU/SIMD thread info flags for kernel threadHuacai Chen1-4/+5
2022-11-21LoongArch: SMP: Change prefix from loongson3 to loongsonHuacai Chen4-39/+39
2022-11-21LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()Huacai Chen2-22/+10
2022-11-21LoongArch: Makefile: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-11-20Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2022-11-20Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+12
2022-11-20Merge tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2022-11-20Merge tag 'powerpc-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2022-11-19ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency propertiesFabio Estevam1-2/+2
2022-11-19arm64: dts: imx8mp-evk: correct pcie pad settingsPeng Fan1-3/+3
2022-11-19ARM: mxs: fix memory leak in mxs_machine_init()Zheng Yongjun1-1/+3
2022-11-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+3
2022-11-18Merge tag 's390-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+10
2022-11-18arm64/mm: fix incorrect file_map_count for non-leaf pmd/pudLiu Shixin1-2/+2
2022-11-18Merge tag 'soc-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-45/+125
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-13/+0
2022-11-17ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrlMichael Grzeschik1-0/+9
2022-11-17Merge tag 'imx-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann5-11/+31
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+4
2022-11-16arm64: dts: allwinner: h6: Add IOMMU reference to Hantro G2Chen-Yu Tsai1-0/+1
2022-11-16s390: avoid using global register for current_stack_pointerVasily Gorbik1-1/+10
2022-11-16powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin1-1/+1
2022-11-16locking: Fix qspinlock/x86 inline asm errorGuo Jin1-1/+1
2022-11-16perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter1-0/+9
2022-11-16perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...Ravi Bangoria1-3/+2
2022-11-15x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov6-15/+16
2022-11-15ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188Johan Jonker2-1/+7
2022-11-14x86/xen: Use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-11-14arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACERSami Tolvanen1-1/+1
2022-11-14Merge tag 'at91-fixes-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann3-2/+27
2022-11-14Merge tag 'qcom-arm64-fixes-for-6.1' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann11-32/+67
2022-11-13Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-21/+26
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+34
2022-11-13arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interruptChen-Yu Tsai1-1/+1
2022-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-13/+0
2022-11-12Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-0/+14
2022-11-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-4/+5
2022-11-12x86/hyperv: Restore VP assist page after cpu offlining/onliningVitaly Kuznetsov1-28/+26