All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-30 23:34:06 to 2022-12-01 00:03:49 UTC [more...]

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:09 UTC  (63+ messages)
` [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 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [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 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()

[merged mm-stable] mmthprmap-clean-up-the-end-of-__split_huge_pmd_locked.patch removed from -mm tree
 2022-12-01  0:01 UTC 

[merged mm-stable] tools-vm-page_owner-ignore-page_owner_sort-binary.patch removed from -mm tree
 2022-12-01  0:01 UTC 

[merged mm-stable] mmthprmap-subpages_mapcount-compound_mapped-if-pmd-mapped.patch removed from -mm tree
 2022-12-01  0:01 UTC 

[merged mm-stable] mmthprmap-subpages_mapcount-of-pte-mapped-subpages.patch removed from -mm tree
 2022-12-01  0:01 UTC 

[merged mm-stable] selftests-damon-test-non-context-inputs-to-rm_contexts-file.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb_vmemmap-remap-head-page-to-newly-allocated-page.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mmthprmap-handle-the-normal-pagecompound-case-first.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mmthprmap-simplify-compound-page-mapcount-handling.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mmthprmap-lock_compound_mapcounts-on-thp-mapcounts.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[PATCH 01/29] drm/amdkfd: add debug and runtime enable interface
 2022-12-01  0:02 UTC  (9+ messages)
` [PATCH 21/29] drm/amdkfd: add debug wave launch mode operation
` [PATCH 27/29] drm/amdkfd: add debug queue snapshot operation
` [PATCH 28/29] drm/amdkfd: add debug device "
` [PATCH 29/29] drm/amdkfd: bump kfd ioctl minor version for debug api availability

[PATCH v9 00/16] Add Multi Circular Queue Support
 2022-11-30 23:50 UTC  (5+ messages)
` [PATCH v9 01/16] ufs: core: Optimize duplicate code to read extended feature
` [PATCH v9 02/16] ufs: core: Probe for ext_iid support
` [PATCH v9 03/16] ufs: core: Introduce Multi-circular queue capability
` [PATCH v9 04/16] ufs: core: Defer adding host to scsi if mcq is supported

[merged mm-stable] mmhugetlb-use-folio-fields-in-second-tail-page.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] selftests-vm-update-hugetlb-madvise.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] zsmalloc-replace-is_err-with-is_err_value.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-use-pte-markers-for-swap-errors.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-always-compile-in-pte-markers.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-use-kstrtobool-instead-of-strtobool.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] docs-admin-guide-mm-damon-usage-document-schemes-s-tried_regions-sysfs-directory.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] docs-abi-damon-document-schemes-s-tried_regions-sysfs-directory.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-damon-use-kstrtobool-instead-of-strtobool.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-damon-sysfs-implement-damos-tried-regions-update-command.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-damon-sysfs-schemes-implement-damos-tried-regions-clear-command.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] tools-selftets-damon-sysfs-test-tried_regions-directory-existence.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-damon-sysfs-schemes-implement-scheme-region-directory.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-damon-core-add-a-callback-for-scheme-target-regions-check.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugeltb_cgroup-convert-hugetlb_cgroup_commit_charge-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-damon-sysfs-schemes-implement-schemes-tried_regions-directory.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb-convert-move_hugetlb_state-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb-convert-free_huge_page-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb_cgroup-convert-hugetlb_cgroup_migrate-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb_cgroup-convert-hugetlb_cgroup_uncharge_page-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb-convert-isolate_or_dissolve_huge_page-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb_cgroup-convert-hugetlb_cgroup_from_page-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb_cgroup-convert-set_hugetlb_cgroup-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mempool-do-not-use-ksize-for-poisoning.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb_cgroup-convert-__set_hugetlb_cgroup-to-folios.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] maple_tree-mte_set_full-and-mte_clear_full-clang-analyzer-clean-up.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-vmscan-split-khugepaged-stats-from-direct-reclaim-stats.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] docs-admin-guide-mm-damon-usage-describe-the-rules-of-sysfs-region-directories.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] docs-admin-guide-mm-damon-usage-fix-wrong-usage-example-of-init_regions-file.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hwpoison-when-copy-on-write-hits-poison-take-page-offline.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hugetlb_vmemmap-remove-redundant-list_del.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-hwpoison-try-to-recover-from-copy-on-write-faults.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] mm-convert-mms-rss-stats-into-percpu_counter.patch removed from -mm tree
 2022-12-01  0:00 UTC 

[merged mm-stable] percpu_counter-add-percpu_counter_sum_all-interface.patch removed from -mm tree
 2022-12-01  0:00 UTC 

linux-next: manual merge of the rcu tree with the printk tree
 2022-11-30 23:59 UTC  (2+ messages)

Guest Display issue on Xen
 2022-11-30 23:59 UTC  (2+ messages)

[PATCH v4 0/5] Add guard padding around i915_vma
 2022-11-30 23:58 UTC  (12+ messages)
` [Intel-gfx] "
` [PATCH v4 1/5] drm/i915: Limit the display memory alignment to 32 bit instead of 64
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 2/5] drm/i915: Wrap all access to i915_vma.node.start|size
  `  "
` [Intel-gfx] [PATCH v4 3/5] drm/i915: Introduce guard pages to i915_vma
  `  "
` [PATCH v4 4/5] drm/i915: Refine VT-d scanout workaround
  ` [Intel-gfx] "
` [PATCH v4 5/5] Revert "drm/i915: Improve on suspend / resume time with VT-d enabled"
  ` [Intel-gfx] "

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

[PATCH v6 0/4] Add data-lanes and link-frequencies to dp_out endpoint
 2022-11-30 23:58 UTC  (12+ messages)
` [PATCH v6 1/4] arm64: dts: qcom: add data-lanes and link-freuencies into "
` [PATCH v6 2/4] drm/msm/dp: parser data-lanes as property of "
` [PATCH v6 3/4] drm/msm/dp: parser link-frequencies "
` [PATCH v6 4/4] drm/msm/dp: add support of max dp link rate

[PATCH 0/4] Don't lazy-fetch commits when parsing them
 2022-11-30 23:56 UTC  (6+ messages)
` [PATCH 2/4] object-file: refactor corrupt object diagnosis
` [PATCH 4/4] commit: don't lazy-fetch commits

[PATCH 4.19] efi: random: Properly limit the size of the random seed
 2022-11-30 23:44 UTC 

[PATCH v7 00/20] Introduce security commands for CXL pmem device
 2022-11-30 23:54 UTC  (4+ messages)
` [PATCH v7 18/20] cxl: bypass cpu_cache_invalidate_memregion() when in test config

[PATCH] nvme: don't allow unprivileged Write Zeroes passthrough on read-only FDs
 2022-11-30 23:20 UTC  (2+ messages)

[PATCH 4.14] efi: random: Properly limit the size of the random seed
 2022-11-30 23:53 UTC  (2+ messages)

[folded-merged] mm-document-sys-class-bdi-bdi-min_ratio_fine-knob-fix.patch removed from -mm tree
 2022-11-30 23:53 UTC 

[folded-merged] mm-document-sys-class-bdi-bdi-max_ratio_fine-knob-fix.patch removed from -mm tree
 2022-11-30 23:52 UTC 

[folded-merged] mm-document-sys-class-bdi-bdi-min_bytes-knob-fix.patch removed from -mm tree
 2022-11-30 23:52 UTC 

[folded-merged] mm-page_alloc-leave-irqs-enabled-for-per-cpu-page-allocations-fix.patch removed from -mm tree
 2022-11-30 23:51 UTC 

[folded-merged] zram-introduce-recompress-sysfs-knob-fix.patch removed from -mm tree
 2022-11-30 23:47 UTC 

[PATCH v1 0/3] Putting some basic order on isa extension lists
 2022-11-30 23:46 UTC  (5+ messages)
` [PATCH v1 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v1 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH 0/5] remove label = "cpu" from DSA dt-binding
 2022-11-30 18:40 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: net: qca,ar71xx: remove label = "cpu" from examples
` [PATCH 2/5] arm: dts: remove label = "cpu" from DSA dt-binding
` [PATCH 3/5] arm64: "
` [PATCH 4/5] mips: "
` [PATCH 5/5] powerpc: "

[folded-merged] mm-delay-page_remove_rmap-until-after-the-tlb-has-been-flushed-fix.patch removed from -mm tree
 2022-11-30 23:46 UTC 

[folded-merged] mm-introduce-encoded-page-pointers-with-embedded-extra-bits-fix.patch removed from -mm tree
 2022-11-30 23:45 UTC 

[folded-merged] mm-hugetlb_vmemmap-remap-head-page-to-newly-allocated-page-v3.patch removed from -mm tree
 2022-11-30 23:44 UTC 

[folded-merged] mm-hugetlb_vmemmap-remap-head-page-to-newly-allocated-page-v4.patch removed from -mm tree
 2022-11-30 23:44 UTC 

[PATCH mptcp-next v21 0/7] BPF redundant scheduler
 2022-11-30 23:43 UTC  (3+ messages)
` [PATCH mptcp-next v21 5/7] mptcp: add mptcp_update_dfrags

[folded-merged] mmhugetlb-use-folio-fields-in-second-tail-page-fix.patch removed from -mm tree
 2022-11-30 23:43 UTC 

[folded-merged] mm-damon-sysfs-schemes-implement-damos-tried-regions-clear-command-fix.patch removed from -mm tree
 2022-11-30 23:42 UTC 

"WARNING: inconsistent lock state, inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage." with netconsole on (kernel 6.1.0-rc7)
 2022-11-30 23:36 UTC 

[PATCH 0/4] KVM: arm64: Parallel access faults
 2022-11-30 23:21 UTC  (7+ messages)
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set

[folded-merged] mm-damon-sysfs-implement-damos-tried-regions-update-command-fix.patch removed from -mm tree
 2022-11-30 23:41 UTC 

[folded-merged] mm-hugetlb-convert-move_hugetlb_state-to-folios-fix.patch removed from -mm tree
 2022-11-30 23:41 UTC 

[v2] kbuild: Port silent mode detection to future gnu make
 2022-11-30 23:40 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: Tighten ptr_to_btf_id checks
 2022-11-30 23:40 UTC  (2+ messages)

[PATCH v4] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
 2022-11-30 23:45 UTC 

[Intel-gfx] [PATCH] drm/i915/mtl: Add support for 32 bit OAG formats in MTL
 2022-11-30 23:39 UTC  (5+ messages)

[folded-merged] mempool-do-not-use-ksize-for-poisoning-fix.patch removed from -mm tree
 2022-11-30 23:39 UTC 

[PATCH-for-8.0 0/2] hw: Reduce "qemu/accel.h" inclusion
 2022-11-30 23:38 UTC  (3+ messages)
` [PATCH-for-8.0 2/2] "

[PATCH v4 0/4] x86/crash: Fix double NMI shootdown bug
 2022-11-30 23:38 UTC  (6+ messages)
` [PATCH v4 1/4] x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
` [PATCH v4 2/4] x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
` [PATCH v4 3/4] x86/reboot: Disable virtualization in an emergency if SVM is supported
` [PATCH v4 4/4] x86/reboot: Disable SVM, not just VMX, when stopping CPUs

[folded-merged] mm-hwpoison-try-to-recover-from-copy-on-write-faults-v4.patch removed from -mm tree
 2022-11-30 23:38 UTC 

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-30 23:32 UTC  (7+ messages)
` [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64

[PATCH v2 0/3] printk: introduce new macros pr_<level>_cont()
 2022-11-30 23:37 UTC  (3+ messages)

OBJTOOL Build error
 2022-11-30 23:36 UTC  (4+ messages)

[PATCH for-next v2 01/18] RDMA/rxe: Isolate code to fill request roce headers
 2022-11-30 23:36 UTC  (5+ messages)
` [PATCH for-next v2 06/18] RDMA/rxe: Add rxe_add_frag() to rxe_mr.c

[dm-devel] [PATCH v2] dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
 2022-11-30 23:07 UTC  (3+ messages)

[PATCH 0/4] Static analyser finding deviation
 2022-11-30 23:34 UTC  (5+ messages)
` [PATCH 3/4] tools/misra: fix skipped rule numbers


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.