summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: ata: Switch to attribute groupsBart Van Assche2021-10-171-4/+4
* scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-172-0/+19
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-171-1/+1
* scsi: core: Call scsi_done directlyBart Van Assche2021-10-172-5/+1
* scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche2021-10-171-0/+2
* scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche2021-10-171-0/+7
* scsi: libsas: Export sas_phy_enable()Luo Jiaxing2021-10-131-0/+1
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-1/+0
|\
| * scsi: core: Remove 'current_tag'Hannes Reinecke2021-09-221-1/+0
* | scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2021-10-052-0/+2
* | scsi: core: Delete scsi_{get,free}_host_dev()John Garry2021-09-291-10/+0
* | scsi: core: Remove include <scsi/scsi_host.h> from scsi_cmnd.hBart Van Assche2021-09-221-1/+0
|/
* Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds2021-09-133-9/+25
|\
| * compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers2021-09-093-9/+24
| * Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4Marco Elver2021-07-161-0/+1
* | Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-123-46/+110
|\ \
| * | Documentation: core-api/cpuhotplug: Rewrite the API sectionThomas Gleixner2021-09-111-22/+110
| * | cpu/hotplug: Remove deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-09-111-6/+0
| * | Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-11509-4500/+15849
| |\ \
| * | | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-011-18/+0
* | | | Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-121-10/+2
|\ \ \ \
| * | | | locking/rwsem: Add missing __init_rwsem() for PREEMPT_RTMike Galbraith2021-09-021-10/+2
| |/ / /
* | | | Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-121-2/+7
|\ \ \ \
| * | | | time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen2021-09-081-2/+7
| |/ / /
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-116-27/+363
|\ \ \ \
| * | | | vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-061-0/+306
| * | | | vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-3/+17
| * | | | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-061-1/+1
| * | | | vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji2021-09-061-0/+3
| * | | | vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-2/+6
| * | | | vdpa: Fix some coding style issuesXie Yongji2021-09-061-17/+17
| * | | | file: Export receive_fd() to modulesXie Yongji2021-09-061-4/+3
| * | | | virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit.Arseny Krasnov2021-09-051-0/+1
| * | | | virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-1/+1
| * | | | uapi: virtio_ids: Sync ids with specificationViresh Kumar2021-09-051-0/+12
* | | | | Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-111-2/+2
|\ \ \ \ \
| * | | | | bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu2021-09-101-2/+2
* | | | | | Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-111-1/+1
|\ \ \ \ \ \
| * | | | | | pwm: Make pwmchip_remove() return voidUwe Kleine-König2021-09-021-1/+1
* | | | | | | Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-112-3/+18
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | firmware: qcom_scm: Introduce SCM calls to access LMhThara Gopinath2021-08-181-0/+14
| * | | | | | thermal: Spelling s/scallbacks/callbacks/Geert Uytterhoeven2021-08-141-1/+1
| * | | | | | thermal/core: Fix thermal_cooling_device_register() prototypeArnd Bergmann2021-08-141-2/+3
* | | | | | | Merge tag 'pm-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-102-4/+9
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki2021-09-102-4/+9
| |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | PM: EM: fix kernel-doc commentsLukasz Luba2021-09-071-4/+4
| | | |/ / / / / / /
| | * | | | | | | | ACPI: CPPC: Introduce cppc_get_nominal_perf()Rafael J. Wysocki2021-09-071-0/+5
* | | | | | | | | | Merge tag 'char-misc-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-101-20/+166
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'misc-habanalabs-next-2021-09-01' of https://git.kernel.org/pub/scm...Greg Kroah-Hartman2021-09-011-20/+166
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | habanalabs: add "in device creation" statusOmer Shpigelman2021-09-011-1/+3