summaryrefslogtreecommitdiffstats
path: root/samples/kdb (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-25tools/testing/radix-tree: add missing MODULE_DESCRIPTION definitionSidhartha Kumar2-0/+2
2024-06-25ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET3-3/+3
2024-06-25ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET2-15/+15
2024-06-25lib/plist.c: avoid worst case scenario in plist_addI Hsin Cheng1-1/+37
2024-06-25hung_task: ignore hung_task_warnings when hung_task_panic is enabledYongliang Gao1-1/+1
2024-06-25checkpatch: check for missing Fixes tagsDan Carpenter1-0/+24
2024-06-25checkpatch: really skip LONG_LINE_* when LONG_LINE is ignoredWolfram Sang1-1/+1
2024-06-25nilfs2: do not call inode_attach_wb() directlyRyusuke Konishi1-2/+2
2024-06-25nilfs2: prepare backing device folios for writing after adding checksumsRyusuke Konishi1-33/+52
2024-06-25proc: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-06-25most: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2-8/+8
2024-06-25fsi: occ: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-9/+8
2024-06-25crash: remove header files which are included more than onceWenchao Hao1-1/+0
2024-06-25proc: test "Kthread:" fieldAlexey Dobriyan4-0/+94
2024-06-25lib/Kconfig.debug: document panic= command line option and procfs entry for P...Brian Masney1-1/+3
2024-06-25lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-25lib/test_kmod: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-25siphash: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-25uuid: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-25kunit: add missing MODULE_DESCRIPTION() macros to lib/*.cJeff Johnson6-0/+6
2024-06-25lib/asn1_encoder: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-25KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.koJeff Johnson2-0/+2
2024-06-25kunit/fortify: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-25kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula3-14/+42
2024-06-25kernel/panic: initialize taint_flags[] using a macroJani Nikula1-19/+27
2024-06-25kernel/panic: convert print_tainted() to use struct seq_buf internallyJani Nikula1-14/+24
2024-06-25kernel/panic: return early from print_tainted() when not taintedJani Nikula1-12/+13
2024-06-25lib/ts: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-25tools/lib/list_sort: remove redundant code for cond_resched handlingKuan-Wei Chiu1-10/+0
2024-06-25lib/plist.c: enforce memory ordering in plist_check_listI Hsin Cheng1-2/+2
2024-06-25selftests: introduce additional eventfd test coverageWen Yang1-5/+131
2024-06-25percpu_counter: add a cmpxchg-based _add_batch variantMateusz Guzik1-5/+39
2024-06-25selftests/mqueue: fix 5 warnings about signed/unsigned mismatchesJohn Hubbard1-2/+4
2024-06-25lib/test_sort: add a testcase to ensure code coverageKuan-Wei Chiu1-1/+13
2024-06-25lib/sort: optimize heapsort for handling final 2 or 3 elementsKuan-Wei Chiu1-4/+6
2024-06-25lib/sort: fix outdated comment regarding glibc qsort()Kuan-Wei Chiu1-1/+1
2024-06-25lib/sort: remove unused pr_fmt macroKuan-Wei Chiu1-2/+0
2024-06-25cpumask: make core headers including cpumask_types.h where possibleYury Norov10-10/+10
2024-06-25cpumask: cleanup core headers inclusionYury Norov10-10/+0
2024-06-25sched: drop sched.h dependency on cpumaskYury Norov1-2/+3
2024-06-25cpumask: split out include/linux/cpumask_types.hYury Norov3-55/+68
2024-06-25sched: avoid using ilog2() in sched.hYury Norov1-1/+1
2024-06-25MAINTAINERS: add linux/nodemask_types.h to BITMAP APIYury Norov1-0/+1
2024-06-25scripts/decode_stacktrace.sh: better support to ARM32 module stack traceXiong Nandi1-0/+3
2024-06-25scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIXXiong Nandi1-1/+2
2024-06-25bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu5-155/+90
2024-06-25bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu11-217/+263
2024-06-25lib/test_min_heap: add test for heap_del()Kuan-Wei Chiu1-0/+36
2024-06-25lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu1-8/+1
2024-06-25lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu3-9/+9