George Spelvin
|
d8f1c4778e
lib: crc32: Add some additional __pure annotations
|
11 年之前 |
George Spelvin
|
4fa8e03b22
lib: crc32: Mark test data __initconst
|
11 年之前 |
George Spelvin
|
6d514b4e77
lib: crc32: Greatly shrink CRC combining code
|
11 年之前 |
Fabian Frederick
|
38b4fe5fcc
lib/crc32.c: remove unnecessary __constant
|
11 年之前 |
Daniel Borkmann
|
165148396d
lib: crc32: reduce number of cases for crc32{, c}_combine
|
11 年之前 |
Daniel Borkmann
|
cc0ac19995
lib: crc32: conditionally resched when running testcases
|
11 年之前 |
Daniel Borkmann
|
efba721f63
lib: crc32: add test cases for crc32{, c}_combine routines
|
11 年之前 |
Daniel Borkmann
|
6e95fcaa42
lib: crc32: add functionality to combine two crc32{, c}s in GF(2)
|
11 年之前 |
Daniel Borkmann
|
d921e049a0
lib: crc32: clean up spacing in test cases
|
11 年之前 |
Gu Zheng
|
f2e1d2ac34
lib/crc32: update the comments of crc32_{be,le}_generic()
|
12 年之前 |
Joe Mario
|
8f243af42a
sections: fix const sections for crc32 table
|
13 年之前 |
Thiago Rafael Becker
|
49ac572b93
lib/crc32.c: fix unused variables warnings
|
13 年之前 |
Darrick J. Wong
|
577eba9e22
crc32: add self-test code for crc32c
|
13 年之前 |
Darrick J. Wong
|
46c5801eaf
crc32: bolt on crc32c
|
13 年之前 |
Bob Pearson
|
78dff41897
crc32: add note about this patchset to crc32.c
|
13 年之前 |
Bob Pearson
|
0292c497b6
crc32: optimize loop counter for x86
|
13 年之前 |
Bob Pearson
|
324eb0f17d
crc32: add slice-by-8 algorithm to existing code
|
13 年之前 |
Bob Pearson
|
9a1dbf6a29
crc32: make CRC_*_BITS definition correspond to actual bit counts
|
13 年之前 |
Bob Pearson
|
ce4320ddda
crc32: fix mixing of endian-specific types
|
13 年之前 |
Bob Pearson
|
60e58d5c9d
crc32: miscellaneous cleanups
|
13 年之前 |
Bob Pearson
|
3863ef31dc
crc32: simplify unit test code
|
13 年之前 |
Bob Pearson
|
fbedceb100
crc32: move long comment about crc32 fundamentals to Documentation/
|
13 年之前 |
Bob Pearson
|
e30c7a8fcf
crc32: remove two instances of trailing whitespaces
|
13 年之前 |
Joakim Tjernlund
|
5742332dea
crc32: optimize inner loop
|
13 年之前 |
Arun Sharma
|
60063497a9
atomic: use <linux/atomic.h>
|
14 年之前 |
Andrew Morton
|
0d2daf5cc8
revert "crc32: use __BYTE_ORDER macro for endian detection"
|
15 年之前 |
Joakim Tjernlund
|
4762bbc1a3
crc32: use __BYTE_ORDER macro for endian detection.
|
15 年之前 |
Joakim Tjernlund
|
836e2af925
crc32: major optimization
|
15 年之前 |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
Joakim Tjernlund
|
4f2a9463d1
crc32: some minor cleanups
|
15 年之前 |