summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-5/+5
2007-05-03[AFS]: Make the match_*() functions take const options.David Howells-5/+5
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-61/+8
2007-05-02kconfig.debug: clarify CONFIG_DEBUG_INFO help textAndreas Dilger-0/+3
2007-05-02[PATCH] x86-64: deflate inflate_dynamic tooJeremy Fitzhardinge-20/+41
2007-05-02[PATCH] x86: deflate stack usage in lib/inflate.cJeremy Fitzhardinge-17/+49
2007-05-02[RSLIB] Support non-canonical GF representationsSegher Boessenkool-15/+69
2007-04-30Add kvasprintf()Jeremy Fitzhardinge-7/+19
2007-04-28iomap: implement pcim_iounmap_regions()Tejun Heo-0/+26
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk-4/+0
2007-04-27kobject: Comment and warning fixes to kobject.cEric W. Biederman-3/+10
2007-04-27kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman-3/+1
2007-04-27kobject: kobject_add() reference leakCornelia Huck-0/+1
2007-04-27Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)John Anthony Kazos Jr-4/+2
2007-04-27Driver core: notify userspace of network device renamesJean Tourrilhes-0/+30
2007-04-27kref: fix CPU ordering with respect to krefsOliver Neukum-0/+2
2007-04-27kobject: kobject_shadow_add cleanupDmitriy Monakhov-2/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers-8/+20
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds-0/+28
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-4/+25
2007-04-27[MIPS] Don't force frame pointers for lockdep on MIPSFranck Bui-Huu-1/+1
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller-0/+28
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy-1/+1
2007-04-25[S390]: Fix build on 31-bit.David S. Miller-1/+1
2007-04-25[LIB]: div64_64 optimizationStephen Hemminger-9/+7
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger-2/+25
2007-03-09kobject: new_device->kref wasn't putted after error in kobject_move()Dmitriy Monakhov-0/+2
2007-03-06Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck-149/+35
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap-8/+8
2007-02-20[PATCH] genalloc warning fixesAndrew Morton-2/+2
2007-02-20[PATCH] fault injection: split up stacktrace filter Kconfig optionAkinobu Mita-22/+29
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter-16/+2
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-1/+1
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-0/+1
2007-02-17Various typo fixes.Robert P. J. Day-1/+1
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap-0/+1
2007-02-16kobject: kobj->k_name verification fixMartin Stoilov-1/+1
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar-0/+11
2007-02-16[PATCH] pci_iomap_regions() error handling fixFrederik Deweerdt-4/+4
2007-02-12[PATCH] swiotlb uninliningsAndrew Morton-4/+4
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse-0/+9
2007-02-12[PATCH] scnprintf(): fix a commentMartin Peschke-2/+1
2007-02-11[PATCH] sort the devres mess outAl Viro-301/+310
2007-02-11[PATCH] Remove references to obsolete kernel config option DEBUG_RWSEMSRobert P. J. Day-9/+0
2007-02-11[PATCH] Extract and use wake_up_klogd()Kirill Korotaev-9/+1
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev-3/+4
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day-30/+28
2007-02-09iomap: iomap should be in obj-y not in lib-yTejun Heo-2/+2
2007-02-09devres: implement pcim_iomap_regions()Tejun Heo-0/+53
2007-02-09devres: device resource managementTejun Heo-3/+246