Commit Graph

2189 Commits (df07cf81268192e42c4cdf91f5f4bf9aaac1b2f0)

Author SHA1 Message Date
Bill Pemberton 610141ee65 lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUG 12 years ago
Thadeu Lima de Souza Cascardo eedce141cd genalloc: stop crashing the system when destroying a pool 12 years ago
Ming Lei fe73fbe1c5 lib/dma-debug.c: fix __hash_bucket_find() 12 years ago
Ezequiel Garcia 3e1aa66bd4 lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvasprintf 13 years ago
David Howells dbadc17683 X.509: Fix indefinite length element skip error handling 13 years ago
Michel Lespinasse ed8ea81501 mm: add CONFIG_DEBUG_VM_RB build option 13 years ago
Michel Lespinasse 9826a516ff mm: interval tree updates 13 years ago
Michel Lespinasse 9c079add0d rbtree: move augmented rbtree functionality to rbtree_augmented.h 13 years ago
Michel Lespinasse 147e615f83 prio_tree: remove 13 years ago
Michel Lespinasse 6b2dbba8b6 mm: replace vma prio_tree with an interval tree 13 years ago
Michel Lespinasse fff3fd8a12 rbtree: add prio tree and interval tree tests 13 years ago
Michel Lespinasse 3908836aa7 rbtree: add RB_DECLARE_CALLBACKS() macro 13 years ago
Michel Lespinasse 9d9e6f9703 rbtree: remove prior augmented rbtree implementation 13 years ago
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