aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-38/+6
2007-10-12kobject: remove the static array for the nameGreg Kroah-Hartman1-40/+39
2007-10-12Driver core: remove subsys_get()Greg Kroah-Hartman1-1/+1
2007-10-12Driver core: remove subsys_put()Greg Kroah-Hartman1-1/+1
2007-10-12Driver core: add CONFIG_UEVENT_HELPER_PATHKay Sievers1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-86/+63
2007-10-11[ZLIB]: Fix external builds of zlib_inflate code.David S. Miller3-48/+50
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2007-10-10[ZLIB]: Move bnx2 driver gzip unpacker into zlib.Denys Vlasenko3-13/+61
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-3/+2