aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2006-09-27sh: Enable verbose BUG() support.Paul Mundt1-1/+1
2006-09-27sh: Use generic CONFIG_FRAME_POINTER.Paul Mundt1-1/+1
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-3/+9
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-12/+30
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen1-2/+2
2006-09-26[PATCH] optimize hweight64 for x86_64Andi Kleen1-2/+8
2006-09-26[PATCH] Don't force frame pointers for lockdepAndi Kleen1-1/+1
2006-09-25Driver core: Don't call put methods while holding a spinlockAlan Stern1-11/+15
2006-09-25add CONFIG_ENABLE_MUST_CHECKAndrew Morton1-0/+7
2006-09-25kobject: must_check fixesRandy Dunlap1-1/+8
2006-09-22[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro1-0/+2
2006-09-12[PATCH] syscall class hookup for all normal targetsAl Viro3-0/+59
2006-08-22[TEXTSEARCH]: Fix Boyer Moore initialization bugMichael Rash1-6/+5
2006-08-06[PATCH] disable debugging version of write_lock()Andrew Morton1-4/+6
2006-08-03PCI: docking station: remove dock ueventsKristen Carlson Accardi1-4/+0
2006-07-31[PATCH] Fix ppc32 zImage inflatePeter Korsgaard1-1/+4
2006-07-14[PATCH] let the the lockdep options depend on DEBUG_KERNELAdrian Bunk1-4/+6
2006-07-14[PATCH] Convert idr's internal locking to _irqsave variantRoland Dreier1-6/+10
2006-07-03[PATCH] lockdep: kconfigIngo Molnar1-2/+96
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2-1/+42
2006-07-03[PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2-3/+37
2006-07-03[PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar1-4/+4
2006-07-03[PATCH] lockdep: coreIngo Molnar2-4/+2
2006-07-03[PATCH] lockdep: locking API self testsIngo Molnar17-0/+1338
2006-07-03[PATCH] lockdep: s390 CONFIG_FRAME_POINTER supportHeiko Carstens1-1/+1
2006-07-03[PATCH] lockdep: stacktrace subsystem, coreIngo Molnar1-1/+5
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar3-37/+72
2006-07-03[PATCH] lockdep: remove mutex deadlock checking codeIngo Molnar1-8/+0
2006-07-03[PATCH] lockdep: clean up rwsemsIngo Molnar2-75/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds8-8/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel8-8/+0
2006-06-29merge linus into release branchLen Brown7-11/+165
2006-06-28Fix vsnprintf off-by-one bugLinus Torvalds1-1/+1
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-0/+16
2006-06-27[PATCH] fix rt-mutex defaults and dependenciesRoman Zippel1-3/+1
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner1-0/+7
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar1-0/+13
2006-06-27[PATCH] pi-futex: add plist implementationIngo Molnar3-0/+125
2006-06-27[PATCH] zlib inflate: fix function definitionsRandy Dunlap2-10/+5
2006-06-27KEVENT: add new uevent for dockKristen Accardi1-0/+4
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-11/+2
2006-06-26Merge branch 'x86-64'Linus Torvalds1-2/+10
2006-06-26[PATCH] i386: reliable stack trace support (i386)Jan Beulich1-1/+1
2006-06-26[PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich1-1/+1
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich1-2/+10
2006-06-26[PATCH] lib: add idr_replaceJeff Mahoney1-0/+43
2006-06-26spelling fixesAndreas Mohr1-2/+2
2006-06-26move acknowledgment for Mark Adler to CREDITSAdrian Bunk1-9/+0
2006-06-25[PATCH] fix race in idr codeSonny Rao1-4/+12
2006-06-25[PATCH] Implement kasprintfJeremy Fitzhardinge1-0/+23
2006-06-25[PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge1-32/+33
2006-06-25[PATCH] reed-solomon: fix kernel-doc commentsRandy Dunlap1-9/+2
2006-06-25[PATCH] kernel-doc for lib/crc*.cRandy Dunlap3-40/+30
2006-06-25[PATCH] kernel-doc for lib/bitmap.cRandy Dunlap1-15/+16
2006-06-25[PATCH] radixtree: normalize radix_tree_tag_get() return valueWu Fengguang1-1/+1
2006-06-25[PATCH] constify libcrc32c tableAndreas Mohr1-1/+1
2006-06-23[PATCH] strstrip() APIPekka Enberg1-0/+30
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao1-5/+5
2006-06-23[PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai2-0/+47
2006-06-23[PATCH] buglet in radix_tree_tag_setPeter Zijlstra1-2/+1
2006-06-23[PATCH] radix-tree: smallNick Piggin1-1/+1
2006-06-23[PATCH] radix-tree: direct dataNick Piggin1-81/+111
2006-06-23[PATCH] change gen_pool allocator to not touch managed memoryDean Nelson1-142/+121
2006-06-22[PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie18-1910/+1732
2006-06-21[PATCH] kobject: make people pay attention to kobject_add errorsGreg Kroah-Hartman1-3/+3
2006-06-20[PATCH] add __iowrite64_copyBrice Goglin1-0/+28
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-96/+93
2006-06-05[RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistencyDavid Woodhouse1-5/+5
2006-05-21[PATCH] kobject: quiet errors in kobject_addGreg Kroah-Hartman1-3/+3
2006-05-12[SPARC]: Handle UNWIND_INFO properly.David S. Miller1-1/+1
2006-04-27[PATCH] Kobject: possible cleanupsAdrian Bunk1-5/+2
2006-04-27[PATCH] Kobject: fix build errorKay Sievers1-1/+7
2006-04-21[RBTREE] Merge colour and parent fields of struct rb_node.David Woodhouse1-88/+90
2006-04-21[RBTREE] Remove dead code in rb_erase()David Woodhouse1-10/+5
2006-04-19[PATCH] Kconfig.debug: Set DEBUG_MUTEX to off by defaultTim Chen1-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+1
2006-04-11[PATCH] Silence a const vs non-const warningJan-Benedict Glaw1-1/+1
2006-04-11[PATCH] Clean up arch-overrides in linux/string.hKyle McMartin1-0/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-0/+1
2006-03-30[PARISC] Remove obsolete CONFIG_DEBUG_IOREMAPHelge Deller1-13/+0
2006-03-27[PATCH] Don't make debugfs depend on DEBUG_KERNELJens Axboe1-1/+1
2006-03-26[PATCH] bitops: hweight() speedupAkinobu Mita1-15/+14
2006-03-26[PATCH] bitops: hweight() related cleanupAkinobu Mita1-17/+2
2006-03-26[PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita1-0/+73
2006-03-26[PATCH] bitops: generic hweight{64,32,16,8}()Akinobu Mita2-0/+55
2006-03-26[PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita1-31/+81
2006-03-25[PATCH] x86_64: Don't enable CONFIG_UNWIND_INFO by default for DEBUG_KERNELAndi Kleen1-1/+0
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-20/+12
2006-03-25[PATCH] cpumask: uninline any_online_cpu()Andrew Morton1-0/+12
2006-03-25[PATCH] cpumask: uninline highest_possible_processor_id()Andrew Morton1-0/+17
2006-03-25[PATCH] cpumask: uninline next_cpu()Andrew Morton1-0/+5
2006-03-25[PATCH] cpumask: uninline first_cpu()Andrew Morton2-0/+13
2006-03-25[PATCH] radix-tree documentation cleanupsJonathan Corbet1-22/+27
2006-03-25[PATCH] kconfig: clarify memory debug optionsAndrew Morton1-1/+1
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro1-0/+4
2006-03-24BUG_ON() Conversion in lib/swiotlb.cEric Sesterhenn1-20/+12
2006-03-24[PATCH] CONFIG_UNWIND_INFOJan Beulich1-0/+11
2006-03-24[PATCH] bitmap: region restructuringPaul Jackson1-97/+102
2006-03-24[PATCH] bitmap: region multiword spanning supportPaul Mundt1-34/+76
2006-03-24[PATCH] bitmap: region cleanupPaul Jackson1-26/+38
2006-03-23[PATCH] sem2mutex: kernel/Arjan van de Ven1-5/+6
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+0
2006-03-22[PATCH] multiple exports of strpbrkAndrew Morton1-1/+0
2006-03-20[PATCH] kobject_add_dirJun'ichi Nomura1-0/+38
2006-03-20[PATCH] Kobject: provide better warning messages when people do stupid thingsGreg Kroah-Hartman1-8/+14
2006-03-20[PATCH] kref: avoid an atomic operation in kref_put()Eric Dumazet1-1/+6
2006-03-20[PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura1-0/+2
2006-02-24Merge ../powerpc-mergePaul Mackerras3-5/+11
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-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason1-1/+0
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