Linus Torvalds a17d47300b Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6 hace 14 años
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels hace 15 años
raid6 7c44ece988 Move .gitignore from drivers/md to lib/raid6 hace 15 años
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h hace 17 años
xz 6a108a14fa kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT hace 14 años
zlib_deflate 565d76cb7d zlib: slim down zlib_deflate() workspace when possible hace 14 años
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. hace 15 años
.gitignore 1e65174a33 Add some basic .gitignore files hace 19 años
Kconfig 7bf7e370d5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 hace 14 años
Kconfig.debug 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right hace 14 años
Kconfig.kgdb 5dd11d5d47 mips,kgdb: kdb low level trap catch and stack trace hace 15 años
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK hace 16 años
Makefile 7bf7e370d5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 hace 14 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 97577896f6 lib: Fix atomic64_add_unless return value convention hace 15 años
atomic64_test.c c58bbd39f8 ARM: 6213/1: atomic64_test: add ARM as supported architecture hace 15 años
audit.c e54dc2431d [PATCH] audit signal recipients hace 18 años
average.c af55688435 lib: Improve EWMA efficiency by using bitshifts hace 14 años
bcd.c d3de851a44 rtc: BCD codeshrink hace 17 años
bch.c 437aa565e2 lib: add shared BCH ECC library hace 14 años
bitmap.c 66f1991bc2 lib/bitmap.c: use hex_to_bin() hace 14 años
bitrev.c 3527fb326f lib: export bitrev16 hace 17 años
btree.c 43aa7ac736 lib/btree: fix possible NULL pointer dereference hace 15 años
bug.c 5336377d62 modules: Fix module_bug_list list corruption race hace 14 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
cpu-notifier-error-inject.c c9d221f86e fault-injection: add CPU notifier error injection module hace 15 años
cpu_rmap.c c39649c331 lib: cpu_rmap: CPU affinity reverse-mapping hace 14 años
cpumask.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h hace 15 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 0d2daf5cc8 revert "crc32: use __BYTE_ORDER macro for endian detection" 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 bcb38ceb22 Revert "debug_locks: set oops_in_progress if we will log messages." hace 14 años
debugobjects.c 9977728840 debugobjects: Add hint for better object identification hace 14 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 3ebe12439b decompressors: add boot-time XZ support hace 14 años
decompress_bunzip2.c 2b6b5caa6d Decompressors: include <linux/slab.h> in <linux/decompress/mm.h> hace 14 años
decompress_inflate.c 1da914e064 decompressors: check input size in decompress_inflate.c hace 14 años
decompress_unlzma.c eb0cf3e19b Decompressors: validate match distance in decompress_unlzma.c hace 14 años
decompress_unlzo.c fb7fa589fd Decompressors: fix callback-to-callback mode in decompress_unlzo.c hace 14 años
decompress_unxz.c 3ebe12439b decompressors: add boot-time XZ support hace 14 años
devres.c 4d45ada36b lib/devres.c: fix comment typo hace 15 años
div64.c 658716d19f div64_u64(): improve precision on 32bit platforms hace 14 años
dma-debug.c 6038f373a3 llseek: automatically add .llseek fop hace 14 años
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
dynamic_debug.c e8d9792aa5 dynamic_debug: add #include <linux/sched.h> hace 14 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 15 años
find_last_bit.c ab53d472e7 bitmap: find_last_bit() hace 16 años
find_next_bit.c 0664996b7c bitops: introduce CONFIG_GENERIC_FIND_BIT_LE hace 14 años
flex_array.c 78c377d1b5 flex_array: export symbols to modules hace 14 años
gcd.c d282922461 lib: add lib/gcd.c hace 16 años
gen_crc32table.c 836e2af925 crc32: major optimization hace 15 años
genalloc.c e621ba9932 genalloc: fix allocation from end of pool hace 15 años
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
hexdump.c ac83ed6878 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard hace 14 años
hweight.c d61931d89b x86: Add optimized popcnt variants hace 15 años
idr.c 56083ab17e docbook: add idr/ida to kernel-api docbook hace 14 años
inflate.c 1490cf5f0c MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader hace 15 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 e269b08517 iommu: inline iommu_num_pages hace 15 años
ioremap.c 81e88fdc43 ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support hace 14 años
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs hace 18 años
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem hace 16 años
kasprintf.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h hace 15 años
klist.c 210272a284 driver core: Remove completion from struct klist_node hace 16 años
kobject.c c25d1dfbd4 kobject: Introduce kset_find_obj_hinted. hace 14 años
kobject_uevent.c f6e6e7799e kobject_uevent: fix typo in comments hace 15 años
kref.c ecf7ace9a8 kref: Add a kref_sub function hace 14 años
kstrtox.c 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right hace 14 años
lcm.c 2cda2728aa block: Fix overrun in lcm() and move it to lib hace 15 años
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error hace 16 años
list_debug.c 3c18d4de86 Expand CONFIG_DEBUG_LIST to several other list operations hace 14 años
list_sort.c 041b78f232 lib/list_sort: test: check element addresses hace 14 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 15 años
nlattr.c e3fa3aff0c net: fix nla_policy_len to actually _iterate_ over the policy hace 14 años
parser.c 5d051decfc lib/parser: cleanup match_number() hace 14 años
percpu_counter.c 819a72af8d percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options. hace 14 años
plist.c 6d55da53db plist: Add priority list test hace 14 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 ac15ee691f radix_tree: radix_tree_gang_lookup_tag_slot() may never return hace 14 años
random32.c f1bbbb6912 Merge branch 'master' into for-next hace 15 años
ratelimit.c 57119c34e5 ratelimit: fix the return value when __ratelimit() fails to acquire the lock hace 15 años
rational.c 7ee3aebe31 lib/rational.c needs module.h hace 15 años
rbtree.c 0b6bb66d12 Export the augmented rbtree helper functions hace 14 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 3eac4abaa6 rwsem generic spinlock: use IRQ save/restore spinlocks hace 15 años
rwsem.c d123375425 rwsem: Remove redundant asmregparm annotation hace 14 años
scatterlist.c edce6820a9 scatterlist: prevent invalid free when alloc fails hace 15 años
sha1.c 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. hace 18 años
show_mem.c b2b755b5f1 lib, arch: add filter argument to show_mem and fix private implementations hace 14 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 d6a2eedfdd lib/string.c: simplify strnstr() hace 15 años
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact hace 16 años
swiotlb.c fba99fa38b swiotlb: fix wrong panic hace 14 años
syscall.c bbc698636e task_current_syscall hace 17 años
test-kstrtox.c 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right hace 14 años
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. hace 14 años
timerqueue.c 45f74264e1 timerqueue: Make timerqueue_getnext() static inline hace 14 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
uuid.c fab1c23242 Unified UUID/GUID definition hace 15 años
vsprintf.c 94df491c4a Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip hace 14 años