aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2010-05-27radix-tree: fix radix_tree_prev_hole() underflow caseCesar Eduardo Barros
2010-05-27swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak
2010-05-27fault-injection: add CPU notifier error injection moduleAkinobu Mita
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner
2010-05-26revert "crc32: use __BYTE_ORDER macro for endian detection"Andrew Morton
2010-05-25crc32: use __BYTE_ORDER macro for endian detection.Joakim Tjernlund
2010-05-25crc32: major optimizationJoakim Tjernlund
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches
2010-05-25DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz
2010-05-25dynamic_debug: small cleanup in ddebug_proc_write()Dan Carpenter
2010-05-25vsprintf.c: use noinline_for_stackJoe Perches
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-24lib/atomic64_test: fix missing include of linux/kernel.hPeter Huewe
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-05-21hotplug: netns aware uevent_helperEric W. Biederman
2010-05-21kobj: Send hotplug events in the proper namespace.Eric W. Biederman
2010-05-21kobject: Send hotplug events in all network namespacesEric W. Biederman
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman
2010-05-21kref: remove kref_setNeilBrown
2010-05-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-05-20mips,kgdb: kdb low level trap catch and stack traceJason Wessel
2010-05-20x86,kgdb: Add low level debug hookJason Wessel
2010-05-20kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel
2010-05-20kgdb: core changes to support kdbJason Wessel
2010-05-19Unified UUID/GUID definitionHuang Ying
2010-05-19panic: Allow warnings to set different taint flagsBen Hutchings
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-05-18Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-05-18Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2010-05-15lib/btree: fix possible NULL pointer dereferencekirjanov@gmail.com
2010-05-12rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse
2010-05-10Debugobjects transition checkMathieu Desnoyers
2010-05-10rcu: enable CPU_STALL_VERBOSE by defaultPaul E. McKenney
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-04-29Merge branch 'x86/asm' into x86/atomicH. Peter Anvin
2010-04-24lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)Hans Verkuil
2010-04-24lib: fix the use of LZO to decompress initramfs imagesAlbin Tonnerre
2010-04-24flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao