Linus Torvalds 94956eed14 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 13 سال پیش
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels 15 سال پیش
raid6 daaa5f7cbe md: Add in export.h for files using EXPORT_SYMBOL 13 سال پیش
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h 17 سال پیش
xz 9c1f8594df XZ: Fix incorrect XZ_BUF_ERROR 13 سال پیش
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 1230db8e15 llist: Make some llist functions inline 13 سال پیش
Kconfig.debug c51eaacce2 lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT 13 سال پیش
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 1230db8e15 llist: Make some llist functions inline 13 سال پیش
argv_split.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 سال پیش
atomic64.c cb475de3d1 lib: atomic64: Change the type of local lock to raw_spinlock_t 13 سال پیش
atomic64_test.c 60063497a9 atomic: use <linux/atomic.h> 14 سال پیش
audit.c aaeb012fe4 audit: support the "standard" <asm-generic/unistd.h> 14 سال پیش
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 b9c321fd87 lib/bitmap.c: quiet sparse noise about address space 13 سال پیش
bitrev.c 3527fb326f lib: export bitrev16 17 سال پیش
bsearch.c 1a94dc35bc lib: Add generic binary search function to the kernel. 14 سال پیش
btree.c 25985edced Fix common misspellings 14 سال پیش
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 be0e1e788b lib/checksum.c: optimize do_csum a bit 14 سال پیش
cmdline.c d974ae379a generic, memparse(): constify argument 17 سال پیش
cordic.c 10f8113ecb lib: cordic: add library module providing cordic angle calculation 14 سال پیش
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 37e7b5f153 cpumask: alloc_cpumask_var() use NUMA_NO_NODE 14 سال پیش
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 60063497a9 atomic: use <linux/atomic.h> 14 سال پیش
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
crc7.c ad241528c4 CRC7 support 18 سال پیش
crc8.c 7150962d63 lib: crc8: add new library module providing crc8 algorithm 14 سال پیش
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 161b6ae0e0 debugobjects: Fix boot crash when kmemleak and debugobjects enabled 14 سال پیش
dec_and_lock.c 60063497a9 atomic: use <linux/atomic.h> 14 سال پیش
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 25985edced Fix common misspellings 14 سال پیش
devres.c ae891a1b93 devres: fix possible use after free 14 سال پیش
div64.c 658716d19f div64_u64(): improve precision on 32bit platforms 14 سال پیش
dma-debug.c 23a7bfae6e lib: dma-debug needs export.h for EXPORT_SYMBOL 13 سال پیش
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
dynamic_debug.c 2d03423b23 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core 13 سال پیش
extable.c ad6561dffa module: trim exception table on init free. 16 سال پیش
fault-inject.c 6cba00eaa9 fault-inject: export setup_fault_attr() 13 سال پیش
find_last_bit.c 19de85ef57 bitops: add #ifndef for each of find bitops 14 سال پیش
find_next_bit.c 63e424c844 arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} 14 سال پیش
flex_array.c 704f15ddb5 flex_array: avoid divisions when accessing elements 14 سال پیش
gcd.c d282922461 lib: add lib/gcd.c 16 سال پیش
gen_crc32table.c 836e2af925 crc32: major optimization 15 سال پیش
genalloc.c 7f184275aa lib, Make gen_pool memory allocator lockless 14 سال پیش
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
hexdump.c b78049831f lib: add error checking to hex2bin 13 سال پیش
hweight.c d61931d89b x86: Add optimized popcnt variants 15 سال پیش
idr.c 46cbc1d398 ida: make ida_simple_get/put() IRQ safe 13 سال پیش
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 82ed223c26 iomap: make IOPORT/PCI mapping functions conditional 14 سال پیش
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 a685e08987 Delay struct net freeing while there's a sysfs instance refering to it 14 سال پیش
kobject_uevent.c ebf4127cd6 kobj_uevent: Ignore if some listeners cannot handle message 14 سال پیش
kref.c ecf7ace9a8 kref: Add a kref_sub function 14 سال پیش
kstrtox.c 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 13 سال پیش
kstrtox.h 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 13 سال پیش
lcm.c 72d39508e4 lib/lcm.c: quiet sparse noise 14 سال پیش
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 سال پیش
llist.c f0f1d32f93 llist: Remove cpu_relax() usage in cmpxchg loops 13 سال پیش
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 ba9f207c9f rcu: Fix unpaired rcu_irq_enter() from locking selftests 14 سال پیش
lru_cache.c a08aa355af lru_cache: use correct type in sizeof for allocation 14 سال پیش
md5.c bc0b96b54a crypto: Move md5_transform to lib/md5.c 14 سال پیش
nlattr.c c30bc94758 netlink: validate NLA_MSECS length 13 سال پیش
parser.c 25985edced Fix common misspellings 14 سال پیش
percpu_counter.c 3a8495c739 lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef 13 سال پیش
plist.c 732375c6a5 plist: Remove the need to supply locks to plist heads 14 سال پیش
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning 16 سال پیش
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
proportions.c 740969f91e locking, lib/proportions: Annotate prop_local_percpu::lock as raw 13 سال پیش
radix-tree.c 3fa36acbce radix_tree: clean away saw_unset_tag leftovers 13 سال پیش
random32.c f1bbbb6912 Merge branch 'master' into for-next 15 سال پیش
ratelimit.c 07354eb1a7 locking, printk: Annotate logbuf_lock as raw 13 سال پیش
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 ddb6c9b58a locking, rwsem: Annotate inner lock as raw 13 سال پیش
rwsem.c ddb6c9b58a locking, rwsem: Annotate inner lock as raw 13 سال پیش
scatterlist.c edce6820a9 scatterlist: prevent invalid free when alloc fails 15 سال پیش
sha1.c 003f6c9df5 lib/sha1.c: quiet sparse noise about symbol not declared 13 سال پیش
show_mem.c 7bf02ea22c arch, mm: filter disallowed nodes from arch specific show_mem functions 14 سال پیش
smp_processor_id.c fa17b507f1 sched: Wrap scheduler p->cpus_allowed access 13 سال پیش
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func 16 سال پیش
spinlock_debug.c 4e101b0e6a lib/spinlock_debug.c: print owner on spinlock lockup 13 سال پیش
string.c 66f6958e69 lib/string.c: fix strim() semantics for strings that have only blanks 13 سال پیش
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact 16 سال پیش
swiotlb.c 5f98ecdbce swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. 14 سال پیش
syscall.c bbc698636e task_current_syscall 17 سال پیش
test-kstrtox.c 01eda2e0c0 kstrtox: fix compile warnings in test 14 سال پیش
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. 14 سال پیش
timerqueue.c 25985edced Fix common misspellings 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 55036ba76b lib: rename pack_hex_byte() to hex_byte_pack() 13 سال پیش