aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-17sscanf: don't ignore field widths for numeric conversionsJan Beulich
2012-12-17lib: dynamic_debug: use kbasename()Andy Shevchenko
2012-12-17lib/vsprintf.c: fix handling of %zd when using ssize_tJason Gunthorpe
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-12-16Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-14ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells
2012-12-14powerpc+of: Rename and fix OF reconfig notifier error inject moduleBenjamin Herrenschmidt
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-13lib/raid6: build proper files on corresponding archYuanhan Liu
2012-12-13lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu
2012-12-13lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-12-06lib/Makefile: Fix oid_registry build dependencyTim Gardner
2012-12-05ASN.1: Fix an indefinite length skip errorDavid Howells
2012-12-03treewide: Fix typos in various KconfigMasanari Iida
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-11-28lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGBill Pemberton
2012-11-23MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss
2012-11-17dma-debug: fix to not have dependency on get_dma_ops() interfaceShuah Khan
2012-11-13rcu: Reduce default RCU CPU stall warning timeoutPaul E. McKenney
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner
2012-10-30swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck
2012-10-30swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck
2012-10-30swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck
2012-10-30swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck
2012-10-30swiotlb: Make io_tlb_overflow_buffer a physical addressAlexander Duyck
2012-10-30swiotlb: Make io_tlb_start a physical address instead of a virtual oneAlexander Duyck
2012-10-30swiotlb: Make io_tlb_end a physical address instead of a virtual oneAlexander Duyck
2012-10-25genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo
2012-10-24dma-debug: New interfaces to debug dma mapping errorsShuah Khan
2012-10-19lib/dma-debug.c: fix __hash_bucket_find()Ming Lei
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-11Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-11lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvaspr...Ezequiel Garcia
2012-10-10X.509: Fix indefinite length element skip error handlingDavid Howells
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse
2012-10-09mm: interval tree updatesMichel Lespinasse
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse
2012-10-09prio_tree: removeMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09rbtree: add prio tree and interval tree testsMichel Lespinasse
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse