aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-06-041-0/+3
|\
| * kobject: free memory if netlink_kernel_create() failsDan Carpenter2010-06-041-0/+1
| * lib/kobject_uevent.c: fix CONIG_NET=n warningAndrew Morton2010-06-041-0/+2
* | lib: add s390 to atomic64_dec_if_positive archsHeiko Carstens2010-06-041-1/+2
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-301-0/+1
|\
| * lib/atomic64_test: fix missing include of linux/kernel.hPeter Huewe2010-05-241-0/+1
* | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-301-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-282-1/+54
|\ \
| * | Unified UUID/GUID definitionHuang Ying2010-05-192-1/+54
* | | radix-tree: fix radix_tree_prev_hole() underflow caseCesar Eduardo Barros2010-05-271-2/+2
* | | swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori2010-05-271-31/+0
* | | lib/random32: export pseudo-random number generator for modulesJoe Eykholt2010-05-271-21/+17
* | | idr: fix backtrack logic in idr_remove_allImre Deak2010-05-271-1/+4
* | | fault-injection: add CPU notifier error injection moduleAkinobu Mita2010-05-273-0/+76
* | | cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner2010-05-271-1/+1
* | | revert "crc32: use __BYTE_ORDER macro for endian detection"Andrew Morton2010-05-261-1/+1
* | | crc32: use __BYTE_ORDER macro for endian detection.Joakim Tjernlund2010-05-251-1/+1
* | | crc32: major optimizationJoakim Tjernlund2010-05-252-24/+47
* | | lib: introduce common method to convert hex digitsAndy Shevchenko2010-05-251-0/+18
* | | lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches2010-05-251-17/+19
* | | DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz2010-05-251-8/+8
* | | dynamic_debug: small cleanup in ddebug_proc_write()Dan Carpenter2010-05-251-1/+1
* | | vsprintf.c: use noinline_for_stackJoe Perches2010-05-251-25/+42
* | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
| |/ |/|
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-211-1/+1
|\ \
| * | panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-1/+1
* | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-211-1/+23
|\ \ \
| * | | mips,kgdb: kdb low level trap catch and stack traceJason Wessel2010-05-201-1/+1
| * | | x86,kgdb: Add low level debug hookJason Wessel2010-05-201-0/+9
| * | | kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel2010-05-201-0/+7
| * | | kgdb: core changes to support kdbJason Wessel2010-05-201-1/+7
* | | | hotplug: netns aware uevent_helperEric W. Biederman2010-05-211-2/+17
* | | | kobj: Send hotplug events in the proper namespace.Eric W. Biederman2010-05-211-2/+20
* | | | kobject: Send hotplug events in all network namespacesEric W. Biederman2010-05-211-8/+60
* | | | sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-211-0/+11
* | | | sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-0/+1
* | | | kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-211-0/+103
* | | | kref: remove kref_setNeilBrown2010-05-211-13/+2
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-05-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-1023-34/+76
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-2618-239/+1234
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-2615-27/+468
| |\ \ \ \ \
| * | | | | | idr: export idr_get_next()Ben Hutchings2010-02-251-1/+1
* | | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-4/+44
|\ \ \ \ \ \ \
| * | | | | | | rbtree: Add support for augmented rbtreesPallipadi, Venkatesh2010-02-181-4/+44
* | | | | | | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-182-9/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Add optimized popcnt variantsBorislav Petkov2010-04-062-10/+13
| * | | | | | | | bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-061-9/+10
* | | | | | | | | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-184-2/+175
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/asm' into x86/atomicH. Peter Anvin2010-04-2937-167/+1613
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |