# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Configuration_Configuration,driver_macab)) $(eval $(call gb_Configuration_add_spool_modules,driver_macab,connectivity/registry/macab,\ org/openoffice/Office/DataAccess/Drivers-macab.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_macab,connectivity/registry/macab,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: t.freedesktop.org/logo.png' alt='cgit logo'/> index : drm-intel
Linux driver for Intel graphicsroot
summaryrefslogtreecommitdiff
path: root/crypto/async_tx
AgeCommit message (Expand)AuthorFilesLines
2018-06-18async_pq: Remove VLA usageKyle Spiers2-5/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-05-16async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel1-3/+2
2016-10-05async_pq_val: fix DMA memory leakJustin Maggard1-4/+4
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim1-1/+1
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen1-3/+16
2014-08-21dmaengine: fix xor sources continuationXuelin Shi1-2/+1
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul5-167/+238
2013-11-14raid6test: add new corner case for ioatdma driverDan Williams1