index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
Guenter Roeck
1
-0
/
+1
2024-03-01
kunit: Add a macro to wrap a deferred action function
David Gow
2
-6
/
+5
2024-02-23
Revert "kobject: Remove redundant checks for whether ktype is NULL"
Greg Kroah-Hartman
1
-10
/
+14
2024-02-05
kunit: run test suites only after module initialization completes
Marco Pagani
2
-3
/
+15
2024-02-05
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
1
-0
/
+1
2024-02-05
ACPI: tables: Correct and clean up the logic of acpi_parse_entries_array()
Yuntao Wang
1
-21
/
+9
2024-02-05
debugobjects: Stop accessing objects after releasing hash bucket lock
Andrzej Hajda
1
-122
/
+78
2024-01-31
crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
Tianjia Zhang
1
-0
/
+3
2024-01-25
test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
Tiezhu Yang
1
-1
/
+1
2024-01-25
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
1
-5
/
+25
2024-01-25
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
1
-1
/
+3
2023-12-27
Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+11
2023-12-22
Merge tag 'printk-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-3
/
+8
2023-12-21
ida: Fix crash in ida_free when the bitmap is empty
Matthew Wilcox (Oracle)
2
-1
/
+41
2023-12-20
maple_tree: do not preallocate nodes for slot stores
Sidhartha Kumar
1
-0
/
+11
2023-12-15
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
1
-15
/
+0
2023-12-08
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-6
/
+16
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
6
-12
/
+62
2023-12-06
lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
Ming Lei
1
-6
/
+16
2023-12-06
lib/vsprintf: Fix %pfwf when current node refcount == 0
Herve Codina
1
-3
/
+8
2023-12-03
Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+17
2023-12-02
Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
2023-12-02
Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-2
/
+3
2023-12-01
Merge branch 'acpi-tables'
Rafael J. Wysocki
1
-1
/
+1
2023-12-01
lib: objpool: fix head overrun on RK3588 SBC
wuqiang.matt
1
-0
/
+17
2023-12-01
Merge tag 'linux_kselftest-kunit-fixes-6.7-rc4' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-3
/
+41
2023-11-26
Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+0
2023-11-25
parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
Helge Deller
1
-6
/
+0
2023-11-24
Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-11-24
closures: CLOSURE_CALLBACK() to fix type punning
Kent Overstreet
1
-2
/
+3
2023-11-22
ACPI: Fix ARM32 platforms compile issue introduced by fw_table changes
Dave Jiang
1
-1
/
+1
2023-11-18
iov_iter: fix copy_page_to_iter_nofault()
Omar Sandoval
1
-1
/
+1
2023-11-14
Merge tag 'zstd-linus-v6.7-rc2' of https://github.com/terrelln/linux
Linus Torvalds
1
-1
/
+1
2023-11-14
zstd: Fix array-index-out-of-bounds UBSAN warning
Nick Terrell
1
-1
/
+1
2023-11-14
kunit: test: Avoid cast warning when adding kfree() as an action
Richard Fitzgerald
1
-1
/
+1
2023-11-14
kunit: Reset suite counter right before running tests
Michal Wajdeczko
1
-2
/
+2
2023-11-14
kunit: Warn if tests are slow
Maxime Ripard
1
-0
/
+38
2023-11-10
lib: test_objpool: make global variables static
wuqiang.matt
1
-3
/
+3
2023-11-07
Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-2
/
+7
2023-11-04
Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
3
-0
/
+193
2023-11-03
Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2023-11-03
Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-15
/
+13
2023-11-03
Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-13
/
+12
2023-11-03
Merge tag 'bitmap-for-6.7' of https://github.com/norov/linux
Linus Torvalds
5
-684
/
+549
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+79
2023-11-02
lib/fw_table: Remove acpi_parse_entries_array() export
Dan Williams
1
-1
/
+0
2023-11-02
seq_buf: Export seq_buf_puts()
Christophe JAILLET
1
-0
/
+1
2023-11-02
seq_buf: Export seq_buf_putc()
Christophe JAILLET
1
-0
/
+1
2023-11-01
Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
10
-139
/
+728
[next]