tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
lib
/
at
5ce1e9bbb2a1d43cf9e613cb03e65ecdfd309fe9
18 folders
284 files
842
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
crypto
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
2 years ago
dim
dimlib: use *-y instead of *-objs in Makefile
2 years ago
fonts
lib/fonts: Fix visiblity of SUN12x22 and TER16x32 if DRM_PANIC
2 years ago
kunit
kunit: Device wrappers should also manage driver name
2 years ago
lz4
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
lzo
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
math
lib/math: Add int_pow test suite
2 years ago
pldmfw
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
raid6
lib/raid6: use CC_FLAGS_FPU for NEON CFLAGS
2 years ago
reed_solomon
treewide: use get_random_u32_below() instead of deprecated function
3 years ago
test_fortify
fortify: use if_changed_dep to record header dependency in *.cmd files
2 years ago
vdso
random: vDSO: minimize and simplify header includes
2 years ago
xz
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
zlib_deflate
lib/zlib: add missing MODULE_DESCRIPTION() macro
2 years ago
zlib_dfltcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
2 years ago
zlib_inflate
lib/zlib: Split deflate and inflate states for DFLTCC
3 years ago
zstd
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
.gitignore
fortify: refactor test_fortify Makefile to fix some build problems
2 years ago
Kconfig
dim: make DIMLIB dependent on NET
2 years ago
Kconfig.debug
lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
2 years ago
Kconfig.kasan
Revert "kasan: Disable Software Tag-Based KASAN with GCC"
2 years ago
Kconfig.kcsan
Merge tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
3 years ago
Kconfig.kfence
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
2 years ago
Kconfig.kgdb
kgdb: add HAS_IOPORT dependency
2 years ago
Kconfig.kmsan
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
2 years ago
Kconfig.ubsan
x86/traps: Enable UBSAN traps on x86
2 years ago
Makefile
kcov: don't instrument lib/find_bit.c
2 years ago
alloc_tag.c
Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
2 years ago
argv_split.c
argv_split: fix kernel-doc warnings
2 years ago
ashldi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
7 years ago
ashrdi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
7 years ago
asn1_decoder.c
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
5 years ago
asn1_encoder.c
lib/asn1_encoder: add missing MODULE_DESCRIPTION() macro
2 years ago
assoc_array.c
Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
2 years ago
atomic64.c
locking/atomic: atomic64: Remove unusable atomic ops
4 years ago
atomic64_test.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.ko
2 years ago
audit.c
Merge branch 'objtool/urgent'
4 years ago
base64.c
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
3 years ago
bcd.c
lib/bcd: optimize _bin2bcd() for improved performance
2 years ago
bch.c
lib/bch.c: use swap() to improve code
2 years ago
bitfield_kunit.c
kunit: add missing MODULE_DESCRIPTION() macros to lib/*.c
2 years ago
bitmap-str.c
lib/bitmap: split-out string-related operations to a separate files
2 years ago
bitmap.c
cpumask: add cpumask_weight_andnot()
2 years ago
bitrev.c
treewide: Add SPDX license identifier for more missed files
7 years ago
bootconfig-data.S
bootconfig: Support embedding a bootconfig file in kernel
4 years ago
bootconfig.c
bootconfig: Remove duplicate included header file linux/bootconfig.h
2 years ago
bsearch.c
Rebase locking/kcsan to locking/urgent
5 years ago
btree.c
minmax: make generic MIN() and MAX() macros available everywhere
2 years ago
bucket_locks.c
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
7 years ago
bug.c
cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
3 years ago
build_OID_registry
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix crashes from deferred split racing folio migration", needed by "mm: migrate: split folio_migrate_mapping()".
2 years ago
buildid.c
Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
2 years ago
bust_spinlocks.c
kernel/panic: Drop unblank_screen call
3 years ago
check_signature.c
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
checksum.c
unify generic instances of csum_partial_copy_nocheck()
5 years ago
checksum_kunit.c
lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()
2 years ago
closure.c
closures: use seq_putc() in debug_show()
2 years ago
clz_ctz.c
Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
2 years ago
clz_tab.c
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
cmdline.c
lib/cmdline: avoid page fault in next_arg
3 years ago
cmdline_kunit.c
kunit: add missing MODULE_DESCRIPTION() macros to lib/*.c
2 years ago
cmpdi2.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
7 years ago
cmpxchg-emu.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
2 years ago
codetag.c
lib: alloc_tag_module_unload must wait for pending kfree_rcu calls
2 years ago
compat_audit.c
Merge branch 'objtool/urgent'
4 years ago
cpu_rmap.c
lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()
2 years ago
cpumask.c
cpumask: kernel-doc cleanups and additions
2 years ago
cpumask_kunit.c
lib: bitmap: add missing MODULE_DESCRIPTION() macros
2 years ago
crc-ccitt.c
lib: crc_ccitt_false() is identical to crc_itu_t()
2 years ago
crc-itu-t.c
crc-itu-t: fix typo in CRC ITU-T polynomial comment
3 years ago
crc-t10dif.c
crc-t10dif: clean up some more things
5 years ago
crc16.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
6 years ago
crc32.c
lib/crc32: Make crc32_be weak for arch override
4 years ago
crc32defs.h
lib/crc: Move polynomial definition to separate header
7 years ago
crc32test.c
lib/crc32test: correct printed bytes count
4 years ago
crc4.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
6 years ago
crc64-rocksoft.c
crypto: add rocksoft 64b crc guard tag framework
4 years ago
crc64.c
lib: add rocksoft model crc64
4 years ago
crc7.c
lib/crc7: fix a kernel-doc markup
5 years ago
crc8.c
lib: crc8: pointer to data block should be const
5 years ago
ctype.c
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
debug_info.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
4 years ago
debug_locks.c
locking/lockdep: Improve noinstr vs errors
4 years ago
debugobjects.c
debugobjects: Remove redundant checks in fill_pool()
2 years ago
dec_and_lock.c
perf: Fix perf_event_pmu_context serialization
3 years ago
decompress.c
Merge branch 'linus' into locking/core, to resolve conflict
5 years ago
decompress_bunzip2.c
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
2 years ago
decompress_inflate.c
decompressor: provide missing prototypes
2 years ago
decompress_unlz4.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
decompress_unlzma.c
minmax: make generic MIN() and MAX() macros available everywhere
2 years ago
decompress_unlzo.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
decompress_unxz.c
xz: remove XZ_EXTERN and extern from functions
2 years ago
decompress_unzstd.c
decompressor: provide missing prototypes
2 years ago
devmem_is_allowed.c
lib: devmem_is_allowed: include linux/io.h
2 years ago
devres.c
devres: don't use "proxy" headers
2 years ago
dhry.h
lib: add Dhrystone benchmark test
3 years ago
dhry_1.c
lib: dhry: use ktime_ms_delta() helper
2 years ago
dhry_2.c
lib: add Dhrystone benchmark test
3 years ago
dhry_run.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
digsig.c
crypto: sha - split sha.h into sha1.h and sha2.h
5 years ago
dump_stack.c
lib/dump_stack: report process UID in dump_stack_print_info()
2 years ago
dynamic_debug.c
dyndbg: use seq_putc() in ddebug_proc_show()
2 years ago
dynamic_queue_limits.c
net: dqs: make struct dql more cache efficient
2 years ago
earlycpio.c
lib: move from strlcpy with unused retval to strscpy
3 years ago
errname.c
Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
2 years ago
error-inject.c
lib: error-inject: remove error checking for debugfs_create_dir()
2 years ago
errseq.c
kernel.h: split out mathematical helpers
5 years ago
extable.c
sparc32: switch to generic extables
5 years ago
fault-inject-usercopy.c
lib, include/linux: add usercopy failure capability
5 years ago
fault-inject.c
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
2 years ago
fdt.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
13 years ago
fdt_addresses.c
libfdt: include fdt_addresses.c
6 years ago
fdt_empty_tree.c
lib: add fdt_empty_tree.c
12 years ago
fdt_ro.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
13 years ago
fdt_rw.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
13 years ago
fdt_strerror.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
13 years ago
fdt_sw.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
13 years ago
fdt_wip.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
13 years ago
find_bit.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
2 years ago
find_bit_benchmark.c
lib: bitmap: add missing MODULE_DESCRIPTION() macros
2 years ago
flex_proportions.c
flex_proportions: remove unused fprop_local_single
2 years ago
fortify_kunit.c
mm: kvmalloc: align kvrealloc() with krealloc()
2 years ago
fw_table.c
Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
2 years ago
gen_crc32table.c
lib/crc: Use consistent naming for CRC-32 polynomials
7 years ago
gen_crc64table.c
lib: add rocksoft model crc64
4 years ago
genalloc.c
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
2 years ago
generic-radix-tree.c
lib/generic-radix-tree.c: add preallocation
2 years ago
glob.c
Merge branch 'linus' into timers/core
2 years ago
globtest.c
lib: add module support to glob tests
9 years ago
group_cpus.c
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
2 years ago
hashtable_test.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/*_test.ko
2 years ago
hexdump.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
hweight.c
x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHT
7 years ago
idr.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
2 years ago
inflate.c
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
interval_tree.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
3 years ago
interval_tree_test.c
treewide: Add SPDX license identifier for more missed files
7 years ago
iomap.c
kmsan: add iomap support
3 years ago
iomap_copy.c
Merge 6.9-rc5 into tty-next
2 years ago
iommu-helper.c
iommu-helper: mark iommu_is_span_boundary as inline
8 years ago
iov_iter.c
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
1 year ago
irq_poll.c
softirq: Remove unused 'action' parameter from action callback
2 years ago
irq_regs.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
6 years ago
is_signed_type_kunit.c
kunit: add missing MODULE_DESCRIPTION() macros to lib/*.c
2 years ago
is_single_threaded.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
7 years ago
kasprintf.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
4 years ago
kfifo.c
kfifo: don't use "proxy" headers
2 years ago
klist.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
6 years ago
kobject.c
Revert "kobject: Remove redundant checks for whether ktype is NULL"
2 years ago
kobject_uevent.c
kobject_uevent: Fix OOB access within zap_modalias_env()
2 years ago
kstrtox.c
Merge branch 'for-linus' into for-next
2 years ago
kstrtox.h
lib: vsprintf: Fix handling of number field widths in vsscanf
4 years ago
kunit_iov_iter.c
mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
2 years ago
libcrc32c.c
libcrc32c: remove crc32c_impl
3 years ago
linear_ranges.c
lib: add linear range get selector within
4 years ago
list-test.c
Merge tag 'bitmap-for-6.12' of https://github.com/norov/linux
2 years ago
list_debug.c
list: Introduce CONFIG_LIST_HARDENED
2 years ago
list_sort.c
lib: fix spelling mistakes
4 years ago
llist.c
llist: add llist_del_first_this()
2 years ago
locking-selftest-hardirq.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-mutex.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-rlock-hardirq.h
locking-selftest-rlock-softirq.h
locking-selftest-rlock.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-rsem.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-rtmutex.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-softirq.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-spin-hardirq.h
locking-selftest-spin-softirq.h
locking-selftest-spin.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-wlock-hardirq.h
locking-selftest-wlock-softirq.h
locking-selftest-wlock.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest-wsem.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
locking-selftest.c
lockdep/selftests: Use SBRM APIs for wait context tests
2 years ago
lockref.c
lockref: stop doing cpu_relax in the cmpxchg loop
3 years ago
logic_iomem.c
lib/logic_iomem: correct fallback config references
4 years ago
logic_pio.c
minmax: add in_range() macro
2 years ago
lru_cache.c
lib/lru_cache: fix spelling mistake "colision"->"collision"
2 years ago
lshrdi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
7 years ago
lwq.c
lib: add light-weight queuing mechanism.
2 years ago
maple_tree.c
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
2 years ago
memcat_p.c
lib: Fix ia64 bootloader linkage
7 years ago
memcpy_kunit.c
kunit/fortify: add missing MODULE_DESCRIPTION() macros
2 years ago
memory-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
7 years ago
memregion.c
lib/memregion.c: include memregion.h
5 years ago
memweight.c
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
muldi3.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
7 years ago
net_utils.c
mac_pton: Clean up the header inclusions
2 years ago
netdev-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
7 years ago
nlattr.c
netlink: add nla be16/32 types to minlen array
2 years ago
nmi_backtrace.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
2 years ago
notifier-error-inject.c
lib: remove error checking for debugfs_create_dir()
2 years ago
notifier-error-inject.h
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
8 years ago
objagg.c
mlxsw: spectrum_acl_erp: Fix object nesting warning
2 years ago
objpool.c
objpool: fix to make percpu slot allocation more robust
1 year ago
of-reconfig-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
7 years ago
oid_registry.c
lib/oid_registry.c: remove redundant assignment to variable num
3 years ago
once.c
Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
3 years ago
overflow_kunit.c
kunit/overflow: Fix UB in overflow_allocation_test
2 years ago
packing.c
lib: packing: remove MODULE_LICENSE in non-modules
3 years ago
parman.c
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
5 years ago
parser.c
Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
3 years ago
percpu-refcount.c
percpu-refcount: Use call_rcu_hurry() for atomic switch
3 years ago
percpu_counter.c
lib/percpu_counter: add missing __percpu qualifier to a cast
2 years ago
percpu_test.c
treewide: Add SPDX license identifier for more missed files
7 years ago
plist.c
lib/plist.c: avoid worst case scenario in plist_add
2 years ago
pm-notifier-error-inject.c
treewide: Add SPDX license identifier for more missed files
7 years ago
polynomial.c
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
3 years ago
radix-tree.c
radix tree: remove unused variable
2 years ago
radix-tree.h
radix-tree: move declarations to header
2 years ago
random32.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
ratelimit.c
ratelimit: Fix data-races in ___ratelimit().
3 years ago
rbtree.c
lib/rbtree.c: fix the example typo
2 years ago
rbtree_test.c
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
6 years ago
rcuref.c
locking/atomics: Use atomic_try_cmpxchg_release() to micro-optimize rcuref_put_slowpath()
2 years ago
ref_tracker.c
lib/ref_tracker: remove warnings in case of allocation failure
2 years ago
refcount.c
lib: fix spelling mistakes
4 years ago
rhashtable.c
lib/rhashtable: cleanup fallback check in bucket_table_alloc()
2 years ago
sbitmap.c
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
2 years ago
scatterlist.c
mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
2 years ago
seq_buf.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
2 years ago
sg_pool.c
lib/sg_pool: change module_init(sg_pool_init) to subsys_initcall
3 years ago
sg_split.c
lib: scatterlist: Fix to support no mapped sg
6 years ago
siphash.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
siphash_kunit.c
siphash: add missing MODULE_DESCRIPTION() macro
2 years ago
slub_kunit.c
slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof
2 years ago
smp_processor_id.c
lib/smp_processor_id: fix imbalanced instrumentation_end() call
3 years ago
sort.c
lib/sort: optimize heapsort for handling final 2 or 3 elements
2 years ago
stackdepot.c
stackdepot: use gfp_nested_mask() instead of open coded masking
2 years ago
stackinit_kunit.c
kunit: add missing MODULE_DESCRIPTION() macros to lib/*.c
2 years ago
stmp_device.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
6 years ago
string.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
string_helpers.c
lib/string_helpers: rework overflow-dependent code
2 years ago
string_helpers_kunit.c
Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
2 years ago
string_kunit.c
Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
2 years ago
strncpy_from_user.c
x86: support user address masking instead of non-speculative conditional
2 years ago
strnlen_user.c
x86: support user address masking instead of non-speculative conditional
2 years ago
syscall.c
sched: Change task_struct::state
4 years ago
test-kstrtox.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_bitmap.c
lib: bitmap: add missing MODULE_DESCRIPTION() macros
2 years ago
test_bitops.c
lib/test_bitops: Add benchmark test for fns()
2 years ago
test_bits.c
Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
2 years ago
test_blackhole_dev.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_bpf.c
netdev_features: convert NETIF_F_LLTX to dev->lltx
2 years ago
test_debug_virtual.c
treewide: Add SPDX license identifier for more missed files
7 years ago
test_dynamic_debug.c
dyndbg: add missing MODULE_DESCRIPTION() macro
2 years ago
test_firmware.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_fprobe.c
fprobe: Pass return address to the handlers
2 years ago
test_fpu.h
selftests/fpu: move FP code to a separate translation unit
2 years ago
test_fpu_glue.c
lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2 years ago
test_fpu_impl.c
selftests/fpu: move FP code to a separate translation unit
2 years ago
test_free_pages.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_hash.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_hexdump.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_hmm.c
lib: test_hmm: use min() to improve dmirror_exclusive()
2 years ago
test_hmm_uapi.h
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
3 years ago
test_ida.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_kmod.c
lib/test_kmod: add missing MODULE_DESCRIPTION() macro
2 years ago
test_kprobes.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_linear_ranges.c
lib/test_linear_ranges: add missing MODULE_DESCRIPTION() macro
2 years ago
test_list_sort.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_lockup.c
lib/test_lockup: fix kernel pointer check for separate address spaces
4 years ago
test_maple_tree.c
test_maple_tree: add the missing MODULE_DESCRIPTION() macro
2 years ago
test_memcat_p.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_meminit.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_min_heap.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_module.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_objagg.c
lib: test_objagg: Fix spelling
2 years ago
test_objpool.c
lib: test_objpool: add missing MODULE_DESCRIPTION() macro
2 years ago
test_parman.c
lib: fix spelling mistake: "actualy" -> "actually"
9 years ago
test_printf.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
2 years ago
test_ref_tracker.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_rhashtable.c
lib/test_rhashtable: add missing MODULE_DESCRIPTION() macro
2 years ago
test_scanf.c
vsprintf: add missing MODULE_DESCRIPTION() macro
2 years ago
test_sort.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_static_key_base.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_static_keys.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_sysctl.c
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2 years ago
test_ubsan.c
ubsan: add missing MODULE_DESCRIPTION() macro
2 years ago
test_uuid.c
uuid: add missing MODULE_DESCRIPTION() macro
2 years ago
test_vmalloc.c
lib/test_vmalloc.c: use unsigned long constant
2 years ago
test_xarray.c
test_xarray: add missing MODULE_DESCRIPTION() macro
2 years ago
textsearch.c
lib: textsearch: fix escapes in example code
6 years ago
timerqueue.c
rbtree, timerqueue: Use rb_add_cached()
6 years ago
trace_readwrite.c
lib/trace_readwrite.c:: replace asm-generic/io with linux/io
2 years ago
ts_bm.c
lib/ts: add missing MODULE_DESCRIPTION() macros
2 years ago
ts_fsm.c
lib/ts: add missing MODULE_DESCRIPTION() macros
2 years ago
ts_kmp.c
lib/ts: add missing MODULE_DESCRIPTION() macros
2 years ago
ubsan.c
ubsan: Add awareness of signed integer overflow traps
2 years ago
ubsan.h
ubsan: Avoid i386 UBSAN handler crashes with Clang
2 years ago
ucmpdi2.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120
7 years ago
ucs2_string.c
lib/ucs2_string: Add UCS-2 strscpy function
2 years ago
union_find.c
Union-Find: add a new module in kernel library
2 years ago
usercopy.c
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
2 years ago
usercopy_kunit.c
kunit/usercopy: Add missing MODULE_DESCRIPTION()
2 years ago
uuid.c
treewide: use get_random_bytes() when possible
3 years ago
vsprintf.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago
win_minmax.c
lib/win_minmax: use /* notation for regular comments
3 years ago
xarray.c
xarray: inline xas_descend to improve performance
2 years ago
xxhash.c
Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
2 years ago