..
lzo
…
raid6
md: Add in export.h for files using EXPORT_SYMBOL
13 years ago
reed_solomon
…
xz
XZ: Fix incorrect XZ_BUF_ERROR
14 years ago
zlib_deflate
zlib: slim down zlib_deflate() workspace when possible
14 years ago
zlib_inflate
…
.gitignore
…
Kconfig
llist: Make some llist functions inline
14 years ago
Kconfig.debug
lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT
13 years ago
Kconfig.kgdb
…
Kconfig.kmemcheck
…
Makefile
llist: Make some llist functions inline
14 years ago
argv_split.c
…
atomic64.c
lib: atomic64: Change the type of local lock to raw_spinlock_t
14 years ago
atomic64_test.c
atomic: use <linux/atomic.h>
14 years ago
audit.c
audit: support the "standard" <asm-generic/unistd.h>
14 years ago
average.c
lib: Improve EWMA efficiency by using bitshifts
14 years ago
bcd.c
…
bch.c
lib: add shared BCH ECC library
14 years ago
bitmap.c
lib/bitmap.c: quiet sparse noise about address space
13 years ago
bitrev.c
…
bsearch.c
lib: Add generic binary search function to the kernel.
14 years ago
btree.c
Fix common misspellings
14 years ago
bug.c
modules: Fix module_bug_list list corruption race
15 years ago
bust_spinlocks.c
…
check_signature.c
…
checksum.c
lib/checksum.c: optimize do_csum a bit
14 years ago
cmdline.c
…
cordic.c
lib: cordic: add library module providing cordic angle calculation
14 years ago
cpu-notifier-error-inject.c
…
cpu_rmap.c
lib: cpu_rmap: CPU affinity reverse-mapping
14 years ago
cpumask.c
cpumask: alloc_cpumask_var() use NUMA_NO_NODE
14 years ago
crc-ccitt.c
…
crc-itu-t.c
…
crc-t10dif.c
…
crc7.c
…
crc8.c
lib: crc8: add new library module providing crc8 algorithm
14 years ago
crc16.c
…
crc32.c
atomic: use <linux/atomic.h>
14 years ago
crc32defs.h
…
ctype.c
…
debug_locks.c
Revert "debug_locks: set oops_in_progress if we will log messages."
14 years ago
debugobjects.c
debugobjects: Fix boot crash when kmemleak and debugobjects enabled
14 years ago
dec_and_lock.c
atomic: use <linux/atomic.h>
14 years ago
decompress.c
decompressors: add boot-time XZ support
14 years ago
decompress_bunzip2.c
Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>
14 years ago
decompress_inflate.c
decompressors: check input size in decompress_inflate.c
14 years ago
decompress_unlzma.c
Decompressors: validate match distance in decompress_unlzma.c
14 years ago
decompress_unlzo.c
Decompressors: fix callback-to-callback mode in decompress_unlzo.c
14 years ago
decompress_unxz.c
Fix common misspellings
14 years ago
devres.c
devres: fix possible use after free
14 years ago
div64.c
div64_u64(): improve precision on 32bit platforms
14 years ago
dma-debug.c
Fix comparison using wrong pointer variable in dma debug code
13 years ago
dump_stack.c
…
dynamic_debug.c
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
13 years ago
extable.c
…
fault-inject.c
fault-inject: export setup_fault_attr()
13 years ago
find_last_bit.c
bitops: add #ifndef for each of find bitops
14 years ago
find_next_bit.c
arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}
14 years ago
flex_array.c
flex_array: avoid divisions when accessing elements
14 years ago
gcd.c
…
gen_crc32table.c
…
genalloc.c
lib, Make gen_pool memory allocator lockless
14 years ago
halfmd4.c
…
hexdump.c
lib: add error checking to hex2bin
14 years ago
hweight.c
…
idr.c
ida: make ida_simple_get/put() IRQ safe
13 years ago
inflate.c
MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader
15 years ago
int_sqrt.c
…
iomap.c
iomap: make IOPORT/PCI mapping functions conditional
14 years ago
iomap_copy.c
…
iommu-helper.c
iommu: inline iommu_num_pages
15 years ago
ioremap.c
ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support
14 years ago
irq_regs.c
…
is_single_threaded.c
…
kasprintf.c
…
klist.c
…
kobject.c
Delay struct net freeing while there's a sysfs instance refering to it
14 years ago
kobject_uevent.c
kobj_uevent: Ignore if some listeners cannot handle message
14 years ago
kref.c
kref: Add a kref_sub function
14 years ago
kstrtox.c
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
13 years ago
kstrtox.h
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
13 years ago
lcm.c
lib/lcm.c: quiet sparse noise
14 years ago
libcrc32c.c
…
list_debug.c
Expand CONFIG_DEBUG_LIST to several other list operations
14 years ago
list_sort.c
lib/list_sort: test: check element addresses
14 years ago
llist.c
llist: Remove cpu_relax() usage in cmpxchg loops
14 years ago
locking-selftest-hardirq.h
…
locking-selftest-mutex.h
…
locking-selftest-rlock-hardirq.h
…
locking-selftest-rlock-softirq.h
…
locking-selftest-rlock.h
…
locking-selftest-rsem.h
…
locking-selftest-softirq.h
…
locking-selftest-spin-hardirq.h
…
locking-selftest-spin-softirq.h
…
locking-selftest-spin.h
…
locking-selftest-wlock-hardirq.h
…
locking-selftest-wlock-softirq.h
…
locking-selftest-wlock.h
…
locking-selftest-wsem.h
…
locking-selftest.c
rcu: Fix unpaired rcu_irq_enter() from locking selftests
14 years ago
lru_cache.c
lru_cache: use correct type in sizeof for allocation
14 years ago
md5.c
crypto: Move md5_transform to lib/md5.c
14 years ago
nlattr.c
netlink: validate NLA_MSECS length
13 years ago
parser.c
Fix common misspellings
14 years ago
percpu_counter.c
lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef
13 years ago
plist.c
plist: Remove the need to supply locks to plist heads
14 years ago
prio_heap.c
…
prio_tree.c
…
proportions.c
locking, lib/proportions: Annotate prop_local_percpu::lock as raw
14 years ago
radix-tree.c
radix_tree: clean away saw_unset_tag leftovers
13 years ago
random32.c
…
ratelimit.c
locking, printk: Annotate logbuf_lock as raw
14 years ago
rational.c
…
rbtree.c
Export the augmented rbtree helper functions
14 years ago
reciprocal_div.c
…
rwsem-spinlock.c
locking, rwsem: Annotate inner lock as raw
14 years ago
rwsem.c
locking, rwsem: Annotate inner lock as raw
14 years ago
scatterlist.c
scatterlist: prevent invalid free when alloc fails
15 years ago
sha1.c
lib/sha1.c: quiet sparse noise about symbol not declared
14 years ago
show_mem.c
arch, mm: filter disallowed nodes from arch specific show_mem functions
14 years ago
smp_processor_id.c
sched: Wrap scheduler p->cpus_allowed access
14 years ago
sort.c
…
spinlock_debug.c
lib/spinlock_debug.c: print owner on spinlock lockup
13 years ago
string.c
lib/string.c: fix strim() semantics for strings that have only blanks
13 years ago
string_helpers.c
…
swiotlb.c
swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.
14 years ago
syscall.c
…
test-kstrtox.c
kstrtox: fix compile warnings in test
14 years ago
textsearch.c
textsearch: doc - fix spelling in lib/textsearch.c.
14 years ago
timerqueue.c
Fix common misspellings
14 years ago
ts_bm.c
…
ts_fsm.c
…
ts_kmp.c
…
uuid.c
…
vsprintf.c
lib: rename pack_hex_byte() to hex_byte_pack()
13 years ago