..
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
XZ: Fix missing <linux/kernel.h> include
14 years ago
zlib_deflate
zlib: slim down zlib_deflate() workspace when possible
14 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 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
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 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
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
audit: support the "standard" <asm-generic/unistd.h>
14 years ago
average.c
lib: Improve EWMA efficiency by using bitshifts
14 years ago
bcd.c
rtc: BCD codeshrink
17 years ago
bch.c
lib: add shared BCH ECC library
14 years ago
bitmap.c
cpusets: randomize node rotor used in cpuset_mem_spread_node()
14 years ago
bitrev.c
lib: export bitrev16
17 years ago
bsearch.c
lib: Add generic binary search function to the kernel.
14 years ago
btree.c
Fix common misspellings
14 years ago
bug.c
modules: Fix module_bug_list list corruption race
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.c: optimize do_csum a bit
14 years ago
cmdline.c
generic, memparse(): constify argument
17 years ago
cordic.c
lib: cordic: add library module providing cordic angle calculation
14 years ago
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
cpumask: alloc_cpumask_var() use NUMA_NO_NODE
14 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
…
crc8.c
lib: crc8: add new library module providing crc8 algorithm
14 years ago
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: Fix boot crash when kmemleak and debugobjects enabled
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
Fix common misspellings
14 years ago
devres.c
devres: fix possible use after free
14 years ago
div64.c
div64_u64(): improve precision on 32bit platforms
14 years ago
dma-debug.c
dma-debug: print information about leaked entry
14 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
fault-injection: use debugfs_remove_recursive
14 years ago
find_last_bit.c
bitops: add #ifndef for each of find bitops
14 years ago
find_next_bit.c
arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}
14 years ago
flex_array.c
flex_array: avoid divisions when accessing elements
14 years ago
gcd.c
lib: add lib/gcd.c
16 years ago
gen_crc32table.c
crc32: major optimization
15 years ago
genalloc.c
lib/genalloc.c: add support for specifying the physical address
14 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: make IOPORT/PCI mapping functions conditional
14 years ago
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
driver core: Remove completion from struct klist_node
16 years ago
kobject.c
Delay struct net freeing while there's a sysfs instance refering to it
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
kstrtox.c
lib: make _tolower() public
14 years ago
lcm.c
lib/lcm.c: quiet sparse noise
14 years ago
libcrc32c.c
libcrc32c: Fix "crc32c undefined" compilation error
16 years ago
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
rcu: Fix unpaired rcu_irq_enter() from locking selftests
14 years ago
lru_cache.c
lru_cache: use correct type in sizeof for allocation
14 years ago
nlattr.c
net: fix nla_policy_len to actually _iterate_ over the policy
14 years ago
parser.c
Fix common misspellings
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: Remove the need to supply locks to plist heads
14 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: 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
arch, mm: filter disallowed nodes from arch specific show_mem functions
14 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
Add a strtobool function matching semantics of existing in kernel equivalents
14 years ago
string_helpers.c
[SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact
16 years ago
swiotlb.c
swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.
14 years ago
syscall.c
task_current_syscall
17 years ago
test-kstrtox.c
kstrtox: fix compile warnings in test
14 years ago
textsearch.c
textsearch: doc - fix spelling in lib/textsearch.c.
14 years ago
timerqueue.c
Fix common misspellings
14 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
uuid.c
Unified UUID/GUID definition
15 years ago
vsprintf.c
Merge 'akpm' patch series
14 years ago