Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN vor 15 Jahren
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels vor 15 Jahren
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h vor 17 Jahren
zlib_deflate fd589a8f0a trivial: fix typo "to to" in multiple files vor 16 Jahren
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. vor 15 Jahren
.gitignore 1e65174a33 Add some basic .gitignore files vor 20 Jahren
Kconfig b8fa05719b Revert "lib: build list_sort() only if needed" vor 15 Jahren
Kconfig.debug 93c9d7f60c Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip vor 15 Jahren
Kconfig.kgdb 5dd11d5d47 mips,kgdb: kdb low level trap catch and stack trace vor 15 Jahren
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK vor 16 Jahren
Makefile cb41838bbc Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip vor 15 Jahren
argv_split.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function vor 15 Jahren
atomic64.c 97577896f6 lib: Fix atomic64_add_unless return value convention vor 15 Jahren
atomic64_test.c a5c9161f27 x86, atomic64: In selftest, distinguish x86-64 from 586+ vor 15 Jahren
audit.c e54dc2431d [PATCH] audit signal recipients vor 18 Jahren
bcd.c d3de851a44 rtc: BCD codeshrink vor 17 Jahren
bitmap.c 08564fb7ab bitmap: use for_each_set_bit() vor 15 Jahren
bitrev.c 3527fb326f lib: export bitrev16 vor 17 Jahren
btree.c 43aa7ac736 lib/btree: fix possible NULL pointer dereference vor 15 Jahren
bug.c b2be05273a panic: Allow warnings to set different taint flags vor 15 Jahren
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console vor 16 Jahren
check_signature.c cc2ea416b2 uninline check_signature() vor 18 Jahren
checksum.c 0a5549ed16 lib/checksum: fix one more thinko vor 15 Jahren
cmdline.c d974ae379a generic, memparse(): constify argument vor 17 Jahren
cpumask.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c vor 19 Jahren
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 vor 18 Jahren
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC vor 17 Jahren
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c vor 19 Jahren
crc32.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
crc7.c ad241528c4 CRC7 support vor 18 Jahren
ctype.c 7707e61c70 ctype: constify read-only _ctype string vor 15 Jahren
debug_locks.c 632ee20013 rcu: Introduce lockdep-based checking to RCU read-side primitives vor 15 Jahren
debugobjects.c f262af3d08 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip vor 15 Jahren
dec_and_lock.c 417dcdf99e atomic: only take lock when the counter drops to zero on UP as well vor 16 Jahren
decompress.c cacb246f8d Add LZO compression support for initramfs and old-style initrd vor 15 Jahren
decompress_bunzip2.c d4529862ca bzip2: Add missing checks for malloc returning NULL vor 15 Jahren
decompress_inflate.c 6a8811629e lzma/gzip: fix potential oops when input data is truncated vor 16 Jahren
decompress_unlzma.c 6a8811629e lzma/gzip: fix potential oops when input data is truncated vor 16 Jahren
decompress_unlzo.c ccdb40048b lib: fix the use of LZO to decompress initramfs images vor 15 Jahren
devres.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
div64.c d5e181f78a add an inlined version of iter_div_u64_rem vor 17 Jahren
dma-debug.c 39a37ce1cc dma-debug: Cleanup for copy-loop in filter_write() vor 15 Jahren
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
dynamic_debug.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
extable.c ad6561dffa module: trim exception table on init free. vor 16 Jahren
fault-inject.c d43c36dc6b headers: remove sched.h from interrupt.h vor 16 Jahren
find_last_bit.c ab53d472e7 bitmap: find_last_bit() vor 16 Jahren
find_next_bit.c fee4b19fb3 bitops: remove "optimizations" vor 17 Jahren
flex_array.c e59464c735 flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO vor 15 Jahren
gcd.c d282922461 lib: add lib/gcd.c vor 16 Jahren
gen_crc32table.c 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
genalloc.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
hexdump.c c67ae69b66 hexdump: remove the trailing space vor 16 Jahren
hweight.c d61931d89b x86: Add optimized popcnt variants vor 15 Jahren
idr.c 329f9052db Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 vor 15 Jahren
inflate.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs vor 19 Jahren
iomap.c 5cd2b459d3 Use WARN() in lib/ vor 17 Jahren
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy vor 19 Jahren
iommu-helper.c a66022c457 iommu-helper: use bitmap library vor 15 Jahren
ioremap.c 53fa664525 lib/ioremap.c should #include <linux/io.h> vor 18 Jahren
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs vor 19 Jahren
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem vor 16 Jahren
kasprintf.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
kernel_lock.c fa4062e7ea bkl: Fixup core_lock fallout vor 15 Jahren
klist.c 210272a284 driver core: Remove completion from struct klist_node vor 16 Jahren
kobject.c be867b194a sysfs: Comment sysfs directory tagging logic vor 15 Jahren
kobject_uevent.c 417daa1e8f hotplug: netns aware uevent_helper vor 15 Jahren
kref.c db1afffab0 kref: remove kref_set vor 15 Jahren
lcm.c 2cda2728aa block: Fix overrun in lcm() and move it to lib vor 15 Jahren
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error vor 16 Jahren
list_debug.c 924d9addb9 list debugging: use WARN() instead of BUG() vor 17 Jahren
list_sort.c 02b12b7a28 lib: revise list_sort() header comment vor 15 Jahren
lmb.c 24551f64d4 lmb: Add lmb_free() vor 15 Jahren
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests vor 19 Jahren
locking-selftest.c d820ac4c2f locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] vor 16 Jahren
lru_cache.c b411b3637f The DRBD driver vor 16 Jahren
nlattr.c 01e6de64d9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 vor 16 Jahren
parser.c b5f54b07c0 parser: remove unnecessary strlen() vor 15 Jahren
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 vor 16 Jahren
plist.c a26724591e plist: Make plist debugging raw_spinlock aware vor 15 Jahren
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning vor 16 Jahren
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
proportions.c f94181da71 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip vor 16 Jahren
radix-tree.c ce82653d6c radix_tree_tag_get() is not as safe as the docs make out [ver #2] vor 15 Jahren
random32.c 697f8d0348 random32: seeding improvement vor 17 Jahren
ratelimit.c 57119c34e5 ratelimit: fix the return value when __ratelimit() fails to acquire the lock vor 15 Jahren
rational.c 7ee3aebe31 lib/rational.c needs module.h vor 15 Jahren
rbtree.c 17d9ddc72f rbtree: Add support for augmented rbtrees vor 15 Jahren
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() vor 18 Jahren
rwsem-spinlock.c 3eac4abaa6 rwsem generic spinlock: use IRQ save/restore spinlocks vor 15 Jahren
rwsem.c 91af708141 rwsem: Test for no active locks in __rwsem_do_wake undo code vor 15 Jahren
scatterlist.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
sha1.c 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. vor 18 Jahren
show_mem.c f047f4f379 mm: use the same log level for show_mem() vor 15 Jahren
smp_processor_id.c 4ab0a9409a cpumask: convert lib/smp_processor_id to new cpumask ops vor 16 Jahren
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func vor 16 Jahren
spinlock_debug.c 9828ea9d75 locking: Further name space cleanups vor 15 Jahren
string.c d6a2eedfdd lib/string.c: simplify strnstr() vor 15 Jahren
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact vor 17 Jahren
swiotlb.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
syscall.c bbc698636e task_current_syscall vor 17 Jahren
textsearch.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h vor 15 Jahren
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm vor 17 Jahren
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search vor 17 Jahren
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm vor 17 Jahren
vsprintf.c 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN vor 15 Jahren