aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2007-10-07Move kasprintf.o to obj-yAlexey Dobriyan1-2/+2
2007-10-07lockstat: documentationPeter Zijlstra1-0/+2
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-1/+1
2007-10-03[POWERPC] ppc64: support CONFIG_DEBUG_PREEMPTHugh Dickins1-1/+1
2007-09-25typo fix Kernel config optionDanny ter Haar1-1/+1
2007-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+14
2007-08-22Introduce CONFIG_CHECK_SIGNATUREGeert Uytterhoeven2-1/+5
2007-08-22PCI: Document pci_iomap()Rolf Eike Beer1-1/+14
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern1-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy1-2/+2
2007-07-31idr_remove_all: kill unused variableOleg Nesterov1-2/+2
2007-07-31Remove the arm26 portAdrian Bunk1-1/+1
2007-07-31lib: move kasprintf to a separate fileSam Ravnborg3-36/+45
2007-07-31lzo: add some missing castsRichard Purdie1-3/+3
2007-07-30kobject: fix link error when CONFIG_HOTPLUG is disabledCornelia Huck1-8/+8
2007-07-24fault_inject: silence a warningStephen Rothwell1-0/+4
2007-07-21Fix swiotlb_sync_single_range()Keir Fraser1-1/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-19lockstat: core infrastructurePeter Zijlstra1-0/+11
2007-07-18Driver core: accept all valid action-strings in uevent-triggerKay Sievers1-20/+10
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-18add argv_split()Jeremy Fitzhardinge2-1/+106
2007-07-17CRC7 supportJan Nikitenko3-0/+77
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-2/+1
2007-07-16Make check_signature depend on CONFIG_HAS_IOMEMLinus Torvalds1-2/+2
2007-07-16vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Denis Vlasenko1-3/+105
2007-07-16vsprintf.c: optimizing, part 1 (easy and obvious stuff)Denis Vlasenko1-28/+45