aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-07-05rbtree: Undo augmented trees performance damage and regressionPeter Zijlstra
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh
2010-06-29genalloc: fix allocation from end of poolImre Deak
2010-06-23idr: fix RCU lockdep splat in idr_get_next()Paul E. McKenney
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-06-04lib: add s390 to atomic64_dec_if_positive archsHeiko Carstens
2010-06-04kobject: free memory if netlink_kernel_create() failsDan Carpenter
2010-06-04lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton
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