index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ts_kmp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
tools: fix -Wunused-result in linux.c
Shuah Khan
1
-5
/
+9
2024-11-06
lib/crc16_kunit.c: add KUnit tests for crc16
Vinicius Peixoto
3
-0
/
+165
2024-11-06
scatterlist: fix a typo
Sui Jingfeng
1
-1
/
+1
2024-11-06
reboot: move reboot_notifier_list to kernel/reboot.c
Thomas Weißschuh
3
-10
/
+7
2024-11-06
resource: correct reallocate_resource() documentation
Ilpo Järvinen
1
-1
/
+1
2024-11-06
list: test: check the size of every lists for list_cut_position*()
I Hsin Cheng
1
-0
/
+4
2024-11-06
lib/Kconfig.debug: move int_pow test option to runtime testing section
Kuan-Wei Chiu
1
-16
/
+16
2024-11-06
drm: replace strcpy() with strscpy()
Yafang Shao
2
-4
/
+4
2024-11-06
mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
Yafang Shao
1
-42
/
+27
2024-11-06
mm/util: fix possible race condition in kstrdup()
Yafang Shao
1
-1
/
+8
2024-11-06
bpftool: ensure task comm is always NUL-terminated
Yafang Shao
1
-0
/
+2
2024-11-06
security: replace memcpy() with get_task_comm()
Yafang Shao
2
-3
/
+3
2024-11-06
auditsc: replace memcpy() with strscpy()
Yafang Shao
1
-3
/
+3
2024-11-06
get rid of __get_task_comm()
Yafang Shao
4
-18
/
+24
2024-11-06
ipc/msg: replace one-element array with flexible array member
Thorsten Blum
1
-1
/
+1
2024-11-06
scripts/spelling.txt: add more spellings corrections
Yu Jiaoliang
1
-0
/
+31
2024-11-06
resource: introduce is_type_match() helper and use it
Andy Shevchenko
1
-13
/
+10
2024-11-06
resource: replace open coded resource_intersection()
Andy Shevchenko
1
-9
/
+6
2024-11-06
kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...
Tio Zhang
1
-1
/
+2
2024-11-06
kexec/crash: no crash update when kexec in progress
Sourabh Jain
1
-2
/
+4
2024-11-06
ocfs2: fix typo in comment
Mohammed Anees
1
-1
/
+1
2024-11-06
ocfs2: remove unused declaration in header file
Zhang Zekun
1
-1
/
+0
2024-11-04
Linux 6.12-rc6
v6.12-rc6
Linus Torvalds
1
-1
/
+1
2024-11-03
mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()
Yu Zhao
3
-47
/
+55
2024-11-03
mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats
Yu Zhao
2
-11
/
+5
2024-11-03
modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host
Masahiro Yamada
1
-1
/
+1
2024-11-03
modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness
Masahiro Yamada
1
-5
/
+5
2024-11-03
Input: fix regression when re-registering input handlers
Dmitry Torokhov
2
-62
/
+82
2024-11-01
mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes
Vlastimil Babka
1
-1
/
+2
2024-11-01
mm: shrinker: avoid memleak in alloc_shrinker_info
Chen Ridong
1
-3
/
+5
2024-11-01
.mailmap: update e-mail address for Eugen Hristev
Eugen Hristev
1
-1
/
+2
2024-11-01
vmscan,migrate: fix page count imbalance on node stats when demoting pages
Gregory Price
1
-1
/
+1
2024-11-01
mailmap: update Jarkko's email addresses
Jarkko Sakkinen
1
-1
/
+1
2024-10-31
gpiolib: fix debugfs dangling chip separator
Johan Hovold
1
-1
/
+1
2024-10-31
gpiolib: fix debugfs newline separators
Johan Hovold
1
-0
/
+2
2024-10-31
btrfs: fix defrag not merging contiguous extents due to merged extent maps
Filipe Manana
1
-5
/
+5
2024-10-31
btrfs: fix extent map merging not happening for adjacent extents
Filipe Manana
1
-1
/
+6
2024-10-31
bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled
Toke Høiland-Jørgensen
1
-0
/
+1
2024-10-31
io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
Jens Axboe
1
-2
/
+21
2024-10-31
drm/xe: Don't short circuit TDR on jobs not started
Matthew Brost
1
-6
/
+12
2024-10-31
drm/xe: Add mmio read before GGTT invalidate
Matthew Brost
1
-0
/
+10
2024-10-31
gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() call
Andy Shevchenko
1
-1
/
+3
2024-10-31
kconfig: show sub-menu entries even if the prompt is hidden
Masahiro Yamada
1
-1
/
+12
2024-10-31
kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile
Masahiro Yamada
1
-0
/
+1
2024-10-31
kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile
Masahiro Yamada
3
-6
/
+11
2024-10-31
kbuild: rpm-pkg: disable kernel-devel package when cross-compiling
Masahiro Yamada
1
-1
/
+6
2024-10-31
gpio: fix uninit-value in swnode_find_gpio
Suraj Sonawane
1
-1
/
+1
2024-10-31
net: hns3: fix kernel crash when 1588 is sent on HIP08 devices
Jie Wang
1
-0
/
+3
2024-10-31
net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue
Hao Lan
2
-8
/
+10
2024-10-31
net: hns3: initialize reset_timer before hclgevf_misc_irq_init()
Jian Shen
1
-1
/
+1
[next]