Joe Perches 0159f24ee7 lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian hace 15 años
..
lzo 545e400619 lzo: use get/put_unaligned_* helpers hace 17 años
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h hace 17 años
zlib_deflate fd589a8f0a trivial: fix typo "to to" in multiple files hace 16 años
zlib_inflate bc22c17e12 bzip2/lzma: library support for gzip, bzip2 and lzma decompression hace 16 años
.gitignore 1e65174a33 Add some basic .gitignore files hace 20 años
Kconfig b411b3637f The DRBD driver hace 16 años
Kconfig.debug dcc7cd0112 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 hace 15 años
Kconfig.kgdb 5f5ddfb360 kgdb: remove the requirement for CONFIG_FRAME_POINTER hace 17 años
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK hace 16 años
Makefile b411b3637f The DRBD driver hace 16 años
argv_split.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function hace 15 años
atomic64.c 3fc7b4b220 lib: export generic atomic64_t functions hace 16 años
audit.c e54dc2431d [PATCH] audit signal recipients hace 18 años
bcd.c d3de851a44 rtc: BCD codeshrink hace 17 años
bitmap.c c1a2a962a2 bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area hace 15 años
bitrev.c 3527fb326f lib: export bitrev16 hace 17 años
bug.c b93a531e31 allow bug table entries to use relative pointers (and use it on x86-64) hace 16 años
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console hace 16 años
check_signature.c cc2ea416b2 uninline check_signature() hace 18 años
checksum.c 0a5549ed16 lib/checksum: fix one more thinko hace 15 años
cmdline.c d974ae379a generic, memparse(): constify argument hace 17 años
cpumask.c 38c7fed2f5 x86: remove some alloc_bootmem_cpumask_var calling hace 16 años
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c hace 19 años
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 hace 18 años
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC hace 17 años
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c hace 19 años
crc32.c ddcaccbc17 crc32: minor optimizations and cleanup hace 15 años
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
crc7.c ad241528c4 CRC7 support hace 18 años
ctype.c 7707e61c70 ctype: constify read-only _ctype string hace 15 años
debug_locks.c 9eeba6138c lockdep: warn about lockdep disabling after kernel taint hace 16 años
debugobjects.c aef9cb0524 debugobjects: Convert to raw_spinlocks hace 15 años
dec_and_lock.c 417dcdf99e atomic: only take lock when the counter drops to zero on UP as well hace 16 años
decompress.c e4aa7ca5a2 bzip2/lzma: don't stop search at first unconfigured compression hace 16 años
decompress_bunzip2.c d4529862ca bzip2: Add missing checks for malloc returning NULL hace 15 años
decompress_inflate.c 6a8811629e lzma/gzip: fix potential oops when input data is truncated hace 16 años
decompress_unlzma.c 6a8811629e lzma/gzip: fix potential oops when input data is truncated hace 16 años
devres.c b41e5fffe8 [POWERPC] devres: Add devm_ioremap_prot() hace 17 años
div64.c d5e181f78a add an inlined version of iter_div_u64_rem hace 17 años
dma-debug.c af901ca181 tree-wide: fix assorted typos all over the place hace 15 años
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
dynamic_debug.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function hace 15 años
extable.c ad6561dffa module: trim exception table on init free. hace 16 años
fault-inject.c d43c36dc6b headers: remove sched.h from interrupt.h hace 16 años
find_last_bit.c ab53d472e7 bitmap: find_last_bit() hace 16 años
find_next_bit.c fee4b19fb3 bitops: remove "optimizations" hace 17 años
flex_array.c fc0d8d944d flex_array: add missing kerneldoc annotations hace 16 años
gcd.c d282922461 lib: add lib/gcd.c hace 16 años
gen_crc32table.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
genalloc.c 243797f59b genalloc: use bitmap_find_next_zero_area hace 15 años
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
hexdump.c c67ae69b66 hexdump: remove the trailing space hace 16 años
hweight.c 1977f03272 remove asm/bitops.h includes hace 18 años
idr.c 94e2bd6888 tree-wide: fix some typos and punctuation in comments hace 15 años
inflate.c 2f82af08fc Nicolas Pitre has a new email address hace 16 años
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs hace 19 años
iomap.c 5cd2b459d3 Use WARN() in lib/ hace 17 años
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy hace 19 años
iommu-helper.c a66022c457 iommu-helper: use bitmap library hace 15 años
ioremap.c 53fa664525 lib/ioremap.c should #include <linux/io.h> hace 18 años
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs hace 19 años
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem hace 16 años
kasprintf.c 96e3e18eed lib: move kasprintf to a separate file hace 18 años
kernel_lock.c fa4062e7ea bkl: Fixup core_lock fallout hace 15 años
klist.c 210272a284 driver core: Remove completion from struct klist_node hace 16 años
kobject.c d9cd8f3785 kobject: make kset_create check kobject_set_name return value hace 16 años
kobject_uevent.c d094cbe998 driver core: allow non-root users to listen to uevents hace 16 años
kref.c 41ca28ab2a kref: add kref_set() hace 17 años
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error hace 16 años
list_debug.c 924d9addb9 list debugging: use WARN() instead of BUG() hace 17 años
lmb.c c5df7f7751 powerpc: allow ioremap within reserved memory regions hace 15 años
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests hace 19 años
locking-selftest.c d820ac4c2f locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] hace 16 años
lru_cache.c b411b3637f The DRBD driver hace 16 años
nlattr.c 01e6de64d9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 hace 16 años
parser.c b5f54b07c0 parser: remove unnecessary strlen() hace 15 años
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 hace 16 años
plist.c a26724591e plist: Make plist debugging raw_spinlock aware hace 15 años
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning hace 16 años
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
proportions.c f94181da71 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip hace 16 años
radix-tree.c 285e728b0a FS-Cache: Don't delete pending pages from the page-store tracking tree hace 15 años
random32.c 697f8d0348 random32: seeding improvement hace 17 años
ratelimit.c 5c82871335 ratelimit: Make suppressed output messages more useful hace 16 años
rational.c 8759ef32d9 lib: isolate rational fractions helper function hace 16 años
rbtree.c 4b324126e0 rb_tree: remove redundant if()-condition in rb_erase() hace 16 años
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() hace 18 años
rwsem-spinlock.c 29671f22a8 rwsem: fix rwsem_is_locked() bugs hace 15 años
rwsem.c d50efc6c40 x86: fix UML and -regparm=3 hace 17 años
scatterlist.c 6de7e356fa lib/scatterlist: add a flags to signalize mapping direction hace 16 años
sha1.c 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. hace 18 años
show_mem.c 454c63b02e lib: generic show_mem() hace 17 años
smp_processor_id.c 4ab0a9409a cpumask: convert lib/smp_processor_id to new cpumask ops hace 16 años
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func hace 16 años
spinlock_debug.c 9828ea9d75 locking: Further name space cleanups hace 15 años
string.c a6cd13f3c9 lib/string.c: fix kernel-doc warnings hace 15 años
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact hace 17 años
swiotlb.c ac2b3e67dd dma-mapping: fix off-by-one error in dma_capable() hace 15 años
syscall.c bbc698636e task_current_syscall hace 17 años
textsearch.c a00caa1fa9 remove CONFIG_KMOD from lib hace 17 años
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm hace 17 años
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search hace 17 años
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm hace 17 años
vsprintf.c 0159f24ee7 lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian hace 15 años