summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-19scsi: cxlflash: Support process element lifecycleUma Krishnan1-2/+50
2018-04-19scsi: cxlflash: Setup OCXL transaction layerUma Krishnan1-0/+10
2018-04-19scsi: cxlflash: Setup function OCXL linkUma Krishnan2-3/+23
2018-04-19scsi: cxlflash: Support reading adapter VPD dataUma Krishnan1-0/+15
2018-04-19scsi: cxlflash: Support AFU state togglingUma Krishnan1-0/+9
2018-04-19scsi: cxlflash: Support process specific mappingsUma Krishnan1-0/+24
2018-04-19scsi: cxlflash: Support starting an adapter contextUma Krishnan2-0/+42
2018-04-19scsi: cxlflash: MMIO map the AFUUma Krishnan2-1/+77
2018-04-19scsi: cxlflash: Support image reload policy modificationUma Krishnan2-0/+14
2018-04-19scsi: cxlflash: Support adapter context discoveryUma Krishnan1-0/+26
2018-04-19scsi: cxlflash: Support adapter file descriptors for OCXLUma Krishnan2-0/+201
2018-04-19scsi: cxlflash: Use IDR to manage adapter contextsUma Krishnan2-2/+21
2018-04-19scsi: cxlflash: Adapter context support for OCXLUma Krishnan2-0/+96
2018-04-19scsi: cxlflash: Setup AFU PASIDUma Krishnan2-0/+4
2018-04-19scsi: cxlflash: Setup AFU acTag rangeUma Krishnan2-0/+15
2018-04-19scsi: cxlflash: Read host AFU configurationUma Krishnan2-0/+39
2018-04-19scsi: cxlflash: Setup function acTag rangeUma Krishnan2-0/+18
2018-04-19scsi: cxlflash: Read host function configurationUma Krishnan2-0/+48
2018-04-19scsi: cxlflash: Hardware AFU for OCXLUma Krishnan5-2/+73
2018-04-19scsi: cxlflash: Introduce OCXL backendUma Krishnan4-2/+25
2018-04-19scsi: cxlflash: Add argument identifier namesUma Krishnan2-24/+27
2018-04-19scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs2-1/+5
2018-04-19scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan2-3/+9
2018-04-16Linux 4.17-rc1v4.17-rc1Linus Torvalds1-2/+2
2018-04-16Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds94-1234/+277
2018-04-16Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-71/+240
2018-04-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds18-82/+109
2018-04-16Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds41-5164/+316
2018-04-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds33-802/+1150
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds22-105/+329
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-14/+22
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds33-187/+629
2018-04-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-56/+106
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-2/+0
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds10-40/+63
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-654/+681
2018-04-14kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo5-4/+28
2018-04-14kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo4-32/+31
2018-04-14kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2-34/+13
2018-04-14kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo1-22/+12
2018-04-14kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo1-46/+30
2018-04-14kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo1-97/+103
2018-04-14kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo3-61/+71
2018-04-14kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo1-16/+22
2018-04-14kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2-8/+13
2018-04-14kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo1-14/+0
2018-04-14include/linux/kexec.h: silence compile warningsPhilipp Rudo1-0/+2
2018-04-14kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro3-188/+201
2018-04-14x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro1-11/+7