index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qlogicpti.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-19
scsi: cxlflash: Support adapter context reading
Uma Krishnan
1
-0
/
+94
2018-04-19
scsi: cxlflash: Support adapter context polling
Uma Krishnan
2
-2
/
+57
2018-04-19
scsi: cxlflash: Support starting user contexts
Uma Krishnan
2
-2
/
+100
2018-04-19
scsi: cxlflash: Support AFU interrupt mapping and registration
Uma Krishnan
2
-0
/
+122
2018-04-19
scsi: cxlflash: Support AFU interrupt management
Uma Krishnan
2
-0
/
+114
2018-04-19
scsi: cxlflash: Support process element lifecycle
Uma Krishnan
1
-2
/
+50
2018-04-19
scsi: cxlflash: Setup OCXL transaction layer
Uma Krishnan
1
-0
/
+10
2018-04-19
scsi: cxlflash: Setup function OCXL link
Uma Krishnan
2
-3
/
+23
2018-04-19
scsi: cxlflash: Support reading adapter VPD data
Uma Krishnan
1
-0
/
+15
2018-04-19
scsi: cxlflash: Support AFU state toggling
Uma Krishnan
1
-0
/
+9
2018-04-19
scsi: cxlflash: Support process specific mappings
Uma Krishnan
1
-0
/
+24
2018-04-19
scsi: cxlflash: Support starting an adapter context
Uma Krishnan
2
-0
/
+42
2018-04-19
scsi: cxlflash: MMIO map the AFU
Uma Krishnan
2
-1
/
+77
2018-04-19
scsi: cxlflash: Support image reload policy modification
Uma Krishnan
2
-0
/
+14
2018-04-19
scsi: cxlflash: Support adapter context discovery
Uma Krishnan
1
-0
/
+26
2018-04-19
scsi: cxlflash: Support adapter file descriptors for OCXL
Uma Krishnan
2
-0
/
+201
2018-04-19
scsi: cxlflash: Use IDR to manage adapter contexts
Uma Krishnan
2
-2
/
+21
2018-04-19
scsi: cxlflash: Adapter context support for OCXL
Uma Krishnan
2
-0
/
+96
2018-04-19
scsi: cxlflash: Setup AFU PASID
Uma Krishnan
2
-0
/
+4
2018-04-19
scsi: cxlflash: Setup AFU acTag range
Uma Krishnan
2
-0
/
+15
2018-04-19
scsi: cxlflash: Read host AFU configuration
Uma Krishnan
2
-0
/
+39
2018-04-19
scsi: cxlflash: Setup function acTag range
Uma Krishnan
2
-0
/
+18
2018-04-19
scsi: cxlflash: Read host function configuration
Uma Krishnan
2
-0
/
+48
2018-04-19
scsi: cxlflash: Hardware AFU for OCXL
Uma Krishnan
5
-2
/
+73
2018-04-19
scsi: cxlflash: Introduce OCXL backend
Uma Krishnan
4
-2
/
+25
2018-04-19
scsi: cxlflash: Add argument identifier names
Uma Krishnan
2
-24
/
+27
2018-04-19
scsi: cxlflash: Avoid clobbering context control register value
Matthew R. Ochs
2
-1
/
+5
2018-04-19
scsi: cxlflash: Preserve number of interrupts for master contexts
Uma Krishnan
2
-3
/
+9
2018-04-16
Linux 4.17-rc1
v4.17-rc1
Linus Torvalds
1
-2
/
+2
2018-04-14
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-4
/
+28
2018-04-14
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
4
-32
/
+31
2018-04-14
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2
-34
/
+13
2018-04-14
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-22
/
+12
2018-04-14
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-46
/
+30
2018-04-14
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
1
-97
/
+103
2018-04-14
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
3
-61
/
+71
2018-04-14
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
1
-16
/
+22
2018-04-14
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2
-8
/
+13
2018-04-14
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
1
-14
/
+0
2018-04-14
include/linux/kexec.h: silence compile warnings
Philipp Rudo
1
-0
/
+2
2018-04-14
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
3
-188
/
+201
2018-04-14
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
1
-11
/
+7
2018-04-14
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
AKASHI Takahiro
1
-51
/
+31
2018-04-14
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
AKASHI Takahiro
1
-12
/
+12
2018-04-14
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
AKASHI Takahiro
1
-63
/
+58
2018-04-14
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
8
-94
/
+71
2018-04-14
kexec_file: make use of purgatory optional
AKASHI Takahiro
3
-0
/
+11
2018-04-14
proc: revalidate misc dentries
Alexey Dobriyan
1
-1
/
+22
2018-04-14
mm, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
1
-1
/
+2
2018-04-14
kexec: export PG_swapbacked to VMCOREINFO
Petr Tesarik
1
-0
/
+1
[next]