summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei
2022-08-10net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt
2022-08-10cifs: Remove {cifs,nfs}_fscache_release_page()David Howells
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-08-10Makefile: link with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-08-10crypto: blake2b: effectively disable frame size warningLinus Torvalds
2022-08-10xfs: fix inode reservation space for removing transactionhexiaole
2022-08-10cifs: fix lock length calculationPaulo Alcantara
2022-08-10RISC-V: Canaan devicetree fixesPalmer Dabbelt
2022-08-10dt-bindings: mailbox: arm,mhu: Make secure interrupt optionalRob Herring
2022-08-10dt-bindings: pinctrl: qcom,ipq6018: Fix example 'gpio-ranges' sizeRob Herring
2022-08-10riscv: lib: uaccess: fix CSR_STATUS SR_SUM bitChen Lifu
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-10KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson
2022-08-10KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson
2022-08-10KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIESSean Christopherson
2022-08-10KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT valsSean Christopherson
2022-08-10KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_testGavin Shan
2022-08-10KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan
2022-08-10KVM: Actually create debugfs in kvm_create_vm()Oliver Upton
2022-08-10KVM: Pass the name of the VM fd to kvm_create_vm_debugfs()Oliver Upton
2022-08-10KVM: Get an fd before creating the VMOliver Upton
2022-08-10KVM: Shove vcpu stats_id init into kvm_vcpu_init()Oliver Upton
2022-08-10KVM: Shove vm stats_id init into kvm_create_vm()Oliver Upton
2022-08-10KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson
2022-08-10KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang
2022-08-10KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch
2022-08-10KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch
2022-08-10KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson
2022-08-10KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson
2022-08-10KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson
2022-08-10KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj
2022-08-10KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PFYu Zhang
2022-08-10KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regSean Christopherson
2022-08-10KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini
2022-08-10KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini
2022-08-10selftests: kvm: fix compilationPaolo Bonzini
2022-08-10Merge tag 'hwmon-fixes-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-10Merge tag 'rpmsg-v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/re...Linus Torvalds
2022-08-10Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2022-08-10Merge tag 'apparmor-pr-2022-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter
2022-08-10perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter
2022-08-10perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter
2022-08-10Merge branch 'fixes for bpf map iterator'Alexei Starovoitov
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao