aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Give the OID registry file module info to avoid kernel taintingDavid Howells2013-05-071-0/+5
* kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-161-1/+8
* idr: fix a subtle bug in idr_get_next()Tejun Heo2013-03-031-1/+8
* digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki2013-01-311-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-111-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-131-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-171-2/+17
| |\| | | |
| * | | | | powerpc+of: Rename and fix OF reconfig notifier error inject moduleBenjamin Herrenschmidt2012-12-133-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-125-7/+341
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-1710-84/+382
|\ \ \ \ \ \
| * | | | | | scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler2012-12-171-1/+2
| * | | | | | prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2012-12-171-0/+49
| * | | | | | random32: rename random32 to prandomAkinobu Mita2012-12-173-30/+31
| * | | | | | simple_strto*: annotate function as obsoleteEldad Zack2012-12-171-0/+8
| * | | | | | kstrto*: add documentationEldad Zack2012-12-171-0/+64
| * | | | | | lib/rbtree_test.c: fix uninitialized variable warningCong Ding2012-12-171-1/+1
| * | | | | | percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov2012-12-172-1/+5
| * | | | | | percpu_rw_semaphore: add lockdep annotationsOleg Nesterov2012-12-171-4/+17
| * | | | | | percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov2012-12-171-18/+16
| * | | | | | percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov2012-12-172-1/+155
| * | | | | | sscanf: don't ignore field widths for numeric conversionsJan Beulich2012-12-171-43/+53
| * | | | | | lib: dynamic_debug: use kbasename()Andy Shevchenko2012-12-171-8/+1
| * | | | | | lib/vsprintf.c: fix handling of %zd when using ssize_tJason Gunthorpe2012-12-171-1/+4
* | | | | | | Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-134/+225
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-091-134/+225
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | lru_cache: allow multiple changes per transactionLars Ellenberg2011-10-141-76/+167
| | * | | | | lru_cache: consolidate lc_get and lc_try_getLars Ellenberg2011-10-141-59/+61
| | * | | | | lru_cache.h: fix comments referring to ts_ instead of lc_Lars Ellenberg2011-10-141-1/+1
| | * | | | | drbd: use clear_bit_unlock() where appropriateLars Ellenberg2011-10-141-6/+4
* | | | | | | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-161-130/+139
|\ \ \ \ \ \ \
| * | | | | | | swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck2012-10-301-19/+16
| * | | | | | | swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck2012-10-301-11/+11
| * | | | | | | swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck2012-10-301-18/+19
| * | | | | | | swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck2012-10-301-38/+40
| * | | | | | | swiotlb: Make io_tlb_overflow_buffer a physical addressAlexander Duyck2012-10-301-27/+34
| * | | | | | | swiotlb: Make io_tlb_start a physical address instead of a virtual oneAlexander Duyck2012-10-301-29/+29