Commit Graph

1970 Commits (109e941843893cb1b4f7bed24c615ba84ce00ff5)

Author SHA1 Message Date
Darrick J. Wong 5cde7656d0 crc32: select an algorithm via Kconfig 13 years ago
Darrick J. Wong 577eba9e22 crc32: add self-test code for crc32c 13 years ago
Darrick J. Wong 46c5801eaf crc32: bolt on crc32c 13 years ago
Bob Pearson 78dff41897 crc32: add note about this patchset to crc32.c 13 years ago
Bob Pearson 0292c497b6 crc32: optimize loop counter for x86 13 years ago
Bob Pearson 324eb0f17d crc32: add slice-by-8 algorithm to existing code 13 years ago
Bob Pearson 9a1dbf6a29 crc32: make CRC_*_BITS definition correspond to actual bit counts 13 years ago
Bob Pearson ce4320ddda crc32: fix mixing of endian-specific types 13 years ago
Bob Pearson 60e58d5c9d crc32: miscellaneous cleanups 13 years ago
Bob Pearson 3863ef31dc crc32: simplify unit test code 13 years ago
Bob Pearson fbedceb100 crc32: move long comment about crc32 fundamentals to Documentation/ 13 years ago
Bob Pearson e30c7a8fcf crc32: remove two instances of trailing whitespaces 13 years ago
Xiao Guangrong 97e834c504 prio_tree: introduce prio_set_parent() 13 years ago
Xiao Guangrong 742245d5c2 prio_tree: simplify prio_tree_expand() 13 years ago
Xiao Guangrong f35368dd1c prio_tree: cleanup prio_tree_left()/prio_tree_right() 13 years ago
Xiao Guangrong f42240d729 prio_tree: remove unnecessary code in prio_tree_replace 13 years ago
Akinobu Mita f43804bf5f string: memchr_inv() speed improvements 13 years ago
Cong Wang d314d74c69 nmi watchdog: do not use cpp symbol in Kconfig 13 years ago
Hugh Dickins 9f7de8275b idr: make idr_get_next() good for rcu_read_lock() 13 years ago
Cong Wang c3eede8e0a lib: remove the second argument of k[un]map_atomic() 13 years ago
Tom Herbert 930c514f69 dql: Fix undefined jiffies 13 years ago
Andrew Vagin 7b60a18da3 uevent: send events in correct order according to seqnum (v3) 13 years ago
Jan Beulich 5756b76e4d vsprintf: make %pV handling compatible with kasprintf() 13 years ago
Stephen Boyd 9f78ff005a debugobjects: Fix selftest for static warnings 13 years ago
Paul E. McKenney a858af2875 rcu: Print scheduling-clock information on RCU CPU stall-warning messages 13 years ago
Paul E. McKenney 5c8806a037 rcu: Move RCU_TRACE to lib/Kconfig.debug 13 years ago
Fernando Luis Vázquez Cao 5f32908943 watchdog: Update Kconfig entries 13 years ago
David Howells 690d137f44 Reduce the number of expensive division instructions done by _parse_integer() 13 years ago
David Miller a99e7e5f36 lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.h 13 years ago
David Miller c6df4b17c8 lib: Fix multiple definitions of clz_tab 13 years ago
Dmitry Kasatkin 86f8bedc9e lib/digsig: checks for NULL return value 13 years ago
Dmitry Kasatkin 43b2c0aeaa lib/mpi: added missing NULL check 13 years ago
Dmitry Kasatkin a6d68ecc56 lib/mpi: added comment on divide by 0 case 13 years ago
Dmitry Kasatkin 4877e05619 lib/mpi: check for possible zero length 13 years ago
Dmitry Kasatkin b35e286a64 lib/digsig: pkcs_1_v1_5_decode_emsa cleanup 13 years ago
Dmitry Kasatkin f58a08152c lib/digsig: additional sanity checks against badly formated key payload 13 years ago
Dmitry Kasatkin bc95eeadf5 lib/mpi: removed unused functions 13 years ago
Dmitry Kasatkin e2fe85c236 lib/mpi: checks for zero divisor length 13 years ago
Dmitry Kasatkin e87c5e35a9 lib/mpi: return error code on dividing by zero 13 years ago
Dmitry Kasatkin 3cccd1543a lib/mpi: replaced MPI_NULL with normal NULL 13 years ago
Dmitry Kasatkin c70c471c58 lib/mpi: added missing NULL check 13 years ago
Michael S. Tsirkin b923650b84 lib: add NO_GENERIC_PCI_IOPORT_MAP 13 years ago
Prarit Bhargava b0f4c4b32c bugs, x86: Fix printk levels for panic, softlockups and stack dumps 13 years ago
Alan Stern f3ff924708 Remove useless get_driver()/put_driver() calls 13 years ago
Jim Cromie 85f7f6c0ed dynamic_debug: process multiple debug-queries on a line 13 years ago
Jim Cromie 574b3725e3 dynamic_debug: factor vpr_info_dq out of ddebug_parse_query 13 years ago
Jim Cromie 2b6783191d dynamic_debug: add trim_prefix() to provide source-root relative paths 13 years ago
Jim Cromie 7281491c59 dynamic_debug: enlarge command/query write buffer 13 years ago
Jim Cromie 8bd6026e88 dynamic_debug: chop off comments in ddebug_tokenize 13 years ago
Jim Cromie b5b78f8385 dynamic_debug: early return if _ddebug table is empty 13 years ago