..
842
lib: 842: Improve error handling in sw842_compress()
2025-02-09 18:08:11 +08:00
crypto
crypto: lib/Kconfig - hide library options
2025-03-21 17:33:39 +08:00
dim
dim: pass dim_sample to net_dim() by reference
2024-11-03 12:36:54 -08:00
fonts
drm/log: select CONFIG_FONT_SUPPORT
2024-12-12 18:26:32 +01:00
kunit
linux_kselftest-kunit-6.14-rc1
2025-01-22 12:32:39 -08:00
lz4
include/linux/lz4.h: add some missing macros
2025-01-24 22:47:28 -08:00
lzo
crypto: lzo - Fix compression buffer overrun
2025-03-08 16:23:22 +08:00
math
lib/prime_numbers: convert self-test to KUnit
2025-02-12 14:00:11 -08:00
pldmfw
pldmfw: enable selected component update
2025-01-16 13:04:41 -08:00
raid6
s390/vx: Convert cpu_has_vx() to cpu feature function
2025-03-04 17:18:07 +01:00
reed_solomon
treewide: use get_random_u32_below() instead of deprecated function
2022-11-18 02:15:15 +01:00
test_fortify
fortify: use if_changed_dep to record header dependency in *.cmd files
2024-08-15 09:26:02 -07:00
tests
Modules changes for 6.15-rc1
2025-03-30 15:44:36 -07:00
vdso
mseal sysmap: generic vdso vvar mapping
2025-04-01 15:17:15 -07:00
xz
move asm/unaligned.h to linux/unaligned.h
2024-10-02 17:23:23 -04:00
zlib_deflate
lib/zlib: drop EQUAL macro
2025-03-16 22:30:49 -07:00
zlib_dfltcc
lib/zlib: unpoison DFLTCC output buffers
2024-07-03 19:30:23 -07:00
zlib_inflate
lib/zlib: Split deflate and inflate states for DFLTCC
2023-02-02 22:50:09 -08:00
zstd
Update zstd to the latest upstream release v1.5.7. Imported cleanly from the
2025-03-26 21:35:28 -07:00
.gitignore
fortify: refactor test_fortify Makefile to fix some build problems
2024-08-15 09:26:02 -07:00
alloc_tag.c
mm: avoid extra mem_alloc_profiling_enabled() checks
2025-03-16 22:06:03 -07:00
argv_split.c
argv_split: fix kernel-doc warnings
2023-09-19 13:21:33 -07:00
ashldi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
2019-05-24 17:39:02 +02:00
ashrdi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
2019-05-24 17:39:02 +02:00
asn1_decoder.c
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
2020-11-18 14:15:17 -06:00
asn1_encoder.c
lib/asn1_encoder: add missing MODULE_DESCRIPTION() macro
2024-06-24 22:25:06 -07:00
assoc_array.c
assoc_array: fix the return value in assoc_array_insert_mid_shortcut()
2024-03-12 13:09:23 -07:00
atomic64.c
atomic64: Use arch_spin_locks instead of raw_spin_locks
2025-01-22 15:07:01 -05:00
atomic64_test.c
x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8
2025-02-28 11:42:34 +01:00
audit.c
audit: add support for the openat2 syscall
2021-10-01 16:52:48 -04:00
base64.c
lib/base64: RFC4648-compliant base64 encoding
2022-08-02 17:14:47 -06:00
bcd.c
lib/bcd: optimize _bin2bcd() for improved performance
2024-09-01 20:43:33 -07:00
bch.c
lib/bch.c: use swap() to improve code
2024-07-12 16:39:53 -07:00
bitmap-str.c
lib/bitmap: split-out string-related operations to a separate files
2023-10-14 20:25:22 -07:00
bitmap.c
cpumask: add cpumask_weight_andnot()
2024-02-01 13:06:40 +01:00
bitrev.c
treewide: Add SPDX license identifier for more missed files
2019-05-21 10:50:45 +02:00
bootconfig-data.S
bootconfig: Support embedding a bootconfig file in kernel
2022-04-26 17:58:51 -04:00
bootconfig.c
bootconfig: Remove duplicate included header file linux/bootconfig.h
2024-07-12 08:55:02 +09:00
bsearch.c
lib/bsearch: Provide __always_inline variant
2020-06-11 15:14:53 +02:00
btree.c
minmax: make generic MIN() and MAX() macros available everywhere
2024-07-28 15:49:18 -07:00
bucket_locks.c
ila: make lockdep happy again
2018-08-16 12:14:42 -07:00
bug.c
bug: Use RCU instead RCU-sched to protect module_bug_list.
2025-03-10 11:54:46 +01:00
build_OID_registry
lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 compat
2024-07-06 11:39:51 -07:00
buildid.c
lib/buildid: Handle memfd_secret() files in build_id_parse()
2024-10-17 21:30:32 +02:00
bust_spinlocks.c
kernel/panic: Drop unblank_screen call
2022-09-01 16:55:35 +02:00
check_signature.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
checksum.c
net: checksum: Move from32to16() to generic header
2024-10-30 15:29:59 +01:00
closure.c
closures: use seq_putc() in debug_show()
2024-09-01 20:43:29 -07:00
clz_ctz.c
lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels
2023-08-25 13:22:10 -07:00
clz_tab.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
cmdline.c
lib/cmdline: avoid page fault in next_arg
2022-09-11 21:55:06 -07:00
cmpdi2.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
2019-05-24 17:39:02 +02:00
cmpxchg-emu.c
lib: Add one-byte emulation function
2024-04-09 22:06:00 -07:00
codetag.c
alloc_tag: support for page allocation tag compression
2024-11-07 14:25:16 -08:00
compat_audit.c
audit: add support for the openat2 syscall
2021-10-01 16:52:48 -04:00
cpu_rmap.c
net: move aRFS rmap management and CPU affinity to core
2025-02-26 19:51:37 -08:00
cpumask.c
cpumask: drop cpumask_next_wrap_old()
2025-02-24 16:37:23 -05:00
crc-ccitt.c
lib: crc_ccitt_false() is identical to crc_itu_t()
2023-12-29 12:22:26 -08:00
crc-itu-t.c
crc-itu-t: fix typo in CRC ITU-T polynomial comment
2022-06-07 10:27:38 +02:00
crc-t10dif.c
lib/crc-t10dif: stop wrapping the crypto API
2024-12-01 17:23:13 -08:00
crc4.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
2019-06-19 17:09:06 +02:00
crc7.c
lib/crc7: unexport crc7_be_syndrome_table
2025-03-10 09:29:29 -07:00
crc8.c
lib: crc8: pointer to data block should be const
2021-05-06 19:24:12 -07:00
crc16.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
2019-06-19 17:09:06 +02:00
crc32.c
lib/crc32: remove "_le" from crc32c base and arch functions
2025-02-08 20:06:30 -08:00
crc64.c
lib/crc64: add support for arch-optimized implementations
2025-02-08 20:06:28 -08:00
ctype.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
debug_info.c
isystem: ship and use stdarg.h
2021-08-19 09:02:55 +09:00
debug_locks.c
locking/lockdep: Improve noinstr vs errors
2021-06-22 13:56:43 +02:00
debugobjects.c
debugobjects: Track object usage to avoid premature freeing of objects
2024-10-15 17:30:33 +02:00
dec_and_lock.c
perf: Fix perf_event_pmu_context serialization
2023-01-31 20:37:18 +01:00
decompress.c
lib: Add zstd support to decompress
2020-07-31 11:49:08 +02:00
decompress_bunzip2.c
decompress_bunzip2: fix rare decompression failure
2024-07-26 14:33:09 -07:00
decompress_inflate.c
decompressor: provide missing prototypes
2023-06-09 17:44:17 -07:00
decompress_unlz4.c
move asm/unaligned.h to linux/unaligned.h
2024-10-02 17:23:23 -04:00
decompress_unlzma.c
minmax: make generic MIN() and MAX() macros available everywhere
2024-07-28 15:49:18 -07:00
decompress_unlzo.c
move asm/unaligned.h to linux/unaligned.h
2024-10-02 17:23:23 -04:00
decompress_unxz.c
xz: remove XZ_EXTERN and extern from functions
2024-09-01 20:43:27 -07:00
decompress_unzstd.c
decompressor: provide missing prototypes
2023-06-09 17:44:17 -07:00
devmem_is_allowed.c
lib: devmem_is_allowed: include linux/io.h
2023-06-09 17:44:15 -07:00
devres.c
lib: devres: Simplify API devm_ioport_unmap() implementation
2024-10-14 08:21:09 +02:00
dhry.h
lib: add Dhrystone benchmark test
2023-02-02 22:50:01 -08:00
dhry_1.c
lib: dhry: use ktime_ms_delta() helper
2024-02-22 15:38:52 -08:00
dhry_2.c
lib: add Dhrystone benchmark test
2023-02-02 22:50:01 -08:00
dhry_run.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
digsig.c
crypto: sha - split sha.h into sha1.h and sha2.h
2020-11-20 14:45:33 +11:00
dump_stack.c
lib/dump_stack: Use preempt_model_str()
2025-03-17 11:23:39 +01:00
dynamic_debug.c
dyndbg: use seq_putc() in ddebug_proc_show()
2024-09-01 20:43:29 -07:00
dynamic_queue_limits.c
dql: Fix dql->limit value when reset.
2025-03-25 06:26:55 -07:00
earlycpio.c
lib: move from strlcpy with unused retval to strscpy
2022-09-11 21:55:10 -07:00
errname.c
parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
2023-11-25 09:43:18 +01:00
error-inject.c
lib: error-inject: remove error checking for debugfs_create_dir()
2023-08-18 10:18:55 -07:00
errseq.c
kernel.h: split out mathematical helpers
2020-12-15 22:46:15 -08:00
extable.c
sparc32: switch to generic extables
2021-01-03 20:05:18 -05:00
fault-inject-usercopy.c
lib, include/linux: add usercopy failure capability
2020-10-16 11:11:22 -07:00
fault-inject.c
fault-inject: use prandom where cryptographically secure randomness is not needed
2025-01-12 20:21:00 -08:00
fdt.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
2012-07-23 13:54:52 +01:00
fdt_addresses.c
libfdt: include fdt_addresses.c
2020-01-08 16:59:19 +00:00
fdt_empty_tree.c
lib: add fdt_empty_tree.c
2014-04-30 19:49:37 +01:00
fdt_ro.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
2012-07-23 13:54:52 +01:00
fdt_rw.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
2012-07-23 13:54:52 +01:00
fdt_strerror.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
2012-07-23 13:54:52 +01:00
fdt_sw.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
2012-07-23 13:54:52 +01:00
fdt_wip.c
of/lib: Allow scripts/dtc/libfdt to be used from kernel code
2012-07-23 13:54:52 +01:00
find_bit.c
bitmap patches for 6.10
2024-05-21 15:29:01 -07:00
find_bit_benchmark.c
lib: bitmap: add missing MODULE_DESCRIPTION() macros
2024-06-18 10:40:52 -07:00
flex_proportions.c
flex_proportions: remove unused fprop_local_single
2024-02-22 15:38:52 -08:00
fw_table.c
lib/firmware_table: Provide buffer length argument to cdat_table_parse()
2024-03-13 00:03:21 -07:00
gen_crc32table.c
lib/crc32: remove other generic implementations
2025-01-29 09:10:35 -08:00
gen_crc64table.c
lib/crc64: rename CRC64-Rocksoft to CRC64-NVME
2025-02-08 20:06:24 -08:00
genalloc.c
Devicetree include cleanups for v6.6:
2023-08-30 17:04:28 -07:00
generic-radix-tree.c
lib/generic-radix-tree.c: add preallocation
2024-09-09 09:41:47 -04:00
glob.c
lib: glob.c: added null check for character class
2024-09-09 16:47:41 -07:00
globtest.c
lib: add module support to glob tests
2017-02-24 17:46:57 -08:00
group_cpus.c
lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly
2023-12-06 16:12:46 -08:00
hexdump.c
move asm/unaligned.h to linux/unaligned.h
2024-10-02 17:23:23 -04:00
hweight.c
x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHT
2019-05-13 11:07:33 +02:00
idr.c
ida: Add ida_find_first_range()
2025-03-25 10:18:31 -03:00
inflate.c
lib/inflate.c: remove dead code
2025-01-12 20:21:15 -08:00
interval_tree.c
lib/interval_tree: fix the comment of interval_tree_span_iter_next_gap()
2025-03-17 12:17:01 -07:00
interval_tree_test.c
lib/interval_tree: add test case for span iteration
2025-03-17 12:17:01 -07:00
iomap.c
asm-generic/io.h: rework split ioread64/iowrite64 helpers
2025-03-01 21:00:22 +01:00
iomap_copy.c
s390: Stop using weak symbols for __iowrite64_copy()
2024-04-22 17:11:20 -03:00
iomem_copy.c
lib/iomem_copy: fix kerneldoc format style
2024-10-29 07:14:29 +00:00
iommu-helper.c
iommu-helper: mark iommu_is_span_boundary as inline
2018-05-09 06:55:44 +02:00
iov_iter.c
mm: decline to manipulate the refcount on a slab page
2025-03-16 17:40:26 -07:00
irq_poll.c
softirq: Remove unused 'action' parameter from action callback
2024-08-20 17:13:40 +02:00
irq_regs.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
2019-05-30 11:26:32 -07:00
is_single_threaded.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
2019-05-24 17:27:11 +02:00
kasprintf.c
isystem: ship and use stdarg.h
2021-08-19 09:02:55 +09:00
Kconfig
lib/crc: remove CONFIG_LIBCRC32C
2025-04-04 11:31:42 -07:00
Kconfig.debug
Kbuild updates for v6.15
2025-04-05 15:46:50 -07:00
Kconfig.kasan
kasan: delete CONFIG_KASAN_MODULE_TEST
2024-11-11 00:26:44 -08:00
Kconfig.kcsan
Kernel concurrency sanitizer (KCSAN) updates for v6.3
2023-02-25 13:02:20 -08:00
Kconfig.kfence
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
2023-12-05 11:14:40 +01:00
Kconfig.kgdb
Documentation: move dev-tools debugging files to process/debugging/
2024-12-17 13:46:53 -07:00
Kconfig.kmsan
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
2023-12-05 11:14:40 +01:00
Kconfig.ubsan
ubsan/overflow: Enable ignorelist parsing and add type filter
2025-03-07 19:58:05 -08:00
kfifo.c
TTY/Serial changes for 6.10-rc1
2024-05-22 11:53:02 -07:00
klist.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
2019-06-19 17:09:08 +02:00
kobject.c
kobject: Remove unused functions
2025-01-14 19:45:35 +01:00
kobject_uevent.c
kobject_uevent: Fix OOB access within zap_modalias_env()
2024-06-12 13:24:05 +02:00
kstrtox.c
kstrtox: consistently use _tolower()
2023-08-21 13:46:25 -07:00
kstrtox.h
lib: vsprintf: Fix handling of number field widths in vsscanf
2021-05-19 15:05:11 +02:00
linear_ranges.c
lib: add linear range get selector within
2021-08-13 18:37:38 +02:00
list_debug.c
lib/list_debug.c: add object information in case of invalid object
2025-01-25 20:22:23 -08:00
list_sort.c
lib/list_sort: clarify comparison function requirements in list_sort()
2025-01-24 22:47:23 -08:00
llist.c
llist: add llist_del_first_this()
2023-10-16 12:44:06 -04:00
locking-selftest-hardirq.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-mutex.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-rlock-hardirq.h
[PATCH] lockdep: locking API self tests
2006-07-03 15:27:03 -07:00
locking-selftest-rlock-softirq.h
[PATCH] lockdep: locking API self tests
2006-07-03 15:27:03 -07:00
locking-selftest-rlock.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-rsem.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-rtmutex.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-softirq.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-spin-hardirq.h
[PATCH] lockdep: locking API self tests
2006-07-03 15:27:03 -07:00
locking-selftest-spin-softirq.h
[PATCH] lockdep: locking API self tests
2006-07-03 15:27:03 -07:00
locking-selftest-spin.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-wlock-hardirq.h
[PATCH] lockdep: locking API self tests
2006-07-03 15:27:03 -07:00
locking-selftest-wlock-softirq.h
[PATCH] lockdep: locking API self tests
2006-07-03 15:27:03 -07:00
locking-selftest-wlock.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest-wsem.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
locking-selftest.c
locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest warnings
2024-12-02 12:16:57 +01:00
lockref.c
lockref: use bool for false/true returns
2025-01-16 11:48:11 +01:00
logic_iomem.c
lib/logic_iomem: correct fallback config references
2022-03-11 10:42:56 +01:00
logic_pio.c
logic_pio: Constify fwnode_handle
2024-10-14 16:33:24 -05:00
lru_cache.c
lib/lru_cache: fix spelling mistake "colision"->"collision"
2024-09-01 20:43:29 -07:00
lshrdi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
2019-05-24 17:39:02 +02:00
lwq.c
lib: add light-weight queuing mechanism.
2023-10-16 12:44:06 -04:00
Makefile
Networking changes for 6.15.
2025-03-26 21:48:21 -07:00
maple_tree.c
maple_tree: remove a BUG_ON() in mas_alloc_nodes()
2025-03-16 22:06:15 -07:00
memcat_p.c
lib: Fix ia64 bootloader linkage
2018-10-16 13:45:44 +02:00
memory-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
2019-05-21 10:50:45 +02:00
memregion.c
lib/memregion.c: include memregion.h
2020-09-26 10:33:57 -07:00
memweight.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
min_heap.c
lib min_heap: use size_t for array size and index variables
2025-03-16 23:24:14 -07:00
muldi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
2019-05-24 17:39:02 +02:00
net_utils.c
net, treewide: define and use MAC_ADDR_STR_LEN
2025-03-19 19:17:58 +01:00
netdev-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
2019-05-21 10:50:45 +02:00
nlattr.c
netlink: add nla be16/32 types to minlen array
2024-02-22 19:01:55 -08:00
nmi_backtrace.c
nmi_backtrace: allow excluding an arbitrary CPU
2023-08-18 10:19:00 -07:00
notifier-error-inject.c
lib: remove error checking for debugfs_create_dir()
2023-08-18 10:18:55 -07:00
notifier-error-inject.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-02 11:10:55 +01:00
objagg.c
mlxsw: spectrum_acl_erp: Fix object nesting warning
2024-06-10 11:14:52 +01:00
objpool.c
objpool: fix to make percpu slot allocation more robust
2024-11-07 14:14:58 -08:00
of-reconfig-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
2019-05-21 10:50:45 +02:00
oid_registry.c
lib/oid_registry.c: remove redundant assignment to variable num
2022-11-18 13:55:06 -08:00
once.c
once: rename _SLOW to _SLEEPABLE
2022-10-03 17:34:32 -07:00
packing.c
lib: packing: add pack_fields() and unpack_fields()
2024-12-11 20:13:00 -08:00
packing_test.c
lib: packing: add pack_fields() and unpack_fields()
2024-12-11 20:13:00 -08:00
parman.c
lib: remove "expecting prototype" kernel-doc warnings
2021-04-16 16:10:37 -07:00
parser.c
Documentation: core-api: add generic parser docbook
2024-12-11 09:07:40 -07:00
percpu-refcount.c
percpu-refcount: Use call_rcu_hurry() for atomic switch
2022-11-30 13:16:40 -08:00
percpu_counter.c
lib/percpu_counter: add missing __percpu qualifier to a cast
2024-09-01 20:43:34 -07:00
percpu_test.c
percpu: add a test case for the specific 64-bit value addition
2024-11-06 20:11:14 -08:00
plist.c
lib/plist.c: add shortcut for plist_requeue()
2025-03-16 22:30:47 -07:00
pm-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
2019-05-21 10:50:45 +02:00
polynomial.c
lib: add generic polynomial calculation
2022-05-22 11:32:30 -07:00
radix-tree.c
radix tree: remove unused variable
2023-08-21 13:07:22 -07:00
radix-tree.h
radix-tree: move declarations to header
2023-06-12 11:31:50 -07:00
random32.c
Random number generator updates for Linux 6.13-rc1.
2024-11-19 10:43:44 -08:00
ratelimit.c
ratelimit: Fix data-races in ___ratelimit().
2022-08-24 13:46:57 +01:00
rbtree.c
lib/rbtree.c: fix the example typo
2024-07-04 23:43:10 -07:00
rbtree_test.c
lib/rbtree: add random seed
2025-03-17 12:17:00 -07:00
rcuref.c
rcuref: Plug slowpath race in rcuref_put()
2025-01-29 15:21:31 +01:00
ref_tracker.c
lib/ref_tracker: remove warnings in case of allocation failure
2023-06-05 15:28:42 -07:00
refcount.c
lib: fix spelling mistakes
2021-07-08 11:48:20 -07:00
rhashtable.c
Mainly individually changelogged singleton patches. The patch series in
2025-01-26 17:50:53 -08:00
sbitmap.c
lib/sbitmap: define swap_lock as raw_spinlock_t
2024-09-20 00:20:06 -06:00
scatterlist.c
lib/scatterlist: Add SG_MITER_LOCAL and use it
2025-03-21 17:33:38 +08:00
seq_buf.c
seq_buf: Fix kernel documentation
2024-02-15 12:17:28 -05:00
sg_pool.c
lib/sg_pool: change module_init(sg_pool_init) to subsys_initcall
2022-09-23 16:46:19 +02:00
sg_split.c
lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets
2025-04-01 15:20:46 -07:00
siphash.c
move asm/unaligned.h to linux/unaligned.h
2024-10-02 17:23:23 -04:00
smp_processor_id.c
lib/smp_processor_id: fix imbalanced instrumentation_end() call
2022-07-17 17:31:41 -07:00
sort.c
lib/sort.c: add _nonatomic() variants with cond_resched()
2025-04-01 15:20:46 -07:00
stackdepot.c
mm, bpf: Introduce free_pages_nolock()
2025-02-27 09:36:18 -08:00
stmp_device.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
2019-05-30 11:26:32 -07:00
string.c
strscpy: write destination buffer only once
2024-12-01 12:17:16 -08:00
string_helpers.c
lib: string_helpers: silence snprintf() output truncation warning
2024-11-02 13:08:55 -07:00
strncpy_from_user.c
kasan: move checks to do_strncpy_from_user
2024-11-11 00:26:43 -08:00
strnlen_user.c
x86: support user address masking instead of non-speculative conditional
2024-08-19 11:31:18 -07:00
syscall.c
sched: Change task_struct::state
2021-06-18 11:43:09 +02:00
test-kstrtox.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_bitmap.c
bitmap: remove _check_eq_u32_array
2025-02-18 11:51:21 -05:00
test_bitops.c
lib/test_bitops: Add benchmark test for fns()
2024-05-09 09:25:08 -07:00
test_bpf.c
bpf/tests: Add 32 bits only long conditional jump tests
2025-01-06 16:10:19 +01:00
test_debug_virtual.c
treewide: Add SPDX license identifier for more missed files
2019-05-21 10:50:45 +02:00
test_dynamic_debug.c
dyndbg: add missing MODULE_DESCRIPTION() macro
2024-06-04 17:40:02 +02:00
test_firmware.c
module: Convert symbol namespace to string literal
2024-12-02 11:34:44 -08:00
test_fpu.h
selftests/fpu: move FP code to a separate translation unit
2024-05-19 14:36:20 -07:00
test_fpu_glue.c
lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2024-09-01 20:43:40 -07:00
test_fpu_impl.c
selftests/fpu: move FP code to a separate translation unit
2024-05-19 14:36:20 -07:00
test_free_pages.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_hexdump.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_hmm.c
mm: allow compound zone device pages
2025-03-17 22:06:39 -07:00
test_hmm_uapi.h
hmm-tests: add test for migrate_device_range()
2022-10-12 18:51:50 -07:00
test_ida.c
ida: Add ida_find_first_range()
2025-03-25 10:18:31 -03:00
test_kmod.c
lib/test_kmod: add missing MODULE_DESCRIPTION() macro
2024-06-24 22:25:07 -07:00
test_lockup.c
lib/test_lockup: fix kernel pointer check for separate address spaces
2022-02-25 09:36:06 +01:00
test_maple_tree.c
test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()
2025-01-25 20:22:19 -08:00
test_memcat_p.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_meminit.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_min_heap.c
lib/test_min_heap: use inline min heap variants to reduce attack vector
2025-01-12 20:20:57 -08:00
test_module.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_objagg.c
lib: test_objagg: Fix spelling
2024-06-10 11:14:52 +01:00
test_objpool.c
lib: test_objpool: Switch to use hrtimer_setup()
2025-02-18 10:32:32 +01:00
test_parman.c
lib/test_parman: Include <linux/prandom.h> instead of <linux/random.h>
2024-10-03 18:20:27 +02:00
test_ref_tracker.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_rhashtable.c
lib/test_rhashtable: add missing MODULE_DESCRIPTION() macro
2024-06-03 18:51:18 -07:00
test_static_key_base.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_static_keys.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-24 22:25:11 -07:00
test_sysctl.c
treewide: const qualify ctl_tables where applicable
2025-01-28 13:48:37 +01:00
test_ubsan.c
ubsan/overflow: Rework integer overflow sanitizer option to turn on everything
2025-03-07 19:58:05 -08:00
test_uuid.c
uuid: add missing MODULE_DESCRIPTION() macro
2024-06-24 22:25:06 -07:00
test_vmalloc.c
mm: alloc_pages_bulk: rename API
2025-01-25 20:22:31 -08:00
test_xarray.c
xarray: add xas_try_split() to split a multi-index entry
2025-03-17 22:06:59 -07:00
textsearch.c
lib: textsearch: fix escapes in example code
2019-10-03 12:12:23 -04:00
timerqueue.c
rbtree, timerqueue: Use rb_add_cached()
2021-02-17 14:08:01 +01:00
trace_readwrite.c
lib/trace_readwrite.c:: replace asm-generic/io with linux/io
2023-12-29 12:22:29 -08:00
ts_bm.c
lib/ts: add missing MODULE_DESCRIPTION() macros
2024-06-24 22:25:04 -07:00
ts_fsm.c
lib/ts: add missing MODULE_DESCRIPTION() macros
2024-06-24 22:25:04 -07:00
ts_kmp.c
lib/ts: add missing MODULE_DESCRIPTION() macros
2024-06-24 22:25:04 -07:00
ubsan.c
ubsan/overflow: Rework integer overflow sanitizer option to turn on everything
2025-03-07 19:58:05 -08:00
ubsan.h
ubsan/overflow: Rework integer overflow sanitizer option to turn on everything
2025-03-07 19:58:05 -08:00
ucmpdi2.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
2019-05-24 17:39:02 +02:00
ucs2_string.c
lib/ucs2_string: Add UCS-2 strscpy function
2023-09-13 10:18:42 -07:00
union_find.c
Union-Find: add a new module in kernel library
2024-07-30 13:04:36 -10:00
usercopy.c
uaccess: always export _copy_[from|to]_user with CONFIG_RUST
2024-07-08 23:44:01 +02:00
uuid.c
treewide: use get_random_bytes() when possible
2022-10-11 17:42:58 -06:00
vsprintf.c
more printk changes for 6.15
2025-04-02 10:05:55 -07:00
win_minmax.c
rxrpc: Generate rtt_min
2024-12-09 13:48:29 -08:00
xarray.c
mm/filemap: use xas_try_split() in __filemap_add_folio()
2025-03-17 22:07:01 -07:00
xxhash.c
move asm/unaligned.h to linux/unaligned.h
2024-10-02 17:23:23 -04:00