aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-1/+1
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-1/+54
2010-05-27radix-tree: fix radix_tree_prev_hole() underflow caseCesar Eduardo Barros1-2/+2
2010-05-27swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori1-31/+0
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt1-21/+17
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak1-1/+4
2010-05-27fault-injection: add CPU notifier error injection moduleAkinobu Mita3-0/+76
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-1/+1
2010-05-26revert "crc32: use __BYTE_ORDER macro for endian detection"Andrew Morton1-1/+1
2010-05-25crc32: use __BYTE_ORDER macro for endian detection.Joakim Tjernlund1-1/+1
2010-05-25crc32: major optimizationJoakim Tjernlund2-24/+47
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko1-0/+18
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches1-17/+19
2010-05-25DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz1-8/+8
2010-05-25dynamic_debug: small cleanup in ddebug_proc_write()Dan Carpenter1-1/+1
2010-05-25vsprintf.c: use noinline_for_stackJoe Perches1-25/+42
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-24lib/atomic64_test: fix missing include of linux/kernel.hPeter Huewe1-0/+1
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-1/+1
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-1/+23
2010-05-21hotplug: netns aware uevent_helperEric W. Biederman1-2/+17
2010-05-21kobj: Send hotplug events in the proper namespace.Eric W. Biederman1-2/+20
2010-05-21kobject: Send hotplug events in all network namespacesEric W. Biederman1-8/+60
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-0/+11
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-0/+1
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-0/+103
2010-05-21kref: remove kref_setNeilBrown1-13/+2
2010-05-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2010-05-20mips,kgdb: kdb low level trap catch and stack traceJason Wessel1-1/+1
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-0/+9
2010-05-20kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel1-0/+7
2010-05-20kgdb: core changes to support kdbJason Wessel1-1/+7
2010-05-19Unified UUID/GUID definitionHuang Ying2-1/+54
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings1-1/+1
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+44
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+13
2010-05-18Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-2/+175
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+69
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-05-15lib/btree: fix possible NULL pointer dereferencekirjanov@gmail.com1-1/+2
2010-05-12rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse1-2/+3
2010-05-10Debugobjects transition checkMathieu Desnoyers1-3/+56
2010-05-10rcu: enable CPU_STALL_VERBOSE by defaultPaul E. McKenney1-1/+1
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan1-0/+12
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse23-34/+76
2010-04-29Merge branch 'x86/asm' into x86/atomicH. Peter Anvin37-167/+1613
2010-04-24lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)Hans Verkuil1-0/+1
2010-04-24lib: fix the use of LZO to decompress initramfs imagesAlbin Tonnerre1-7/+15
2010-04-24flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao1-1/+1