Aneesh Kumar K.V 542cfce6f3 kobject: kobject_uevent() returns manageable value 18 éve
..
reed_solomon f30c226954 fix file specification in comments 19 éve
zlib_deflate 4f3865fb57 [PATCH] zlib_inflate: Upgrade library code to a recent version 19 éve
zlib_inflate 31925c8857 [PATCH] Fix ppc32 zImage inflate 19 éve
.gitignore 1e65174a33 Add some basic .gitignore files 20 éve
Kconfig ee36c2bf8e [PATCH] uml problems with linux/io.h 18 éve
Kconfig.debug d1526e2cda Remove stack unwinder for now 18 éve
Makefile ee36c2bf8e [PATCH] uml problems with linux/io.h 18 éve
audit.c a83fbf6359 [PATCH] fix missing ifdefs in syscall classes hookup for generic targets 19 éve
bitmap.c 01a3ee2b20 [PATCH] bitmap: parse input from kernel and user buffers 19 éve
bitrev.c 0258736a0a [PATCH] add MODULE_* attributes to bit reversal library 18 éve
bug.c 7664c5a1da [PATCH] Generic BUG implementation 18 éve
bust_spinlocks.c 6ab3d5624e Remove obsolete #include <linux/config.h> 19 éve
cmdline.c 22f2e28017 [PATCH] get_options to allow a hypenated range for isolcpus 18 éve
cpumask.c 6220ec7844 [PATCH] highest_possible_node_id() linkage fix 19 éve
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 éve
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 éve
crc32.c 906d66df18 [PATCH] crc32: replace bitreverse by bitrev32 18 éve
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 20 éve
ctype.c 1da177e4c3 Linux-2.6.12-rc2 20 éve
debug_locks.c 9a11b49a80 [PATCH] lockdep: better lock debugging 19 éve
dec_and_lock.c a57004e1af [PATCH] atomic: dec_and_lock use atomic primitives 19 éve
div64.c 1da177e4c3 Linux-2.6.12-rc2 20 éve
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 20 éve
extable.c 6ab3d5624e Remove obsolete #include <linux/config.h> 19 éve
fault-inject.c d1526e2cda Remove stack unwinder for now 18 éve
find_next_bit.c 930ae745f5 [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() 19 éve
gen_crc32table.c 1da177e4c3 Linux-2.6.12-rc2 20 éve
genalloc.c a58cbd7c24 [PATCH] make genpool allocator adhere to kernel-doc standards 19 éve
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 20 éve
hweight.c 0136611c62 [PATCH] optimize hweight64 for x86_64 19 éve
idr.c e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 éve
inflate.c 4aad724d3e [PATCH] Update in-kernel zlib routines 20 éve
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs 19 éve
iomap.c 34ba8a5cd0 [PATCH] Arch provides generic iomap missing accessors 18 éve
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy 19 éve
ioremap.c ee36c2bf8e [PATCH] uml problems with linux/io.h 18 éve
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs 19 éve
kernel_lock.c 8a25d5debf [PATCH] lockdep: prove spinlock rwlock locking correctness 19 éve
klist.c 7e9f4b2d3e Driver core: Don't call put methods while holding a spinlock 19 éve
kobject.c 4668edc334 [PATCH] kernel core: replace kmalloc+memset with kzalloc 18 éve
kobject_uevent.c 542cfce6f3 kobject: kobject_uevent() returns manageable value 18 éve
kref.c f334b60b43 kref refcnt and false positives 18 éve
libcrc32c.c 5f507d9e05 [PATCH] constify libcrc32c table 19 éve
list_debug.c 8f63fdbbd6 [PATCH] More list debugging context 18 éve
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests 19 éve
locking-selftest.c 2ee91f197c [PATCH] lockdep: show more details about self-test failures 18 éve
parser.c 1da177e4c3 Linux-2.6.12-rc2 20 éve
percpu_counter.c 0216bfcffe [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter 19 éve
plist.c 77ba89c5cf [PATCH] pi-futex: add plist implementation 19 éve
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 20 éve
radix-tree.c 0231606785 [PATCH] hotplug CPU: clean up hotcpu_notifier() use 18 éve
random32.c f6a570333e [PATCH] severing module.h->sched.h 18 éve
rbtree.c 10fd48f237 [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev 19 éve
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() 18 éve
rwsem-spinlock.c 4dfbb9d8c6 Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() 19 éve
rwsem.c 4dfbb9d8c6 Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() 19 éve
semaphore-sleepers.c 6ab3d5624e Remove obsolete #include <linux/config.h> 19 éve
sha1.c 23712b2fbf [PATCH] lib/sha1.c: fix sparse warning 20 éve
smp_processor_id.c 4e57b68178 [PATCH] fix missing includes 20 éve
sort.c d3717bdf8f [PATCH] low performance of lib/sort.c 19 éve
spinlock_debug.c bb81a09e55 [PATCH] x86: all cpu backtrace 18 éve
string.c 6e6d9fa6f9 [PATCH] strstrip remove last blank fix 19 éve
swiotlb.c 3481454589 BUG_ON() Conversion in lib/swiotlb.c 19 éve
textsearch.c 03a67a46af Fix typos in doc and comments 18 éve
ts_bm.c 3ffaa8c7c0 [TEXTSEARCH]: Fix Boyer Moore initialization bug 19 éve
ts_fsm.c 1497b2749b [PATCH] lib/ts_fsm.c: constify structs 19 éve
ts_kmp.c 6ab3d5624e Remove obsolete #include <linux/config.h> 19 éve
vsprintf.c 0a6047eef1 Fix vsnprintf off-by-one bug 19 éve