summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/devres.c: fix misplaced #endifJingoo Han2013-02-281-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-1/+2
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+2
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-233-91/+87Star
|\ \
| * | rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu2013-02-191-45/+24Star
| * | lockdep: Selftest: convert spinlock to raw spinlockYong Zhang2013-02-191-17/+17
| * | rwsem: Implement writer lock-stealing for better scalabilityAlex Shi2013-02-191-29/+46
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-221-18/+29
|\ \ \
| * | | x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-301-18/+29
| | |/ | |/|
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-224-23/+27
|\ \ \
| * | | decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli2013-02-221-6/+6
| * | | decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli2013-02-221-6/+6
| * | | decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli2013-02-221-6/+4Star
| * | | lib/parser.c: fix up comments for valid return values from match_numberNamjae Jeon2013-02-221-3/+3
| * | | lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko2013-02-221-0/+7
| * | | lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSKyle McMartin2013-02-221-2/+1Star
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \ \ \
| * \ \ \ Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-253-8/+67
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
* | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-216-85/+148
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-261-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | lib: devres: Fix build breakageThierry Reding2013-01-221-0/+1
| * | | | lib: devres: Introduce devm_ioremap_resource()Thierry Reding2013-01-221-13/+44
| * | | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-182-8/+66
| |\ \ \ \
| * | | | | dynamic_debug: add pr_errs before -EINVALsJim Cromie2013-01-171-12/+35
| * | | | | dynamic_debug: dynamic hex dumpVladimir Kondratiev2013-01-171-1/+3
| * | | | | dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches2013-01-171-56/+62
| * | | | | lib: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-173-3/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-213-35/+18Star
|\ \ \ \ \
| * | | | | mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko2013-02-012-8/+4Star
| * | | | | digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin2013-02-011-27/+14Star
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-201-56/+61
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-02-041-56/+61
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-291-56/+60
| | |\ \ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-291-1/+1
| | | | |/ / /
| | | * / / / rcu: Consolidate debugging Kconfig optionsDave Hansen2013-01-271-55/+59
| | | |/ / /
| | * / / / rcu: Reduce rcutorture tracingPaul E. McKenney2013-01-081-0/+1
| | |/ / /
* | / / / digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki2013-02-011-0/+2
|/ / / /
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-211-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | module: put modules in list much earlier.Rusty Russell2013-01-121-0/+1
| |/ /
* | | lib/rbtree.c: avoid the use of non-static __always_inlineMichel Lespinasse2013-01-111-3/+17
* | | lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny2013-01-111-5/+49
| |/ |/|
* | misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
|/
* lib: atomic64: Initialize locks statically to fix early usersStephen Boyd2012-12-201-12/+5Star
* Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-9/+57
|\
| *-----. Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-9/+57
| |\ \ \ \
| | * | | | dma-debug: fix to not have dependency on get_dma_ops() interfaceShuah Khan2012-11-171-22/+7Star
| | * | | | dma-debug: New interfaces to debug dma mapping errorsShuah Khan2012-10-241-4/+67
| | |/ / /
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-4/+4
|\ \ \ \ \
| * | | | | ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells2012-12-141-4/+4
| | |_|_|/ | |/| | |