summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2007-10-07Move kasprintf.o to obj-yAlexey Dobriyan-2/+2
2007-10-07lockstat: documentationPeter Zijlstra-0/+2
2007-09-25typo fix Kernel config optionDanny ter Haar-1/+1
2007-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds-1/+14
2007-08-22Introduce CONFIG_CHECK_SIGNATUREGeert Uytterhoeven-1/+5
2007-08-22PCI: Document pci_iomap()Rolf Eike Beer-1/+14
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy-2/+2
2007-07-31idr_remove_all: kill unused variableOleg Nesterov-2/+2
2007-07-31Remove the arm26 portAdrian Bunk-1/+1
2007-07-31lib: move kasprintf to a separate fileSam Ravnborg-36/+45
2007-07-31lzo: add some missing castsRichard Purdie-3/+3
2007-07-30kobject: fix link error when CONFIG_HOTPLUG is disabledCornelia Huck-8/+8
2007-07-24fault_inject: silence a warningStephen Rothwell-0/+4
2007-07-21Fix swiotlb_sync_single_range()Keir Fraser-1/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-19lockstat: core infrastructurePeter Zijlstra-0/+11
2007-07-18Driver core: accept all valid action-strings in uevent-triggerKay Sievers-20/+10
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge-1/+1
2007-07-18add argv_split()Jeremy Fitzhardinge-1/+106
2007-07-17CRC7 supportJan Nikitenko-0/+77
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter-2/+1
2007-07-16Make check_signature depend on CONFIG_HAS_IOMEMLinus Torvalds-2/+2
2007-07-16vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Denis Vlasenko-3/+105
2007-07-16vsprintf.c: optimizing, part 1 (easy and obvious stuff)Denis Vlasenko-28/+45
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens-2/+3
2007-07-16uninline check_signature()Andrew Morton-1/+27
2007-07-16percpu_counters: use for_each_online_cpu()Andrew Morton-1/+1
2007-07-16percpu_counters(): use cpu notifiersAndrew Morton-0/+66
2007-07-16SLUB: support slub_debug on by defaultChristoph Lameter-0/+13
2007-07-16lib: add idr_remove_allKristian Hoegsberg-0/+47
2007-07-16lib: add idr_for_each()Kristian Hoegsberg-0/+55
2007-07-15Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds-0/+1
2007-07-14[LIB]: export radix_tree_preload()David Chinner-0/+1
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo-5/+5
2007-07-11ida: implement idr based id allocatorTejun Heo-0/+245
2007-07-11idr: separate out idr_mark_full()Tejun Heo-25/+46
2007-07-11idr: fix obscure bug in allocation pathTejun Heo-2/+14
2007-07-11Driver core: add missing kset ueventKay Sievers-1/+8
2007-07-10Add LZO1X algorithm to the kernelRichard Purdie-0/+536
2007-07-09sched: scheduler debugging, enable in KconfigIngo Molnar-0/+9
2007-06-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-5/+5
2007-06-08hexdump: more output formattingRandy Dunlap-28/+121
2007-06-08kobject: use the proper printk level for kobject errorGreg Kroah-Hartman-5/+5
2007-06-01timer stats: speedupsIngo Molnar-1/+4
2007-05-23prohibit rcutorture from being compiled into the kernelPaul E. McKenney-2/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-1/+1
2007-05-12fault injection: disable stacktrace filter for x86-64Akinobu Mita-0/+1
2007-05-11Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+11
2007-05-11lib/hexdumpRandy Dunlap-1/+105