Dave Jones 924d9addb9 list debugging: use WARN() instead of BUG() il y a 17 ans
..
lzo 545e400619 lzo: use get/put_unaligned_* helpers il y a 17 ans
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h il y a 17 ans
zlib_deflate 643d1f7fe3 lib/: Spelling fixes il y a 17 ans
zlib_inflate d4faaecbcc [ZLIB]: Fix external builds of zlib_inflate code. il y a 18 ans
.gitignore 1e65174a33 Add some basic .gitignore files il y a 20 ans
Kconfig f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC il y a 17 ans
Kconfig.debug 6b74ab97bc mm: add a basic debugging framework for memory initialisation il y a 17 ans
Kconfig.kgdb 68afab1cb3 kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variable il y a 17 ans
Makefile d3de851a44 rtc: BCD codeshrink il y a 17 ans
argv_split.c 5a56db1c0f LIB: Replace inappropriate include of <linux/bug.h> il y a 18 ans
audit.c e54dc2431d [PATCH] audit signal recipients il y a 18 ans
bcd.c d3de851a44 rtc: BCD codeshrink il y a 17 ans
bitmap.c f4ed0deae8 cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len il y a 17 ans
bitrev.c 3527fb326f lib: export bitrev16 il y a 17 ans
bug.c da9eac8990 lib: taint kernel in common report_bug() WARN path. il y a 17 ans
bust_spinlocks.c 004429956b handle recursive calls to bust_spinlocks() il y a 18 ans
check_signature.c cc2ea416b2 uninline check_signature() il y a 18 ans
cmdline.c fd19382974 lib: allow memparse() to accept a NULL and ignorable second parm il y a 17 ans
cpumask.c 41df0d61c2 x86: Add performance variants of cpumask operators il y a 17 ans
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c il y a 19 ans
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 il y a 18 ans
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC il y a 17 ans
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c il y a 19 ans
crc32.c 643d1f7fe3 lib/: Spelling fixes il y a 17 ans
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
crc7.c ad241528c4 CRC7 support il y a 18 ans
ctype.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
debug_locks.c 9a11b49a80 [PATCH] lockdep: better lock debugging il y a 19 ans
debugobjects.c 8b05c7e6e1 add a helper function to test if an object is on the stack il y a 17 ans
dec_and_lock.c a57004e1af [PATCH] atomic: dec_and_lock use atomic primitives il y a 19 ans
devres.c b41e5fffe8 [POWERPC] devres: Add devm_ioremap_prot() il y a 17 ans
div64.c d5e181f78a add an inlined version of iter_div_u64_rem il y a 17 ans
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
extable.c 15ae02baf0 lib/extable.c: remove an expensive integer divide in search_extable() il y a 17 ans
fault-inject.c 8b88b0998e libfs: allow error return from simple attributes il y a 17 ans
find_next_bit.c fee4b19fb3 bitops: remove "optimizations" il y a 17 ans
gen_crc32table.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
genalloc.c 94f6030ca7 Slab allocators: Replace explicit zeroing with __GFP_ZERO il y a 18 ans
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
hexdump.c 3fc957721d lib: create common ascii hex array il y a 17 ans
hweight.c 1977f03272 remove asm/bitops.h includes il y a 18 ans
idr.c af8e2a4cb9 idr: fix idr_remove() il y a 17 ans
inflate.c 2d6ffcca62 inflate: refactor inflate malloc code il y a 17 ans
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs il y a 19 ans
iomap.c b70d3a2c59 iomap: fix 64 bits resources on 32 bits il y a 17 ans
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy il y a 19 ans
iommu-helper.c 3715863aa1 iommu: export iommu_is_span_boundary helper function il y a 17 ans
ioremap.c 53fa664525 lib/ioremap.c should #include <linux/io.h> il y a 18 ans
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs il y a 19 ans
kasprintf.c 96e3e18eed lib: move kasprintf to a separate file il y a 18 ans
kernel_lock.c 8e3e076c5a BKL: revert back to the old spinlock implementation il y a 17 ans
klist.c c3bb7fadaf klist: fix coding style errors in klist.h and klist.c il y a 17 ans
kobject.c d955c78ac4 Example use of WARN() il y a 17 ans
kobject_uevent.c 0ad1d6f37c kobject: Transmit return value of call_usermodehelper() to caller il y a 17 ans
kref.c 41ca28ab2a kref: add kref_set() il y a 17 ans
libcrc32c.c ef19454bd4 [LIB] crc32c: Keep intermediate crc state in cpu order il y a 17 ans
list_debug.c 924d9addb9 list debugging: use WARN() instead of BUG() il y a 17 ans
lmb.c f9ebcd9d41 lmb: Fix compile warning il y a 17 ans
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest.c 2ee91f197c [PATCH] lockdep: show more details about self-test failures il y a 18 ans
parser.c b32a09db4f add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust il y a 17 ans
percpu_counter.c e8ced39d5e percpu_counter: new function percpu_counter_sum_and_set il y a 17 ans
plist.c 77ba89c5cf [PATCH] pi-futex: add plist implementation il y a 19 ans
prio_heap.c 8707d8b8c0 Fix cpusets update_cpumask il y a 18 ans
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
proportions.c a42dde0415 mm: bdi: allow setting a maximum for the bdi dirty limit il y a 17 ans
radix-tree.c cde5353599 Christoph has moved il y a 17 ans
random32.c 61407f80f7 [NET]: srandom32 fixes for networking v2 il y a 17 ans
ratelimit.c 5f97a5a879 isolate ratelimit from printk.c for other use il y a 17 ans
rbtree.c 10fd48f237 [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev il y a 19 ans
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() il y a 18 ans
rwsem-spinlock.c 9f741cb8fe lib: remove fastcall from lib/* il y a 17 ans
rwsem.c d50efc6c40 x86: fix UML and -regparm=3 il y a 17 ans
scatterlist.c 137d3edb48 sg: reimplement sg mapping iterator il y a 17 ans
sha1.c 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. il y a 18 ans
smp_processor_id.c 06f8d00e9e cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fix il y a 17 ans
sort.c 995e4286a0 lib/sort.c optimization il y a 18 ans
spinlock_debug.c ba25f9dcc4 Use helpers to obtain task pid in printks il y a 18 ans
string.c 34990cf702 Add a new sysfs_streq() string comparison function il y a 17 ans
swiotlb.c 309df0c503 dma/ia64: update ia64 machvecs, swiotlb.c il y a 17 ans
textsearch.c a00caa1fa9 remove CONFIG_KMOD from lib il y a 17 ans
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm il y a 17 ans
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search il y a 17 ans
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm il y a 17 ans
vsprintf.c 0fe1ef24f7 vsprintf: add support for '%pS' and '%pF' pointer formats il y a 17 ans