Linus Torvalds dc57da3875 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels 15 years ago
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
zlib_deflate fd589a8f0a trivial: fix typo "to to" in multiple files 15 years ago
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. 15 years ago
.gitignore 1e65174a33 Add some basic .gitignore files 19 years ago
Kconfig b8fa05719b Revert "lib: build list_sort() only if needed" 15 years ago
Kconfig.debug 9343af084c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ 15 years ago
Kconfig.kgdb 5f5ddfb360 kgdb: remove the requirement for CONFIG_FRAME_POINTER 17 years ago
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK 16 years ago
Makefile 2cda2728aa block: Fix overrun in lcm() and move it to lib 15 years ago
argv_split.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
atomic64.c 3fc7b4b220 lib: export generic atomic64_t functions 16 years ago
audit.c e54dc2431d [PATCH] audit signal recipients 18 years ago
bcd.c d3de851a44 rtc: BCD codeshrink 17 years ago
bitmap.c 08564fb7ab bitmap: use for_each_set_bit() 15 years ago
bitrev.c 3527fb326f lib: export bitrev16 17 years ago
btree.c 5db53f3e80 [LogFS] add new flash file system 15 years ago
bug.c b93a531e31 allow bug table entries to use relative pointers (and use it on x86-64) 16 years ago
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console 16 years ago
check_signature.c cc2ea416b2 uninline check_signature() 18 years ago
checksum.c 0a5549ed16 lib/checksum: fix one more thinko 15 years ago
cmdline.c d974ae379a generic, memparse(): constify argument 17 years ago
cpumask.c 5a0e3ad6af 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 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 years ago
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 18 years ago
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC 17 years ago
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 years ago
crc32.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
crc7.c ad241528c4 CRC7 support 18 years ago
ctype.c 7707e61c70 ctype: constify read-only _ctype string 15 years ago
debug_locks.c 632ee20013 rcu: Introduce lockdep-based checking to RCU read-side primitives 15 years ago
debugobjects.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
dec_and_lock.c 417dcdf99e atomic: only take lock when the counter drops to zero on UP as well 16 years ago
decompress.c cacb246f8d Add LZO compression support for initramfs and old-style initrd 15 years ago
decompress_bunzip2.c d4529862ca bzip2: Add missing checks for malloc returning NULL 15 years ago
decompress_inflate.c 6a8811629e lzma/gzip: fix potential oops when input data is truncated 15 years ago
decompress_unlzma.c 6a8811629e lzma/gzip: fix potential oops when input data is truncated 15 years ago
decompress_unlzo.c 7dd65feb6c lib: add support for LZO-compressed kernels 15 years ago
devres.c 5a0e3ad6af 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 d5e181f78a add an inlined version of iter_div_u64_rem 17 years ago
dma-debug.c 39a37ce1cc dma-debug: Cleanup for copy-loop in filter_write() 15 years ago
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
dynamic_debug.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
extable.c ad6561dffa module: trim exception table on init free. 16 years ago
fault-inject.c d43c36dc6b headers: remove sched.h from interrupt.h 15 years ago
find_last_bit.c ab53d472e7 bitmap: find_last_bit() 16 years ago
find_next_bit.c fee4b19fb3 bitops: remove "optimizations" 17 years ago
flex_array.c fc0d8d944d flex_array: add missing kerneldoc annotations 15 years ago
gcd.c d282922461 lib: add lib/gcd.c 16 years ago
gen_crc32table.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
genalloc.c 5a0e3ad6af 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 1da177e4c3 Linux-2.6.12-rc2 20 years ago
hexdump.c c67ae69b66 hexdump: remove the trailing space 16 years ago
hweight.c 39d997b514 x86, core: Optimize hweight32() 15 years ago
idr.c 96be753af9 idr: Apply lockdep-based diagnostics to rcu_dereference() uses 15 years ago
inflate.c 5a0e3ad6af 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 f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs 19 years ago
iomap.c 5cd2b459d3 Use WARN() in lib/ 17 years ago
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy 19 years ago
iommu-helper.c a66022c457 iommu-helper: use bitmap library 15 years ago
ioremap.c 53fa664525 lib/ioremap.c should #include <linux/io.h> 17 years ago
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs 18 years ago
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem 16 years ago
kasprintf.c 5a0e3ad6af 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 fa4062e7ea bkl: Fixup core_lock fallout 15 years ago
klist.c 210272a284 driver core: Remove completion from struct klist_node 16 years ago
kobject.c 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
kobject_uevent.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
kref.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
lcm.c 2cda2728aa block: Fix overrun in lcm() and move it to lib 15 years ago
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error 16 years ago
list_debug.c 924d9addb9 list debugging: use WARN() instead of BUG() 17 years ago
list_sort.c 02b12b7a28 lib: revise list_sort() header comment 15 years ago
lmb.c 24551f64d4 lmb: Add lmb_free() 15 years ago
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 years ago
locking-selftest.c d820ac4c2f locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] 16 years ago
lru_cache.c b411b3637f The DRBD driver 15 years ago
nlattr.c 01e6de64d9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 16 years ago
parser.c b5f54b07c0 parser: remove unnecessary strlen() 15 years ago
percpu_counter.c f94181da71 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 a26724591e plist: Make plist debugging raw_spinlock aware 15 years ago
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning 16 years ago
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
proportions.c f94181da71 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 ce82653d6c radix_tree_tag_get() is not as safe as the docs make out [ver #2] 15 years ago
random32.c 697f8d0348 random32: seeding improvement 17 years ago
ratelimit.c 57119c34e5 ratelimit: fix the return value when __ratelimit() fails to acquire the lock 15 years ago
rational.c 7ee3aebe31 lib/rational.c needs module.h 15 years ago
rbtree.c 4b324126e0 rb_tree: remove redundant if()-condition in rb_erase() 16 years ago
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() 18 years ago
rwsem-spinlock.c 3eac4abaa6 rwsem generic spinlock: use IRQ save/restore spinlocks 15 years ago
rwsem.c d50efc6c40 x86: fix UML and -regparm=3 17 years ago
scatterlist.c 5a0e3ad6af 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 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. 18 years ago
show_mem.c f047f4f379 mm: use the same log level for show_mem() 15 years ago
smp_processor_id.c 4ab0a9409a cpumask: convert lib/smp_processor_id to new cpumask ops 16 years ago
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func 16 years ago
spinlock_debug.c 9828ea9d75 locking: Further name space cleanups 15 years ago
string.c d6a2eedfdd lib/string.c: simplify strnstr() 15 years ago
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact 16 years ago
swiotlb.c 5a0e3ad6af 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 bbc698636e task_current_syscall 17 years ago
textsearch.c 5a0e3ad6af 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 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm 17 years ago
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search 17 years ago
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm 17 years ago
vsprintf.c 4e310fda91 vsprintf: Change struct printf_spec.precision from s8 to s16 15 years ago