summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-10-30[PATCH] lib/string.c cleanup: remove pointless register keywordJesper Juhl
2005-10-30[PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanupsJesper Juhl
2005-10-30[PATCH] CONFIG_IA32Brian Gerst
2005-10-29[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.cOlaf Hering
2005-10-28Merge ../bleed-2.6Greg KH
2005-10-28[PATCH] kobject_uevent.c has a typo in a commentErik Hovland
2005-10-28[PATCH] gfp_t: lib/*Al Viro
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton
2005-10-20Update from upstream with manual merge of Yasunori Goto'sTony Luck
2005-10-18Add some basic .gitignore filesLinus Torvalds
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-04[TEXTSEARCH]: fix sparse gfp nocast warningsRandy Dunlap
2005-09-29[PATCH] Removed remaining PCI specific references from swiotlb.cTony Luck
2005-09-29[PATCH] swiotlb: file header commentsJohn W. Linville
2005-09-29[PATCH] swiotlb: support syncing DMA_BIDIRECTIONAL mappingsJohn W. Linville
2005-09-29[PATCH] swiotlb: support syncing sub-ranges of mappingsJohn W. Linville
2005-09-29[PATCH] swiotlb: cleanup some code duplication cruftJohn W. Linville
2005-09-29[PATCH] swiotlb: move from arch/ia64/lib/ to lib/John W. Linville
2005-09-14[LIB]: Consolidate _atomic_dec_and_lock()David S. Miller
2005-09-12[PATCH] x86-64: Allow frame pointer and fix help text.Andi Kleen
2005-09-10[PATCH] lib/sort.c: small cleanupsAdrian Bunk
2005-09-10[PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco
2005-09-10[PATCH] spinlock consolidationIngo Molnar
2005-09-08[PATCH] lib/crc16: added crc16 algorithm.Evgeniy Polyakov
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley
2005-09-07[PATCH] radix_tag_get(): differentiate between no present node and tag unset ...Marcelo Tosatti
2005-09-07[PATCH] radix-tree: Remove unnecessary indirections and clean up codeChristoph Lameter
2005-09-07[PATCH] detect soft lockupsIngo Molnar
2005-09-05[PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley
2005-09-05[PATCH] unify x86/x86-64 semaphore codeBenjamin LaHaise
2005-08-29[LIB]: Make TEXTSEARCH_BM plain tristate like the othersDavid S. Miller
2005-08-29[LIB]: Boyer-Moore extension for textsearch infrastructure strike #2Pablo Neira Ayuso
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy
2005-08-29[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan
2005-08-23[PATCH] %t... in vsnprintfAl Viro
2005-08-17Revert unnecessary zlib_inflate/inftrees.c fixLinus Torvalds
2005-08-07[PATCH] crc32.c typo fixDominik Hackl
2005-08-05[PATCH] Update in-kernel zlib routinesTim Yamin
2005-07-29[PATCH] DEBUG_FS must depend on SYSFSAdrian Bunk
2005-07-27[PATCH] statically link halfmd4Andrew Morton
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter
2005-06-25[PATCH] Use ALIGN to remove duplicate codeNick Wilson
2005-06-25[PATCH] lib/sha1.c: fix sparse warningDomen Puncer
2005-06-24[PKT_SCHED]: Make TEXTSEARCH* options only selected.David S. Miller
2005-06-23[LIB]: textsearch.o needs to be obj-y not lib-y.David S. Miller
2005-06-23[LIB]: Naive finite state machine based textsearchThomas Graf
2005-06-23[LIB]: Knuth-Morris-Pratt textsearch algorithmThomas Graf