summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann
2009-06-11add generic lib/checksum.cArnd Bergmann
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer
2009-04-24lib: find_last_bit.o needed by a module only, move it from lib to objFred Isaman
2009-03-28Merge branch 'linus' into core/iommuIngo Molnar
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-26Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron
2009-03-05dma-debug: add header file and core data structuresJoerg Roedel
2009-03-04netlink: Move netlink attribute parsing support to libGeert Uytterhoeven
2009-01-16sched: make plist a library facilityPeter Zijlstra
2009-01-08bzip2/lzma: centralize format detectionH. Peter Anvin
2009-01-05bzip2/lzma: proper Kconfig dependencies for the ramdisk optionsH. Peter Anvin
2009-01-04bzip2/lzma: config and initramfs support for bzip2/lzma decompressionAlain Knaff
2009-01-01bitmap: find_last_bit()Rusty Russell
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron
2008-10-03[SCSI] lib: add generic helper to print sizes rounded to the correct SI rangeJames Bottomley
2008-07-26lib: generic show_mem()Johannes Weiner
2008-07-26task_current_syscallRoland McGrath
2008-07-24rtc: BCD codeshrinkDavid Brownell
2008-07-17ftrace: do not trace library functionsIngo Molnar
2008-07-17ftrace: fix lockup with MAXSMPIngo Molnar
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-07-12[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCMartin K. Petersen
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for lib directorySteven Rostedt
2008-05-23ftrace: remove function tracing from spinlock debugSteven Rostedt
2008-05-23ftrace: do not profile lib/string.oSteven Rostedt
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-29isolate ratelimit from printk.c for other useDave Young
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds
2008-04-17Generic semaphore implementationMatthew Wilcox
2008-03-28[LIB]: Drop the pcounter itself.Pavel Emelyanov
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller
2008-02-08lib/scatterlist.o needed by a module only - link it in unconditionallyGuennadi Liakhovetski
2008-02-05iommu sg: add IOMMU helper functions for the free area managementFUJITA Tomonori
2008-01-28[LIB]: Introduce struct pcounterArnaldo Carvalho de Melo
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe
2007-11-14lib: move bitmap.o from lib-y to obj-y.Paul Mundt
2007-10-19Fix cpusets update_cpumaskPaul Menage
2007-10-17lib: floating proportionsPeter Zijlstra
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers
2007-10-07Move kasprintf.o to obj-yAlexey Dobriyan
2007-08-22Introduce CONFIG_CHECK_SIGNATUREGeert Uytterhoeven
2007-07-31lib: move kasprintf to a separate fileSam Ravnborg
2007-07-18add argv_split()Jeremy Fitzhardinge