summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-01scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer
2023-11-01scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger
2023-11-01.mailmap: add address mapping for Tomeu VizosoBagas Sanjaya
2023-11-01mailmap: update email address for Claudiu BezneaClaudiu Beznea
2023-11-01tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissionsItaru Kitayama
2023-11-01.mailmap: map Benjamin Poirier's addressBagas Sanjaya
2023-11-01scripts/gdb: add lx_current support for riscvDeepak Gupta
2023-11-01ocfs2: fix a spelling typo in commentKunwu Chan
2023-11-01proc: test ProtectionKey in proc-empty-vm testSwarup Laxman Kotiaklapudi
2023-11-01proc: fix proc-empty-vm test with vsyscallAlexey Dobriyan
2023-11-01fs/proc/base.c: remove unneeded semicolonYang Li
2023-11-01do_io_accounting: use sig->stats_lockOleg Nesterov
2023-11-01do_io_accounting: use __for_each_thread()Oleg Nesterov
2023-11-01ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()Jia Rui
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