aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | x86, atomic64: In selftest, distinguish x86-64 from 586+H. Peter Anvin2010-03-011-6/+8
| * | | | | | | lib: Fix atomic64_inc_not_zero testLuca Barbieri2010-03-011-3/+3
| * | | | | | | lib: Fix atomic64_add_unless return value conventionLuca Barbieri2010-03-011-2/+2
| * | | | | | | lib: Fix atomic64_add_unless testLuca Barbieri2010-03-011-2/+2
| * | | | | | | x86: Implement atomic[64]_dec_if_positive()Luca Barbieri2010-03-011-1/+1
| * | | | | | | lib: Only test atomic64_dec_if_positive on archs having itLuca Barbieri2010-03-011-0/+4
| * | | | | | | lib: Add self-test for atomic64_tLuca Barbieri2010-02-253-0/+167
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-182-4/+69
|\ \ \ \ \ \ \ \
| * | | | | | | | Debugobjects transition checkMathieu Desnoyers2010-05-101-3/+56
| * | | | | | | | rcu: enable CPU_STALL_VERBOSE by defaultPaul E. McKenney2010-05-101-1/+1
| * | | | | | | | rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan2010-05-101-0/+12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2010-05-181-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | debugobjects: Section mismatch cleanupHenrik Kretzschmar2010-03-261-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | lib/btree: fix possible NULL pointer dereferencekirjanov@gmail.com2010-05-151-1/+2
* | | | | | | | rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse2010-05-121-2/+3
| |/ / / / / / |/| | | | | |
* | | | | | | lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)Hans Verkuil2010-04-241-0/+1
* | | | | | | lib: fix the use of LZO to decompress initramfs imagesAlbin Tonnerre2010-04-241-7/+15
* | | | | | | flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZEROChangli Gao2010-04-241-1/+1
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-151-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-04-131-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | dma-debug: Cleanup for copy-loop in filter_write()Dan Carpenter2010-04-071-1/+1
* | | | | | | | | vsprintf: Change struct printf_spec.precision from s8 to s16Joe Perches2010-04-141-5/+5
* | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1319-19/+51
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-092-1/+16
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into for-linusJens Axboe2010-03-195-46/+55
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | block: Fix overrun in lcm() and move it to libMartin K. Petersen2010-03-152-1/+16