summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman
2008-01-24kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers
2008-01-24Driver Core: add kobj_attribute handlingKay Sievers
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman
2008-01-24kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman
2008-01-24kref: add kref_set()Evgeniy Polyakov
2008-01-24kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman
2007-12-23lib: proportion: fix underflow in prop_norm_percpu()Peter Zijlstra
2007-12-18sched: mark rwsem functions as __sched for wchan/profilingLivio Soares
2007-12-17kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds
2007-12-01[TEXTSEARCH]: Do not allow zero length patterns in the textsearch infrastructurePablo Neira Ayuso
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap
2007-11-28kobject: two typo fixesJohannes Berg
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger
2007-11-14lib: move bitmap.o from lib-y to obj-y.Paul Mundt
2007-11-08[LIB] crc32c: Keep intermediate crc state in cpu orderBenny Halevy
2007-11-05Fix bitmap_scnlistprintf for empty masksAndi Kleen
2007-10-30kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman
2007-10-25Permit silencing of __deprecated warnings.Jeff Garzik
2007-10-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe
2007-10-22Update swiotlb to use sg helpersJens Axboe
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel
2007-10-20[RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()Jörn Engel
2007-10-20spelling fixes: lib/Simon Arlott
2007-10-20LIB: Replace inappropriate include of <linux/bug.h>Robert P. J. Day
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19markers: Add samples subdirMathieu Desnoyers
2007-10-19Add irq protection in the percpu-counters cpu-hotplug-callback pathGautham R Shenoy
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19remove asm/bitops.h includesJiri Slaby
2007-10-19Fix cpusets update_cpumaskPaul Menage
2007-10-18Replace __attribute_pure__ with __pureRalf Baechle
2007-10-17Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-10-17lib/iomap.c:bad_io_access(): print 0x hex prefixRene Herman
2007-10-17avoid negative (and full-width) shifts in radix-tree.cPeter Lund
2007-10-17handle recursive calls to bust_spinlocks()Jan Beulich
2007-10-17lib/sort.c optimizationSubbaiah Venkata
2007-10-17lib/ioremap.c should #include <linux/io.h>Adrian Bunk