aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-02[PATCH] x86-64: deflate inflate_dynamic tooJeremy Fitzhardinge1-20/+41
2007-05-02[PATCH] x86: deflate stack usage in lib/inflate.cJeremy Fitzhardinge1-17/+49
2007-04-30Add kvasprintf()Jeremy Fitzhardinge1-7/+19
2007-04-28iomap: implement pcim_iounmap_regions()Tejun Heo1-0/+26
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk1-4/+0
2007-04-27kobject: Comment and warning fixes to kobject.cEric W. Biederman1-3/+10
2007-04-27kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman1-3/+1
2007-04-27kobject: kobject_add() reference leakCornelia Huck1-0/+1
2007-04-27Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)John Anthony Kazos Jr1-4/+2
2007-04-27Driver core: notify userspace of network device renamesJean Tourrilhes1-0/+30
2007-04-27kref: fix CPU ordering with respect to krefsOliver Neukum1-0/+2
2007-04-27kobject: kobject_shadow_add cleanupDmitriy Monakhov1-2/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers2-8/+20
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+28
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-4/+25
2007-04-27[MIPS] Don't force frame pointers for lockdep on MIPSFranck Bui-Huu1-1/+1
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller1-0/+28
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[S390]: Fix build on 31-bit.David S. Miller1-1/+1
2007-04-25[LIB]: div64_64 optimizationStephen Hemminger1-9/+7
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger2-2/+25
2007-03-09kobject: new_device->kref wasn't putted after error in kobject_move()Dmitriy Monakhov1-0/+2
2007-03-06Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck1-149/+35
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap1-8/+8
2007-02-20[PATCH] genalloc warning fixesAndrew Morton1-2/+2
2007-02-20[PATCH] fault injection: split up stacktrace filter Kconfig optionAkinobu Mita2-22/+29
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter1-16/+2
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+1
2007-02-17Various typo fixes.Robert P. J. Day1-1/+1
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-0/+1
2007-02-16kobject: kobj->k_name verification fixMartin Stoilov1-1/+1
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar1-0/+11
2007-02-16[PATCH] pci_iomap_regions() error handling fixFrederik Deweerdt1-4/+4
2007-02-12[PATCH] swiotlb uninliningsAndrew Morton1-4/+4
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse1-0/+9
2007-02-12[PATCH] scnprintf(): fix a commentMartin Peschke1-2/+1
2007-02-11[PATCH] sort the devres mess outAl Viro4-301/+310
2007-02-11[PATCH] Remove references to obsolete kernel config option DEBUG_RWSEMSRobert P. J. Day1-9/+0
2007-02-11[PATCH] Extract and use wake_up_klogd()Kirill Korotaev1-9/+1
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev2-3/+4
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day9-30/+28
2007-02-09iomap: iomap should be in obj-y not in lib-yTejun Heo1-2/+2
2007-02-09devres: implement pcim_iomap_regions()Tejun Heo1-0/+53
2007-02-09devres: device resource managementTejun Heo2-3/+246
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-5/+37
2007-02-07kobject: kobject_put cleanupMariusz Kozlowski1-4/+2
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-3/+3
2007-02-07Kobject: make kobject apis more robust in handling NULL pointersGreg Kroah-Hartman1-0/+19
2007-02-05[IA64] swiotlb abstraction (e.g. for Xen)Jan Beulich1-35/+149