You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/lib
Jeremy Fitzhardinge 35c7422649 [PATCH] x86: deflate stack usage in lib/inflate.c 18 years ago
..
reed_solomon fix file specification in comments 19 years ago
zlib_deflate [PATCH] zlib_inflate: Upgrade library code to a recent version 19 years ago
zlib_inflate [PATCH] Fix ppc32 zImage inflate 19 years ago
.gitignore
Kconfig [PATCH] sort the devres mess out 18 years ago
Kconfig.debug [MIPS] Don't force frame pointers for lockdep on MIPS 18 years ago
Makefile [NET]: div64_64 consolidate (rev3) 18 years ago
audit.c [PATCH] fix missing ifdefs in syscall classes hookup for generic targets 19 years ago
bitmap.c [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) 18 years ago
bitrev.c [PATCH] add MODULE_* attributes to bit reversal library 18 years ago
bug.c [PATCH] Generic BUG implementation 18 years ago
bust_spinlocks.c [PATCH] Extract and use wake_up_klogd() 18 years ago
cmdline.c [PATCH] Numerous fixes to kernel-doc info in source files. 18 years ago
cpumask.c [PATCH] Convert highest_possible_processor_id to nr_cpu_ids 18 years ago
crc-ccitt.c [PATCH] kernel-doc for lib/crc*.c 19 years ago
crc16.c [PATCH] kernel-doc for lib/crc*.c 19 years ago
crc32.c [PATCH] crc32: replace bitreverse by bitrev32 18 years ago
crc32defs.h
ctype.c
debug_locks.c [PATCH] lockdep: better lock debugging 19 years ago
dec_and_lock.c [PATCH] atomic: dec_and_lock use atomic primitives 19 years ago
devres.c iomap: implement pcim_iounmap_regions() 18 years ago
div64.c [S390]: Fix build on 31-bit. 18 years ago
dump_stack.c
extable.c Remove obsolete #include <linux/config.h> 19 years ago
fault-inject.c [PATCH] fault injection: split up stacktrace filter Kconfig option 18 years ago
find_next_bit.c [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() 19 years ago
gen_crc32table.c
genalloc.c [PATCH] genalloc warning fixes 18 years ago
halfmd4.c
hweight.c [PATCH] optimize hweight64 for x86_64 19 years ago
idr.c [PATCH] Numerous fixes to kernel-doc info in source files. 18 years ago
inflate.c [PATCH] x86: deflate stack usage in lib/inflate.c 18 years ago
int_sqrt.c [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs 19 years ago
iomap.c [PATCH] sort the devres mess out 18 years ago
iomap_copy.c [PATCH] add __iowrite64_copy 19 years ago
ioremap.c [PATCH] uml problems with linux/io.h 18 years ago
irq_regs.c [PATCH] irq_reqs: export __irq_regs 19 years ago
kernel_lock.c [PATCH] lockdep: prove spinlock rwlock locking correctness 19 years ago
klist.c Driver core: Don't call put methods while holding a spinlock 19 years ago
kobject.c kobject: Comment and warning fixes to kobject.c 18 years ago
kobject_uevent.c the overdue removal of the mount/umount uevents 18 years ago
kref.c kref: fix CPU ordering with respect to krefs 18 years ago
libcrc32c.c [PATCH] constify libcrc32c table 19 years ago
list_debug.c [PATCH] More list debugging context 18 years ago
locking-selftest-hardirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-mutex.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock-hardirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock-softirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rsem.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-softirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin-hardirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin-softirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock-hardirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock-softirq.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wsem.h [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest.c [PATCH] lockdep: show more details about self-test failures 18 years ago
parser.c
percpu_counter.c [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter 19 years ago
plist.c [PATCH] pi-futex: add plist implementation 19 years ago
prio_tree.c
radix-tree.c [PATCH] hotplug CPU: clean up hotcpu_notifier() use 18 years ago
random32.c [PATCH] severing module.h->sched.h 18 years ago
rbtree.c [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev 19 years ago
reciprocal_div.c [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() 18 years ago
rwsem-spinlock.c Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() 18 years ago
rwsem.c Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() 18 years ago
semaphore-sleepers.c Remove obsolete #include <linux/config.h> 19 years ago
sha1.c [PATCH] Numerous fixes to kernel-doc info in source files. 18 years ago
smp_processor_id.c
sort.c [PATCH] Numerous fixes to kernel-doc info in source files. 18 years ago
spinlock_debug.c [PATCH] x86: all cpu backtrace 18 years ago
string.c [STRING]: Move strcasecmp/strncasecmp to lib/string.c 18 years ago
swiotlb.c Revert "[IA64] swiotlb abstraction (e.g. for Xen)" 18 years ago
textsearch.c Various typo fixes. 18 years ago
ts_bm.c [TEXTSEARCH]: Fix Boyer Moore initialization bug 19 years ago
ts_fsm.c [PATCH] lib/ts_fsm.c: constify structs 19 years ago
ts_kmp.c Remove obsolete #include <linux/config.h> 19 years ago
vsprintf.c Add kvasprintf() 18 years ago