aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight1-0/+17
2023-10-18kernel/signal: remove unnecessary NULL values from ucountsLi kunyu1-1/+1
2023-10-18ocfs2: annotate struct ocfs2_replay_map with __counted_byKees Cook1-1/+1
2023-10-18kstrtox: remove strtobool()Christophe JAILLET1-5/+0
2023-10-18extract 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-01Linux 6.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
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds38-169/+455
2023-10-01Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-212/+102
2023-10-01Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-4/+5
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+26
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+17
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1