summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-01checkpatch: add check for array allocator family argument orderLiao Chang1-1/+1
2022-12-01wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld13-58/+58
2022-12-01debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita3-14/+43
2022-12-01lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita1-1/+1
2022-12-01libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2-5/+29
2022-11-19scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-1/+32
2022-11-19sched/fair: use try_cmpxchg in task_numa_workUros Bizjak1-1/+1
2022-11-19selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing1-2/+3
2022-11-19selftests/vm: add local_config.h and local_config.mk to .gitignoreZhao Gongyi1-0/+2
2022-11-19squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li1-1/+2
2022-11-19ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2022-11-19tools/accounting/procacct: remove some unused variablesXiongfeng Wang1-6/+1
2022-11-19rapidio/tsi721: replace flush_scheduled_work() with flush_work()Tetsuo Handa1-1/+2
2022-11-19lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui1-2/+2
2022-11-19squashfs: allows users to configure the number of decompression threadsXiaoming Ni4-10/+66
2022-11-19squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni9-32/+147
2022-11-19initramfs: remove unnecessary (void*) conversionXU pengfei1-1/+1
2022-11-19nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi1-4/+38
2022-11-19nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2022-11-19scripts: checkpatch: allow "case" macrosStanislaw Gruszka1-0/+1
2022-11-19proc: fixup uptime selftestAlexey Dobriyan1-1/+2
2022-11-19ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas1-4/+0
2022-11-19ia64/kprobes: remove orphan declarations from arch/ia64/include/asm/kprobes.hGaosheng Cui1-2/+0
2022-11-19ia64: replace IS_ERR() with IS_ERR_VALUE()ye xingchen1-3/+3
2022-11-19proc: give /proc/cmdline sizeAlexey Dobriyan3-3/+11
2022-11-19checkpatch: add warning for non-lore mailing list URLsBjorn Helgaas1-0/+17
2022-11-19proc: report open files as size in stat() for /proc/pid/fdIvan Babrou2-0/+62
2022-11-19minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld1-1/+1
2022-11-19minmax: sanity check constant bounds when clampingJason A. Donenfeld1-2/+24
2022-11-19ARM: kexec: make machine_crash_nonpanic_core() staticChen Lifu1-1/+1
2022-11-19kexec: replace crash_mem_range with rangeLi Chen4-11/+8
2022-11-19kexec: remove the unneeded result variableye xingchen1-8/+2
2022-11-19proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie1-0/+1
2022-11-19ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi4-27/+24
2022-11-19ocfs2: use bitmap API in fill_node_mapJoseph Qi6-20/+16
2022-11-19ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2-11/+11
2022-11-19panic: use str_enabled_disabled() helperAndy Shevchenko1-2/+3
2022-11-19llist: avoid extra memory read in llist_add_batchUros Bizjak1-2/+2
2022-11-19MAINTAINERS: git://github -> https://github.com for linux-test-projectPalmer Dabbelt1-1/+1
2022-11-19lib/oid_registry.c: remove redundant assignment to variable numColin Ian King1-1/+0
2022-11-19core_pattern: add CPU specifierOleksandr Natalenko3-0/+7
2022-11-16regset: make user_regset_copyin_ignore() *void*Sergey Shtylyov1-8/+7
2022-11-16sparc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2-16/+16
2022-11-16sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-4/+4
2022-11-16powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2-12/+13
2022-11-16parisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-6/+9
2022-11-16openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-5/+3
2022-11-16nios2: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-3/+3
2022-11-16mips: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-4/+5
2022-11-16ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-11/+9