index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
hash.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-29
resource: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-29
kfifo: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
4
-0
/
+4
2024-06-29
scripts/gdb: rename pool_index to pool_index_plus_1
Kuan-Ying Lee
1
-2
/
+6
2024-06-29
scripts/gdb: change VA_BITS_MIN when we use 16K page
Kuan-Ying Lee
1
-1
/
+4
2024-06-29
scripts/gdb: set vabits_actual based on TCR_EL1
Kuan-Ying Lee
1
-1
/
+3
2024-06-29
scripts/gdb: change the layout of vmemmap
Kuan-Ying Lee
1
-4
/
+4
2024-06-29
scripts/gdb: rework module VA range
Kuan-Ying Lee
1
-1
/
+1
2024-06-29
scripts/gdb: redefine MAX_ORDER sanely
Kuan-Ying Lee
1
-2
/
+2
2024-06-29
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
Jesse Brandeburg
10
-10
/
+13
2024-06-29
selftests: proc: remove unreached code and fix build warning
Amer Al Shanawany
1
-3
/
+0
2024-06-29
tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define
Sidhartha Kumar
1
-0
/
+1
2024-06-25
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
Jeff Johnson
20
-2
/
+22
2024-06-25
lib/dump_stack: report process UID in dump_stack_print_info()
Suren Baghdasaryan
1
-2
/
+4
2024-06-25
tools/testing/radix-tree: add missing MODULE_DESCRIPTION definition
Sidhartha Kumar
2
-0
/
+2
2024-06-25
ocfs2: constify struct ocfs2_stack_operations
Christophe JAILLET
3
-3
/
+3
2024-06-25
ocfs2: constify struct ocfs2_lock_res_ops
Christophe JAILLET
2
-15
/
+15
2024-06-25
lib/plist.c: avoid worst case scenario in plist_add
I Hsin Cheng
1
-1
/
+37
2024-06-25
hung_task: ignore hung_task_warnings when hung_task_panic is enabled
Yongliang Gao
1
-1
/
+1
2024-06-25
checkpatch: check for missing Fixes tags
Dan Carpenter
1
-0
/
+24
2024-06-25
checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored
Wolfram Sang
1
-1
/
+1
2024-06-25
nilfs2: do not call inode_attach_wb() directly
Ryusuke Konishi
1
-2
/
+2
2024-06-25
nilfs2: prepare backing device folios for writing after adding checksums
Ryusuke Konishi
1
-33
/
+52
2024-06-25
proc: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-06-25
most: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2
-8
/
+8
2024-06-25
fsi: occ: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-9
/
+8
2024-06-25
crash: remove header files which are included more than once
Wenchao Hao
1
-1
/
+0
2024-06-25
proc: test "Kthread:" field
Alexey Dobriyan
4
-0
/
+94
2024-06-25
lib/Kconfig.debug: document panic= command line option and procfs entry for P...
Brian Masney
1
-1
/
+3
2024-06-25
lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-25
lib/test_kmod: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-25
siphash: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-25
uuid: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-25
kunit: add missing MODULE_DESCRIPTION() macros to lib/*.c
Jeff Johnson
6
-0
/
+6
2024-06-25
lib/asn1_encoder: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-25
KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.ko
Jeff Johnson
2
-0
/
+2
2024-06-25
kunit/fortify: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-25
kernel/panic: add verbose logging of kernel taints in backtraces
Jani Nikula
3
-14
/
+42
2024-06-25
kernel/panic: initialize taint_flags[] using a macro
Jani Nikula
1
-19
/
+27
2024-06-25
kernel/panic: convert print_tainted() to use struct seq_buf internally
Jani Nikula
1
-14
/
+24
2024-06-25
kernel/panic: return early from print_tainted() when not tainted
Jani Nikula
1
-12
/
+13
2024-06-25
lib/ts: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-25
tools/lib/list_sort: remove redundant code for cond_resched handling
Kuan-Wei Chiu
1
-10
/
+0
2024-06-25
lib/plist.c: enforce memory ordering in plist_check_list
I Hsin Cheng
1
-2
/
+2
2024-06-25
selftests: introduce additional eventfd test coverage
Wen Yang
1
-5
/
+131
2024-06-25
percpu_counter: add a cmpxchg-based _add_batch variant
Mateusz Guzik
1
-5
/
+39
2024-06-25
selftests/mqueue: fix 5 warnings about signed/unsigned mismatches
John Hubbard
1
-2
/
+4
2024-06-25
lib/test_sort: add a testcase to ensure code coverage
Kuan-Wei Chiu
1
-1
/
+13
2024-06-25
lib/sort: optimize heapsort for handling final 2 or 3 elements
Kuan-Wei Chiu
1
-4
/
+6
2024-06-25
lib/sort: fix outdated comment regarding glibc qsort()
Kuan-Wei Chiu
1
-1
/
+1
2024-06-25
lib/sort: remove unused pr_fmt macro
Kuan-Wei Chiu
1
-2
/
+0
[next]