Manuel Lauss a3cea98941 MPI: Fix compilation on MIPS with GCC 4.4 and newer 12 éve
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels 15 éve
mpi a3cea98941 MPI: Fix compilation on MIPS with GCC 4.4 and newer 12 éve
raid6 2aa4ee2a88 lib/raid6: fix sparse warnings in recovery functions 13 éve
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h 17 éve
xz 9c1f8594df XZ: Fix incorrect XZ_BUF_ERROR 14 éve
zlib_deflate 565d76cb7d zlib: slim down zlib_deflate() workspace when possible 14 éve
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. 15 éve
.gitignore a77ad6ea0b X.509: Implement simple static OID registry 12 éve
Kconfig a77ad6ea0b X.509: Implement simple static OID registry 12 éve
Kconfig.debug ed8ea81501 mm: add CONFIG_DEBUG_VM_RB build option 12 éve
Kconfig.kgdb 5dd11d5d47 mips,kgdb: kdb low level trap catch and stack trace 15 éve
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK 16 éve
Makefile d25282d1c9 Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux 12 éve
argv_split.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
asn1_decoder.c dbadc17683 X.509: Fix indefinite length element skip error handling 12 éve
atomic64.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
atomic64_test.c 7463449b82 atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test 13 éve
audit.c aaeb012fe4 audit: support the "standard" <asm-generic/unistd.h> 14 éve
average.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
bcd.c b53d657d84 usb/core: use bin2bcd() for bcdDevice in RH 13 éve
bch.c 437aa565e2 lib: add shared BCH ECC library 14 éve
bitmap.c 05a6c8a922 lib/bitmap.c: fix documentation for scnprintf() functions 13 éve
bitrev.c 3527fb326f lib: export bitrev16 17 éve
bsearch.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
btree.c 39caa0916e btree: catch NULL value before it does harm 13 éve
bug.c b0f4c4b32c bugs, x86: Fix printk levels for panic, softlockups and stack dumps 13 éve
build_OID_registry a77ad6ea0b X.509: Implement simple static OID registry 12 éve
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console 16 éve
check_signature.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
checksum.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
clz_tab.c c6df4b17c8 lib: Fix multiple definitions of clz_tab 13 éve
cmdline.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
cordic.c d89ce936b4 Docs: wording: functions -> algorithm 13 éve
cpu-notifier-error-inject.c f5a9f52e2c cpu: rewrite cpu-notifier-error-inject module 13 éve
cpu_rmap.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
cpumask.c 38b93780a5 lib/cpumask.c: remove __any_online_cpu() 13 éve
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 éve
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 18 éve
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC 17 éve
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c 19 éve
crc32.c 8f243af42a sections: fix const sections for crc32 table 12 éve
crc32defs.h 5cde7656d0 crc32: select an algorithm via Kconfig 13 éve
crc7.c ad241528c4 CRC7 support 18 éve
crc8.c 7150962d63 lib: crc8: add new library module providing crc8 algorithm 14 éve
ctype.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
debug_locks.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
debugobjects.c 3340808cf0 debugobjects: Fill_pool() returns void now 13 éve
dec_and_lock.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
decompress.c 33e2a4227d lib/decompress.c add __init to decompress_method and data 12 éve
decompress_bunzip2.c 38c8dcf665 decompress_bunzip2: remove invalid vi modeline 13 éve
decompress_inflate.c 1da914e064 decompressors: check input size in decompress_inflate.c 14 éve
decompress_unlzma.c 90802ed9c3 treewide: Fix comment and string typo 'bufer' 13 éve
decompress_unlzo.c 35f1526845 unlzo: fix input buffer free 13 éve
decompress_unxz.c 25985edced Fix common misspellings 14 éve
devres.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
digsig.c bc01637a80 digsig: add hash size comparision on signature verification 13 éve
div64.c 422aa27420 lib: correct link to the original source for div64_u64 13 éve
dma-debug.c fe73fbe1c5 lib/dma-debug.c: fix __hash_bucket_find() 12 éve
dump_stack.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
dynamic_debug.c 666f355f38 device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit 13 éve
dynamic_queue_limits.c 914bec1011 bql: Avoid possible inconsistent calculation. 13 éve
extable.c ad6561dffa module: trim exception table on init free. 16 éve
fault-inject.c f39cdaebb8 fault-inject: avoid call to random32() if fault injection is disabled 13 éve
fdt.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 éve
fdt_ro.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 éve
fdt_rw.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 éve
fdt_strerror.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 éve
fdt_sw.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 éve
fdt_wip.c ab25383983 of/lib: Allow scripts/dtc/libfdt to be used from kernel code 13 éve
find_last_bit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
find_next_bit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
flex_array.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
flex_proportions.c b5bd6a0e5f lib/flex_proportions.c: fix corruption of denominator in flexible proportions 13 éve
gcd.c e96875677f lib/gcd.c: prevent possible div by 0 12 éve
gen_crc32table.c 8f243af42a sections: fix const sections for crc32 table 12 éve
genalloc.c eedce141cd genalloc: stop crashing the system when destroying a pool 12 éve
halfmd4.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
hexdump.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
hweight.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
idr.c 125c4c706b idr: rename MAX_LEVEL to MAX_IDR_LEVEL 12 éve
inflate.c 1490cf5f0c MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader 15 éve
int_sqrt.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
interval_tree.c 9826a516ff mm: interval tree updates 12 éve
interval_tree_test_main.c fff3fd8a12 rbtree: add prio tree and interval tree tests 12 éve
iomap.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
iomap_copy.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
iommu-helper.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 éve
ioremap.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
irq_regs.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem 16 éve
jedec_ddr_data.c 9c1c21a053 ddr: add LPDDR2 data from JESD209-2 13 éve
kasprintf.c 3e1aa66bd4 lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvasprintf 12 éve
klist.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
kobject.c 9ff1f838e9 kobject: fix the uncorrect comment 13 éve
kobject_uevent.c 9f00d9776b netlink: hide struct module parameter in netlink_kernel_create 13 éve
kstrtox.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
kstrtox.h 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 13 éve
lcm.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error 16 éve
list_debug.c 5cf05ad758 rcu: Fix broken strings in RCU's source code. 13 éve
list_sort.c 041b78f232 lib/list_sort: test: check element addresses 14 éve
llist.c 0195c00244 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system 13 é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 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
lru_cache.c a08aa355af lru_cache: use correct type in sizeof for allocation 14 éve
md5.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
memory-notifier-error-inject.c 9579f5bd31 memory: memory notifier error injection module 13 éve
memweight.c 639b9e34f1 string: introduce memweight() 13 éve
nlattr.c 9eca2eb994 netlink: add minlen validation for the new signed types 13 éve
notifier-error-inject.c 8d43828814 fault-injection: notifier error injection 13 éve
notifier-error-inject.h 8d43828814 fault-injection: notifier error injection 13 éve
oid_registry.c 4f73175d03 X.509: Add utility functions to render OIDs as strings 12 éve
pSeries-reconfig-notifier-error-inject.c 08dfb4ddee powerpc: pSeries reconfig notifier error injection module 13 éve
parser.c 77dd3b0bd1 lib/parser.c: avoid overflow in match_number() 12 éve
pci_iomap.c b923650b84 lib: add NO_GENERIC_PCI_IOPORT_MAP 13 éve
percpu_counter.c d87aae2f3c switch the protection of percpu_counter list to spinlock 13 éve
plist.c 17d7aac9a5 lib/plist.c: make plist test announcements KERN_DEBUG 12 éve
pm-notifier-error-inject.c 048b9c3549 PM: PM notifier error injection module 13 éve
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning 16 éve
proportions.c 740969f91e locking, lib/proportions: Annotate prop_local_percpu::lock as raw 14 éve
radix-tree.c fffaee365f radix-tree: fix contiguous iterator 13 éve
random32.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
ratelimit.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
rational.c 6684b5729d lib: Change mail address of Oskar Schirmer 13 éve
rbtree.c 9c079add0d rbtree: move augmented rbtree functionality to rbtree_augmented.h 12 éve
rbtree_test.c 9c079add0d rbtree: move augmented rbtree functionality to rbtree_augmented.h 12 éve
reciprocal_div.c 8af2a218de sch_red: Adaptative RED AQM 13 éve
rwsem-spinlock.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
rwsem.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
scatterlist.c ce40be7a82 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block 12 éve
sha1.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
show_mem.c 7bf02ea22c arch, mm: filter disallowed nodes from arch specific show_mem functions 14 éve
smp_processor_id.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func 16 éve
spinlock_debug.c 214f766ea0 lib/spinlock_debug: avoid livelock in do_raw_spin_lock() 12 éve
stmp_device.c 4ccf4beab8 lib: add support for stmp-style devices 13 éve
string.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 éve
string_helpers.c 68aecfb979 lib/string_helpers.c: make arrays static 13 éve
strncpy_from_user.c 36126f8f2e word-at-a-time: make the interfaces truly generic 13 éve
strnlen_user.c 69ea640598 lib: Fix generic strnlen_user for 32-bit big-endian machines 13 éve
swiotlb.c 74838b7537 swiotlb: add the late swiotlb initialization function with iotlb memory 13 éve
syscall.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
test-kstrtox.c 26d7b99b83 lib/test-kstrtox.c: mark const init data with __initconst instead of __initdata 13 éve
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. 14 éve
timerqueue.c 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 éve
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm 17 éve
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search 17 éve
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm 17 éve
uuid.c 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 éve
vsprintf.c da99075c1d lib/vsprintf.c: improve standard conformance of sscanf() 12 éve