David Howells 4bf1924c00 MPILIB: Add a missing ENOMEM check hace 13 años
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels hace 15 años
mpi 4bf1924c00 MPILIB: Add a missing ENOMEM check hace 13 años
raid6 daaa5f7cbe md: Add in export.h for files using EXPORT_SYMBOL hace 13 años
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h hace 17 años
xz 9c1f8594df XZ: Fix incorrect XZ_BUF_ERROR hace 13 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 2e5f094b9d lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE prompts hace 13 años
Kconfig.debug 029aeff5db kmemleak: Add support for memory hotplug hace 13 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 5e8898e97a lib: digital signature config option name change hace 13 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 cb475de3d1 lib: atomic64: Change the type of local lock to raw_spinlock_t hace 13 años
atomic64_test.c 60063497a9 atomic: use <linux/atomic.h> hace 14 años
audit.c aaeb012fe4 audit: support the "standard" <asm-generic/unistd.h> hace 14 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 b9c321fd87 lib/bitmap.c: quiet sparse noise about address space hace 13 años
bitrev.c 3527fb326f lib: export bitrev16 hace 17 años
bsearch.c 1a94dc35bc lib: Add generic binary search function to the kernel. hace 14 años
btree.c 96b62067f9 btree: export btree_get_prev() so modules can use btree_for_each hace 13 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 be0e1e788b lib/checksum.c: optimize do_csum a bit hace 14 años
cmdline.c d974ae379a generic, memparse(): constify argument hace 17 años
cordic.c d89ce936b4 Docs: wording: functions -> algorithm hace 13 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 37e7b5f153 cpumask: alloc_cpumask_var() use NUMA_NO_NODE hace 14 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 5742332dea crc32: optimize inner loop hace 13 años
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
crc7.c ad241528c4 CRC7 support hace 18 años
crc8.c 7150962d63 lib: crc8: add new library module providing crc8 algorithm hace 14 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 b84d435cc2 debugobjects: Extend to assert that an object is initialized hace 13 años
dec_and_lock.c 60063497a9 atomic: use <linux/atomic.h> hace 14 años
decompress.c 3ebe12439b decompressors: add boot-time XZ support hace 14 años
decompress_bunzip2.c 38c8dcf665 decompress_bunzip2: remove invalid vi modeline hace 13 años
decompress_inflate.c 1da914e064 decompressors: check input size in decompress_inflate.c hace 14 años
decompress_unlzma.c 90802ed9c3 treewide: Fix comment and string typo 'bufer' hace 13 años
decompress_unlzo.c 35f1526845 unlzo: fix input buffer free hace 13 años
decompress_unxz.c 25985edced Fix common misspellings hace 14 años
devres.c 7b67e75147 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci hace 13 años
digsig.c 051dbb918c crypto: digital signature verification support hace 13 años
div64.c 658716d19f div64_u64(): improve precision on 32bit platforms hace 14 años
dma-debug.c 91ec37cc10 Fix comparison using wrong pointer variable in dma debug code hace 13 años
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
dynamic_debug.c 2d03423b23 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core hace 13 años
dynamic_queue_limits.c 75957ba36c dql: Dynamic queue limits hace 13 años
extable.c ad6561dffa module: trim exception table on init free. hace 16 años
fault-inject.c f4ae40a6a5 switch debugfs to umode_t hace 13 años
find_last_bit.c 19de85ef57 bitops: add #ifndef for each of find bitops hace 14 años
find_next_bit.c 63e424c844 arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} hace 14 años
flex_array.c 704f15ddb5 flex_array: avoid divisions when accessing elements 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 7f184275aa lib, Make gen_pool memory allocator lockless hace 14 años
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
hexdump.c b78049831f lib: add error checking to hex2bin hace 13 años
hweight.c d61931d89b x86: Add optimized popcnt variants hace 15 años
idr.c 46cbc1d398 ida: make ida_simple_get/put() IRQ safe hace 13 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 66eab4df28 lib: add GENERIC_PCI_IOMAP hace 13 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 b3e8d7b247 kobject: remove kset_find_obj_hinted() hace 13 años
kobject_uevent.c 74099b18b8 driver-core: skip uevent generation when nobody is listening hace 13 años
kstrtox.c 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions hace 13 años
kstrtox.h 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions hace 13 años
lcm.c 72d39508e4 lib/lcm.c: quiet sparse noise hace 14 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
llist.c f0f1d32f93 llist: Remove cpu_relax() usage in cmpxchg loops hace 13 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 ba9f207c9f rcu: Fix unpaired rcu_irq_enter() from locking selftests hace 14 años
lru_cache.c a08aa355af lru_cache: use correct type in sizeof for allocation hace 14 años
md5.c bc0b96b54a crypto: Move md5_transform to lib/md5.c hace 14 años
nlattr.c c30bc94758 netlink: validate NLA_MSECS length hace 13 años
parser.c 25985edced Fix common misspellings hace 14 años
pci_iomap.c 66eab4df28 lib: add GENERIC_PCI_IOMAP hace 13 años
percpu_counter.c 3a8495c739 lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef hace 13 años
plist.c 732375c6a5 plist: Remove the need to supply locks to plist heads 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 740969f91e locking, lib/proportions: Annotate prop_local_percpu::lock as raw hace 13 años
radix-tree.c e2bdb933ab radix_tree: take radix_tree_path off stack hace 13 años
random32.c f1bbbb6912 Merge branch 'master' into for-next hace 15 años
ratelimit.c 07354eb1a7 locking, printk: Annotate logbuf_lock as raw hace 13 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 8af2a218de sch_red: Adaptative RED AQM hace 13 años
rwsem-spinlock.c ddb6c9b58a locking, rwsem: Annotate inner lock as raw hace 13 años
rwsem.c ddb6c9b58a locking, rwsem: Annotate inner lock as raw hace 13 años
scatterlist.c edce6820a9 scatterlist: prevent invalid free when alloc fails hace 15 años
sha1.c 003f6c9df5 lib/sha1.c: quiet sparse noise about symbol not declared hace 13 años
show_mem.c 7bf02ea22c arch, mm: filter disallowed nodes from arch specific show_mem functions hace 14 años
smp_processor_id.c fa17b507f1 sched: Wrap scheduler p->cpus_allowed access hace 13 años
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func hace 16 años
spinlock_debug.c 4e101b0e6a lib/spinlock_debug.c: print owner on spinlock lockup hace 13 años
string.c 66f6958e69 lib/string.c: fix strim() semantics for strings that have only blanks hace 13 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 f21ffe9f6d swiotlb: Expose swiotlb_nr_tlb function to modules hace 13 años
syscall.c bbc698636e task_current_syscall hace 17 años
test-kstrtox.c 01eda2e0c0 kstrtox: fix compile warnings in test hace 14 años
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. hace 14 años
timerqueue.c 25985edced Fix common misspellings 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 c8f44affb7 net: introduce and use netdev_features_t for device features sets hace 13 años