..
lzo
…
raid6
…
reed_solomon
…
xz
XZ: Fix missing <linux/kernel.h> include
14 years ago
zlib_deflate
zlib: slim down zlib_deflate() workspace when possible
14 years ago
zlib_inflate
…
.gitignore
…
Kconfig
Merge branch 'apei' into apei-release
14 years ago
Kconfig.debug
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
14 years ago
Kconfig.kgdb
…
Kconfig.kmemcheck
…
Makefile
crypto: Move md5_transform to lib/md5.c
14 years ago
argv_split.c
…
atomic64.c
atomic: use <linux/atomic.h>
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
Merge branch 'apei' into apei-release
14 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
…
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
…
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
…
dma-debug.c
dma-debug: print information about leaked entry
14 years ago
dump_stack.c
…
dynamic_debug.c
dynamic_debug: add #include <linux/sched.h>
14 years ago
extable.c
…
fault-inject.c
fault-injection: add ability to export fault_attr in arbitrary directory
14 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
include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard
14 years ago
hweight.c
…
idr.c
ida: simplified functions for id allocation
14 years ago
inflate.c
…
int_sqrt.c
…
iomap.c
iomap: make IOPORT/PCI mapping functions conditional
14 years ago
iomap_copy.c
…
iommu-helper.c
…
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
…
kref.c
…
kstrtox.c
lib: make _tolower() public
14 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
…
llist.c
lib, Add lock-less NULL terminated single list
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
net: fix nla_policy_len to actually _iterate_ over the policy
14 years ago
parser.c
Fix common misspellings
14 years ago
percpu_counter.c
percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options.
14 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
…
radix-tree.c
tmpfs radix_tree: locate_item to speed up swapoff
14 years ago
random32.c
…
ratelimit.c
…
rational.c
…
rbtree.c
Export the augmented rbtree helper functions
14 years ago
reciprocal_div.c
…
rwsem-spinlock.c
…
rwsem.c
rwsem: Remove redundant asmregparm annotation
14 years ago
scatterlist.c
…
sha1.c
lib/sha1: use the git implementation of SHA-1
14 years ago
show_mem.c
arch, mm: filter disallowed nodes from arch specific show_mem functions
14 years ago
smp_processor_id.c
…
sort.c
…
spinlock_debug.c
…
string.c
Add a strtobool function matching semantics of existing in kernel equivalents
14 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
Merge 'akpm' patch series
14 years ago