aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbGravatar Yinghai Lu 1-18/+29
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Gravatar Paul E. McKenney 1-56/+60
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUGravatar Paul E. McKenney 1-1/+1
2013-01-26rcu: Consolidate debugging Kconfig optionsGravatar Dave Hansen 1-55/+59
2013-01-25Merge 3.8-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+1
2013-01-25Merge 3.8-rc5 into tty-nextGravatar Greg Kroah-Hartman 3-8/+67
2013-01-22lib: devres: Fix build breakageGravatar Thierry Reding 1-0/+1
2013-01-22lib: devres: Introduce devm_ioremap_resource()Gravatar Thierry Reding 1-13/+44
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+2
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-0/+1
2013-01-17Merge 3.9-rc4 into driver-core-nextGravatar Greg Kroah-Hartman 2-8/+66
2013-01-17dynamic_debug: add pr_errs before -EINVALsGravatar Jim Cromie 1-12/+35
2013-01-17dynamic_debug: dynamic hex dumpGravatar Vladimir Kondratiev 1-1/+3
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesGravatar Joe Perches 1-56/+62
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 3-3/+3
2013-01-12module: put modules in list much earlier.Gravatar Rusty Russell 1-0/+1
2013-01-11lib/rbtree.c: avoid the use of non-static __always_inlineGravatar Michel Lespinasse 1-3/+17
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesGravatar David Decotigny 1-5/+49
2013-01-08rcu: Reduce rcutorture tracingGravatar Paul E. McKenney 1-0/+1
2013-01-03misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-20lib: atomic64: Initialize locks statically to fix early usersGravatar Stephen Boyd 1-12/+5
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+57
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+4
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 3-18/+18
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdGravatar Linus Torvalds 11-26/+631
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 10-84/+382
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Gravatar Nick Bowler 1-1/+2
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Gravatar Akinobu Mita 1-0/+49
2012-12-17random32: rename random32 to prandomGravatar Akinobu Mita 3-30/+31
2012-12-17simple_strto*: annotate function as obsoleteGravatar Eldad Zack 1-0/+8
2012-12-17kstrto*: add documentationGravatar Eldad Zack 1-0/+64
2012-12-17lib/rbtree_test.c: fix uninitialized variable warningGravatar Cong Ding 1-1/+1
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMGravatar Oleg Nesterov 2-1/+5
2012-12-17percpu_rw_semaphore: add lockdep annotationsGravatar Oleg Nesterov 1-4/+17
2012-12-17percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrGravatar Oleg Nesterov 1-18/+16
2012-12-17percpu_rw_semaphore: reimplement to not block the readers unnecessarilyGravatar Oleg Nesterov 2-1/+155
2012-12-17sscanf: don't ignore field widths for numeric conversionsGravatar Jan Beulich 1-43/+53
2012-12-17lib: dynamic_debug: use kbasename()Gravatar Andy Shevchenko 1-8/+1
2012-12-17lib/vsprintf.c: fix handling of %zd when using ssize_tGravatar Jason Gunthorpe 1-1/+4
2012-12-18Merge remote-tracking branch 'agust/next' into nextGravatar Benjamin Herrenschmidt 1-2/+17
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-134/+225
2012-12-16Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-130/+139
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Gravatar Joerg Roedel 1-9/+57
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-1/+147
2012-12-14ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsGravatar David Howells 1-4/+4
2012-12-14powerpc+of: Rename and fix OF reconfig notifier error inject moduleGravatar Benjamin Herrenschmidt 3-18/+18
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-6/+6
2012-12-13lib/raid6: build proper files on corresponding archGravatar Yuanhan Liu 8-27/+28
2012-12-13lib/raid6: Add AVX2 optimized gen_syndrome functionsGravatar Yuanhan Liu 4-2/+272