summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye2023-08-181-13/+13
* scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2023-08-182-3/+12
* lib/bch.c: use bitrev instead of internal logicJohn Sanpe2023-08-182-36/+3
* scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori2023-08-181-7/+10
* gcov: shut up missing prototype warnings for internal stubsArnd Bergmann2023-08-181-0/+2
* ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook2023-08-181-2/+1
* ocfs2: Use struct_size()Christophe JAILLET2023-08-181-3/+3
* ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2023-08-182-5/+2
* genetlink: replace custom CONCATENATE() implementationAndy Shevchenko2023-08-182-18/+17
* arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko2023-08-181-37/+32
* x86/asm: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko2023-08-181-8/+3
* kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko2023-08-185-8/+32
* arch: enable HAS_LTO_CLANG with KASAN and KCOVJakob Koschel2023-08-181-1/+3
* fs: hfsplus: make extend error rate limitedColin Ian King2023-08-181-3/+3
* lib: error-inject: remove error checking for debugfs_create_dir()Wang Ming2023-08-181-2/+0
* lib: remove error checking for debugfs_create_dir()Wang Ming2023-08-181-3/+0
* kernel: relay: remove unnecessary NULL values from relay_open_bufLi kunyu2023-08-181-1/+1
* remove ARCH_DEFAULT_KEXEC from Kconfig.kexecEric DeVolder2023-08-182-4/+0
* kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder2023-08-188-11/+11
* sh/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-38/+8
* s390/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-46/+23
* riscv/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-31/+13
* powerpc/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-38/+17
* parisc/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-23/+11
* mips/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-27/+5
* m68k/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-17/+2
* loongarch/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-19/+7
* arm64/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-48/+16
* ia64/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-23/+5
* arm/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-25/+4
* x86/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-73/+19
* kexec: consolidate kexec and crash options into kernel/Kconfig.kexecEric DeVolder2023-08-183-13/+118
* irqchip/al-fic: make AL_FIC depend on HAS_IOMEMBaoquan He2023-08-181-0/+1
* net: altera-tse: make ALTERA_TSE depend on HAS_IOMEMBaoquan He2023-08-181-0/+1
* ipc/sem: use flexible array in 'struct sem_undo'Christophe JAILLET2023-08-181-4/+2
* acct: replace all non-returning strlcpy with strscpyAzeem Shaikh2023-08-181-1/+1
* signal: print comm and exe name on fatal signalsVincent Whitchurch2023-08-181-1/+12
* arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerThomas Huth2023-08-183-18/+17
* lib: replace kmap() with kmap_local_page()Sumitra Sharma2023-08-181-8/+2
* proc: skip proc-empty-vm on anything but amd64 and i386Alexey Dobriyan2023-08-181-0/+7
* proc: support proc-empty-vm test on i386Alexey Dobriyan2023-08-181-0/+16
* cred: convert printks to pr_<level>tiozhang2023-08-181-12/+15
* Linux 6.5-rc4v6.5-rc4Linus Torvalds2023-07-301-1/+1
* Merge tag 'spi-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-301-5/+49
|\
| * spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized readsDouglas Anderson2023-07-261-0/+25
| * spi: spi-qcom-qspi: Fallback to PIO for xfers that aren't multiples of 4 bytesDouglas Anderson2023-07-261-0/+12
| * spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQSVijaya Krishna Nivarthi2023-07-251-1/+1
| * spi: spi-qcom-qspi: Call dma_wmb() after setting up descriptorsVijaya Krishna Nivarthi2023-07-251-1/+3
| * spi: spi-qcom-qspi: Use GFP_ATOMIC flag while allocating for descriptorVijaya Krishna Nivarthi2023-07-251-3/+5
| * spi: spi-qcom-qspi: Ignore disabled interrupts' status in isrVijaya Krishna Nivarthi2023-07-251-0/+3