aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2006-02-22Revert mount/umount uevent removalGreg Kroah-Hartman1-0/+4
2006-02-18[PATCH] iomap_copy fallout (m68k)Al Viro1-1/+1
2006-02-16[PATCH] Fix over-zealous tag clearing in radix_tree_deleteNeilBrown1-4/+6
2006-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-1/+10
2006-02-07[PATCH] Fix spinlock debugging delays to not time out too earlyIngo Molnar1-3/+3
2006-02-06[PATCH] Fix uevent buffer overflow in input layerBenjamin Herrenschmidt1-1/+1
2006-02-06[PATCH] kobject: don't oops on null kobject.nameChuck Ebbert1-0/+4
2006-02-06[PATCH] kobject_add() must have a valid name in order to succeed.Greg Kroah-Hartman1-0/+5
2006-02-03Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+25
2006-02-03[PATCH] lib: Fix bug in int_sqrt() for 64 bit longsPeter Williams1-1/+1
2006-02-02[TEXTSEARCH]: Fix broken good shift array calculation in Boyer-MoorePablo Neira Ayuso1-15/+25
2006-02-01[PATCH] Introduce __iowrite32_copyBryan O'Sullivan2-1/+43
2006-01-14[PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inliningIngo Molnar1-0/+14
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda1-1/+1
2006-01-10[PATCH] let MAGIC_SYSRQ no longer depend on DEBUG_KERNELAdrian Bunk1-7/+7
2006-01-10[PATCH] lib/zlib*: cleanupsAdrian Bunk6-4/+18
2006-01-10[PATCH] printk levels for spinlock debugDave Jones1-7/+11
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar1-0/+8
2006-01-08[PATCH] atomic: dec_and_lock use atomic primitivesNick Piggin1-43/+6
2006-01-08[PATCH] cpuset: better bitmap remap defaultsPaul Jackson1-45/+44
2006-01-08[PATCH] DEBUG_SLAB depends on SLABIngo Molnar1-1/+1
2006-01-08[PATCH] radix-tree: reduce tree height upon partial truncationNick Piggin1-10/+36
2006-01-08[PATCH] radix tree: early termination of tag clearingNick Piggin1-17/+23
2006-01-08[PATCH] radix tree: code consolidationNick Piggin1-31/+26
2006-01-08[PATCH] frv: implement and export various things required by modulesDavid Howells1-0/+3
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-1/+1
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai1-2/+1
2006-01-06[PATCH] mm: remove bad_rangeNick Piggin1-1/+2
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org1-3/+1
2006-01-04[PATCH] klist: Fix broken kref counting in find functionsFrank Pavlic1-0/+2
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2-34/+34
2006-01-04[PATCH] merge kobject_uevent and kobject_hotplugKay Sievers1-184/+95
2006-01-04[PATCH] remove mount/umount uevents from superblock handlingKay Sievers1-4/+0
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers1-19/+5
2005-12-20[PATCH] fix spinlock-debugging smp_processor_id() usageIngo Molnar1-8/+10
2005-12-20[PATCH] Fix swiotlb pci_map_sg error handlingAndi Kleen1-2/+3
2005-11-28[PATCH] fix broken lib/genalloc.cChris Humbert1-8/+6
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds4-58/+58
2005-11-07[PATCH] reiser4: add radix_tree_lookup_slot()Hans Reiser1-13/+38
2005-11-07[LIB] reed_solomon: Clean up trailing white spacesThomas Gleixner4-58/+58
2005-10-31manual update from upstream:Tony Luck13-97/+291
2005-10-31Merge ../linux-2.6 by handPaul Mackerras11-95/+277
2005-10-30[PATCH] fix missing includesTim Schmielau4-0/+4
2005-10-30[PATCH] lib/string.c cleanup: restore useful memmove constPaul Jackson1-1/+2
2005-10-30[PATCH] RCU torture-testing kernel modulePaul E. McKenney1-0/+21
2005-10-30[PATCH] extable: remove needless declarationNicolas Pitre1-3/+0
2005-10-30[PATCH] Kconfig help text correction for CONFIG_FRAME_POINTERJesper Juhl1-2/+2
2005-10-30[PATCH] cpusets: bitmap and mask remap operatorsPaul Jackson1-0/+166
2005-10-30[PATCH] Whitespace and CodingStyle cleanup for lib/idr.cJesper Juhl1-18/+17
2005-10-30[PATCH] lib/string.c cleanup: remove pointless explicit castsJesper Juhl1-10/+11
2005-10-30[PATCH] lib/string.c cleanup: remove pointless register keywordJesper Juhl1-2/+2
2005-10-30[PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanupsJesper Juhl1-60/+53
2005-10-30[PATCH] CONFIG_IA32Brian Gerst1-1/+1
2005-10-29[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.cOlaf Hering1-1/+0
2005-10-28Merge ../bleed-2.6Greg KH4-5/+5
2005-10-28[PATCH] kobject_uevent.c has a typo in a commentErik Hovland1-1/+1
2005-10-28[PATCH] gfp_t: lib/*Al Viro4-5/+5
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton1-0/+13
2005-10-20Update from upstream with manual merge of Yasunori Goto'sTony Luck7-6/+47
2005-10-18Add some basic .gitignore filesLinus Torvalds1-0/+6
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro4-4/+4
2005-10-04[TEXTSEARCH]: fix sparse gfp nocast warningsRandy Dunlap3-3/+3
2005-09-29[PATCH] Removed remaining PCI specific references from swiotlb.cTony Luck1-14/+14
2005-09-29[PATCH] swiotlb: file header commentsJohn W. Linville1-2/+4
2005-09-29[PATCH] swiotlb: support syncing DMA_BIDIRECTIONAL mappingsJohn W. Linville1-22/+40
2005-09-29[PATCH] swiotlb: support syncing sub-ranges of mappingsJohn W. Linville1-0/+33
2005-09-29[PATCH] swiotlb: cleanup some code duplication cruftJohn W. Linville1-23/+22
2005-09-29[PATCH] swiotlb: move from arch/ia64/lib/ to lib/John W. Linville2-0/+761
2005-09-14[LIB]: Consolidate _atomic_dec_and_lock()David S. Miller1-0/+35
2005-09-12[PATCH] x86-64: Allow frame pointer and fix help text.Andi Kleen1-4/+4
2005-09-10[PATCH] lib/sort.c: small cleanupsAdrian Bunk1-2/+3
2005-09-10[PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco1-1/+1
2005-09-10[PATCH] spinlock consolidationIngo Molnar4-5/+259
2005-09-08[PATCH] lib/crc16: added crc16 algorithm.Evgeniy Polyakov3-1/+77
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley1-1/+17
2005-09-07[PATCH] radix_tag_get(): differentiate between no present node and tag unset ...Marcelo Tosatti1-8/+9
2005-09-07[PATCH] radix-tree: Remove unnecessary indirections and clean up codeChristoph Lameter1-77/+82
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+19
2005-09-05[PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley1-4/+4
2005-09-05[PATCH] unify x86/x86-64 semaphore codeBenjamin LaHaise2-0/+178
2005-08-29[LIB]: Make TEXTSEARCH_BM plain tristate like the othersDavid S. Miller1-8/+1
2005-08-29[LIB]: Boyer-Moore extension for textsearch infrastructure strike #2Pablo Neira Ayuso3-0/+196
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy1-0/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+2
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan1-1/+1
2005-08-23[PATCH] %t... in vsnprintfAl Viro1-1/+4
2005-08-17Revert unnecessary zlib_inflate/inftrees.c fixLinus Torvalds1-1/+1
2005-08-07[PATCH] crc32.c typo fixDominik Hackl1-1/+1
2005-08-05[PATCH] Update in-kernel zlib routinesTim Yamin2-8/+10
2005-07-29[PATCH] DEBUG_FS must depend on SYSFSAdrian Bunk1-1/+1
2005-07-27[PATCH] statically link halfmd4Andrew Morton1-2/+2
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter1-1/+1
2005-06-25[PATCH] Use ALIGN to remove duplicate codeNick Wilson1-2/+1
2005-06-25[PATCH] lib/sha1.c: fix sparse warningDomen Puncer1-1/+1
2005-06-24[PKT_SCHED]: Make TEXTSEARCH* options only selected.David S. Miller1-22/+6
2005-06-23[LIB]: textsearch.o needs to be obj-y not lib-y.David S. Miller1-1/+1
2005-06-23[LIB]: Naive finite state machine based textsearchThomas Graf3-0/+350
2005-06-23[LIB]: Knuth-Morris-Pratt textsearch algorithmThomas Graf3-0/+156
2005-06-23[LIB]: Textsearch infrastructure.Thomas Graf3-1/+326
2005-06-21[PATCH] ia64 uncached allocJes Sorensen3-0/+195
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar3-55/+56
2005-06-21[PATCH] coverity: idr_get_new_above_int() overrun fixZaur Kambarov1-1/+1
2005-06-20[PATCH] Don't reference NULL klist pointer in klist_remove().mochel@digitalimplant.org1-2/+3
2005-06-20[PATCH] add klist_node_attached() to determine if a node is on a list or not.mochel@digitalimplant.org1-0/+16
2005-06-20[PATCH] Add initial implementation of klist helpers.mochel@digitalimplant.org2-3/+252
2005-06-20[PATCH] Make kobject's name be const char *Dmitry Torokhov2-3/+3
2005-06-20[PATCH] kobject_hotplug() should use kobject_name()Dmitry Torokhov1-1/+1
2005-05-28[PATCH] uml: split CONFIG_FRAME_POINTER from DEBUG_INFOPaolo 'Blaisorblade' Giarrusso1-1/+2
2005-05-05[PATCH] documentation for strncpy()walter harms1-0/+4
2005-05-05[PATCH] fix lib/sort regression testDomen Puncer1-1/+1
2005-05-05[PATCH] x86_64: make string func definition work as intendedPaolo 'Blaisorblade' Giarrusso1-0/+4
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-2/+1
2005-05-01[PATCH] remove all kernel BUGsMatt Mackall1-0/+1
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2-5/+5
2005-04-18[PATCH] kobject/hotplug split - kobject add/removekay.sievers@vrfy.org1-4/+3
2005-04-16[PATCH] add Big Endian variants of ioread/iowriteJames Bottomley1-0/+20
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds60-0/+15017