summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan26-63/+64
2023-10-19fs: ocfs2: check status valuesArtem Chernyshev2-0/+12
2023-10-19proc: test /proc/${pid}/statmSwarup Laxman Kotiaklapudi1-5/+92
2023-10-19compiler.h: move __is_constexpr() to compiler.hDavid Laight4-16/+16
2023-10-19gcov: annotate struct gcov_iterator with __counted_byKees Cook1-1/+1
2023-10-19get_maintainer: add --keywords-in-file optionJoe Perches1-18/+20
2023-10-19proc: save LOC by using while loopAlexey Dobriyan1-7/+4
2023-10-19proc: use initializer for clearing some buffersAlexey Dobriyan2-18/+9
2023-10-19minmax: relax check to allow comparison between unsigned arguments and signed...David Laight1-7/+17
2023-10-19minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight1-2/+3
2023-10-19minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2023-10-19minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2023-10-19minmax: add umin(a, b) and umax(a, b)David Laight1-0/+17
2023-10-19kernel/signal: remove unnecessary NULL values from ucountsLi kunyu1-1/+1
2023-10-19ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook1-1/+1
2023-10-19kstrtox: remove strtobool()Christophe JAILLET1-5/+0
2023-10-19extract and use FILE_LINE macroAlexey Dobriyan4-8/+8
2023-10-04crash_core.c: remove unneeded functionsBaoquan He2-22/+0
2023-10-04riscv: kdump: use generic interface to simplify crashkernel reservationBaoquan He5-143/+27
2023-10-04arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He3-132/+21
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He3-137/+56
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He4-21/+24
2023-10-04crash_core: add generic function to do reservationBaoquan He2-1/+134
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He2-3/+39
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He14-17/+32
2023-10-04crash_core.c: remove unnecessary parameter of functionBaoquan He1-4/+4
2023-10-04fs: ocfs2: replace strlcpy with sysfs_emitAzeem Shaikh1-2/+1
2023-10-04minmax: fix header inclusionsAndy Shevchenko1-1/+2
2023-10-04pid: pid_ns_ctl_handler: remove useless commentRong Tao1-6/+0
2023-10-04minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko1-23/+3
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher13-46/+38
2023-10-04taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov1-3/+2
2023-10-04getrusage: use __for_each_thread()Oleg Nesterov1-3/+1
2023-10-04getrusage: add the "signal_struct *sig" local variableOleg Nesterov1-18/+19
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov1-3/+2
2023-10-04fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov1-3/+4
2023-10-04scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-52/+7
2023-10-04scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-128/+9
2023-10-04seq_file: add helper macro to define attribute for rw fileXingui Yang1-0/+15
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak1-9/+13
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov1-6/+11
2023-10-04kill task_struct->thread_groupOleg Nesterov4-6/+0
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov1-1/+2
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov1-3/+2
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov2-4/+13
2023-10-04ocfs2: correct range->len in ocfs2_trim_fs()Yuanheng Zhang1-1/+1
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers3-11/+1
2023-10-04docs: fix link s390/zfcpdump.rstCosta Shulyupin1-1/+1
2023-10-02Linux 6.6-rc4v6.6-rc4Linus Torvalds1-1/+1
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-15/+41