summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-18ocfs2: fix a typo in a commentYuanheng Zhang
2023-10-18scripts/show_delta: add __main__ judgement before main codeHu Haowen
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18fs: ocfs2: check status valuesArtem Chernyshev
2023-10-18proc: test /proc/${pid}/statmSwarup Laxman Kotiaklapudi
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight
2023-10-18gcov: annotate struct gcov_iterator with __counted_byKees Cook
2023-10-18get_maintainer: add --keywords-in-file optionJoe Perches
2023-10-18proc: save LOC by using while loopAlexey Dobriyan
2023-10-18proc: use initializer for clearing some buffersAlexey Dobriyan
2023-10-18minmax: relax check to allow comparison between unsigned arguments and signed...David Laight
2023-10-18minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight
2023-10-18minmax: fix indentation of __cmp_once() and __clamp_once()David Laight
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu
2023-10-18ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook
2023-10-18kstrtox: remove strtobool()Christophe JAILLET
2023-10-18extract and use FILE_LINE macroAlexey Dobriyan
2023-10-04crash_core.c: remove unneeded functionsBaoquan He
2023-10-04riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He
2023-10-04arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He
2023-10-04crash_core: add generic function to do reservationBaoquan He
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-10-04crash_core.c: remove unnecessary parameter of functionBaoquan He
2023-10-04fs: ocfs2: replace strlcpy with sysfs_emitAzeem Shaikh
2023-10-04minmax: fix header inclusionsAndy Shevchenko
2023-10-04pid: pid_ns_ctl_handler: remove useless commentRong Tao
2023-10-04minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov
2023-10-04getrusage: use __for_each_thread()Oleg Nesterov
2023-10-04getrusage: add the "signal_struct *sig" local variableOleg Nesterov
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov
2023-10-04fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov
2023-10-04scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang
2023-10-04scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang
2023-10-04seq_file: add helper macro to define attribute for rw fileXingui Yang
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov
2023-10-04kill task_struct->thread_groupOleg Nesterov
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov
2023-10-04ocfs2: correct range->len in ocfs2_trim_fs()Yuanheng Zhang
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers
2023-10-04docs: fix link s390/zfcpdump.rstCosta Shulyupin