summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
2003-01-13kobject: export kset_find_obj.Patrick Mochel
2003-01-09kobject: make sure we remove kobject from list if kobject_add() failes.Patrick Mochel
2003-01-09kobject.c fix compile when DEBUG is defined.Patrick Mochel
2003-01-06Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-01-06Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-06add kset_find_obj() to search for object in a kset's list.Patrick Mochel
2003-01-06Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-corePatrick Mochel
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel
2003-01-05Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-05Introduce struct kset.Patrick Mochel
2003-01-05[CRC32]: Fix pointer casts on 64-bit.David S. Miller
2003-01-05[PATCH] infrastructure for handling radix_tree_node allocationAndrew Morton
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel
2003-01-03Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-03[netdrvr] ethernet crc fixesJeff Garzik
2003-01-01Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2003-01-01From louis.zhuang@intel.com: missed field_width reset in vsscanf()Linus Torvalds
2002-12-30Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2002-12-29[PATCH] crc32 speedup/use anywhereBrian Murphy
2002-12-23Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel
2002-12-21[PATCH] don't cacheline-align radix_tree_nodesAndrew Morton
2002-12-19kobjects: minor updatesPatrick Mochel
2002-12-14[PATCH] Module Parameter Core PatchRusty Russell
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst
2002-12-14[PATCH] handle overflows in radix_tree_gang_lookup()Andrew Morton
2002-12-01kobjects: don't do cleanup if kobject_add() fails.Patrick Mochel
2002-12-01Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-12-01[PATCH] module names fixRusty Russell
2002-11-24Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-11-21[PATCH] radix-tree reinitialisation fixAndrew Morton
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel
2002-11-18kobject - expose backend helpers to registration interface.Patrick Mochel
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel
2002-11-16[PATCH] add strcspn() library functionRusty Russell
2002-11-10[PATCH] In-kernel Module LoaderRusty Russell
2002-11-07[PATCH] Fix sscanf("-1", "%d", &i)Randy Dunlap
2002-11-04[PATCH] binfmt flat uses zlibAlan Cox
2002-11-02Merge home.transmeta.com:/home/torvalds/v2.5/m68kLinus Torvalds
2002-11-02[PATCH] Fix rwsemtrace() messageGeert Uytterhoeven
2002-10-31kobject: don't create directory for kobject/subsystem if name is NULL.Patrick Mochel
2002-10-30turn off kobject debugging by default.Patrick Mochel
2002-10-29Merge bk://ldm.bkbits.net/linux-2.5-kobjectLinus Torvalds
2002-10-29kobjects: add array of default attributes to subsystems, and create on regist...Patrick Mochel
2002-10-29Introduce struct subsystem.Patrick Mochel
2002-10-29Delete old-style config files.Linus Torvalds
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel
2002-10-29introduce struct kobject: simple, generic object for embedding in other struc...Patrick Mochel
2002-10-28[PATCH] radix_tree_gang_lookup fixAndrew Morton
2002-10-17Use kernel crc32 for BlueZ BNEPMarcel Holtmann