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
Randy Dunlap 625fdcaa6d latencytop: Fix kconfig dependency warnings 15 years ago
..
lzo lib: add support for LZO-compressed kernels 15 years ago
raid6 Further tidyup of raid6 naming in lib/raid6 15 years ago
reed_solomon
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 'async' of macbook:git/btrfs-unstable 15 years ago
Kconfig.debug latencytop: Fix kconfig dependency warnings 15 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 'async' of macbook:git/btrfs-unstable 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: 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
bcd.c rtc: BCD codeshrink 17 years ago
bitmap.c Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" 15 years ago
bitrev.c
btree.c lib/btree: fix possible NULL pointer dereference 15 years ago
bug.c lib/bug.c: add oops end marker to WARN implementation 15 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
cpu-notifier-error-inject.c fault-injection: add CPU notifier error injection module 15 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 rcu: Introduce lockdep-based checking to RCU read-side primitives 15 years ago
debugobjects.c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 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 lib/decompress_bunzip2.c: fix checkstack warning 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: fix the use of LZO to decompress initramfs images 15 years ago
devres.c lib/devres.c: fix comment typo 15 years ago
div64.c
dma-debug.c dma-debug: Cleanup for copy-loop in filter_write() 15 years ago
dump_stack.c
dynamic_debug.c module: initialize module dynamic debug later 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 16 years ago
find_last_bit.c bitmap: find_last_bit() 16 years ago
find_next_bit.c
flex_array.c flex_array: add helpers to get and put to make pointers easy to use 15 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 lib: introduce common method to convert hex digits 15 years ago
hweight.c x86: Add optimized popcnt variants 15 years ago
idr.c idr: fix RCU lockdep splat in idr_get_next() 15 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 Use WARN() in lib/ 17 years ago
iomap_copy.c
iommu-helper.c iommu: inline iommu_num_pages 15 years ago
ioremap.c x86, ioremap: Fix incorrect physical address handling in PAE mode 15 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
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 sysfs: Comment sysfs directory tagging logic 15 years ago
kobject_uevent.c kobject: free memory if netlink_kernel_create() fails 15 years ago
kref.c kref: remove kref_set 15 years ago
lcm.c block: Fix overrun in lcm() and move it to lib 15 years ago
libcrc32c.c libcrc32c: Fix "crc32c undefined" compilation error 16 years ago
list_debug.c list debugging: warn when deleting a deleted entry 15 years ago
list_sort.c lib: revise list_sort() header comment 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 tmpfs: add accurate compare function to percpu_counter library 15 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: omplement function radix_tree_range_tag_if_tagged 15 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 rbtree: Undo augmented trees performance damage and regression 15 years ago
reciprocal_div.c
rwsem-spinlock.c rwsem generic spinlock: use IRQ save/restore spinlocks 15 years ago
rwsem.c rwsem: smaller wrappers around rwsem_down_failed_common 15 years ago
scatterlist.c lib/scatterlist: Hook sg_kmalloc into kmemleak (v2) 15 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 17 years ago
swiotlb.c swiotlb: Make swiotlb bookkeeping functions visible in the header file. 15 years ago
syscall.c task_current_syscall 17 years ago
textsearch.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
ts_bm.c
ts_fsm.c
ts_kmp.c
uuid.c Unified UUID/GUID definition 15 years ago
vsprintf.c lib: vsprintf: useless strlen() removed 15 years ago