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
Linus Torvalds eddecbb601 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 14 years ago
..
lzo lib: add support for LZO-compressed kernels 15 years ago
raid6 Move .gitignore from drivers/md to lib/raid6 15 years ago
reed_solomon
xz kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 14 years ago
zlib_deflate trivial: fix typo "to to" in multiple files 16 years ago
zlib_inflate inflate_fast: sout is already a short so ptr arith was off by one. 15 years ago
.gitignore
Kconfig Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 14 years ago
Kconfig.debug Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 14 years ago
Kconfig.kgdb mips,kgdb: kdb low level trap catch and stack trace 15 years ago
Kconfig.kmemcheck kmemcheck: depend on HAVE_ARCH_KMEMCHECK 16 years ago
Makefile Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl 14 years ago
argv_split.c tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
atomic64.c lib: Fix atomic64_add_unless return value convention 15 years ago
atomic64_test.c ARM: 6213/1: atomic64_test: add ARM as supported architecture 15 years ago
audit.c
average.c lib: Improve EWMA efficiency by using bitshifts 14 years ago
bcd.c
bitmap.c lib/bitmap.c: use hex_to_bin() 14 years ago
bitrev.c
btree.c lib/btree: fix possible NULL pointer dereference 15 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: fix one more thinko 15 years ago
cmdline.c
cpu-notifier-error-inject.c fault-injection: add CPU notifier error injection module 15 years ago
cpu_rmap.c lib: cpu_rmap: CPU affinity reverse-mapping 14 years ago
cpumask.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
crc-ccitt.c
crc-itu-t.c
crc-t10dif.c
crc7.c
crc16.c
crc32.c revert "crc32: use __BYTE_ORDER macro for endian detection" 15 years ago
crc32defs.h
ctype.c ctype: constify read-only _ctype string 15 years ago
debug_locks.c Revert "debug_locks: set oops_in_progress if we will log messages." 14 years ago
debugobjects.c debugobjects: Add hint for better object identification 14 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 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 decompressors: add boot-time XZ support 14 years ago
devres.c lib/devres.c: fix comment typo 15 years ago
div64.c div64_u64(): improve precision on 32bit platforms 14 years ago
dma-debug.c llseek: automatically add .llseek fop 15 years ago
dump_stack.c
dynamic_debug.c dynamic_debug: add #include <linux/sched.h> 14 years ago
extable.c module: trim exception table on init free. 16 years ago
fault-inject.c headers: remove sched.h from interrupt.h 16 years ago
find_last_bit.c
find_next_bit.c
flex_array.c flex_array: export symbols to modules 14 years ago
gcd.c lib: add lib/gcd.c 16 years ago
gen_crc32table.c crc32: major optimization 15 years ago
genalloc.c genalloc: fix allocation from end of pool 15 years ago
halfmd4.c
hexdump.c include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard 14 years ago
hweight.c x86: Add optimized popcnt variants 15 years ago
idr.c docbook: add idr/ida to kernel-api docbook 14 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_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 kernel: is_current_single_threaded: don't use ->mmap_sem 16 years ago
kasprintf.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
klist.c
kobject.c kobject: Introduce kset_find_obj_hinted. 14 years ago
kobject_uevent.c kobject_uevent: fix typo in comments 15 years ago
kref.c kref: Add a kref_sub function 14 years ago
lcm.c block: Fix overrun in lcm() and move it to lib 15 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
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
lru_cache.c The DRBD driver 16 years ago
nlattr.c net: fix nla_policy_len to actually _iterate_ over the policy 14 years ago
parser.c lib/parser: cleanup match_number() 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: Add priority list test 14 years ago
prio_heap.c
prio_tree.c
proportions.c
radix-tree.c radix_tree: radix_tree_gang_lookup_tag_slot() may never return 14 years ago
random32.c Merge branch 'master' into for-next 15 years ago
ratelimit.c ratelimit: fix the return value when __ratelimit() fails to acquire the lock 15 years ago
rational.c lib/rational.c needs module.h 15 years ago
rbtree.c Export the augmented rbtree helper functions 14 years ago
reciprocal_div.c
rwsem-spinlock.c rwsem generic spinlock: use IRQ save/restore spinlocks 15 years ago
rwsem.c rwsem: Remove redundant asmregparm annotation 14 years ago
scatterlist.c scatterlist: prevent invalid free when alloc fails 15 years ago
sha1.c
show_mem.c mm: use the same log level for show_mem() 15 years ago
smp_processor_id.c
sort.c
spinlock_debug.c locking: Further name space cleanups 15 years ago
string.c lib/string.c: simplify strnstr() 15 years ago
string_helpers.c
swiotlb.c swiotlb: fix wrong panic 14 years ago
syscall.c
textsearch.c textsearch: doc - fix spelling in lib/textsearch.c. 14 years ago
timerqueue.c timerqueue: Make timerqueue_getnext() static inline 14 years ago
ts_bm.c
ts_fsm.c
ts_kmp.c
uuid.c Unified UUID/GUID definition 15 years ago
vsprintf.c lib/vsprintf.c: fix vscnprintf() if @size is == 0 14 years ago