All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-30 22:49:23 to 2022-11-30 23:10:24 UTC [more...]

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:09 UTC  (109+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH 0/2] fsdax,xfs: fix warning messages
 2022-11-30 23:08 UTC  (5+ messages)

[PATCH] vfio/mdev: fix possible memory leak in module init funcs
 2022-11-30 23:06 UTC  (2+ messages)

Bad padding with bpftool btf dump .. format c
 2022-11-30 23:06 UTC  (10+ messages)
  ` Sv: "

[PATCH v3 rcu 0/16] Lazy call_rcu() updates for v6.2
 2022-11-30 23:05 UTC  (6+ messages)
` [PATCH rcu 14/16] rxrpc: Use call_rcu_hurry() instead of call_rcu()

[RFC hid v1 00/10] HID-BPF: add support for in-tree BPF programs
 2022-11-30 23:05 UTC  (3+ messages)
` [RFC hid v1 01/10] bpftool: generate json output of skeletons

BLE HID GATT - Only partially working
 2022-11-30 22:36 UTC 

[PATCH v3 1/2] mm/slub, kunit: add SLAB_SKIP_KFENCE flag for cache creation
 2022-11-30 23:05 UTC  (3+ messages)
` [PATCH v3 2/2] mm/slub, kunit: Add a test case for kmalloc redzone check

[Patch net-next v1 00/12] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2022-11-30 23:05 UTC  (5+ messages)
` [Patch net-next v1 01/12] net: dsa: microchip: ptp: add the posix clock support

Add user to group that's created in other recipe
 2022-11-30 23:04 UTC  (2+ messages)
` [yocto] "

[PATCH net-next] sctp: delete free member from struct sctp_sched_ops
 2022-11-30 23:04 UTC 

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:02 UTC  (10+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules

[merged mm-stable] selftests-damon-add-tests-for-damon_lru_sorts-enabled-parameter.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-lru_sort-enable-and-disable-synchronously.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-reclaimlru_sort-remove-unnecessarily-included-headers.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] selftests-damon-add-tests-for-damon_reclaims-enabled-parameter.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-sysfs-split-out-schemes-directory-implementation-to-separate-file.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-reclaim-enable-and-disable-synchronously.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-modules-deduplicate-init-steps-for-damon-context-setup.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-sysfs-split-out-kdamond-independent-schemes-stats-update-logic-into-a-new-function.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-sysfs-move-unsigned-long-range-directory-to-common-module.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-sysfs-move-sysfs_lock-to-common-module.patch removed from -mm tree
 2022-11-30 23:02 UTC 

[merged mm-stable] mm-damon-sysfs-use-damon_addr_range-for-regions-start-and-end-values.patch removed from -mm tree
 2022-11-30 23:01 UTC 

[merged mm-stable] mm-damon-sysfs-remove-parameters-of-damon_sysfs_region_alloc.patch removed from -mm tree
 2022-11-30 23:01 UTC 

[PATCH bpf-next v3 00/11] xdp: hints via kfuncs
 2022-11-30 23:01 UTC  (4+ messages)
` [xdp-hints] "
    ` [xdp-hints] "

[merged mm-stable] mm-damon-core-split-out-scheme-stat-update-logic-into-a-new-function.patch removed from -mm tree
 2022-11-30 23:01 UTC 

[merged mm-stable] mm-damon-core-split-out-scheme-quota-adjustment-logic-into-a-new-function.patch removed from -mm tree
 2022-11-30 23:01 UTC 

[merged mm-stable] mm-damon-core-split-out-damos-charged-region-skip-logic-into-a-new-function.patch removed from -mm tree
 2022-11-30 23:01 UTC 

[merged mm-stable] mm-damon-core-split-damos-application-logic-into-a-new-function.patch removed from -mm tree
 2022-11-30 23:01 UTC 

Boot failure regression on 6.0.10 stable kernel on iMX7
 2022-11-30 22:59 UTC  (5+ messages)

Help on PHY not supporting autoneg
 2022-11-30 22:59 UTC  (3+ messages)

[PATCH dwarves 0/1] LLD .BTF section patch
 2022-11-30 22:59 UTC  (3+ messages)
` [PATCH 1/1] btf_encoder: Generate a new .BTF section even if one exists

[PATCH v3 0/14] Zbb string optimizations and call support in alternatives
 2022-11-30 22:56 UTC  (30+ messages)
` [PATCH v3 01/14] RISC-V: fix funct4 definition for c.jalr in parse_asm.h
` [PATCH v3 02/14] RISC-V: add prefix to all constants/macros "
` [PATCH v3 03/14] RISC-V: detach funct-values from their offset
` [PATCH v3 04/14] RISC-V: add ebreak instructions to definitions
` [PATCH v3 05/14] RISC-V: add auipc elements to parse_asm header
` [PATCH v3 06/14] RISC-V: Move riscv_insn_is_* macros into a common header
` [PATCH v3 07/14] RISC-V: rename parse_asm.h to insn.h
` [PATCH v3 08/14] RISC-V: kprobes: use central defined funct3 constants
` [PATCH v3 09/14] RISC-V: add U-type imm parsing to insn.h header
` [PATCH v3 10/14] RISC-V: add rd reg "
` [PATCH v3 11/14] RISC-V: fix auipc-jalr addresses in patched alternatives
` [PATCH v3 12/14] efi/riscv: libstub: mark when compiling libstub
` [PATCH v3 13/14] RISC-V: add infrastructure to allow different str* implementations
` [PATCH v3 14/14] RISC-V: add zbb support to string functions

[GIT PULL] clk fixes for v6.1-rc7
 2022-11-30 22:57 UTC 

linux-next: manual merge of the drm tree with Linus' tree
 2022-11-30 22:57 UTC  (2+ messages)

[PATCH] KVM: selftests: restore special vmmcall code layout needed by the harness
 2022-11-30 22:56 UTC  (2+ messages)

[PATCH 00/30] [RFC] extensions.refFormat and packed-refs v2 file format
 2022-11-30 22:55 UTC  (4+ messages)

[PATCH] kest.pl: Fix grub2 menu handling for rebooting
 2022-11-30 22:54 UTC 

[PATCH] block: Do not reread partition table on exclusively open device
 2022-11-30 22:54 UTC  (3+ messages)

help with pthread_t deprecation / api changes
 2022-11-30 22:54 UTC 

[PATCH net-next v2 0/4] tsnep: Throttle interrupts, RX buffer allocation and ethtool_get_channels()
 2022-11-30 22:53 UTC  (3+ messages)
` [PATCH net-next v2 3/4] tsnep: Throttle interrupts

[PATCH] net: dsa: ksz: Check proper trim in ksz_common_rcv()
 2022-11-30 22:53 UTC  (4+ messages)
` [PATCH v2] net: dsa: Check return value from skb_trim_rcsum()

[merged mm-hotfixes-stable] kconfigdebug-provide-a-little-extra-frame_warn-leeway-when-kasan-is-enabled.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] revert-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] mm-khugepaged-fix-gup-fast-interaction-by-sending-ipi.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] drm-amdgpu-temporarily-disable-broken-clang-builds-due-to-blown-stack-frame.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] mm-khugepaged-invoke-mmu-notifiers-in-shmem-file-collapse-paths.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] mm-khugepaged-take-the-right-locks-for-page-table-retraction.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] hugetlb-dont-delete-vma_lock-in-hugetlb-madv_dontneed-processing.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] mm-damon-sysfs-fix-wrong-empty-schemes-assumption-under-online-tuning-in-damon_sysfs_set_schemes.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] mm-introduce-arch_has_hw_nonleaf_pmd_young.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[PATCH v8 0/3] CXL XOR Interleave Arithmetic
 2022-11-30 22:51 UTC  (4+ messages)
` [PATCH v8 2/3] cxl/acpi: Support CXL XOR Interleave Math (CXIMS)

[merged mm-hotfixes-stable] mm-migrate-fix-thps-mapcount-on-isolation.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] tools-vm-slabinfo-gnuplot-use-grep-e-instead-of-egrep.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] mm-add-dummy-pmd_young-for-architectures-not-having-it.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] nilfs2-fix-null-pointer-dereference-in-nilfs_palloc_commit_free_entry.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] mm-replace-vm_warn_on-to-pr_warn-if-the-node-is-offline-with-__gfp_thisnode.patch removed from -mm tree
 2022-11-30 22:51 UTC 

[merged mm-hotfixes-stable] madvise-use-zap_page_range_single-for-madvise-dontneed.patch removed from -mm tree
 2022-11-30 22:51 UTC 

Question about CPUTLBEntry
 2022-11-30 22:50 UTC 

[PATCH bpf-next v3 02/11] bpf: XDP metadata RX kfuncs
 2022-11-30 22:49 UTC  (2+ messages)

[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
 2022-11-30 22:49 UTC  (4+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.