summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st_options.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-20Linux 5.17v5.17Linus Torvalds1-1/+1
2022-03-20kvm/emulate: Fix SETcc emulation function offsets with SLSBorislav Petkov1-2/+17
2022-03-18parisc: Avoid flushing cache on cache-less machinesHelge Deller1-0/+4
2022-03-18perf parse-events: Ignore case in topdown.slots checkIan Rogers1-1/+1
2022-03-18perf evlist: Avoid iteration for empty evlist.Ian Rogers1-11/+17
2022-03-18perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2022-03-18io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe1-2/+4
2022-03-18io_uring: don't check unrelated req->open.how in accept requestJens Axboe1-2/+1
2022-03-18block: cancel all throttled bios in del_gendisk()Yu Kuai3-1/+41
2022-03-18block: let blkcg_gq grab request queue's refcntMing Lei1-0/+5
2022-03-18block: avoid use-after-free on throttle dataMing Lei1-1/+11
2022-03-18arm64: errata: avoid duplicate field initializerArnd Bergmann1-1/+0
2022-03-18clocksource: acpi_pm: fix return value of __setup handlerRandy Dunlap1-2/+4
2022-03-18arm64: fix clang warning about TRAMP_VALIASArnd Bergmann1-2/+2
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller3-19/+24
2022-03-18block: limit request dispatch loop durationShin'ichiro Kawasaki1-1/+8
2022-03-18io_uring: manage provided buffers strictly orderedJens Axboe1-62/+92
2022-03-17parisc: Improve CPU socket and core bootup info textHelge Deller1-2/+2
2022-03-17parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLEHelge Deller1-0/+1
2022-03-17selftests: vm: fix clang build error multiple output filesYosry Ahmed1-4/+2
2022-03-17ocfs2: fix crash when initialize filecheck kobj failsJoseph Qi1-11/+11
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai1-0/+1
2022-03-17mm: swap: get rid of livelock in swapin readaheadGuo Ziliang1-1/+1
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera1-0/+7
2022-03-17net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...Vladimir Oltean1-1/+15
2022-03-17net: bcmgenet: skip invalid partial checksumsDoug Berger1-2/+4
2022-03-17bnx2x: fix built-in kernel driver load failureManish Chopra3-26/+19
2022-03-17net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+3
2022-03-17cpufreq: powernow-k8: Re-order the init checksMario Limonciello1-3/+3
2022-03-17ACPI: bus: Avoid using CPPC if not supported by firmwareRafael J. Wysocki3-0/+12
2022-03-17Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query ...Rafael J. Wysocki1-8/+19
2022-03-17cpuidle: intel_idle: Drop redundant backslash at line endRafael J. Wysocki1-1/+1
2022-03-17cpuidle: intel_idle: Update intel_idle() kerneldoc commentRafael J. Wysocki1-3/+0
2022-03-17ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNUWerner Sembach1-0/+75
2022-03-17net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin1-0/+1
2022-03-17drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERSThomas Zimmermann2-1/+2
2022-03-17smb3: fix incorrect session setup check for multiuser mountsSteve French1-1/+2
2022-03-17net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()Nicolas Dichtel1-0/+1
2022-03-17io_uring: fold evfd signalling under a slower pathPavel Begunkov1-26/+34
2022-03-17io_uring: thin down io_commit_cqring()Pavel Begunkov1-8/+15
2022-03-17io_uring: shuffle io_eventfd_signal() bits aroundPavel Begunkov1-8/+5
2022-03-17io_uring: remove extra barrier for non-sqpoll iopollPavel Begunkov1-4/+1
2022-03-17io_uring: fix provided buffer return on failure for kiocb_done()Pavel Begunkov1-7/+3
2022-03-17io_uring: extend provided buf return to failsPavel Begunkov1-1/+1
2022-03-17io_uring: refactor timeout cancellation cqe postingPavel Begunkov1-4/+1
2022-03-17io_uring: normilise naming for fill_cqe*Pavel Begunkov1-8/+8
2022-03-16io_uring: cache poll/double-poll state with a request flagJens Axboe1-5/+19
2022-03-16io_uring: cache req->apoll->events in req->cflagsJens Axboe1-12/+19
2022-03-16docs/kernel-parameters: update description of mem=Mike Rapoport1-0/+18
2022-03-16parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller3-34/+40