Linus Torvalds 7cd4767e69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net il y a 14 ans
..
lzo 7dd65feb6c lib: add support for LZO-compressed kernels il y a 15 ans
raid6 7c44ece988 Move .gitignore from drivers/md to lib/raid6 il y a 15 ans
reed_solomon f42b38009e lib: Remove unnecessary inclusions of asm/semaphore.h il y a 17 ans
xz 81d6743985 XZ: Fix missing <linux/kernel.h> include il y a 14 ans
zlib_deflate 565d76cb7d zlib: slim down zlib_deflate() workspace when possible il y a 14 ans
zlib_inflate 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one. il y a 15 ans
.gitignore 1e65174a33 Add some basic .gitignore files il y a 20 ans
Kconfig d0e323b470 Merge branch 'apei' into apei-release il y a 14 ans
Kconfig.debug bdc7ccfc06 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip il y a 14 ans
Kconfig.kgdb 5dd11d5d47 mips,kgdb: kdb low level trap catch and stack trace il y a 15 ans
Kconfig.kmemcheck d33c9a491b kmemcheck: depend on HAVE_ARCH_KMEMCHECK il y a 16 ans
Makefile bc0b96b54a crypto: Move md5_transform to lib/md5.c il y a 14 ans
argv_split.c e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function il y a 15 ans
atomic64.c 60063497a9 atomic: use <linux/atomic.h> il y a 14 ans
atomic64_test.c 60063497a9 atomic: use <linux/atomic.h> il y a 14 ans
audit.c aaeb012fe4 audit: support the "standard" <asm-generic/unistd.h> il y a 14 ans
average.c af55688435 lib: Improve EWMA efficiency by using bitshifts il y a 14 ans
bcd.c d3de851a44 rtc: BCD codeshrink il y a 17 ans
bch.c 437aa565e2 lib: add shared BCH ECC library il y a 14 ans
bitmap.c d0e323b470 Merge branch 'apei' into apei-release il y a 14 ans
bitrev.c 3527fb326f lib: export bitrev16 il y a 17 ans
bsearch.c 1a94dc35bc lib: Add generic binary search function to the kernel. il y a 14 ans
btree.c 25985edced Fix common misspellings il y a 14 ans
bug.c 5336377d62 modules: Fix module_bug_list list corruption race il y a 15 ans
bust_spinlocks.c b61312d353 oops handling: ensure that any oops is flushed to the mtdoops console il y a 16 ans
check_signature.c cc2ea416b2 uninline check_signature() il y a 18 ans
checksum.c be0e1e788b lib/checksum.c: optimize do_csum a bit il y a 14 ans
cmdline.c d974ae379a generic, memparse(): constify argument il y a 17 ans
cordic.c 10f8113ecb lib: cordic: add library module providing cordic angle calculation il y a 14 ans
cpu-notifier-error-inject.c c9d221f86e fault-injection: add CPU notifier error injection module il y a 15 ans
cpu_rmap.c c39649c331 lib: cpu_rmap: CPU affinity reverse-mapping il y a 14 ans
cpumask.c 37e7b5f153 cpumask: alloc_cpumask_var() use NUMA_NO_NODE il y a 14 ans
crc-ccitt.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c il y a 19 ans
crc-itu-t.c 3e7cbae7c6 CRC ITU-T V.41 il y a 18 ans
crc-t10dif.c f11f594edb [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC il y a 17 ans
crc16.c 2f72100c01 [PATCH] kernel-doc for lib/crc*.c il y a 19 ans
crc32.c 60063497a9 atomic: use <linux/atomic.h> il y a 14 ans
crc32defs.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
crc7.c ad241528c4 CRC7 support il y a 18 ans
crc8.c 7150962d63 lib: crc8: add new library module providing crc8 algorithm il y a 14 ans
ctype.c 7707e61c70 ctype: constify read-only _ctype string il y a 15 ans
debug_locks.c bcb38ceb22 Revert "debug_locks: set oops_in_progress if we will log messages." il y a 14 ans
debugobjects.c 161b6ae0e0 debugobjects: Fix boot crash when kmemleak and debugobjects enabled il y a 14 ans
dec_and_lock.c 60063497a9 atomic: use <linux/atomic.h> il y a 14 ans
decompress.c 3ebe12439b decompressors: add boot-time XZ support il y a 14 ans
decompress_bunzip2.c 2b6b5caa6d Decompressors: include <linux/slab.h> in <linux/decompress/mm.h> il y a 14 ans
decompress_inflate.c 1da914e064 decompressors: check input size in decompress_inflate.c il y a 14 ans
decompress_unlzma.c eb0cf3e19b Decompressors: validate match distance in decompress_unlzma.c il y a 14 ans
decompress_unlzo.c fb7fa589fd Decompressors: fix callback-to-callback mode in decompress_unlzo.c il y a 14 ans
decompress_unxz.c 25985edced Fix common misspellings il y a 14 ans
devres.c ae891a1b93 devres: fix possible use after free il y a 14 ans
div64.c 658716d19f div64_u64(): improve precision on 32bit platforms il y a 14 ans
dma-debug.c ba4b87ad54 dma-debug: print information about leaked entry il y a 14 ans
dump_stack.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
dynamic_debug.c e8d9792aa5 dynamic_debug: add #include <linux/sched.h> il y a 14 ans
extable.c ad6561dffa module: trim exception table on init free. il y a 16 ans
fault-inject.c dd48c085c1 fault-injection: add ability to export fault_attr in arbitrary directory il y a 14 ans
find_last_bit.c 19de85ef57 bitops: add #ifndef for each of find bitops il y a 14 ans
find_next_bit.c 63e424c844 arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} il y a 14 ans
flex_array.c 704f15ddb5 flex_array: avoid divisions when accessing elements il y a 14 ans
gcd.c d282922461 lib: add lib/gcd.c il y a 16 ans
gen_crc32table.c 836e2af925 crc32: major optimization il y a 15 ans
genalloc.c 7f184275aa lib, Make gen_pool memory allocator lockless il y a 14 ans
halfmd4.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
hexdump.c ac83ed6878 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard il y a 14 ans
hweight.c d61931d89b x86: Add optimized popcnt variants il y a 15 ans
idr.c 88eca0207c ida: simplified functions for id allocation il y a 14 ans
inflate.c 1490cf5f0c MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloader il y a 15 ans
int_sqrt.c f0c00257d6 [PATCH] lib: Fix bug in int_sqrt() for 64 bit longs il y a 19 ans
iomap.c 82ed223c26 iomap: make IOPORT/PCI mapping functions conditional il y a 14 ans
iomap_copy.c 22ae813b85 [PATCH] add __iowrite64_copy il y a 19 ans
iommu-helper.c e269b08517 iommu: inline iommu_num_pages il y a 15 ans
ioremap.c 81e88fdc43 ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support il y a 14 ans
irq_regs.c efbc52f945 [PATCH] irq_reqs: export __irq_regs il y a 19 ans
is_single_threaded.c 967cc53711 kernel: is_current_single_threaded: don't use ->mmap_sem il y a 16 ans
kasprintf.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h il y a 15 ans
klist.c 210272a284 driver core: Remove completion from struct klist_node il y a 16 ans
kobject.c a685e08987 Delay struct net freeing while there's a sysfs instance refering to it il y a 14 ans
kobject_uevent.c f6e6e7799e kobject_uevent: fix typo in comments il y a 15 ans
kref.c ecf7ace9a8 kref: Add a kref_sub function il y a 14 ans
kstrtox.c 75fb8f2693 lib: make _tolower() public il y a 14 ans
lcm.c 72d39508e4 lib/lcm.c: quiet sparse noise il y a 14 ans
libcrc32c.c 53b146ae59 libcrc32c: Fix "crc32c undefined" compilation error il y a 16 ans
list_debug.c 3c18d4de86 Expand CONFIG_DEBUG_LIST to several other list operations il y a 14 ans
list_sort.c 041b78f232 lib/list_sort: test: check element addresses il y a 14 ans
llist.c f49f23abf3 lib, Add lock-less NULL terminated single list il y a 14 ans
locking-selftest-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-mutex.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-rsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-spin-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-spin-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-spin.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wlock-hardirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wlock-softirq.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wlock.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest-wsem.h cae2ed9aa5 [PATCH] lockdep: locking API self tests il y a 19 ans
locking-selftest.c ba9f207c9f rcu: Fix unpaired rcu_irq_enter() from locking selftests il y a 14 ans
lru_cache.c a08aa355af lru_cache: use correct type in sizeof for allocation il y a 14 ans
md5.c bc0b96b54a crypto: Move md5_transform to lib/md5.c il y a 14 ans
nlattr.c e3fa3aff0c net: fix nla_policy_len to actually _iterate_ over the policy il y a 14 ans
parser.c 25985edced Fix common misspellings il y a 14 ans
percpu_counter.c 819a72af8d percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options. il y a 14 ans
plist.c 732375c6a5 plist: Remove the need to supply locks to plist heads il y a 14 ans
prio_heap.c 40bc1f2dbc lib: fix sparse shadowed variable warning il y a 16 ans
prio_tree.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
proportions.c f94181da71 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip il y a 16 ans
radix-tree.c e504f3fdd6 tmpfs radix_tree: locate_item to speed up swapoff il y a 14 ans
random32.c f1bbbb6912 Merge branch 'master' into for-next il y a 15 ans
ratelimit.c 57119c34e5 ratelimit: fix the return value when __ratelimit() fails to acquire the lock il y a 15 ans
rational.c 7ee3aebe31 lib/rational.c needs module.h il y a 15 ans
rbtree.c 0b6bb66d12 Export the augmented rbtree helper functions il y a 14 ans
reciprocal_div.c 6a2d7a955d [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() il y a 18 ans
rwsem-spinlock.c 3eac4abaa6 rwsem generic spinlock: use IRQ save/restore spinlocks il y a 15 ans
rwsem.c d123375425 rwsem: Remove redundant asmregparm annotation il y a 14 ans
scatterlist.c edce6820a9 scatterlist: prevent invalid free when alloc fails il y a 15 ans
sha1.c 1eb19a12bd lib/sha1: use the git implementation of SHA-1 il y a 14 ans
show_mem.c 7bf02ea22c arch, mm: filter disallowed nodes from arch specific show_mem functions il y a 14 ans
smp_processor_id.c 4ab0a9409a cpumask: convert lib/smp_processor_id to new cpumask ops il y a 16 ans
sort.c b53907c010 generic swap(): lib/sort.c: rename swap to swap_func il y a 16 ans
spinlock_debug.c 9828ea9d75 locking: Further name space cleanups il y a 15 ans
string.c d0f1fed29e Add a strtobool function matching semantics of existing in kernel equivalents il y a 14 ans
string_helpers.c a8659597bf [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact il y a 16 ans
swiotlb.c 5f98ecdbce swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. il y a 14 ans
syscall.c bbc698636e task_current_syscall il y a 17 ans
test-kstrtox.c 01eda2e0c0 kstrtox: fix compile warnings in test il y a 14 ans
textsearch.c de0368d5fe textsearch: doc - fix spelling in lib/textsearch.c. il y a 14 ans
timerqueue.c 25985edced Fix common misspellings il y a 14 ans
ts_bm.c 3b76d08190 textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm il y a 17 ans
ts_fsm.c 43138833ee textsearch: ts_fsm: return error on request for case insensitive search il y a 17 ans
ts_kmp.c 2523c3fc2b textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithm il y a 17 ans
uuid.c fab1c23242 Unified UUID/GUID definition il y a 15 ans
vsprintf.c 45b583b10a Merge 'akpm' patch series il y a 14 ans