aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ipack/devices
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-10-13 09:26:23 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2018-10-15 23:00:38 -0400
commitd47b3bd797f158366a4b2193ae82e191a21c45f3 (patch)
tree728da86341cfc894bc1691e9957a94d764fd35b1 /drivers/ipack/devices
parentscsi: ufs: make UFS Tx lane1 clock optional for QCOM platforms (diff)
scsi: am53c974: use the generic DMA API
Remove usage of the legacy PCI DMA API. To make this easier we also store a struct device instead of pci_dev in the dev field of struct esp. Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/ipack/devices')
0 files changed, 0 insertions, 0 deletions
ARDENED_USERCOPY_PAGESPANMatthew Wilcox (Oracle)1-61/+0 2022-04-13mm/usercopy: Detect large folio overrunsMatthew Wilcox (Oracle)1-6/+4 2022-04-13mm/usercopy: Detect vmalloc overrunsMatthew Wilcox (Oracle)1-0/+16 2022-04-13mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)1-6/+10 2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+4 2022-03-22mm/usercopy: return 1 from hardened_usercopy __setup() handlerRandy Dunlap1-1/+4 2022-03-22mm: remove usercopy_warn()Christophe Leroy1-11/+0 2022-02-25usercopy: Check valid lifetime via stack depthKees Cook1-2/+21 2022-01-06mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)1-6/+7 2020-08-12mm/usercopy.c: delete duplicated wordRandy Dunlap1-1/+1 2019-09-17usercopy: Avoid HIGHMEM pfn warningKees Cook1-1/+7 2019-08-13mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres1-1/+1 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1 2019-01-08mm/usercopy.c: no check page span for stack objectsQian Cai1-4/+5 2018-07-04usercopy: Allow boot cmdline disabling of hardeningChris von Recklinghausen1-0/+25 2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook1-3/+18 2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook1-54/+41 2018-01-15usercopy: Enhance and rename report_usercopy()Kees Cook1-5/+19 2018-01-15usercopy: Remove pointer from overflow reportKees Cook1-5/+4 2017-04-05mm/usercopy: Drop extra is_vmalloc_or_module() checkLaura Abbott1-11/+0 2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara1-7/+1 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+2 2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1 2017-01-11mm/usercopy: Switch to using lm_aliasLaura Abbott1-2/+2 2016-09-20mm: usercopy: Check for module addressesLaura Abbott1-1/+4 2016-09-07usercopy: remove page-spanning test for nowKees Cook1-26/+35 2016-08-22usercopy: fix overlap check for kernel textJosh Poimboeuf1-1/+1 2016-08-22usercopy: avoid potentially undefined behavior in pointer mathEric Biggers1-1/+1 2016-07-26mm: Hardened usercopyKees Cook1-0/+268