Commit Graph

1992 Commits (981f9face8fc21bede7b7a56a7cf6c176da5ab05)

Author SHA1 Message Date
Jesper Juhl 09c79b6096 mpi: Avoid using freed pointer in mpi_lshift_limbs() 13 years ago
Dan Williams 282029c005 kobject: provide more diagnostic info for kobject_add_internal() failures 13 years ago
Darrick J. Wong 82edb4baa7 crc32: add help text for the algorithm select option 13 years ago
Konstantin Khlebnikov cebbd29e1c radix-tree: rewrite gang lookup using iterator 13 years ago
Konstantin Khlebnikov 78c1d78488 radix-tree: introduce bit-optimized iterator 13 years ago
Srivatsa S. Bhat 38b93780a5 lib/cpumask.c: remove __any_online_cpu() 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
David Howells ae3a197e3d Disintegrate asm/system.h for PowerPC 13 years ago
Richard Weinberger 087fafd152 Introduce CONFIG_GENERIC_IO 13 years ago
KAMEZAWA Hiroyuki 1ac101a5d6 procfs: add num_to_str() to speed up /proc/stat 13 years ago
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
Raghavendra K T e335e3eb82 locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage 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
Paul Gortmaker 8bc3bcc93a lib: reduce the use of module.h wherever possible 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 Gortmaker 50af5ead3b bug.h: add include of it to various implicit C users 13 years ago
Paul Gortmaker b116ee4d77 lib: fix implicit users of kernel.h for TAINT_WARN 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