aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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}_bit()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