aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-14more low-hanging fruits - kernel, fs, lib signednessGravatar Al Viro 1-1/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 1-0/+1
2007-10-12dma_free_coherent() needs irqs enabled (sigh)Gravatar David Brownell 1-0/+1
2007-10-12kobject: update the copyrightsGravatar Greg Kroah-Hartman 1-0/+2
2007-10-12driver core: remove subsystem_init()Gravatar Greg Kroah-Hartman 1-5/+0
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntGravatar Tejun Heo 1-1/+0
2007-10-12Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"Gravatar Kay Sievers 1-4/+4
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGGravatar Kay Sievers 2-14/+46
2007-10-12sysfs: Remove first pass at shadow directory supportGravatar Eric W. Biederman 1-38/+6
2007-10-12kobject: remove the static array for the nameGravatar Greg Kroah-Hartman 1-40/+39
2007-10-12Driver core: remove subsys_get()Gravatar Greg Kroah-Hartman 1-1/+1
2007-10-12Driver core: remove subsys_put()Gravatar Greg Kroah-Hartman 1-1/+1
2007-10-12Driver core: add CONFIG_UEVENT_HELPER_PATHGravatar Kay Sievers 1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-86/+63
2007-10-11[ZLIB]: Fix external builds of zlib_inflate code.Gravatar David S. Miller 3-48/+50
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-1/+1
2007-10-10[ZLIB]: Move bnx2 driver gzip unpacker into zlib.Gravatar Denys Vlasenko 3-13/+61
2007-10-10[NET]: Support multiple network namespaces with netlinkGravatar Eric W. Biederman 1-3/+2
2007-10-07Move kasprintf.o to obj-yGravatar Alexey Dobriyan 1-2/+2
2007-10-07lockstat: documentationGravatar Peter Zijlstra 1-0/+2
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Gravatar Paul Mackerras 1-1/+1
2007-10-03[POWERPC] ppc64: support CONFIG_DEBUG_PREEMPTGravatar Hugh Dickins 1-1/+1
2007-09-25typo fix Kernel config optionGravatar Danny ter Haar 1-1/+1
2007-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 1-1/+14
2007-08-22Introduce CONFIG_CHECK_SIGNATUREGravatar Geert Uytterhoeven 2-1/+5
2007-08-22PCI: Document pci_iomap()Gravatar Rolf Eike Beer 1-1/+14
2007-08-11hex_dump: add missing "const" qualifiersGravatar Alan Stern 1-1/+1
2007-08-09hexdump: use const notationGravatar Artem Bityutskiy 1-2/+2
2007-07-31idr_remove_all: kill unused variableGravatar Oleg Nesterov 1-2/+2
2007-07-31Remove the arm26 portGravatar Adrian Bunk 1-1/+1
2007-07-31lib: move kasprintf to a separate fileGravatar Sam Ravnborg 3-36/+45
2007-07-31lzo: add some missing castsGravatar Richard Purdie 1-3/+3
2007-07-30kobject: fix link error when CONFIG_HOTPLUG is disabledGravatar Cornelia Huck 1-8/+8
2007-07-24fault_inject: silence a warningGravatar Stephen Rothwell 1-0/+4
2007-07-21Fix swiotlb_sync_single_range()Gravatar Keir Fraser 1-1/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 2-2/+2
2007-07-19lockstat: core infrastructureGravatar Peter Zijlstra 1-0/+11
2007-07-18Driver core: accept all valid action-strings in uevent-triggerGravatar Kay Sievers 1-20/+10
2007-07-18usermodehelper: Tidy up waitingGravatar Jeremy Fitzhardinge 1-1/+1
2007-07-18add argv_split()Gravatar Jeremy Fitzhardinge 2-1/+106
2007-07-17CRC7 supportGravatar Jan Nikitenko 3-0/+77
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROGravatar Christoph Lameter 1-2/+1
2007-07-16Make check_signature depend on CONFIG_HAS_IOMEMGravatar Linus Torvalds 1-2/+2
2007-07-16vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Gravatar Denis Vlasenko 1-3/+105
2007-07-16vsprintf.c: optimizing, part 1 (easy and obvious stuff)Gravatar Denis Vlasenko 1-28/+45
2007-07-16generic bug: use show_regs() instead of dump_stack()Gravatar Heiko Carstens 1-2/+3
2007-07-16uninline check_signature()Gravatar Andrew Morton 2-1/+27
2007-07-16percpu_counters: use for_each_online_cpu()Gravatar Andrew Morton 1-1/+1
2007-07-16percpu_counters(): use cpu notifiersGravatar Andrew Morton 1-0/+66
2007-07-16SLUB: support slub_debug on by defaultGravatar Christoph Lameter 1-0/+13