summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'sound-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds607-7069/+33532
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds124-485/+901
2023-06-29Merge tag 'for-linus-2023062701' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-144/+1035
2023-06-29Merge tag 'fbdev-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-57/+54
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds89-988/+1798
2023-06-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds277-841/+4645
2023-06-29Merge tag 'hwmon-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds193-444/+3911
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N3-0/+23
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N2-4/+4
2023-06-29LoongArch: Remove five DIE_* definitions in kdebug.hTiezhu Yang1-5/+0
2023-06-29LoongArch: Add uprobes supportTiezhu Yang5-5/+197
2023-06-29LoongArch: Use larch_insn_gen_break() for kprobesTiezhu Yang2-20/+15
2023-06-29LoongArch: Add larch_insn_gen_break() to generate break insnsTiezhu Yang2-0/+26
2023-06-29LoongArch: Check for AMO instructions in insns_not_supported()Tiezhu Yang2-0/+32
2023-06-29LoongArch: Move three functions from kprobes.c to inst.cTiezhu Yang3-44/+45
2023-06-29LoongArch: Replace kretprobe with rethookHaoran Jiang7-28/+44
2023-06-29LoongArch: Add jump-label implementationYouling Tang5-1/+77
2023-06-29LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleakTiezhu Yang2-1/+2
2023-06-29LoongArch: Export some arch-specific pm interfacesYinbo Zhu3-6/+16
2023-06-29LoongArch: Introduce hardware page table walkerHuacai Chen10-7/+56
2023-06-29LoongArch: Support dbar with different hintsHuacai Chen6-81/+78
2023-06-29LoongArch: Add SMT (Simultaneous Multi-Threading) supportHuacai Chen7-15/+62
2023-06-29LoongArch: Add vector extensions supportHuacai Chen11-23/+1452
2023-06-29LoongArch: Add support to clone a time namespaceTiezhu Yang7-24/+121
2023-06-29Makefile: Add loongarch target flag for Clang compilationWANG Xuerui1-0/+1
2023-06-29LoongArch: Mark Clang LTO as workingWANG Xuerui1-0/+2
2023-06-29LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocationWANG Xuerui1-1/+1
2023-06-29LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='WANG Xuerui1-4/+1
2023-06-29LoongArch: Tweak CFLAGS for Clang compatibilityWANG Xuerui3-10/+19
2023-06-29LoongArch: Simplify the invtlb wrappersWANG Xuerui1-24/+19
2023-06-29LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-insWANG Xuerui3-56/+15
2023-06-29LoongArch: Prepare for assemblers with proper FCSR class supportWANG Xuerui3-1/+18
2023-06-29LoongArch: extable: Also recognize ABI names of registersWANG Rui1-0/+30
2023-06-29LoongArch: Calculate various sizes in the linker scriptWANG Rui3-7/+16
2023-06-29LoongArch: Add guard for the larch_insn_gen_xxx functionsWANG Rui3-5/+34
2023-06-29LoongArch: Delete unnecessary debugfs checkingDan Carpenter1-2/+0
2023-06-29LoongArch: Set CPU#0 as the io master for FDTHuacai Chen1-0/+1
2023-06-29arm64: sme: Use STR P to clear FFR context field in streaming SVE modeWill Deacon1-3/+3
2023-06-29ksmbd: avoid field overflow warningArnd Bergmann1-1/+1
2023-06-29Merge branch 'expand-stack'Linus Torvalds49-468/+439
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1491-25271/+98547
2023-06-29Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-434/+351
2023-06-29Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-152/+49
2023-06-29modules: catch concurrent module loads, treat them as idempotentLinus Torvalds1-2/+71
2023-06-29module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds1-15/+27
2023-06-29Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds32-333/+1067
2023-06-29Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds42-299/+805
2023-06-28smb: client: improve DFS mount checkPaulo Alcantara1-2/+3
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara8-100/+118