summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queueJinlong Chen2022-10-311-1/+1
* blk-mq: move queue_is_mq out of blk_mq_cancel_work_syncJinlong Chen2022-10-312-8/+8
* block: simplify blksize_bits() implementationDawei Li2022-10-311-6/+1
* blk-mq: avoid double ->queue_rq() because of early timeoutDavid Jeffery2022-10-311-12/+44
* block: Micro-optimize get_max_segment_size()Bart Van Assche2022-10-251-4/+11
* block: Constify most queue limits pointersBart Van Assche2022-10-254-22/+26
* block: Remove request.write_hintBart Van Assche2022-10-251-1/+0
* block: remove bio_start_io_acct_timeChristoph Hellwig2022-10-252-13/+0
* nvme-apple: remove an extra queue referenceChristoph Hellwig2022-10-251-9/+0
* nvme-pci: remove an extra queue referenceChristoph Hellwig2022-10-251-6/+0
* scsi: remove an extra queue referenceChristoph Hellwig2022-10-252-2/+0
* blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig2022-10-257-5/+16
* block: fix up elevator_type refcountingJinlong Chen2022-10-243-3/+10
* block: check for an unchanged elevator earlier in __elevator_changeJinlong Chen2022-10-241-6/+3
* block: sanitize the elevator name before passing it to __elevator_changeChristoph Hellwig2022-10-241-8/+7
* block: add proper helpers for elevator_type module refcount managementChristoph Hellwig2022-10-243-16/+19
* blk-wbt: don't enable throttling if default elevator is bfqYu Kuai2022-10-243-4/+12
* elevator: add new field flags in struct elevator_queueYu Kuai2022-10-242-5/+5
* blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai2022-10-243-0/+16
* blk-wbt: make enable_state more accurateYu Kuai2022-10-242-6/+13
* blk-wbt: remove unnecessary check in wbt_enable_default()Yu Kuai2022-10-241-1/+1
* elevator: remove redundant code in elv_unregister_queue()Yu Kuai2022-10-241-2/+0
* blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()Yu Kuai2022-10-241-2/+4
* blk-iocost: prevent configuration update concurrent with io throttlingYu Kuai2022-10-241-2/+24
* blk-iocost: don't release 'ioc->lock' while updating paramsYu Kuai2022-10-241-5/+2
* blk-iocost: disable writeback throttlingYu Kuai2022-10-241-0/+2
* Linux 6.1-rc2v6.1-rc2Linus Torvalds2022-10-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-2418-99/+180
|\
| * tools: include: sync include/api/linux/kvm.hPaolo Bonzini2022-10-221-0/+1
| * KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf2022-10-221-0/+56
| * KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf2022-10-221-14/+17
| * kvm: Add support for arch compat vm ioctlsAlexander Graf2022-10-222-0/+13
| * Merge tag 'kvm-riscv-fixes-6.1-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-10-226-51/+57
| |\
| | * RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2022-10-213-2/+19
| | * RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones2022-10-213-49/+38
| * | Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-222-1/+8
| |\ \
| | * | KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren2022-10-151-1/+4
| | * | KVM: arm64: nvhe: Fix build with profile optimizationDenis Nikitin2022-10-151-0/+4
| * | | Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-10-227-33/+28
| |\| | | | |/ | |/|
| | * KVM: selftests: Fix number of pages for memory slot in memslot_modification_s...Gavin Shan2022-10-131-1/+1
| | * KVM: arm64: selftests: Fix multiple versions of GIC creationZenghui Yu2022-10-101-2/+2
| | * KVM: arm64: Enable stack protection and branch profiling for VHEVincent Donnefort2022-10-092-4/+4
| | * KVM: arm64: Limit stage2_apply_range() batch size to largest blockOliver Upton2022-10-092-21/+8
| | * KVM: arm64: Work out supported block level at compile timeOliver Upton2022-10-091-5/+13
* | | Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()"Jason A. Donenfeld2022-10-231-0/+8
* | | kernel/utsname_sysctl.c: Fix hostname pollingLinus Torvalds2022-10-232-0/+2
* | | Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-235-46/+163
|\ \ \
| * | | bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar2022-10-171-0/+2
| * | | selftests/perf_events: Add a SIGTRAP stress test with disablesMarco Elver2022-10-171-3/+32
| * | | perf: Fix missing SIGTRAPsPeter Zijlstra2022-10-173-43/+129
| |/ /