Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-02 | hashtable: introduce a small and naive hashtable | Sasha Levin | |
This hashtable implementation is using hlist buckets to provide a simple hashtable to prevent it from getting reimplemented all over the kernel. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> [ Merging this now, so that subsystems can start applying Sasha's patches that use this - Linus ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |