summaryrefslogtreecommitdiffstats
path: root/lib/libcrc32c.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-31blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queueJinlong Chen1-1/+1
2022-10-31blk-mq: move queue_is_mq out of blk_mq_cancel_work_syncJinlong Chen2-8/+8
2022-10-31block: simplify blksize_bits() implementationDawei Li1-6/+1
2022-10-31blk-mq: avoid double ->queue_rq() because of early timeoutDavid Jeffery1-12/+44
2022-10-25block: Micro-optimize get_max_segment_size()Bart Van Assche1-4/+11
2022-10-25block: Constify most queue limits pointersBart Van Assche4-22/+26
2022-10-25block: Remove request.write_hintBart Van Assche1-1/+0
2022-10-25block: remove bio_start_io_acct_timeChristoph Hellwig2-13/+0
2022-10-25nvme-apple: remove an extra queue referenceChristoph Hellwig1-9/+0
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0
2022-10-25scsi: remove an extra queue referenceChristoph Hellwig2-2/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig7-5/+16
2022-10-24block: fix up elevator_type refcountingJinlong Chen3-3/+10
2022-10-24block: check for an unchanged elevator earlier in __elevator_changeJinlong Chen1-6/+3
2022-10-24block: sanitize the elevator name before passing it to __elevator_changeChristoph Hellwig1-8/+7
2022-10-24block: add proper helpers for elevator_type module refcount managementChristoph Hellwig3-16/+19
2022-10-24blk-wbt: don't enable throttling if default elevator is bfqYu Kuai3-4/+12
2022-10-24elevator: add new field flags in struct elevator_queueYu Kuai2-5/+5
2022-10-24blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabledYu Kuai3-0/+16
2022-10-24blk-wbt: make enable_state more accurateYu Kuai2-6/+13
2022-10-24blk-wbt: remove unnecessary check in wbt_enable_default()Yu Kuai1-1/+1
2022-10-24elevator: remove redundant code in elv_unregister_queue()Yu Kuai1-2/+0
2022-10-24blk-iocost: read 'ioc->params' inside 'ioc->lock' in ioc_timer_fn()Yu Kuai1-2/+4
2022-10-24blk-iocost: prevent configuration update concurrent with io throttlingYu Kuai1-2/+24
2022-10-24blk-iocost: don't release 'ioc->lock' while updating paramsYu Kuai1-5/+2
2022-10-24blk-iocost: disable writeback throttlingYu Kuai1-0/+2
2022-10-24Linux 6.1-rc2v6.1-rc2Linus Torvalds1-1/+1
2022-10-23Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()"Jason A. Donenfeld1-0/+8
2022-10-23kernel/utsname_sysctl.c: Fix hostname pollingLinus Torvalds2-0/+2
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov1-0/+2
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov1-0/+2
2022-10-22net: flag sockets supporting msghdr originated zerocopyPavel Begunkov3-0/+3
2022-10-22hwmon: (corsair-psu) Add USB id of the new HX1500i psuWilken Gottwalt2-0/+3
2022-10-22tools: include: sync include/api/linux/kvm.hPaolo Bonzini1-0/+1
2022-10-22KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf1-0/+56
2022-10-22KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf1-14/+17
2022-10-22kvm: Add support for arch compat vm ioctlsAlexander Graf2-0/+13
2022-10-22x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae1-0/+9
2022-10-21x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin1-1/+1
2022-10-21efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0Ard Biesheuvel3-6/+6
2022-10-21efi: libstub: Fix incorrect payload size in zboot headerArd Biesheuvel1-1/+2
2022-10-21efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel1-3/+3
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Ard Biesheuvel3-24/+5
2022-10-21efi: ssdt: Don't free memory if ACPI table was loaded successfullyArd Biesheuvel1-0/+2
2022-10-21efi: libstub: Remove zboot signing from build optionsArd Biesheuvel2-47/+4
2022-10-21iommu/vt-d: Clean up si_domain in the init_dmars() error pathJerry Snitselaar1-0/+5
2022-10-21iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Charlotte Tan1-1/+3
2022-10-21iommu/vt-d: Use rcu_lock in get_resv_regionsLu Baolu1-3/+3
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu10-18/+27
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel3-2/+19