summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds172-1568/+1673
2024-01-18Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/li...Thomas Gleixner6-12/+36
2024-01-18powerpc/64s: Increase default stack size to 32KBMichael Ellerman1-0/+1
2024-01-18Merge tag 'staging-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds50-2423/+1264
2024-01-18Update MAINTAINERS email addressSteve French1-1/+1
2024-01-18cifs: minor comment cleanupSteve French1-3/+3
2024-01-18smb3: show beginning time for per share statsSteve French3-2/+6
2024-01-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-51/+806
2024-01-18i40e: Include types.h to some headersTony Nguyen2-0/+2
2024-01-18ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich1-0/+4
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds51-253/+207
2024-01-18Merge branch 'mlxsw-miscellaneous-fixes'Jakub Kicinski5-20/+143
2024-01-18selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanesAmit Cohen1-1/+17
2024-01-18selftests: mlxsw: qos_pfc: Remove wrong descriptionAmit Cohen1-1/+0
2024-01-18mlxsw: spectrum_router: Register netdevice notifier before nexthopPetr Machata1-12/+12
2024-01-18mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel2-1/+57
2024-01-18mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error pathIdo Schimmel1-2/+2
2024-01-18mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen2-4/+56
2024-01-18Documentation: block: ioprio: Update schedulersChristian Loehle1-7/+6
2024-01-18loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig1-27/+25
2024-01-18seq_buf: Make DECLARE_SEQ_BUF() usableNathan Lynch1-2/+1
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson1-2/+7
2024-01-18arm64: Fix silcon-errata.rst formattingRobin Murphy1-2/+0
2024-01-18arm64/sme: Always exit sme_alloc() early with existing storageMark Brown1-2/+4
2024-01-18arm64/fpsimd: Remove spurious check for SVE supportMark Brown1-4/+2
2024-01-18arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptraceMark Brown1-6/+7
2024-01-18arm64: entry: simplify kernel_exit logicMark Rutland1-5/+4
2024-01-18arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOADMark Rutland1-9/+13
2024-01-18selftests: bonding: Add more missing config optionsBenjamin Poirier1-0/+5
2024-01-18selftests: netdevsim: add a config fileJakub Kicinski1-0/+10
2024-01-18Merge branch 'tighten-up-arg-ctx-type-enforcement'Alexei Starovoitov5-39/+513
2024-01-18libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko1-9/+66
2024-01-18selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko1-3/+161
2024-01-18bpf: enforce types for __arg_ctx-tagged arguments in global subprogsAndrii Nakryiko1-0/+160
2024-01-18bpf: extract bpf_ctx_convert_map logic and make it more reusableAndrii Nakryiko2-27/+46
2024-01-18libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2-0/+80
2024-01-18riscv: optimize ELF relocation function in riscvMaxim Kochetkov1-4/+16
2024-01-18RISC-V: Implement archrandom when Zkr is availableSamuel Ortiz2-0/+81
2024-01-18riscv: Optimize hweight API with Zbb extensionXiao Wang2-1/+81
2024-01-18riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efiMasahiro Yamada1-0/+2
2024-01-18Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt9-55/+348
2024-01-18samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai6-0/+155
2024-01-18riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai3-0/+18
2024-01-18riscv: ftrace: Make function graph use ftrace directlySong Shuai3-56/+175
2024-01-18riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSong Shuai1-0/+1
2024-01-18Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt3-8/+22
2024-01-18lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameNathan Chancellor1-5/+6
2024-01-18riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor2-0/+10
2024-01-18riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor2-3/+6
2024-01-18Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt7-8/+796