summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-11mailmap: update email for Iskren ChernevIskren Chernev1-0/+1
2022-12-11eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong1-1/+1
2022-12-11rapidio: fix possible UAF when kfifo_alloc() failsWang Weiyang1-4/+3
2022-12-11relay: use strscpy() is more robust and saferXu Panda1-2/+2
2022-11-30cpumask: limit visibility of FORCE_NR_CPUSYury Norov1-2/+2
2022-11-30acct: fix potential integer overflow in encode_comp_t()Zheng Yejian1-0/+2
2022-11-30acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian1-2/+2
2022-11-30linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada1-0/+2
2022-11-30rapidio: rio: fix possible name leak in rio_register_mport()Yang Yingliang1-2/+7
2022-11-30rapidio: fix possible name leaks when rio_add_device() failsYang Yingliang2-4/+11
2022-11-30fat (exportfs): fix some kernel-doc warningsBo Liu1-2/+2
2022-11-30ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao3-2/+6
2022-11-30lib/radix-tree.c: fix uninitialized variable compilation warningRong Tao1-1/+1
2022-11-30vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan1-0/+3
2022-11-30checkpatch: add check for array allocator family argument orderLiao Chang1-1/+1
2022-11-30wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld13-58/+58
2022-11-30debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita3-14/+43
2022-11-30lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita1-1/+1
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2-5/+29
2022-11-18scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-1/+32
2022-11-18sched/fair: use try_cmpxchg in task_numa_workUros Bizjak1-1/+1
2022-11-18selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing1-2/+3
2022-11-18selftests/vm: add local_config.h and local_config.mk to .gitignoreZhao Gongyi1-0/+2
2022-11-18squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li1-1/+2
2022-11-18ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing1-1/+7
2022-11-18tools/accounting/procacct: remove some unused variablesXiongfeng Wang1-6/+1
2022-11-18rapidio/tsi721: replace flush_scheduled_work() with flush_work()Tetsuo Handa1-1/+2
2022-11-18lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui1-2/+2
2022-11-18squashfs: allows users to configure the number of decompression threadsXiaoming Ni4-10/+66
2022-11-18squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni9-32/+147
2022-11-18initramfs: remove unnecessary (void*) conversionXU pengfei1-1/+1
2022-11-18nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi1-4/+38
2022-11-18nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi1-4/+27
2022-11-18scripts: checkpatch: allow "case" macrosStanislaw Gruszka1-0/+1
2022-11-18proc: fixup uptime selftestAlexey Dobriyan1-1/+2
2022-11-18ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas1-4/+0
2022-11-18ia64/kprobes: remove orphan declarations from arch/ia64/include/asm/kprobes.hGaosheng Cui1-2/+0
2022-11-18ia64: replace IS_ERR() with IS_ERR_VALUE()ye xingchen1-3/+3
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan3-3/+11
2022-11-18checkpatch: add warning for non-lore mailing list URLsBjorn Helgaas1-0/+17
2022-11-18proc: report open files as size in stat() for /proc/pid/fdIvan Babrou2-0/+62
2022-11-18minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld1-1/+1
2022-11-18minmax: sanity check constant bounds when clampingJason A. Donenfeld1-2/+24
2022-11-18ARM: kexec: make machine_crash_nonpanic_core() staticChen Lifu1-1/+1
2022-11-18kexec: replace crash_mem_range with rangeLi Chen4-11/+8
2022-11-18kexec: remove the unneeded result variableye xingchen1-8/+2
2022-11-18proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie1-0/+1
2022-11-18ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi4-27/+24
2022-11-18ocfs2: use bitmap API in fill_node_mapJoseph Qi6-20/+16
2022-11-18ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2-11/+11