aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-09selftests/nolibc: add chmod_argv0 test20230709-nolibc-ser2-tom-syscall-configv4Zhangjin Wu1-0/+1
2023-07-09selftests/nolibc: chroot_exe: remove procfs dependencyZhangjin Wu1-1/+1
2023-07-09selftests/nolibc: stat_timestamps: remove procfs dependencyZhangjin Wu1-1/+1
2023-07-09selftests/nolibc: chdir_root: restore current path after testZhangjin Wu1-1/+1
2023-07-09selftests/nolibc: vfprintf: remove MEMFD_CREATE dependencyZhangjin Wu1-3/+3
2023-07-09selftests/nolibc: prepare /tmp for tmpfs or ramfsZhangjin Wu1-0/+4
2023-07-09selftests/nolibc: fix up failures when CONFIG_PROC_FS=nZhangjin Wu1-2/+5
2023-07-09selftests/nolibc: add a new rmdir() test caseZhangjin Wu1-0/+1
2023-07-09tools/nolibc: add rmdir() supportZhangjin Wu1-0/+22
2023-07-09selftests/nolibc: link_cross: use /proc/self/cmdlineZhangjin Wu1-1/+1
2023-07-09selftests/nolibc: fix up kernel parameters supportZhangjin Wu1-2/+31
2023-07-09selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>Zhangjin Wu1-2/+1
2023-07-09tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu2-2/+11
2023-07-09selftests/nolibc: fix up int_fast16/32_t test cases for muslZhangjin Wu1-4/+8
2023-07-09selftests/nolibc: add _LARGEFILE64_SOURCE for muslZhangjin Wu1-0/+1
2023-07-09selftests/nolibc: gettid: restore for glibc and muslZhangjin Wu1-3/+7
2023-07-09selftests/nolibc: stat_fault: silence NULL argument warning with glibcZhangjin Wu1-1/+1
2023-07-09selftests/nolibc: add run-libc-test targetZhangjin Wu1-0/+4
2023-07-09selftests/nolibc: add mmap_munmap_good test caseZhangjin Wu1-0/+60
2023-07-09selftests/nolibc: add munmap_bad test caseZhangjin Wu1-0/+1
2023-07-09selftests/nolibc: add mmap_bad test caseZhangjin Wu1-0/+1
2023-07-09selftests/nolibc: add sbrk_0 to test current brk gettingZhangjin Wu1-0/+1
2023-07-09selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRERZhangjin Wu1-0/+58
2023-07-09selftests/nolibc: prepare: create /dev/zeroZhangjin Wu1-1/+3
2023-07-09selftests/nolibc: export argv0 for some testsZhangjin Wu1-0/+4
2023-07-09tools/nolibc: clean up sbrk() routineZhangjin Wu1-5/+4
2023-07-09tools/nolibc: clean up mmap() routineZhangjin Wu2-23/+12
2023-07-09tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu1-5/+12
2023-07-09tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu2-6/+30
2023-07-09tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu1-12/+10
2023-07-09tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu1-14/+9
2023-07-09toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu8-54/+54
2023-07-09tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu5-39/+39
2023-07-09selftests/nolibc: simplify call to iopermThomas Weißschuh1-5/+1
2023-07-09selftests/nolibc: drop test chmod_netThomas Weißschuh1-1/+0
2023-07-05tools/nolibc: unistd.h: reorder the syscall macros20230705-nolibc-series2Zhangjin Wu1-2/+2
2023-07-05tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu1-310/+44
2023-07-05tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu1-10/+1
2023-07-05tools/nolibc: sys.h: add a syscall return helperZhangjin Wu1-0/+10
2023-07-02tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu1-0/+12
2023-07-02tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu1-13/+13
2023-07-02selftests/nolibc: restore the failed tests printZhangjin Wu1-1/+1
2023-07-02selftests/nolibc: always print the path to test log fileZhangjin Wu1-2/+2
2023-07-02selftests/nolibc: add a standalone test report macroZhangjin Wu1-12/+7
2023-07-01Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linuxLinus Torvalds1-0/+3
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds31-430/+1561
2023-07-01Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds44-1003/+667
2023-07-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds37-843/+3475
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-78/+116
2023-07-01Merge tag 'sysctl-fixes-v2-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-07-01Merge tag 'flex-array-transformations-6.5-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2023-07-01pid: use struct_size_t() helperChristian Brauner2-2/+2
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett3-69/+57
2023-07-01mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)1-13/+2
2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds20-345/+403
2023-06-30Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds9-77/+88
2023-06-30Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-5/+5
2023-06-30Merge tag 'livepatching-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-10/+75
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds116-971/+4942
2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds2-2/+14
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-30Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds24-146/+654
2023-06-30Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds70-843/+1626
2023-06-30Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds112-7366/+11602
2023-06-30Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds70-956/+4518
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-236/+478
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds177-2244/+4837
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds48-1927/+2317
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds324-11760/+20277
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds31-164/+2476
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds29-62/+1079
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds78-251/+3077
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds116-4425/+1353
2023-06-30pid: Replace struct pid 1-element array with flex-arrayKees Cook3-4/+7
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds63-368/+2378
2023-06-30x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner1-3/+3
2023-06-29csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-06-29Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+69
2023-06-29parisc: fix expand_stack() conversionLinus Torvalds1-1/+1
2023-06-29Merge tag 'dma-mapping-6.5-2023-06-28' of git://git.infradead.org/users/hch/d...Linus Torvalds5-12/+17
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds58-901/+1955
2023-06-29Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+12
2023-06-29Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-608/+715
2023-06-29sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-06-29Merge tag 'sysctl-6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-06-29Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds1-4/+5
2023-06-29Merge tag 'trace-v6.4-rc7-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+10
2023-06-29Merge tag 'acpi-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-6/+12
2023-06-29objtool: Remove btrfs_assertfail() from the noreturn exceptions listIngo Molnar1-1/+0
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds143-240/+80
2023-06-29cxl: Fix one kernel-doc commentYang Li1-1/+1
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds50-99/+135
2023-06-29Merge tag 'soc-defconfig-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-7/+33
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds116-941/+3083
2023-06-29sysctl: fix unused proc_cap_handler() function warningArnd Bergmann1-1/+1
2023-06-29Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds51-12/+6216
2023-06-29Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3186-9643/+49144
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds56-1137/+2093
2023-06-29Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds44-63/+266
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds31-291/+469
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-37/+85
2023-06-29Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds13-222/+203
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-14/+19
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds19-615/+939
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds4-1/+22
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds15-704/+1390
2023-06-29gup: avoid stack expansion warning for known-good caseLinus Torvalds1-0/+4
2023-06-29Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington1-4/+2
2023-06-29NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington1-2/+4
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1245-22749/+80340
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-28ksmbd: avoid field overflow warningArnd Bergmann1-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds49-468/+439
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1491-25271/+98547
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-434/+351
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-152/+49
2023-06-28modules: catch concurrent module loads, treat them as idempotentLinus Torvalds1-2/+71
2023-06-28module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds1-15/+27
2023-06-28Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds32-333/+1067
2023-06-28Merge 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
2023-06-28Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds39-413/+1635
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds101-608/+5618
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds12-302/+835
2023-06-29Merge tag 'drm-intel-next-fixes-2023-06-21' of git://anongit.freedesktop.org/...Dave Airlie5-13/+18
2023-06-28x86/mem_encrypt: Remove stale mem_encrypt_init() declarationLinus Torvalds1-1/+0
2023-06-28mm: fix __access_remote_vm() GUP failure caseLinus Torvalds1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds82-422/+957
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds334-6892/+8328
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara5-56/+80
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara1-3/+0
2023-06-28cifs: print client_guid in DebugDataShyam Prasad N1-0/+1
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen1-0/+7
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen1-0/+6
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N2-19/+20
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N1-3/+3
2023-06-29modpost: define more R_ARM_* for old distributionsMasahiro Yamada1-0/+17
2023-06-28selftests/user_events: Add test cases when event is disabledsunliming1-0/+4
2023-06-28selftests/user_events: Enable the event before write_fault test in ftrace sel...sunliming1-0/+4
2023-06-28tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming1-1/+2
2023-06-28mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-4/+5
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds59-75/+76
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds84-203/+467
2023-06-27Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2023-06-27Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+10
2023-06-27Merge tag 'Smack-for-6.5' of https://github.com/cschaufler/smack-nextLinus Torvalds2-16/+48
2023-06-27Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds7-16/+32
2023-06-27Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-19/+22
2023-06-27Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-92/+157
2023-06-27Merge tag 'audit-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+3
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-144/+478
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-220/+257
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds28-65/+57
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds7-75/+499
2023-06-27Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-23/+77
2023-06-27cxl/pci: Use correct flag for sanitize pollingDavidlohr Bueso1-1/+1
2023-06-27Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds21-328/+997