aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] lib/string.c cleanup: restore useful memmove constPaul Jackson2005-10-301-1/+2
* [PATCH] RCU torture-testing kernel modulePaul E. McKenney2005-10-301-0/+21
* [PATCH] extable: remove needless declarationNicolas Pitre2005-10-301-3/+0
* [PATCH] Kconfig help text correction for CONFIG_FRAME_POINTERJesper Juhl2005-10-301-2/+2
* [PATCH] cpusets: bitmap and mask remap operatorsPaul Jackson2005-10-301-0/+166
* [PATCH] Whitespace and CodingStyle cleanup for lib/idr.cJesper Juhl2005-10-301-18/+17
* [PATCH] lib/string.c cleanup: remove pointless explicit castsJesper Juhl2005-10-301-10/+11
* [PATCH] lib/string.c cleanup: remove pointless register keywordJesper Juhl2005-10-301-2/+2
* [PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanupsJesper Juhl2005-10-301-60/+53
* [PATCH] CONFIG_IA32Brian Gerst2005-10-301-1/+1
* Merge ../bleed-2.6Greg KH2005-10-284-5/+5
|\
| * [PATCH] gfp_t: lib/*Al Viro2005-10-284-5/+5
* | [PATCH] kobject_uevent.c has a typo in a commentErik Hovland2005-10-281-1/+1
|/
* [PATCH] inotify/idr leak fixAndrew Morton2005-10-231-0/+13
* Add some basic .gitignore filesLinus Torvalds2005-10-181-0/+6
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-084-4/+4
* [TEXTSEARCH]: fix sparse gfp nocast warningsRandy Dunlap2005-10-043-3/+3
* [LIB]: Consolidate _atomic_dec_and_lock()David S. Miller2005-09-141-0/+35
* [PATCH] x86-64: Allow frame pointer and fix help text.Andi Kleen2005-09-121-4/+4
* [PATCH] lib/sort.c: small cleanupsAdrian Bunk2005-09-101-2/+3
* [PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco2005-09-101-1/+1
* [PATCH] spinlock consolidationIngo Molnar2005-09-104-5/+259
* [PATCH] lib/crc16: added crc16 algorithm.Evgeniy Polyakov2005-09-083-1/+77
* [PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley2005-09-071-1/+17
* [PATCH] radix_tag_get(): differentiate between no present node and tag unset ...Marcelo Tosatti2005-09-071-8/+9
* [PATCH] radix-tree: Remove unnecessary indirections and clean up codeChristoph Lameter2005-09-071-77/+82
* [PATCH] detect soft lockupsIngo Molnar2005-09-071-0/+19
* [PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley2005-09-051-4/+4
* [PATCH] unify x86/x86-64 semaphore codeBenjamin LaHaise2005-09-052-0/+178
* [LIB]: Make TEXTSEARCH_BM plain tristate like the othersDavid S. Miller2005-08-291-8/+1
* [LIB]: Boyer-Moore extension for textsearch infrastructure strike #2Pablo Neira Ayuso2005-08-293-0/+196
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-291-1/+1
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-1/+1
* [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy2005-08-291-0/+1
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+2
* [PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan2005-08-261-1/+1
* [PATCH] %t... in vsnprintfAl Viro2005-08-231-1/+4
* Revert unnecessary zlib_inflate/inftrees.c fixLinus Torvalds2005-08-171-1/+1
* [PATCH] crc32.c typo fixDominik Hackl2005-08-071-1/+1
* [PATCH] Update in-kernel zlib routinesTim Yamin2005-08-052-8/+10
* [PATCH] DEBUG_FS must depend on SYSFSAdrian Bunk2005-07-291-1/+1
* [PATCH] statically link halfmd4Andrew Morton2005-07-271-2/+2
* [PATCH] mostly_read data sectionChristoph Lameter2005-07-071-1/+1
* [PATCH] Use ALIGN to remove duplicate codeNick Wilson2005-06-251-2/+1
* [PATCH] lib/sha1.c: fix sparse warningDomen Puncer2005-06-251-1/+1
* [PKT_SCHED]: Make TEXTSEARCH* options only selected.David S. Miller2005-06-241-22/+6
* [LIB]: textsearch.o needs to be obj-y not lib-y.David S. Miller2005-06-231-1/+1
* [LIB]: Naive finite state machine based textsearchThomas Graf2005-06-233-0/+350
* [LIB]: Knuth-Morris-Pratt textsearch algorithmThomas Graf2005-06-233-0/+156
* [LIB]: Textsearch infrastructure.Thomas Graf2005-06-233-1/+326