karl beldan 9ce357795e lib/checksum.c: fix build for generic csum_tcpudp_nofold 11 years ago
..
fonts 33ac9dba85 fonts: Add 6x10 font 11 years ago
lz4 4a3a990451 lz4: add overrun checks to lz4_uncompress_unknownoutputsize() 11 years ago
lzo 72cf90124e lzo: check for length overrun in variable length encoding. 11 years ago
mpi 4ff1582297 MPILIB: add module description and license 12 years ago
raid6 b395f75eab lib/raid6: Add log level to printks 11 years ago
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
xz bf4d064d89 lib/xz: enable all filters by default in Kconfig 11 years ago
zlib_deflate 62e7ca5280 zlib: clean up some dead code 11 years ago
zlib_inflate 62e7ca5280 zlib: clean up some dead code 11 years ago
.gitignore a77ad6ea0b X.509: Implement simple static OID registry 13 years ago
Kconfig 72d9310460 Make ARCH_HAS_FAST_MULTIPLIER a real config variable 11 years ago
Kconfig.debug 48c96a3685 mm/page_owner: keep track of page owners 11 years ago
Kconfig.kgdb b8017177cd kdb: Allow access to sensitive commands to be restricted by default 11 years ago
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK 16 years ago
Makefile 70e71ca0af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 11 years ago
argv_split.c 095d141b2e argv_split(): teach it to handle mutable strings 12 years ago
asn1_decoder.c 548bbff981 lib/asn1_decoder.c: kernel-doc warning fix 11 years ago
assoc_array.c 990428b8ea assoc_array: Include rcupdate.h for call_rcu() definition 11 years ago
atomic64.c 560cb12a40 locking,arch: Rewrite generic atomic support 11 years ago
atomic64_test.c b3b16d284a lib/atomic64_test.c: convert printk(KERN_INFO to pr_info 11 years ago
audit.c 51f39a1f0c syscalls: implement execveat() system call 11 years ago
average.c 03144b5869 lib: Ensure EWMA does not store wrong intermediate values 12 years ago
bcd.c b53d657d84 usb/core: use bin2bcd() for bcdDevice in RH 13 years ago
bch.c 437aa565e2 lib: add shared BCH ECC library 15 years ago
bitmap.c e6b5be2be4 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core 11 years ago
bitrev.c 3527fb326f lib: export bitrev16 17 years ago
bsearch.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
btree.c c75b53af2f lib/btree.c: fix leak of whole btree nodes 11 years ago
bug.c 0286b5ea12 lib/bug: Use RCU list ops for module_bug_list 11 years ago
build_OID_registry a857c6e7d5 X.509: do not emit any informational output 12 years ago
bust_spinlocks.c dc72c32e1f printk: Provide a wake_up_klogd() off-case 12 years ago
check_signature.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
checksum.c 9ce357795e lib/checksum.c: fix build for generic csum_tcpudp_nofold 11 years ago
clz_ctz.c 3c516cdd02 lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.c 11 years ago
clz_tab.c c6df4b17c8 lib: Fix multiple definitions of clz_tab 14 years ago
cmdline.c 6ccc72b87b lib: Add a generic cmdline parse function parse_option_str 11 years ago
compat_audit.c 4b58841149 audit: Add generic compat syscall support 11 years ago
cordic.c d89ce936b4 Docs: wording: functions -> algorithm 14 years ago
cpu-notifier-error-inject.c f5a9f52e2c cpu: rewrite cpu-notifier-error-inject module 13 years ago
cpu_rmap.c 0244ad004a Remove GENERIC_HARDIRQ config option 12 years ago
cpumask.c 143b5ba21b lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is not defined 11 years ago
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 years ago
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 18 years ago
crc-t10dif.c 26052f9b9b crypto: crct10dif - Add fallback for broken initrds 12 years ago
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 years ago
crc32.c d8f1c4778e lib: crc32: Add some additional __pure annotations 11 years ago
crc32defs.h 5cde7656d0 crc32: select an algorithm via Kconfig 14 years ago
crc7.c 1836eea209 lib/crc7: Shift crc7() output left 1 bit 11 years ago
crc8.c 7150962d63 lib: crc8: add new library module providing crc8 algorithm 14 years ago
ctype.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
debug_locks.c 040a0a3710 mutex: Add support for wound/wait style locks 12 years ago
debugobjects.c c0f35cc0be lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug 11 years ago
dec_and_lock.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
decompress.c a060bfe032 lib/decompress.c: consistency of compress formats for kernel image 11 years ago
decompress_bunzip2.c b5c8afe5be decompress_bunzip2: off by one in get_next_block() 11 years ago
decompress_inflate.c d97b07c54f initramfs: support initramfs that is bigger than 2GiB 11 years ago
decompress_unlz4.c d97b07c54f initramfs: support initramfs that is bigger than 2GiB 11 years ago
decompress_unlzma.c d97b07c54f initramfs: support initramfs that is bigger than 2GiB 11 years ago
decompress_unlzo.c d97b07c54f initramfs: support initramfs that is bigger than 2GiB 11 years ago
decompress_unxz.c d97b07c54f initramfs: support initramfs that is bigger than 2GiB 11 years ago
devres.c 5559b7bc42 devres: support sizes greater than an unsigned long 11 years ago
digsig.c 54b14f40c5 lib/digsig.c: kernel-doc warning fixes 11 years ago
div64.c eb18cba78c math64: New separate div64_u64_rem helper 12 years ago
dma-debug.c 2ce8e7ed00 dma-debug: prevent early callers from crashing 11 years ago
dump_stack.c 722a9f9299 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* 11 years ago
dynamic_debug.c a39d4a857d printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents 11 years ago
dynamic_queue_limits.c 914bec1011 bql: Avoid possible inconsistent calculation. 13 years ago
earlycpio.c 598bae70c2 earlycpio.c: Fix the confusing comment of find_cpio_data(). 12 years ago
extable.c ad6561dffa module: trim exception table on init free. 16 years ago
fault-inject.c 6adc4a22f2 fault-inject: add ratelimit option 11 years ago
fdt.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 years ago
fdt_empty_tree.c adaf568784 lib: add fdt_empty_tree.c 11 years ago
fdt_ro.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 years ago
fdt_rw.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 years ago
fdt_strerror.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 years ago
fdt_sw.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 years ago
fdt_wip.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 years ago
find_last_bit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
find_next_bit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
flex_array.c 809fa972fd reciprocal_divide: update/correction of the algorithm 12 years ago
flex_proportions.c 20ae00792c proportions: add @gfp to init functions 11 years ago
gcd.c e96875677f lib/gcd.c: prevent possible div by 0 13 years ago
gen_crc32table.c 8f243af42a sections: fix const sections for crc32 table 13 years ago
genalloc.c b724aa213d lib/genalloc.c: export devm_gen_pool_create() for modules 11 years ago
glob.c 5f9be8248d lib/glob.c: add CONFIG_GLOB_SELFTEST 11 years ago
halfmd4.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
hexdump.c 53d91c5ce0 Provide a binary to hex conversion function 11 years ago
hweight.c 72d9310460 Make ARCH_HAS_FAST_MULTIPLIER a real config variable 11 years ago
idr.c 28596c9722 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 11 years ago
inflate.c 1490cf5f0c MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader 15 years ago
int_sqrt.c 30493cc9dd lib/int_sqrt.c: optimize square root algorithm 12 years ago
interval_tree.c a88cc108f6 lib: Export interval_tree 11 years ago
interval_tree_test.c a88cc108f6 lib: Export interval_tree 11 years ago
iomap.c ce816fa88c Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP 11 years ago
iomap_copy.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
iommu-helper.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
ioremap.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
iovec.c 218321e7a0 bury memcpy_toiovec() 11 years ago
irq_regs.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem 16 years ago
jedec_ddr_data.c 9c1c21a053 ddr: add LPDDR2 data from JESD209-2 13 years ago
kasprintf.c 3e1aa66bd4 lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvasprintf 13 years ago
kfifo.c 89b3ac6301 kfifo: use BUG_ON 11 years ago
klist.c 0f9859ca92 klist: use same naming scheme as hlist for klist_add_after() 11 years ago
kobject.c 41fb96a4b6 kobject: fix NULL pointer derefernce in kobj_child_ns_ops 11 years ago
kobject_uevent.c 86d56134f1 kobject: Make support for uevent_helper optional. 11 years ago
kstrtox.c ae2924a2bd lib/kstrtox.c: remove redundant cleanup 12 years ago
kstrtox.h 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 14 years ago
lcm.c 69c953c85c lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n 11 years ago
libcrc32c.c ea0e0de69f crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.c 11 years ago
list_debug.c 5cf05ad758 rcu: Fix broken strings in RCU's source code. 13 years ago
list_sort.c d0da23b0de lib/list_sort.c: convert to pr_foo 11 years ago
llist.c 0791a6057c llists-move-llist_reverse_order-from-raid5-to-llistc-fix 12 years ago
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest.c 4a2b4b2227 sched: Introduce preempt_count accessor functions 12 years ago
lockref.c 3a6bfbc91d arch, locking: Ciao arch_mutex_cpu_relax() 11 years ago
lru_cache.c 54e6fc38e8 drbd: debugfs: add per volume oldest_requests 11 years ago
md5.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
memory-notifier-error-inject.c 9579f5bd31 memory: memory notifier error injection module 13 years ago
memweight.c 639b9e34f1 string: introduce memweight() 13 years ago
net_utils.c a69f5edb8b mac_pton: Use bool not int return 11 years ago
nlattr.c 3f17ea6dea Merge branch 'next' (accumulated 3.16 merge window patches) into master 11 years ago
notifier-error-inject.c 0ecc833bac mode_t, whack-a-mole at 11... 12 years ago
notifier-error-inject.h 8d43828814 fault-injection: notifier error injection 13 years ago
of-reconfig-notifier-error-inject.c d526e85f60 powerpc+of: Rename and fix OF reconfig notifier error inject module 13 years ago
oid_registry.c 9e6879460c Give the OID registry file module info to avoid kernel tainting 12 years ago
parser.c a3d2cca43c lib/parser.c: put EXPORT_SYMBOLs in the conventional place 12 years ago
pci_iomap.c b923650b84 lib: add NO_GENERIC_PCI_IOPORT_MAP 14 years ago
percpu-refcount.c 1cae13e75b percpu_ref: make INIT_ATOMIC and switch_to_atomic() sticky 11 years ago
percpu_counter.c 908c7f1949 percpu_counter: add @gfp to percpu_counter_init() 11 years ago
percpu_ida.c 5e57dc8110 Merge branch 'for-linus' of git://git.kernel.dk/linux-block 12 years ago
percpu_test.c 623fd8072c percpu: add test module for various percpu operations 12 years ago
plist.c 1812062790 lib/plist.c: replace pr_debug with printk in plist_test() 11 years ago
pm-notifier-error-inject.c 048b9c3549 PM: PM notifier error injection module 13 years ago
proportions.c 20ae00792c proportions: add @gfp to init functions 11 years ago
radix-tree.c ce80b067de lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations 11 years ago
random32.c a98406e22c random32: improvements to prandom_bytes 11 years ago
ratelimit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
rational.c 6684b5729d lib: Change mail address of Oskar Schirmer 13 years ago
rbtree.c 1b9c53e849 lib/rbtree.c: fix typo in comment of __rb_insert() 11 years ago
rbtree_test.c 964fe94d71 rbtree/test: test rbtree_postorder_for_each_entry_safe() 12 years ago
reciprocal_div.c 809fa972fd reciprocal_divide: update/correction of the algorithm 12 years ago
rhashtable.c 87545899b5 net: replace remaining users of arch_fast_hash with jhash 11 years ago
scatterlist.c c21e59d8dc lib/scatterlist: fix memory leak with scsi-mq 11 years ago
seq_buf.c 8d58e99af5 seq_buf: Move the seq_buf code to lib/ 11 years ago
sha1.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 14 years ago
show_mem.c 49abd8c280 lib/show_mem.c: add cma reserved information 11 years ago
smp_processor_id.c 188a81409f percpu: add preemption checks to __this_cpu ops 11 years ago
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func 17 years ago
stmp_device.c 4ccf4beab8 lib: add support for stmp-style devices 13 years ago
string.c 14d4cc0883 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random 11 years ago
string_helpers.c c8250381c8 lib / string_helpers: introduce string_escape_mem() 11 years ago
strncpy_from_user.c 36126f8f2e word-at-a-time: make the interfaces truly generic 13 years ago
strnlen_user.c 69ea640598 lib: Fix generic strnlen_user for 32-bit big-endian machines 13 years ago
swiotlb.c 8e0629c1d4 swiotlb: don't assume PA 0 is invalid 11 years ago
syscall.c d300d59ca1 lib/syscall.c: unexport task_current_syscall() 11 years ago
test-kstrtox.c 129965a916 lib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof/sizeof[0] 11 years ago
test-string_helpers.c c8250381c8 lib / string_helpers: introduce string_escape_mem() 11 years ago
test_bpf.c 6867b17b26 test: bpf: expand DIV_KX to DIV_MOD_KX 11 years ago
test_firmware.c 0a8adf5847 test: add firmware_class loader test 11 years ago
test_module.c 93e9ef83f4 test: add minimal module for verification testing 12 years ago
test_user_copy.c 3e2a4c183a test: check copy_to/from_user boundary validation 12 years ago
textsearch.c fec2290832 lib/textsearch.c: remove textsearch_put reference from comments 11 years ago
timerqueue.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm 17 years ago
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search 17 years ago
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm 17 years ago
ucs2_string.c 0635eb8a54 Move utf16 functions to kernel core and rename 12 years ago
usercopy.c 446f24d119 Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS 12 years ago
uuid.c cedddb0002 uuid: use prandom_bytes() 12 years ago
vsprintf.c 71dca95d5c lib/vsprintf: add %*pE[achnops] format specifier 11 years ago