aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2003-07-03[PATCH] kobject: add kobject_rename()Greg Kroah-Hartman1-0/+15
2003-06-22[PATCH] add dvb subsystem as a crc32 lib userMichael Hunold1-0/+1
2003-06-15[kobject] Add sequence number to kobject hotplug.Patrick Mochel1-0/+11
2003-06-12Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-11/+10
2003-06-10[kobject] Don't specially order objects in lists based on parent.Patrick Mochel1-6/+7
2003-06-10Merge bk://linux-sam.bkbits.net/kbuildKai Germaschewski1-11/+10
2003-06-08[PATCH] Two more sources of "non-ANSI parameter list" warningsSteven Cole1-3/+4
2003-06-09Merge mars.ravnborg.org:/home/sam/src/linux/kernel/bk/linux-2.5Sam Ravnborg1-11/+10
2003-06-07[PATCH] zlib merge: avoid 8-bit window errorsJörn Engel1-1/+1
2003-06-07[PATCH] zlib merge: return codeJörn Engel1-1/+1
2003-06-07[PATCH] zlib cleanup: unnecessary cast removalJörn Engel3-7/+6
2003-06-07[PATCH] zlib cleanup: Z_NULL removalJörn Engel5-46/+46
2003-06-07[PATCH] zlib cleanup: localJörn Engel5-76/+76
2003-06-07[PATCH] zlib merge: inffast.cJörn Engel1-16/+29
2003-06-07[PATCH] zlib merge: turbocJörn Engel1-8/+2
2003-06-07[PATCH] be more flexible about creating library archivesSam Ravnborg1-6/+5
2003-06-06[PATCH] Another final K&R to ANSI C cleanup of zlibSteven Cole2-28/+39
2003-06-07kbuild: Nice output when generating crc32 tableSam Ravnborg1-11/+10
2003-06-05zlib cleanup: final fixupsLinus Torvalds1-3/+3
2003-06-05[PATCH] zlib cleanup: OFJörn Engel9-72/+72
2003-06-05[PATCH] zlib cleanup: ZEXPORTJörn Engel2-10/+10
2003-06-05[PATCH] zlib cleanup: ZEXTERNJörn Engel1-1/+1
2003-06-05[PATCH] zlib cleanup: remove FAR macroJörn Engel12-129/+128
2003-06-04[kobject] Add warning + back trace if kobject_get() is called with 0 refcount.Patrick Mochel1-2/+3
2003-06-04[kobject] Remove kobj_lock and use lockless refcounting. Patrick Mochel1-16/+2
2003-06-03[kobject] Update Documentation and licenses. Patrick Mochel1-0/+5
2003-05-30[PATCH] More ANSI C cleanup of zlibSteven Cole1-22/+29
2003-05-29[PATCH] Yet more K&R to ANSI C conversionsSteven Cole1-60/+79
2003-05-29[PATCH] K&R to ANSI C conversions for zlibSteven Cole1-15/+16
2003-05-27Make zlib_inflate look more like ANSI C code.Linus Torvalds6-98/+124
2003-05-25Do a strlcat() to go with the strlcpy().Linus Torvalds1-0/+27
2003-05-24Add 'strlcpy()' implementationLinus Torvalds1-0/+27
2003-05-14Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-1/+5
2003-05-14[PATCH] Fix types on inflate.c constantsDave Jones1-2/+2
2003-05-12Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-1/+5
2003-05-11[BRLOCK]: Kill big reader locks, no longer used.Stephen Hemminger2-73/+1
2003-05-07Make lib/inflate.c look remotely like ANSI C, so that it can beLinus Torvalds1-19/+25
2003-04-29[PATCH] percpu counters cause UML compilation errors in with SMPAndrew Morton1-0/+1
2003-04-28kobject: kobj_lock needs to be grabed using spinlock_irqGreg Kroah-Hartman1-6/+18
2003-04-16kobject: Add better debugging for failed registrations.Patrick Mochel1-1/+5
2003-04-12[PATCH] percpu_counters: approximate but scalable countersAndrew Morton2-0/+19
2003-04-12[PATCH] radix_tree_delete API improvementAndrew Morton1-7/+11
2003-04-12[PATCH] kobject hotplug fixesAndrew Morton1-16/+12
2003-04-04kobject: cause /sbin/hotplug to be called when kobjects are added and removedGreg Kroah-Hartman1-8/+162
2003-03-30Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-4/+5
2003-03-28[CRYPTO]: Add Deflate algorithm to crypto API.James Morris1-4/+5
2003-03-28[PATCH] POSIX timers interface long/int cleanupAndrew Morton1-2/+2
2003-02-24[PATCH] crc32 optimizationsAndrew Morton2-26/+22
2003-02-18[PATCH] lib/idr.c 64-bit fixesAndrew Morton1-4/+4
2003-02-18Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+1
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger2-1/+343
2003-02-17[PATCH] USB speedtouch: replace speedtouch crc routinesDuncan Sands1-1/+1
2003-02-14[PATCH] Use table lookup for radix_tree_maxindex()Andrew Morton1-6/+22
2003-02-14[PATCH] crc32 improvementsAndrew Morton1-82/+73
2003-02-11[PATCH] printk size_t qualifier confusionAndrew Morton1-4/+7
2003-02-10[PATCH] remove unneeded test from radix_tree_extend()Andrew Morton1-2/+1
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski3-7/+0
2003-01-13kobject: export kset_find_obj.Patrick Mochel1-1/+3
2003-01-09kobject: make sure we remove kobject from list if kobject_add() failes.Patrick Mochel1-10/+26
2003-01-09kobject.c fix compile when DEBUG is defined.Patrick Mochel1-2/+2
2003-01-06Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel2-27/+66
2003-01-06Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel1-2/+2
2003-01-06add kset_find_obj() to search for object in a kset's list.Patrick Mochel1-0/+33
2003-01-06Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-corePatrick Mochel1-34/+103
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel1-10/+12
2003-01-05Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel1-25/+64
2003-01-05Introduce struct kset.Patrick Mochel1-27/+93
2003-01-05[CRC32]: Fix pointer casts on 64-bit.David S. Miller1-2/+2
2003-01-05[PATCH] infrastructure for handling radix_tree_node allocationAndrew Morton1-25/+64
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-5/+6
2003-01-03Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel1-10/+11
2003-01-03[netdrvr] ethernet crc fixesJeff Garzik1-10/+11
2003-01-01Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel1-1/+2
2003-01-01From louis.zhuang@intel.com: missed field_width reset in vsscanf()Linus Torvalds1-1/+2
2002-12-30Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel4-150/+241
2002-12-29[PATCH] crc32 speedup/use anywhereBrian Murphy4-150/+241
2002-12-23Merge bk://linux.bkbits.net/linux-2.5Patrick Mochel1-4/+7
2002-12-21[PATCH] don't cacheline-align radix_tree_nodesAndrew Morton1-1/+1
2002-12-19kobjects: minor updatesPatrick Mochel1-4/+7
2002-12-14[PATCH] Module Parameter Core PatchRusty Russell1-3/+3
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst3-6/+0
2002-12-14[PATCH] handle overflows in radix_tree_gang_lookup()Andrew Morton1-11/+9
2002-12-01kobjects: don't do cleanup if kobject_add() fails.Patrick Mochel1-2/+1
2002-12-01Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel2-4/+0
2002-12-01[PATCH] module names fixRusty Russell2-4/+0
2002-11-24Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-0/+34
2002-11-21[PATCH] radix-tree reinitialisation fixAndrew Morton1-0/+3
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel1-0/+34
2002-11-18kobject - expose backend helpers to registration interface.Patrick Mochel1-58/+94
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel1-1/+1
2002-11-16[PATCH] add strcspn() library functionRusty Russell1-0/+23
2002-11-10[PATCH] In-kernel Module LoaderRusty Russell2-0/+4
2002-11-07[PATCH] Fix sscanf("-1", "%d", &i)Randy Dunlap1-6/+11
2002-11-04[PATCH] binfmt flat uses zlibAlan Cox1-2/+2
2002-11-02Merge home.transmeta.com:/home/torvalds/v2.5/m68kLinus Torvalds1-2/+2
2002-11-02[PATCH] Fix rwsemtrace() messageGeert Uytterhoeven1-2/+2
2002-10-31kobject: don't create directory for kobject/subsystem if name is NULL.Patrick Mochel1-5/+8
2002-10-30turn off kobject debugging by default.Patrick Mochel1-1/+1
2002-10-29Merge bk://ldm.bkbits.net/linux-2.5-kobjectLinus Torvalds2-2/+204
2002-10-29kobjects: add array of default attributes to subsystems, and create on regist...Patrick Mochel1-1/+40
2002-10-29Introduce struct subsystem.Patrick Mochel1-5/+69
2002-10-29Delete old-style config files.Linus Torvalds2-46/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+29
2002-10-29introduce struct kobject: simple, generic object for embedding in other struc...Patrick Mochel2-2/+101
2002-10-28[PATCH] radix_tree_gang_lookup fixAndrew Morton1-10/+2
2002-10-17Use kernel crc32 for BlueZ BNEPMarcel Holtmann1-0/+1
2002-10-09[PATCH] remove radix_tree_reserve()Andrew Morton1-34/+6
2002-10-08[PATCH] fix preempt_count overflow with brlocksRobert Love1-4/+7
2002-10-07[PATCH] ext3 indexed directory supportAndrew Morton1-0/+16
2002-10-02[PATCH] radix tree gang lookupAndrew Morton1-2/+107
2002-09-28[PATCH] smptimers, old BH removal, tq-cleanupIngo Molnar1-2/+0
2002-09-15Merge master.kernel.org:/home/dwmw2/BK/rbtree-2.5Linus Torvalds1-18/+87
2002-09-15[PATCH] add dump_stack(): cross-arch backtraceAndrew Morton2-1/+14
2002-09-09Remove bogus rb_root_t and rb_node_t typedefs in favour of 'struct rb_node' a...David Woodhouse1-22/+23
2002-09-09Add three functions for rbtree manipulation -- rb_next(), rb_prev() and rb_re...David Woodhouse1-0/+68
2002-07-28[PATCH] export rwsem downgrade functionDavid Howells1-0/+1
2002-07-29Implement down_read_trylock() and down_write_trylock() and add aChristoph Hellwig1-6/+83
2002-07-24[PATCH] read-write semaphore downgrade and trylockDavid Howells1-3/+34
2002-07-14[PATCH] missing static in lib_vsprinf.cAndrey Panin1-2/+2
2002-06-17[PATCH] Reduce the radix tree nodes to 64 slotsAndrew Morton1-1/+1
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell1-6/+6
2002-06-11revert to correct C99 behaviourLinus Torvalds1-23/+38
2002-05-24kbuild: Use standard multi-part object declaration in lib/*Kai Germaschewski3-16/+7
2002-05-13[PATCH] zlib_inflate return code fix. Again.David Woodhouse1-1/+1
2002-04-28[PATCH] vsnprintf returns incorrect lengthBenjamin LaHaise1-38/+23
2002-04-28[PATCH] Re: [patch] change mempool to not alter managed elementsAndrew Morton1-11/+1
2002-04-17Add missing include for "memset()". Linus Torvalds1-0/+1
2002-04-14[PATCH] don't allocate ratnodes under PF_MEMALLOCAndrew Morton1-4/+20
2002-04-09[PATCH] Velikov/Hellwig radix-tree pagecacheAndrew Morton2-2/+300
2002-04-04USBGreg Kroah-Hartman1-1/+1
2002-04-02[PATCH] Remove last remaining bits of strtok.Dave Jones1-32/+5
2002-04-02[PATCH] export rbtree routines for modules.Dave Jones2-1/+4
2002-03-04[PATCH] Re: PPP and shared zlib code in 2.5Corey Minyard1-4/+4
2002-02-08[PATCH] remove duplicate zconf.hDave Jones1-1/+1
2002-02-05[PATCH] crc32 and lib.a (was Re: [PATCH] nbd in 2.5.3 doesPetr Vandrovec1-1/+1
2002-02-05[PATCH] Missing ZLIB exportDavid S. Miller1-0/+1
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds21-0/+4891
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds1-0/+6
2002-02-05v2.5.2 -> v2.5.2.1Linus Torvalds2-3/+8
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds3-1/+585
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds1-0/+1
2002-02-04v2.4.12 -> v2.4.12.1Linus Torvalds1-11/+30
2002-02-04v2.4.10.2 -> v2.4.10.3Linus Torvalds1-1/+1
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds3-1/+335
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds1-0/+4
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds1-0/+184
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds2-1/+4
2002-02-04v2.4.7.4 -> v2.4.7.5Linus Torvalds1-115/+228
2002-02-04v2.4.6.5 -> v2.4.6.6Linus Torvalds1-1/+1
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds1-2/+5
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds1-2/+2
2002-02-04v2.4.3.8 -> v2.4.4Linus Torvalds2-15/+18
2002-02-04v2.4.3.6 -> v2.4.3.7Linus Torvalds3-106/+319
2002-02-04v2.4.3.5 -> v2.4.3.6Linus Torvalds1-58/+140
2002-02-04v2.4.3.3 -> v2.4.3.4Linus Torvalds3-15/+16
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds3-4/+160
2002-02-04v2.4.3 -> v2.4.3.1Linus Torvalds1-8/+10
2002-02-04v2.4.2.2 -> v2.4.2.3Linus Torvalds3-8/+194
2002-02-04Import changesetLinus Torvalds9-0/+2192