Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09net/mlx5e: TC, Fix wrong rejection of packet-per-second policingJianbo Liu
2022-11-09net/mlx5e: Fix tc acts array not to be dependent on enum orderRoi Dayan
2022-11-09net/mlx5e: Fix usage of DMA sync APIMaxim Mikityanskiy
2022-11-09net/mlx5e: Add missing sanity checks for max TX WQE sizeMaxim Mikityanskiy
2022-11-09net/mlx5: fw_reset: Don't try to load device in case PCI isn't workingShay Drory
2022-11-09net/mlx5: E-switch, Set to legacy mode if failed to change switchdev modeChris Mi
2022-11-09net/mlx5: Allow async trigger completion execution on single CPU systemsRoy Novich
2022-11-09net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov
2022-11-09scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390Heiko Carstens
2022-11-09Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2022-11-09KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu
2022-11-09KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu
2022-11-09KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu
2022-11-09KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda
2022-11-09tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspaceRong Tao
2022-11-09tools/kvm_stat: fix incorrect detection of debugfsMatthias Gerstner
2022-11-09x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini
2022-11-09KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini
2022-11-09KVM: SVM: restore host save area from assemblyPaolo Bonzini
2022-11-09KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini
2022-11-09KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini
2022-11-09KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini
2022-11-09KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini
2022-11-09KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini
2022-11-09KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini
2022-11-09KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini
2022-11-09KVM: x86: use a separate asm-offsets.c filePaolo Bonzini
2022-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-11-09drm: rcar-du: Fix Kconfig dependency between RCAR_DU and RCAR_MIPI_DSILaurent Pinchart
2022-11-09drm/panfrost: Split io-pgtable requests properlyRobin Murphy
2022-11-09Merge branch 'wwan-iosm-fixes'David S. Miller
2022-11-09net: wwan: iosm: fix kernel test robot reported errorsM Chetan Kumar
2022-11-09net: wwan: iosm: fix invalid mux header typeM Chetan Kumar
2022-11-09net: wwan: iosm: fix driver not working with INTEL_IOMMU disabledM Chetan Kumar
2022-11-09net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfgM Chetan Kumar
2022-11-09nvmet: fix a memory leakSagi Grimberg
2022-11-09nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov
2022-11-09nvme: quiet user passthrough command errorsKeith Busch
2022-11-09mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATAHaibo Chen
2022-11-09udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-11-09arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.Kuniyuki Iwashima
2022-11-09arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macroD Scott Phillips
2022-11-09selftests: netfilter: Fix and review rpath.shPhil Sutter
2022-11-09ALSA: usb-audio: Add DSD support for Accuphase DAC-60Jussi Laako
2022-11-09ibmveth: Reduce default tx queues to 8Nick Child
2022-11-09net: nixge: disable napi when enable interrupts failed in nixge_open()Zhengchao Shao
2022-11-09net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet
2022-11-09net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()Zhengchao Shao
2022-11-09docs: kmsan: fix formatting of "Example report"Alexander Potapenko
2022-11-09mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park