Linus Torvalds a17d47300b Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6 пре 14 година
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels пре 15 година
raid6 7c44ece988 Move .gitignore from drivers/md to lib/raid6 пре 15 година
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h пре 17 година
xz 6a108a14fa kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT пре 14 година
zlib_deflate 565d76cb7d zlib: slim down zlib_deflate() workspace when possible пре 14 година
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. пре 15 година
.gitignore 1e65174a33 Add some basic .gitignore files пре 19 година
Kconfig 7bf7e370d5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 пре 14 година
Kconfig.debug 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right пре 14 година
Kconfig.kgdb 5dd11d5d47 mips,kgdb: kdb low level trap catch and stack trace пре 15 година
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK пре 16 година
Makefile 7bf7e370d5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 пре 14 година
argv_split.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function пре 15 година
atomic64.c 97577896f6 lib: Fix atomic64_add_unless return value convention пре 15 година
atomic64_test.c c58bbd39f8 ARM: 6213/1: atomic64_test: add ARM as supported architecture пре 15 година
audit.c e54dc2431d [PATCH] audit signal recipients пре 18 година
average.c af55688435 lib: Improve EWMA efficiency by using bitshifts пре 14 година
bcd.c d3de851a44 rtc: BCD codeshrink пре 17 година
bch.c 437aa565e2 lib: add shared BCH ECC library пре 14 година
bitmap.c 66f1991bc2 lib/bitmap.c: use hex_to_bin() пре 14 година
bitrev.c 3527fb326f lib: export bitrev16 пре 17 година
btree.c 43aa7ac736 lib/btree: fix possible NULL pointer dereference пре 15 година
bug.c 5336377d62 modules: Fix module_bug_list list corruption race пре 14 година
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console пре 16 година
check_signature.c cc2ea416b2 uninline check_signature() пре 18 година
checksum.c 0a5549ed16 lib/checksum: fix one more thinko пре 15 година
cmdline.c d974ae379a generic, memparse(): constify argument пре 17 година
cpu-notifier-error-inject.c c9d221f86e fault-injection: add CPU notifier error injection module пре 15 година
cpu_rmap.c c39649c331 lib: cpu_rmap: CPU affinity reverse-mapping пре 14 година
cpumask.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h пре 15 година
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c пре 19 година
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 пре 18 година
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC пре 17 година
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c пре 19 година
crc32.c 0d2daf5cc8 revert "crc32: use __BYTE_ORDER macro for endian detection" пре 15 година
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 пре 20 година
crc7.c ad241528c4 CRC7 support пре 18 година
ctype.c 7707e61c70 ctype: constify read-only _ctype string пре 15 година
debug_locks.c bcb38ceb22 Revert "debug_locks: set oops_in_progress if we will log messages." пре 14 година
debugobjects.c 9977728840 debugobjects: Add hint for better object identification пре 14 година
dec_and_lock.c 417dcdf99e atomic: only take lock when the counter drops to zero on UP as well пре 16 година
decompress.c 3ebe12439b decompressors: add boot-time XZ support пре 14 година
decompress_bunzip2.c 2b6b5caa6d Decompressors: include <linux/slab.h> in <linux/decompress/mm.h> пре 14 година
decompress_inflate.c 1da914e064 decompressors: check input size in decompress_inflate.c пре 14 година
decompress_unlzma.c eb0cf3e19b Decompressors: validate match distance in decompress_unlzma.c пре 14 година
decompress_unlzo.c fb7fa589fd Decompressors: fix callback-to-callback mode in decompress_unlzo.c пре 14 година
decompress_unxz.c 3ebe12439b decompressors: add boot-time XZ support пре 14 година
devres.c 4d45ada36b lib/devres.c: fix comment typo пре 15 година
div64.c 658716d19f div64_u64(): improve precision on 32bit platforms пре 14 година
dma-debug.c 6038f373a3 llseek: automatically add .llseek fop пре 14 година
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 пре 20 година
dynamic_debug.c e8d9792aa5 dynamic_debug: add #include <linux/sched.h> пре 14 година
extable.c ad6561dffa module: trim exception table on init free. пре 16 година
fault-inject.c d43c36dc6b headers: remove sched.h from interrupt.h пре 15 година
find_last_bit.c ab53d472e7 bitmap: find_last_bit() пре 16 година
find_next_bit.c 0664996b7c bitops: introduce CONFIG_GENERIC_FIND_BIT_LE пре 14 година
flex_array.c 78c377d1b5 flex_array: export symbols to modules пре 14 година
gcd.c d282922461 lib: add lib/gcd.c пре 16 година
gen_crc32table.c 836e2af925 crc32: major optimization пре 15 година
genalloc.c e621ba9932 genalloc: fix allocation from end of pool пре 15 година
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 пре 20 година
hexdump.c ac83ed6878 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard пре 14 година
hweight.c d61931d89b x86: Add optimized popcnt variants пре 15 година
idr.c 56083ab17e docbook: add idr/ida to kernel-api docbook пре 14 година
inflate.c 1490cf5f0c MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader пре 15 година
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs пре 19 година
iomap.c 5cd2b459d3 Use WARN() in lib/ пре 17 година
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy пре 19 година
iommu-helper.c e269b08517 iommu: inline iommu_num_pages пре 15 година
ioremap.c 81e88fdc43 ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support пре 14 година
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs пре 18 година
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem пре 16 година
kasprintf.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h пре 15 година
klist.c 210272a284 driver core: Remove completion from struct klist_node пре 16 година
kobject.c c25d1dfbd4 kobject: Introduce kset_find_obj_hinted. пре 14 година
kobject_uevent.c f6e6e7799e kobject_uevent: fix typo in comments пре 15 година
kref.c ecf7ace9a8 kref: Add a kref_sub function пре 14 година
kstrtox.c 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right пре 14 година
lcm.c 2cda2728aa block: Fix overrun in lcm() and move it to lib пре 15 година
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error пре 16 година
list_debug.c 3c18d4de86 Expand CONFIG_DEBUG_LIST to several other list operations пре 14 година
list_sort.c 041b78f232 lib/list_sort: test: check element addresses пре 14 година
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests пре 19 година
locking-selftest.c d820ac4c2f locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] пре 16 година
lru_cache.c b411b3637f The DRBD driver пре 15 година
nlattr.c e3fa3aff0c net: fix nla_policy_len to actually _iterate_ over the policy пре 14 година
parser.c 5d051decfc lib/parser: cleanup match_number() пре 14 година
percpu_counter.c 819a72af8d percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options. пре 14 година
plist.c 6d55da53db plist: Add priority list test пре 14 година
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning пре 16 година
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 пре 20 година
proportions.c f94181da71 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 16 година
radix-tree.c ac15ee691f radix_tree: radix_tree_gang_lookup_tag_slot() may never return пре 14 година
random32.c f1bbbb6912 Merge branch 'master' into for-next пре 15 година
ratelimit.c 57119c34e5 ratelimit: fix the return value when __ratelimit() fails to acquire the lock пре 15 година
rational.c 7ee3aebe31 lib/rational.c needs module.h пре 15 година
rbtree.c 0b6bb66d12 Export the augmented rbtree helper functions пре 14 година
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() пре 18 година
rwsem-spinlock.c 3eac4abaa6 rwsem generic spinlock: use IRQ save/restore spinlocks пре 15 година
rwsem.c d123375425 rwsem: Remove redundant asmregparm annotation пре 14 година
scatterlist.c edce6820a9 scatterlist: prevent invalid free when alloc fails пре 15 година
sha1.c 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. пре 18 година
show_mem.c b2b755b5f1 lib, arch: add filter argument to show_mem and fix private implementations пре 14 година
smp_processor_id.c 4ab0a9409a cpumask: convert lib/smp_processor_id to new cpumask ops пре 16 година
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func пре 16 година
spinlock_debug.c 9828ea9d75 locking: Further name space cleanups пре 15 година
string.c d6a2eedfdd lib/string.c: simplify strnstr() пре 15 година
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact пре 16 година
swiotlb.c fba99fa38b swiotlb: fix wrong panic пре 14 година
syscall.c bbc698636e task_current_syscall пре 17 година
test-kstrtox.c 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right пре 14 година
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. пре 14 година
timerqueue.c 45f74264e1 timerqueue: Make timerqueue_getnext() static inline пре 14 година
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm пре 17 година
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search пре 17 година
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm пре 17 година
uuid.c fab1c23242 Unified UUID/GUID definition пре 15 година
vsprintf.c 94df491c4a Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip пре 14 година