..
lzo
lib: add support for LZO-compressed kernels
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
Revert "lib: build list_sort() only if needed"
15 years ago
Kconfig.debug
DYNAMIC_DEBUG: fix documentation errors
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 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
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
x86, atomic64: In selftest, distinguish x86-64 from 586+
15 years ago
audit.c
…
bcd.c
…
bitmap.c
bitmap: use for_each_set_bit()
15 years ago
bitrev.c
…
btree.c
lib/btree: fix possible NULL pointer dereference
15 years ago
bug.c
panic: Allow warnings to set different taint flags
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
…
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
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
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: fix the use of LZO to decompress initramfs images
15 years ago
devres.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
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
dynamic_debug: small cleanup in ddebug_proc_write()
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
…
flex_array.c
flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO
15 years ago
gcd.c
lib: add lib/gcd.c
16 years ago
gen_crc32table.c
crc32: major optimization
15 years ago
genalloc.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
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
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
15 years ago
inflate.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
15 years ago
int_sqrt.c
…
iomap.c
…
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
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
hotplug: netns aware uevent_helper
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_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
15 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_tag_get() is not as safe as the docs make out [ver #2 ]
15 years ago
random32.c
…
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: Add support for augmented rbtrees
15 years ago
reciprocal_div.c
…
rwsem-spinlock.c
rwsem generic spinlock: use IRQ save/restore spinlocks
15 years ago
rwsem.c
rwsem: Test for no active locks in __rwsem_do_wake undo code
15 years ago
scatterlist.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
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
…
swiotlb.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
15 years ago
syscall.c
…
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
…
vsprintf.c
vsprintf.c: use noinline_for_stack
15 years ago