summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-18/+29
|\
| * x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-291-18/+29
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-214-23/+27
|\ \
| * | decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli2013-02-211-6/+6
| * | decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli2013-02-211-6/+6
| * | decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli2013-02-211-6/+4
| * | lib/parser.c: fix up comments for valid return values from match_numberNamjae Jeon2013-02-211-3/+3
| * | lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko2013-02-211-0/+7
| * | lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSKyle McMartin2013-02-211-2/+1
* | | 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-181-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-251-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-172-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/+18
|\ \ \ \
| * | | | mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko2013-02-012-8/+4
| * | | | digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin2013-02-011-27/+14
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-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-281-56/+60
| | |\ \ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-281-1/+1
| | | | |/ / /
| | | * / / / rcu: Consolidate debugging Kconfig optionsDave Hansen2013-01-261-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-201-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-031-1/+1
|/
* lib: atomic64: Initialize locks statically to fix early usersStephen Boyd2012-12-201-12/+5
* 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/+7
| | * | | | 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
| | |_|_|/ | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-183-18/+18
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-12-181-2/+17
| |\| | | |
| * | | | | powerpc+of: Rename and fix OF reconfig notifier error inject moduleBenjamin Herrenschmidt2012-12-143-18/+18
| | |_|_|/ | |/| | |
* | | | | Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds2012-12-1811-26/+631
|\ \ \ \ \
| * | | | | lib/raid6: build proper files on corresponding archYuanhan Liu2012-12-138-27/+28
| * | | | | lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu2012-12-134-2/+272
| * | | | | lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas2012-12-135-7/+341