summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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
2007-10-17argv_split: allow argv_split to handle NULL pointer in argcp parameter gracef...Neil Horman
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-17lib: floating proportionsPeter Zijlstra
2007-10-17lib: percpu_counter_init_irqPeter Zijlstra
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra
2007-10-17lib: percpu_count_sum()Peter Zijlstra
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra
2007-10-17lib: percpu_counter_setPeter Zijlstra
2007-10-17lib: make percpu_counter_add take s64Peter Zijlstra
2007-10-17lib: percpu_counter variable batchPeter Zijlstra
2007-10-17lib: percpu_counter_addPeter Zijlstra
2007-10-17swiotlb: fix map_sg failure handlingFUJITA Tomonori
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16fix the max path calculation in radix-tree.cJeff Moyer
2007-10-16radix-tree: use indirect bitNick Piggin
2007-10-16radixtree: introduce radix_tree_next_hole()Fengguang Wu