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
Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
..
lzo lib: add support for LZO-compressed kernels 15 years ago
reed_solomon lib: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
zlib_deflate trivial: fix typo "to to" in multiple files 16 years ago
zlib_inflate zlib: Fix build of powerpc boot wrapper 15 years ago
.gitignore
Kconfig Revert "lib: build list_sort() only if needed" 15 years ago
Kconfig.debug lkdtm: add debugfs access and loosen KPROBE ties 15 years ago
Kconfig.kgdb kgdb: remove the requirement for CONFIG_FRAME_POINTER 17 years ago
Kconfig.kmemcheck kmemcheck: depend on HAVE_ARCH_KMEMCHECK 16 years ago
Makefile Revert "lib: build list_sort() only if needed" 15 years ago
argv_split.c tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
atomic64.c lib: export generic atomic64_t functions 16 years ago
audit.c
bcd.c rtc: BCD codeshrink 17 years ago
bitmap.c bitmap: use for_each_set_bit() 15 years ago
bitrev.c lib: export bitrev16 17 years ago
btree.c [LogFS] add new flash file system 15 years ago
bug.c allow bug table entries to use relative pointers (and use it on x86-64) 16 years ago
bust_spinlocks.c oops handling: ensure that any oops is flushed to the mtdoops console 16 years ago
check_signature.c
checksum.c lib/checksum: fix one more thinko 15 years ago
cmdline.c generic, memparse(): constify argument 17 years ago
cpumask.c x86: remove some alloc_bootmem_cpumask_var calling 16 years ago
crc-ccitt.c
crc-itu-t.c
crc-t10dif.c [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC 17 years ago
crc7.c
crc16.c
crc32.c crc32: some minor cleanups 15 years ago
crc32defs.h
ctype.c ctype: constify read-only _ctype string 15 years ago
debug_locks.c rcu: Introduce lockdep-based checking to RCU read-side primitives 15 years ago
debugobjects.c debugobjects: Convert to raw_spinlocks 15 years ago
dec_and_lock.c atomic: only take lock when the counter drops to zero on UP as well 16 years ago
decompress.c Add LZO compression support for initramfs and old-style initrd 15 years ago
decompress_bunzip2.c bzip2: Add missing checks for malloc returning NULL 15 years ago
decompress_inflate.c lzma/gzip: fix potential oops when input data is truncated 16 years ago
decompress_unlzma.c lzma/gzip: fix potential oops when input data is truncated 16 years ago
decompress_unlzo.c lib: add support for LZO-compressed kernels 15 years ago
devres.c [POWERPC] devres: Add devm_ioremap_prot() 17 years ago
div64.c add an inlined version of iter_div_u64_rem 17 years ago
dma-debug.c Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixes 15 years ago
dump_stack.c
dynamic_debug.c tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
extable.c module: trim exception table on init free. 16 years ago
fault-inject.c headers: remove sched.h from interrupt.h 15 years ago
find_last_bit.c bitmap: find_last_bit() 16 years ago
find_next_bit.c bitops: remove "optimizations" 17 years ago
flex_array.c flex_array: add missing kerneldoc annotations 16 years ago
gcd.c lib: add lib/gcd.c 16 years ago
gen_crc32table.c
genalloc.c genalloc: use bitmap_find_next_zero_area 15 years ago
halfmd4.c
hexdump.c hexdump: remove the trailing space 16 years ago
hweight.c x86, core: Optimize hweight32() 15 years ago
idr.c idr: Apply lockdep-based diagnostics to rcu_dereference() uses 15 years ago
inflate.c Nicolas Pitre has a new email address 16 years ago
int_sqrt.c
iomap.c Use WARN() in lib/ 17 years ago
iomap_copy.c
iommu-helper.c iommu-helper: use bitmap library 15 years ago
ioremap.c
irq_regs.c
is_single_threaded.c kernel: is_current_single_threaded: don't use ->mmap_sem 16 years ago
kasprintf.c
kernel_lock.c bkl: Fixup core_lock fallout 15 years ago
klist.c driver core: Remove completion from struct klist_node 16 years ago
kobject.c Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
kobject_uevent.c kobject: Constify struct kset_uevent_ops 15 years ago
kref.c
libcrc32c.c libcrc32c: Fix "crc32c undefined" compilation error 16 years ago
list_debug.c list debugging: use WARN() instead of BUG() 17 years ago
list_sort.c lib: revise list_sort() header comment 15 years ago
lmb.c lmb: Add lmb_free() 15 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 locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] 16 years ago
lru_cache.c The DRBD driver 16 years ago
nlattr.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 16 years ago
parser.c parser: remove unnecessary strlen() 15 years ago
percpu_counter.c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
plist.c plist: Make plist debugging raw_spinlock aware 15 years ago
prio_heap.c lib: fix sparse shadowed variable warning 16 years ago
prio_tree.c
proportions.c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
radix-tree.c radix-tree: Disable RCU lockdep checking in radix tree 15 years ago
random32.c random32: seeding improvement 17 years ago
ratelimit.c ratelimit: Make suppressed output messages more useful 15 years ago
rational.c lib/rational.c needs module.h 15 years ago
rbtree.c rb_tree: remove redundant if()-condition in rb_erase() 16 years ago
reciprocal_div.c
rwsem-spinlock.c rwsem: fix rwsem_is_locked() bugs 15 years ago
rwsem.c
scatterlist.c lib/scatterlist: add a flags to signalize mapping direction 16 years ago
sha1.c
show_mem.c mm: use the same log level for show_mem() 15 years ago
smp_processor_id.c cpumask: convert lib/smp_processor_id to new cpumask ops 16 years ago
sort.c generic swap(): lib/sort.c: rename swap to swap_func 16 years ago
spinlock_debug.c locking: Further name space cleanups 15 years ago
string.c lib/string.c: simplify strnstr() 15 years ago
string_helpers.c [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact 16 years ago
swiotlb.c dma-mapping: fix off-by-one error in dma_capable() 15 years ago
syscall.c task_current_syscall 17 years ago
textsearch.c remove CONFIG_KMOD from lib 17 years ago
ts_bm.c textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm 17 years ago
ts_fsm.c textsearch: ts_fsm: return error on request for case insensitive search 17 years ago
ts_kmp.c textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm 17 years ago
vsprintf.c vsprintf: move %pR resource printf_specs off the stack 15 years ago