Andrew Morton 6220ec7844 [PATCH] highest_possible_node_id() linkage fix il y a 18 ans
..
reed_solomon f30c226954 fix file specification in comments il y a 18 ans
zlib_deflate 4f3865fb57 [PATCH] zlib_inflate: Upgrade library code to a recent version il y a 19 ans
zlib_inflate 31925c8857 [PATCH] Fix ppc32 zImage inflate il y a 19 ans
.gitignore 1e65174a33 Add some basic .gitignore files il y a 19 ans
Kconfig e65e1fc2d2 [PATCH] syscall class hookup for all normal targets il y a 18 ans
Kconfig.debug 1b95817dd7 [PATCH] uml shouldn't do HEADERS_CHECK il y a 18 ans
Makefile 5c496374a7 [PATCH] remove carta_random32 il y a 18 ans
audit.c a83fbf6359 [PATCH] fix missing ifdefs in syscall classes hookup for generic targets il y a 18 ans
bitmap.c 01a3ee2b20 [PATCH] bitmap: parse input from kernel and user buffers il y a 18 ans
bust_spinlocks.c 6ab3d5624e Remove obsolete #include <linux/config.h> il y a 19 ans
cmdline.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
cpumask.c 6220ec7844 [PATCH] highest_possible_node_id() linkage fix il y a 18 ans
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c il y a 19 ans
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c il y a 19 ans
crc32.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c il y a 19 ans
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 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
dec_and_lock.c a57004e1af [PATCH] atomic: dec_and_lock use atomic primitives il y a 19 ans
div64.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
extable.c 6ab3d5624e Remove obsolete #include <linux/config.h> il y a 19 ans
find_next_bit.c 930ae745f5 [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() il y a 19 ans
gen_crc32table.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
genalloc.c a58cbd7c24 [PATCH] make genpool allocator adhere to kernel-doc standards il y a 18 ans
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
hweight.c 0136611c62 [PATCH] optimize hweight64 for x86_64 il y a 18 ans
idr.c c259cc2812 [PATCH] Convert idr's internal locking to _irqsave variant il y a 19 ans
inflate.c 4aad724d3e [PATCH] Update in-kernel zlib routines il y a 20 ans
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs il y a 19 ans
iomap.c dae409a277 [PATCH] add Big Endian variants of ioread/iowrite il y a 20 ans
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy il y a 19 ans
ioremap.c db71daabad [PATCH] Generic ioremap_page_range: flush_cache_vmap il y a 18 ans
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs il y a 18 ans
kernel_lock.c 8a25d5debf [PATCH] lockdep: prove spinlock rwlock locking correctness il y a 19 ans
klist.c 7e9f4b2d3e Driver core: Don't call put methods while holding a spinlock il y a 18 ans
kobject.c 80fc9f532d Input: add missing exports to fix modular build il y a 18 ans
kobject_uevent.c 5669021e40 PCI: docking station: remove dock uevents il y a 19 ans
kref.c 8b5536bbee [PATCH] kref: avoid an atomic operation in kref_put() il y a 19 ans
libcrc32c.c 5f507d9e05 [PATCH] constify libcrc32c table il y a 19 ans
list_debug.c ab8e92efcf [PATCH] list_del-debug fix il y a 18 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 6c9076ec9c [PATCH] lockdep: allow read_lock() recursion of same class il y a 19 ans
parser.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
percpu_counter.c 0216bfcffe [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter il y a 19 ans
plist.c 77ba89c5cf [PATCH] pi-futex: add plist implementation il y a 19 ans
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
radix-tree.c 20241ad409 [PATCH] gfp annotations: radix_tree_root il y a 18 ans
random32.c aaa248f6c9 [PATCH] rename net_random to random32 il y a 18 ans
rbtree.c 10fd48f237 [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev il y a 18 ans
rwsem-spinlock.c 4dfbb9d8c6 Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() il y a 18 ans
rwsem.c 4dfbb9d8c6 Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() il y a 18 ans
semaphore-sleepers.c 6ab3d5624e Remove obsolete #include <linux/config.h> il y a 19 ans
sha1.c 23712b2fbf [PATCH] lib/sha1.c: fix sparse warning il y a 20 ans
smp_processor_id.c 4e57b68178 [PATCH] fix missing includes il y a 19 ans
sort.c d3717bdf8f [PATCH] low performance of lib/sort.c il y a 18 ans
spinlock_debug.c 4dfbb9d8c6 Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() il y a 18 ans
string.c 481fad4834 [PATCH] strstrip() API il y a 19 ans
swiotlb.c 3481454589 BUG_ON() Conversion in lib/swiotlb.c il y a 19 ans
textsearch.c 6ab3d5624e Remove obsolete #include <linux/config.h> il y a 19 ans
ts_bm.c 3ffaa8c7c0 [TEXTSEARCH]: Fix Boyer Moore initialization bug il y a 19 ans
ts_fsm.c 1497b2749b [PATCH] lib/ts_fsm.c: constify structs il y a 18 ans
ts_kmp.c 6ab3d5624e Remove obsolete #include <linux/config.h> il y a 19 ans
vsprintf.c 0a6047eef1 Fix vsnprintf off-by-one bug il y a 19 ans