aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Fix bitmap_scnlistprintf for empty masksAndi Kleen1-0/+4
2007-10-30kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman1-0/+13
2007-10-25Permit silencing of __deprecated warnings.Jeff Garzik1-0/+8
2007-10-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-3/+4
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe1-0/+10
2007-10-22Update swiotlb to use sg helpersJens Axboe1-1/+1
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2-1/+3
2007-10-20[RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()Jörn Engel1-2/+1
2007-10-20spelling fixes: lib/Simon Arlott1-1/+1
2007-10-20LIB: Replace inappropriate include of <linux/bug.h>Robert P. J. Day1-1/+2
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19markers: Add samples subdirMathieu Desnoyers1-0/+2
2007-10-19Add irq protection in the percpu-counters cpu-hotplug-callback pathGautham R Shenoy1-2/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-4/+4
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-19Fix cpusets update_cpumaskPaul Menage2-1/+71
2007-10-18Replace __attribute_pure__ with __pureRalf Baechle2-9/+9
2007-10-17Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1
2007-10-17lib/iomap.c:bad_io_access(): print 0x hex prefixRene Herman1-1/+1
2007-10-17avoid negative (and full-width) shifts in radix-tree.cPeter Lund1-6/+8
2007-10-17handle recursive calls to bust_spinlocks()Jan Beulich1-3/+3
2007-10-17lib/sort.c optimizationSubbaiah Venkata1-1/+1
2007-10-17lib/ioremap.c should #include <linux/io.h>Adrian Bunk1-0/+1
2007-10-17argv_split: allow argv_split to handle NULL pointer in argcp parameter gracefullyNeil Horman1-1/+3
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-3/+2
2007-10-17lib: floating proportionsPeter Zijlstra2-1/+386
2007-10-17lib: percpu_counter_init_irqPeter Zijlstra1-0/+12
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-1/+7
2007-10-17lib: percpu_count_sum()Peter Zijlstra1-3/+3
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-2/+2
2007-10-17lib: percpu_counter_setPeter Zijlstra1-0/+14
2007-10-17lib: make percpu_counter_add take s64Peter Zijlstra1-2/+2
2007-10-17lib: percpu_counter variable batchPeter Zijlstra1-3/+3
2007-10-17lib: percpu_counter_addPeter Zijlstra1-2/+2
2007-10-17swiotlb: fix map_sg failure handlingFUJITA Tomonori1-1/+1
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-7/+12
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-2/+4
2007-10-16fix the max path calculation in radix-tree.cJeff Moyer1-4/+17
2007-10-16radix-tree: use indirect bitNick Piggin1-26/+43
2007-10-16radixtree: introduce radix_tree_next_hole()Fengguang Wu1-0/+36
2007-10-16slow down printk during bootRandy Dunlap1-0/+18
2007-10-16swiotlb: sg chaining supportJens Axboe1-7/+12
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro1-1/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+1
2007-10-12dma_free_coherent() needs irqs enabled (sigh)David Brownell1-0/+1
2007-10-12kobject: update the copyrightsGreg Kroah-Hartman1-0/+2
2007-10-12driver core: remove subsystem_init()Greg Kroah-Hartman1-5/+0
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-12Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"Kay Sievers1-4/+4
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers2-14/+46