aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-02-01digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki1-0/+2
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2013-01-12module: put modules in list much earlier.Rusty Russell1-0/+1
2013-01-11lib/rbtree.c: avoid the use of non-static __always_inlineMichel Lespinasse1-3/+17
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny1-5/+49
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-20lib: atomic64: Initialize locks statically to fix early usersStephen Boyd1-12/+5
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+57
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-18/+18
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds11-26/+631
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds10-84/+382
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler1-1/+2
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita1-0/+49
2012-12-17random32: rename random32 to prandomAkinobu Mita3-30/+31
2012-12-17simple_strto*: annotate function as obsoleteEldad Zack1-0/+8
2012-12-17kstrto*: add documentationEldad Zack1-0/+64
2012-12-17lib/rbtree_test.c: fix uninitialized variable warningCong Ding1-1/+1
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov2-1/+5
2012-12-17percpu_rw_semaphore: add lockdep annotationsOleg Nesterov1-4/+17
2012-12-17percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov1-18/+16
2012-12-17percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov2-1/+155
2012-12-17sscanf: don't ignore field widths for numeric conversionsJan Beulich1-43/+53
2012-12-17lib: dynamic_debug: use kbasename()Andy Shevchenko1-8/+1
2012-12-17lib/vsprintf.c: fix handling of %zd when using ssize_tJason Gunthorpe1-1/+4
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-2/+17
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-134/+225
2012-12-16Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-130/+139
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel1-9/+57
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+147
2012-12-14ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells1-4/+4
2012-12-14powerpc+of: Rename and fix OF reconfig notifier error inject moduleBenjamin Herrenschmidt3-18/+18
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-6/+6
2012-12-13lib/raid6: build proper files on corresponding archYuanhan Liu8-27/+28
2012-12-13lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu4-2/+272
2012-12-13lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas5-7/+341
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-1/+1
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-12-06lib/Makefile: Fix oid_registry build dependencyTim Gardner1-1/+1
2012-12-05ASN.1: Fix an indefinite length skip errorDavid Howells1-1/+1
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-5/+5
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2012-11-28lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGBill Pemberton1-2/+1
2012-11-23MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss1-2/+17
2012-11-17dma-debug: fix to not have dependency on get_dma_ops() interfaceShuah Khan1-22/+7
2012-11-13rcu: Reduce default RCU CPU stall warning timeoutPaul E. McKenney1-1/+1
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner1-134/+225
2012-10-30swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck1-19/+16
2012-10-30swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck1-11/+11
2012-10-30swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck1-18/+19
2012-10-30swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck1-38/+40
2012-10-30swiotlb: Make io_tlb_overflow_buffer a physical addressAlexander Duyck1-27/+34
2012-10-30swiotlb: Make io_tlb_start a physical address instead of a virtual oneAlexander Duyck1-29/+29
2012-10-30swiotlb: Make io_tlb_end a physical address instead of a virtual oneAlexander Duyck1-11/+13
2012-10-25genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo1-1/+1
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan1-4/+67
2012-10-19lib/dma-debug.c: fix __hash_bucket_find()Ming Lei1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-140/+1021
2012-10-11Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds1-1/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+19
2012-10-11lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvaspr...Ezequiel Garcia1-1/+1
2012-10-10X.509: Fix indefinite length element skip error handlingDavid Howells1-9/+19
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse1-0/+9
2012-10-09mm: interval tree updatesMichel Lespinasse1-9/+6
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2-152/+12
2012-10-09prio_tree: removeMichel Lespinasse4-569/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse2-173/+12
2012-10-09rbtree: add prio tree and interval tree testsMichel Lespinasse6-0/+390
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse1-32/+2
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse1-71/+0
2012-10-09rbtree: faster augmented rbtree manipulationMichel Lespinasse2-21/+120
2012-10-09rbtree: augmented rbtree testMichel Lespinasse1-2/+101
2012-10-09rbtree: low level optimizations in rb_erase()Michel Lespinasse1-34/+64
2012-10-09rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse1-43/+62
2012-10-09rbtree: place easiest case first in rb_erase()Michel Lespinasse1-17/+18
2012-10-09rbtree: add __rb_change_child() helper functionMichel Lespinasse1-29/+17
2012-10-09rbtree test: fix sparse warning about 64-bit constantMichel Lespinasse1-1/+1
2012-10-09rbtree: optimize fetching of sibling nodeMichel Lespinasse1-8/+13
2012-10-09rbtree: coding style adjustmentsMichel Lespinasse1-19/+23
2012-10-09rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse1-93/+115
2012-10-09rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse1-38/+30
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse1-11/+17
2012-10-09rbtree: low level optimizations in rb_insert_color()Michel Lespinasse1-35/+131
2012-10-09rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse1-4/+15
2012-10-09rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse1-10/+4
2012-10-09rbtree: performance and correctness testMichel Lespinasse3-0/+144
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse1-1/+19
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-2/+2
2012-10-09Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas1-4/+4
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas1-4/+4
2012-10-08MPILIB: Provide a function to read raw data into an MPIDavid Howells1-0/+55
2012-10-08X.509: Add an ASN.1 decoderDavid Howells2-0/+479
2012-10-08X.509: Add utility functions to render OIDs as stringsDavid Howells1-0/+81
2012-10-08X.509: Implement simple static OID registryDavid Howells5-1/+320
2012-10-08MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2-0/+71
2012-10-08MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells3-139/+5
2012-10-08Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+0
2012-10-06lib/decompress.c add __init to decompress_method and dataHein Tibosch1-3/+6
2012-10-06scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo1-8/+8
2012-10-06lib/plist.c: make plist test announcements KERN_DEBUGBorislav Petkov1-2/+2
2012-10-06lib/vsprintf.c: improve standard conformance of sscanf()Jan Beulich1-19/+14
2012-10-06lib/spinlock_debug: avoid livelock in do_raw_spin_lock()Vikram Mulukutla1-14/+18
2012-10-06genalloc: make it possible to use a custom allocation algorithmBenjamin Gaignard1-4/+84
2012-10-06lib/gcd.c: prevent possible div by 0Davidlohr Bueso1-0/+3
2012-10-06lib/Kconfig.debug: adjust hard-lockup related Kconfig optionsJan Beulich1-4/+5
2012-10-06lib/parser.c: avoid overflow in match_number()Alex Elder1-2/+8
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-16/+16
2012-10-06lib/vsprintf: update documentation to cover all of %p[Mm][FR]Andy Shevchenko1-1/+4
2012-10-06lib: vsprintf: fix broken commentsGeorge Spelvin1-7/+7
2012-10-06lib: vsprintf: optimize put_dec_trunc8()George Spelvin1-16/+6
2012-10-06lib: vsprintf: optimize division by 10000George Spelvin1-27/+33
2012-10-06lib: vsprintf: optimize division by 10 for small integersGeorge Spelvin1-2/+3
2012-10-06sections: fix const sections for crc32 tableJoe Mario2-6/+9
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-9/+24
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+6
2012-10-02dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER defineShuah Khan1-5/+0
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-4/+4
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+43
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2012-10-01Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+14
2012-09-30lib: Add early cpio decoderH. Peter Anvin2-1/+146
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-28scatterlist: refactor the sg_nentsMaxim Levitsky1-5/+2
2012-09-27scatterlist: add sg_nentsMaxim Levitsky1-0/+22
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney1-2/+4
2012-09-25lib/flex_proportions.c: fix corruption of denominator in flexible proportionsJan Kara1-1/+1
2012-09-23rcu: Add PROVE_RCU_DELAY to provoke difficult racesPaul E. McKenney1-0/+14
2012-09-22Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-9/+24
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches1-20/+11
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches1-1/+1
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches1-3/+23
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches1-10/+29
2012-09-17arm64: Build infrastructureCatalin Marinas1-2/+4
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-2/+4
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-09-13digsig: add hash size comparision on signature verificationDmitry Kasatkin1-2/+4
2012-09-10usb/core: use bin2bcd() for bcdDevice in RHSebastian Andrzej Siewior1-4/+4
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-1/+1
2012-08-30netlink: add minlen validation for the new signed typesJulian Anastasov1-0/+4
2012-08-21swiotlb: add the late swiotlb initialization function with iotlb memoryKonrad Rzeszutek Wilk1-9/+24
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2012-07-31switch the protection of percpu_counter list to spinlockAl Viro1-7/+7
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+273
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds15-58/+528
2012-07-30lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines1-8/+0
2012-07-30powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita3-0/+70
2012-07-30memory: memory notifier error injection moduleAkinobu Mita3-0/+72
2012-07-30PM: PM notifier error injection moduleAkinobu Mita3-0/+74
2012-07-30cpu: rewrite cpu-notifier-error-inject moduleAkinobu Mita2-40/+39
2012-07-30fault-injection: notifier error injectionAkinobu Mita4-0/+148
2012-07-30lib/crc32.c: fix unused variables warningsThiago Rafael Becker1-0/+2
2012-07-30spinlock_debug: print offset in addition to symbol nameStephen Boyd1-1/+1
2012-07-30atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2-3/+5
2012-07-30string: introduce memweight()Akinobu Mita2-1/+39
2012-07-30vsprintf: add support of '%*ph[CDN]'Andy Shevchenko1-0/+55
2012-07-30lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg1-1/+2
2012-07-30lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton1-0/+2
2012-07-30vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko1-4/+19
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-0/+23
2012-07-30Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds1-0/+64
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski1-0/+64
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2012-07-23Merge tag 'please-pull-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds17-2068/+0
2012-07-23of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney8-0/+23
2012-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-07-19debug: Do not permit CONFIG_DEBUG_STACK_USAGE=y on IA64 or PARISCTony Luck1-1/+1
2012-07-09Merge tag 'iommu-fixes-v3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2012-07-06rcu: Fix broken strings in RCU's source code.Paul E. McKenney1-4/+2
2012-07-02dma-debug: debugfs_create_bool() takes a u32 pointerDan Carpenter1-2/+2
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-1/+4
2012-06-29Merge branch 'master' into for-nextJiri Kosina1-5/+3
2012-06-28lib: correct link to the original source for div64_u64Akinobu Mita1-1/+1
2012-06-20fault-inject: avoid call to random32() if fault injection is disabledAnton Blanchard1-0/+4
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+21
2012-06-10Merge commit 'v3.5-rc2' into nextJames Morris30-289/+1430
2012-06-09lib: Fix possible deadlock in flexible proportion codeJan Kara1-2/+8
2012-06-09lib: Proportions with flexible periodJan Kara2-1/+267
2012-06-07btree: catch NULL value before it does harmJoern Engel1-0/+1
2012-06-07btree: fix tree corruption in btree_get_prev()Roland Dreier1-2/+2
2012-06-06Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds2-6/+8
2012-06-06spinlock: Indicate that a lockup is only suspectedChristian Borntraeger1-1/+1
2012-06-06Merge branch 'core/debug' into core/urgentIngo Molnar1-0/+20
2012-06-05radix-tree: fix contiguous iteratorKonstantin Khlebnikov1-0/+3
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+11
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-94/+195
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko1-91/+190
2012-05-31vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely1-3/+5
2012-05-31bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA1-5/+7
2012-05-31bql: Avoid unneeded limit decrement.Hiroaki SHIMODA1-2/+4
2012-05-31bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA1-1/+1
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2012-05-30Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' an...Joerg Roedel3-14/+15
2012-05-29lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier1-4/+8