Commit Graph

2315 Commits (5bcab3355a555a9c1bd4becb136cbd3651c8eafa)

Author SHA1 Message Date
Michel Lespinasse 14b94af0b2 rbtree: faster augmented rbtree manipulation 13 years ago
Michel Lespinasse dadf93534f rbtree: augmented rbtree test 13 years ago
Michel Lespinasse 4f035ad67f rbtree: low level optimizations in rb_erase() 13 years ago
Michel Lespinasse 46b6135a74 rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color() 13 years ago
Michel Lespinasse 60670b8034 rbtree: place easiest case first in rb_erase() 13 years ago
Michel Lespinasse 7abc704ae3 rbtree: add __rb_change_child() helper function 13 years ago
Michel Lespinasse 28d7530928 rbtree test: fix sparse warning about 64-bit constant 13 years ago
Michel Lespinasse 59633abf34 rbtree: optimize fetching of sibling node 13 years ago
Michel Lespinasse 7ce6ff9e5d rbtree: coding style adjustments 13 years ago
Michel Lespinasse 6280d2356f rbtree: low level optimizations in __rb_erase_color() 13 years ago
Michel Lespinasse e125d1471a rbtree: optimize case selection logic in __rb_erase_color() 13 years ago
Michel Lespinasse d6ff127392 rbtree: adjust node color in __rb_erase_color() only when necessary 13 years ago
Michel Lespinasse 5bc9188aa2 rbtree: low level optimizations in rb_insert_color() 13 years ago
Michel Lespinasse 6d58452dc0 rbtree: adjust root color in rb_insert_color() only when necessary 13 years ago
Michel Lespinasse 1f0528653e rbtree: break out of rb_insert_color loop after tree rotation 13 years ago
Michel Lespinasse 910a742d4b rbtree: performance and correctness test 13 years ago
Michel Lespinasse bf7ad8eeab rbtree: move some implementation details from rbtree.h to rbtree.c 13 years ago
Michel Lespinasse 4c199a93a2 rbtree: empty nodes have no color 13 years ago
Catalin Marinas 9b2a60c484 Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option 13 years ago
Catalin Marinas b69ec42b1b Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option 13 years ago
David Howells e104599294 MPILIB: Provide a function to read raw data into an MPI 13 years ago
David Howells 42d5ec27f8 X.509: Add an ASN.1 decoder 13 years ago
David Howells 4f73175d03 X.509: Add utility functions to render OIDs as strings 13 years ago
David Howells a77ad6ea0b X.509: Implement simple static OID registry 13 years ago
David Howells 12f008b6dc MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification 13 years ago
David Howells aacf29bf1b MPILIB: Provide count_leading/trailing_zeros() based on arch functions 13 years ago
Hein Tibosch 33e2a4227d lib/decompress.c add __init to decompress_method and data 13 years ago
Tejun Heo 8290e2d2dc scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs 13 years ago
Borislav Petkov 17d7aac9a5 lib/plist.c: make plist test announcements KERN_DEBUG 13 years ago
Jan Beulich da99075c1d lib/vsprintf.c: improve standard conformance of sscanf() 13 years ago
Vikram Mulukutla 214f766ea0 lib/spinlock_debug: avoid livelock in do_raw_spin_lock() 13 years ago
Benjamin Gaignard ca279cf106 genalloc: make it possible to use a custom allocation algorithm 13 years ago
Davidlohr Bueso e96875677f lib/gcd.c: prevent possible div by 0 13 years ago
Jan Beulich 8f1f66ed7e lib/Kconfig.debug: adjust hard-lockup related Kconfig options 13 years ago
Fengguang Wu 125c4c706b idr: rename MAX_LEVEL to MAX_IDR_LEVEL 13 years ago
Alex Elder 77dd3b0bd1 lib/parser.c: avoid overflow in match_number() 13 years ago
Andy Shevchenko 7c59154e75 lib/vsprintf: update documentation to cover all of %p[Mm][FR] 13 years ago
George Spelvin f40005165f lib: vsprintf: fix broken comments 13 years ago
George Spelvin cb239d0a97 lib: vsprintf: optimize put_dec_trunc8() 13 years ago
George Spelvin 2359172a75 lib: vsprintf: optimize division by 10000 13 years ago
George Spelvin e49317d415 lib: vsprintf: optimize division by 10 for small integers 13 years ago
Joe Mario 8f243af42a sections: fix const sections for crc32 table 13 years ago
Shuah Khan 759643ce39 dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER define 13 years ago
H. Peter Anvin e6459606b0 lib: Add early cpio decoder 13 years ago
Maxim Levitsky 232f1b5106 scatterlist: refactor the sg_nents 13 years ago
Maxim Levitsky 2e48461029 scatterlist: add sg_nents 13 years ago
Jan Kara b5bd6a0e5f lib/flex_proportions.c: fix corruption of denominator in flexible proportions 13 years ago
Paul E. McKenney e3ebfb96f3 rcu: Add PROVE_RCU_DELAY to provoke difficult races 13 years ago
Joe Perches 666f355f38 device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit 13 years ago
Joe Perches c2c5a7051c netdev_printk/netif_printk: Remove a superfluous logging colon 13 years ago