aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2013-02-20lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer
2013-02-20lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer
2013-02-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-19rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu
2013-02-19lockdep: Selftest: convert spinlock to raw spinlockYong Zhang
2013-02-19rwsem: Implement writer lock-stealing for better scalabilityAlex Shi
2013-02-11asm-generic headers: Allow yet more arch overrides in checksum.hVineet Gupta
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-02-01mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko
2013-02-01digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin
2013-02-01digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney
2013-01-26rcu: Consolidate debugging Kconfig optionsDave Hansen
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman
2013-01-22lib: devres: Fix build breakageThierry Reding
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman
2013-01-17dynamic_debug: add pr_errs before -EINVALsJim Cromie
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-12module: put modules in list much earlier.Rusty Russell
2013-01-11lib/rbtree.c: avoid the use of non-static __always_inlineMichel Lespinasse
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20lib: atomic64: Initialize locks statically to fix early usersStephen Boyd
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita
2012-12-17random32: rename random32 to prandomAkinobu Mita
2012-12-17simple_strto*: annotate function as obsoleteEldad Zack
2012-12-17kstrto*: add documentationEldad Zack
2012-12-17lib/rbtree_test.c: fix uninitialized variable warningCong Ding
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov
2012-12-17percpu_rw_semaphore: add lockdep annotationsOleg Nesterov
2012-12-17percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov
2012-12-17percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov