summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fat (exportfs): fix some kernel-doc warningsBo Liu2022-12-011-2/+2
* ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2022-12-013-2/+6
* lib/radix-tree.c: fix uninitialized variable compilation warningRong Tao2022-12-011-1/+1
* vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan2022-12-011-0/+3
* checkpatch: add check for array allocator family argument orderLiao Chang2022-12-011-1/+1
* wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld2022-12-0113-58/+58
* debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2022-12-013-14/+43
* lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2022-12-011-1/+1
* libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-12-012-5/+29
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2022-11-181-1/+32
* sched/fair: use try_cmpxchg in task_numa_workUros Bizjak2022-11-181-1/+1
* selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing2022-11-181-2/+3
* selftests/vm: add local_config.h and local_config.mk to .gitignoreZhao Gongyi2022-11-181-0/+2
* squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li2022-11-181-1/+2
* ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2022-11-181-1/+7
* tools/accounting/procacct: remove some unused variablesXiongfeng Wang2022-11-181-6/+1
* rapidio/tsi721: replace flush_scheduled_work() with flush_work()Tetsuo Handa2022-11-181-1/+2
* lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2022-11-181-2/+2
* squashfs: allows users to configure the number of decompression threadsXiaoming Ni2022-11-184-10/+66
* squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni2022-11-189-32/+147
* initramfs: remove unnecessary (void*) conversionXU pengfei2022-11-181-1/+1
* nilfs2: fix shift-out-of-bounds due to too large exponent of block sizeRyusuke Konishi2022-11-181-4/+38
* nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset()Ryusuke Konishi2022-11-181-4/+27
* scripts: checkpatch: allow "case" macrosStanislaw Gruszka2022-11-181-0/+1
* proc: fixup uptime selftestAlexey Dobriyan2022-11-181-1/+2
* ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas2022-11-181-4/+0
* ia64/kprobes: remove orphan declarations from arch/ia64/include/asm/kprobes.hGaosheng Cui2022-11-181-2/+0
* ia64: replace IS_ERR() with IS_ERR_VALUE()ye xingchen2022-11-181-3/+3
* proc: give /proc/cmdline sizeAlexey Dobriyan2022-11-183-3/+11
* checkpatch: add warning for non-lore mailing list URLsBjorn Helgaas2022-11-181-0/+17
* proc: report open files as size in stat() for /proc/pid/fdIvan Babrou2022-11-182-0/+62
* minmax: clamp more efficiently by avoiding extra comparisonJason A. Donenfeld2022-11-181-1/+1
* minmax: sanity check constant bounds when clampingJason A. Donenfeld2022-11-181-2/+24
* ARM: kexec: make machine_crash_nonpanic_core() staticChen Lifu2022-11-181-1/+1
* kexec: replace crash_mem_range with rangeLi Chen2022-11-184-11/+8
* kexec: remove the unneeded result variableye xingchen2022-11-181-8/+2
* proc/vmcore: fix potential memory leak in vmcore_init()Jianglei Nie2022-11-181-0/+1
* ocfs2/dlm: use bitmap API instead of hand-writing itJoseph Qi2022-11-184-27/+24
* ocfs2: use bitmap API in fill_node_mapJoseph Qi2022-11-186-20/+16
* ocfs2/cluster: use bitmap API instead of hand-writing itJoseph Qi2022-11-182-11/+11
* panic: use str_enabled_disabled() helperAndy Shevchenko2022-11-181-2/+3
* llist: avoid extra memory read in llist_add_batchUros Bizjak2022-11-181-2/+2
* MAINTAINERS: git://github -> https://github.com for linux-test-projectPalmer Dabbelt2022-11-181-1/+1
* lib/oid_registry.c: remove redundant assignment to variable numColin Ian King2022-11-181-1/+0
* core_pattern: add CPU specifierOleksandr Natalenko2022-11-183-0/+7
* regset: make user_regset_copyin_ignore() *void*Sergey Shtylyov2022-11-151-8/+7
* sparc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-16/+16
* sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+4
* powerpc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-152-12/+13
* parisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-6/+9