linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-14 18:45:25 to 2022-06-14 20:30:05 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-14 20:29 UTC  (13+ messages)
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[PATCH net-next,v2,0/2] net: mana: Add PF and XDP_REDIRECT support
 2022-06-14 20:28 UTC  (2+ messages)
` [PATCH net-next,v2,1/2] net: mana: Add the Linux MANA PF driver

pgprot_encrypted macro is broken
 2022-06-14 20:28 UTC 

[PATCH v2 00/48] dt-bindings: input: gpio-keys: rework matching children
 2022-06-14 20:29 UTC  (7+ messages)
` [PATCH v2 05/48] arm64: dts: allwinner: align gpio-key node names with dtschema
    `  "
` [PATCH v2 06/48] ARM: "
    `  "

[PATCH v5] drm/msm/dp: force link training for display resolution change
 2022-06-14 20:27 UTC  (3+ messages)

[PATCH v11 00/12] drm/mediatek: Add MT8195 dp_intf driver
 2022-06-14 20:24 UTC  (3+ messages)
` [PATCH v11 01/12] dt-bindings: mediatek,dpi: Add DP_INTF compatible

[PATCH v3 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-06-14 20:23 UTC  (16+ messages)
` [PATCH v3 2/6] "
` [PATCH v3 3/6] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v3 4/6] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v3 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable
` [PATCH v3 6/6] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-14 20:23 UTC  (16+ messages)
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v11 00/10] drm/mediatek: Add MT8195 DisplayPort driver
 2022-06-14 20:23 UTC  (3+ messages)
` [PATCH v11 01/10] dt-bindings: mediatek,dp: Add Display Port binding

[PATCH net-next,0/2] net: mana: Add PF and XDP_REDIRECT support
 2022-06-14 20:06 UTC  (4+ messages)
` [PATCH net-next,2/2] net: mana: Add support of XDP_REDIRECT action

[RFC PATCH 00/14] CAMSS support for MSM8974
 2022-06-14 20:20 UTC  (3+ messages)
` [RFC PATCH 10/14] i2c: qcom-cci: add msm8974 compatible

[PATCH] [RFC] Initialization of unused function parameters
 2022-06-14 20:19 UTC  (5+ messages)

[PATCH v4 0/4] Add Sstc extension support
 2022-06-14 20:20 UTC  (3+ messages)

[net-next v1 0/2] seg6: add NEXT-C-SID support for SRv6 End behavior
 2022-06-14 20:18 UTC  (4+ messages)
` [net-next v1 2/2] "

[PATCH v3 1/2] dt-bindings: thermal: rcar-gen3-thermal: use positive logic
 2022-06-14 20:18 UTC  (7+ messages)
` [PATCH v3 2/2] dt-bindings: thermal: rcar-gen3-thermal: Add r8a779f0 support

[PATCH v9 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2022-06-14 20:11 UTC  (3+ messages)
` [PATCH v9 05/14] dt-bindings: display: bridge: Add i.MX8qm/qxp display pixel link binding

[PATCH v3 5/5] KVM: arm64: Unwind and dump nVHE hypervisor stacktrace
 2022-06-14 20:09 UTC  (2+ messages)

[PATCH -next] bpf, arm: Remove unused function emit_a32_alu_r()
 2022-06-14 20:10 UTC  (2+ messages)

[PATCH v4 00/18] PCI: dwc: Various fixes and cleanups
 2022-06-14 20:14 UTC  (4+ messages)
` [PATCH v4 09/18] PCI: dwc: Discard IP-core version checking on unrolled iATU detection

[PATCH] i2c: mediatek: Fix an error handling path in mtk_i2c_probe()
 2022-06-14 20:12 UTC  (2+ messages)

[PATCH v3] rcu/nocb: Avoid polling when myrdp->nocb_head_rdp list is empty
 2022-06-14 20:11 UTC  (3+ messages)

[PATCH v2 00/42] KVM: selftests: Overhaul Part II - CPUID
 2022-06-14 20:07 UTC  (43+ messages)
` [PATCH v2 01/42] KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
` [PATCH v2 02/42] KVM: sefltests: Use CPUID_XSAVE and CPUID_OSXAVE instead of X86_FEATURE_*
` [PATCH v2 03/42] KVM: selftests: Add framework to query KVM CPUID bits
` [PATCH v2 04/42] KVM: selftests: Use kvm_cpu_has() in the SEV migration test
` [PATCH v2 05/42] KVM: selftests: Use kvm_cpu_has() for nested SVM checks
` [PATCH v2 06/42] KVM: selftests: Use kvm_cpu_has() for nested VMX checks
` [PATCH v2 07/42] KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftest
` [PATCH v2 08/42] KVM: selftests: Drop redundant vcpu_set_cpuid() from "
` [PATCH v2 09/42] KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR test
` [PATCH v2 10/42] KVM: selftests: Check for _both_ XTILE data and cfg in AMX test
` [PATCH v2 11/42] KVM: selftests: Use kvm_cpu_has() "
` [PATCH v2 12/42] KVM: selftests: Use kvm_cpu_has() for XSAVE in cr4_cpuid_sync_test
` [PATCH v2 13/42] KVM: selftests: Remove the obsolete/dead MMU role test
` [PATCH v2 14/42] KVM: selftests: Use kvm_cpu_has() for KVM's PV steal time
` [PATCH v2 15/42] KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection test
` [PATCH v2 16/42] KVM: selftests: Verify that kvm_cpuid2.entries layout is unchanged by KVM
` [PATCH v2 17/42] KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()
` [PATCH v2 18/42] KVM: selftests: Cache CPUID in struct kvm_vcpu
` [PATCH v2 19/42] KVM: selftests: Don't use a static local in vcpu_get_supported_hv_cpuid()
` [PATCH v2 20/42] KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()
` [PATCH v2 21/42] KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()
` [PATCH v2 22/42] KVM: selftests: Add helpers to get and modify a vCPU's CPUID entries
` [PATCH v2 23/42] KVM: selftests: Use vm->pa_bits to generate reserved PA bits
` [PATCH v2 24/42] KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddr
` [PATCH v2 25/42] KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)
` [PATCH v2 26/42] KVM: selftests: Use vCPU's CPUID directly in Hyper-V test
` [PATCH v2 27/42] KVM: selftests: Use vcpu_get_cpuid_entry() in CPUID test
` [PATCH v2 28/42] KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state test
` [PATCH v2 29/42] KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APIC
` [PATCH v2 30/42] KVM: selftests: Make get_supported_cpuid() returns "const"
` [PATCH v2 31/42] KVM: selftests: Set input function/index in raw CPUID helper(s)
` [PATCH v2 32/42] KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()
` [PATCH v2 33/42] KVM: selftests: Use this_cpu_has() in CR4/CPUID sync test
` [PATCH v2 34/42] KVM: selftests: Use this_cpu_has() to detect SVM support in L1
` [PATCH v2 35/42] KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()
` [PATCH v2 36/42] KVM: selftests: Rename kvm_get_supported_cpuid_index() to __..._entry()
` [PATCH v2 37/42] KVM: selftests: Inline "get max CPUID leaf" helpers
` [PATCH v2 38/42] KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFD
` [PATCH v2 39/42] KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supported
` [PATCH v2 40/42] KVM: selftests: Clean up requirements for XFD-aware XSAVE features
` [PATCH v2 41/42] KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()
` [PATCH v2 42/42] KVM: selftests: Drop unused SVM_CPUID_FUNC macro

[syzbot] KASAN: stack-out-of-bounds Read in __show_regs
 2022-06-14 20:01 UTC  (4+ messages)

[syzbot] BUG: sleeping function called from invalid context in sk_psock_stop
 2022-06-14 19:58 UTC  (3+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-06-14 19:52 UTC  (8+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

[PATCH v6 0/2] dt-bindings: cros-ec: Update for fingerprint devices
 2022-06-14 19:51 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: cros-ec: Reorganize property availability
` [PATCH v6 2/2] dt-bindings: cros-ec: Add ChromeOS fingerprint binding

[PATCH V2] dt-bindings: ata: ahci-ceva: convert to yaml
 2022-06-14 19:48 UTC  (2+ messages)

[PATCH -next,v2] NFS: report and clear ENOSPC/EFBIG/EDQUOT writeback error on close() file
 2022-06-14 19:48 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in i2c_put_adapter
 2022-06-14 19:47 UTC  (2+ messages)

[PATCH v3 0/7] usb: typec: Introduce typec-switch binding
 2022-06-14 19:34 UTC  (8+ messages)
` [PATCH v3 1/7] usb: typec: mux: Allow muxes to specify mode-switch
` [PATCH v3 2/7] usb: typec: mux: Add CONFIG guards for functions
` [PATCH v3 3/7] dt-bindings: usb: Add Type-C switch binding
` [PATCH v3 4/7] dt-bindings: drm/bridge: anx7625: Add mode-switch support
` [PATCH v3 5/7] drm/bridge: anx7625: Register number of Type C switches
` [PATCH v3 6/7] drm/bridge: anx7625: Register Type-C mode switches
` [PATCH v3 7/7] drm/bridge: anx7625: Add typec_mux_set callback function

[PATCH] i2c: core: fix potential use-after-free on adapter removal
 2022-06-14 19:45 UTC  (2+ messages)

[PATCH] platform/surface: aggregator: Reserve more event- and target-categories
 2022-06-14 19:41 UTC 

[PATCH v20 0/5] USB DWC3 host wake up support from system suspend
 2022-06-14 19:37 UTC  (7+ messages)
` [PATCH v20 2/5] usb: dwc3: core: Host "

[PATCH RFC v2 00/18] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-06-14 19:33 UTC  (3+ messages)
` [PATCH RFC v2 02/18] scsi: core: Resurrect scsi_{get,free}_host_dev()

[PATCH v2] arm64: dts: renesas: spider-cpu: Enable SCIF0 on second connector
 2022-06-14 19:30 UTC 

[PATCH] MAINTAINERS: adjust ARM/INTEL IXP4XX ARM ARCHITECTURE to ixp4xx clean-up
 2022-06-14 19:28 UTC  (2+ messages)

[PATCH] perf unwind: Fix uninitialized variable
 2022-06-14 19:24 UTC  (3+ messages)
` [Linux v5.19-rc1] tools/perf/a.out remains after make -C tools/perf clean

[PATCH] dt-bindings: timer: Add Nomadik MTU binding
 2022-06-14 19:23 UTC  (2+ messages)

[PATCHv2 bpf 3/3] bpf: Force cookies array to follow symbols sorting
 2022-06-14 19:21 UTC  (11+ messages)

[PATCH 5.15 000/251] 5.15.47-rc2 review
 2022-06-14 19:18 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: thermal: qcom,spmi-temp-alarm: convert to dtschema
 2022-06-14 19:18 UTC  (4+ messages)

[PATCH v1 0/2] iio: Add single and double tap events support
 2022-06-14 19:18 UTC  (4+ messages)
` [PATCH v1 2/2] iio: accel: bma400: Add support for single and double tap events

[mm-unstable v3 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-14 19:16 UTC  (12+ messages)
` [v3 PATCH 5/7] mm: thp: kill transparent_hugepage_active()
` [v3 PATCH 6/7] mm: thp: kill __transhuge_page_enabled()

[PATCH] clk: qcom: clk-rpmh: Remove redundant if statement
 2022-06-14 19:15 UTC  (2+ messages)

[PATCH 5.15 000/251] 5.15.47-rc2 review
 2022-06-14 19:00 UTC  (3+ messages)

[PATCH] iommu/vt-d: Increase DMAR_UNITS_SUPPORTED
 2022-06-14 19:01 UTC  (10+ messages)
` [PATCH v2] iommu/vt-d: Make DMAR_UNITS_SUPPORTED a config setting

[PATCH-rcu] rcu-tasks: Use delayed_work to delay rcu_tasks_verify_self_tests()
 2022-06-14 19:00 UTC  (2+ messages)

[PATCH v2] kbuild: remove sed command from cmd_ar_builtin
 2022-06-14 18:59 UTC  (2+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-14 18:59 UTC  (7+ messages)

[PATCH net-next v4 0/5] pcs-xpcs, stmmac: add 1000BASE-X AN for network switch
 2022-06-14 18:57 UTC  (3+ messages)
` [PATCH net-next v4 4/5] stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting support

[PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
 2022-06-14 18:56 UTC  (11+ messages)

[PATCH] ASoC: Intel: Skylake: remove redundant re-assignments to pointer array
 2022-06-14 18:48 UTC  (2+ messages)

[PATCH] dmaengine: fsl-edma: remove redundant assignment to pointer last_sg
 2022-06-14 18:47 UTC 

[PATCH net-next 0/3] net: phy: dp83867: add binding and support for io_impedance_ctrl nvmem cell
 2022-06-14 18:46 UTC  (3+ messages)
` [PATCH net-next 1/3] dt-bindings: dp83867: add binding "

[PATCH 5.18 00/11] 5.18.5-rc1 review
 2022-06-14 18:40 UTC  (12+ messages)
` [PATCH 5.18 01/11] Documentation: Add documentation for Processor MMIO Stale Data
` [PATCH 5.18 02/11] x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
` [PATCH 5.18 03/11] x86/speculation: Add a common function for MD_CLEAR mitigation update
` [PATCH 5.18 04/11] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
` [PATCH 5.18 05/11] x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
` [PATCH 5.18 06/11] x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
` [PATCH 5.18 07/11] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
` [PATCH 5.18 08/11] x86/speculation/srbds: Update SRBDS mitigation selection
` [PATCH 5.18 09/11] x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
` [PATCH 5.18 10/11] KVM: x86/speculation: Disable Fill buffer clear within guests
` [PATCH 5.18 11/11] x86/speculation/mmio: Print SMT warning

[PATCH v3] thermal: rcar_gen3_thermal: improve logging during probe
 2022-06-14 18:45 UTC  (2+ messages)

[PATCH 5.15 00/11] 5.15.48-rc1 review
 2022-06-14 18:40 UTC  (12+ messages)
` [PATCH 5.15 01/11] Documentation: Add documentation for Processor MMIO Stale Data
` [PATCH 5.15 02/11] x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
` [PATCH 5.15 03/11] x86/speculation: Add a common function for MD_CLEAR mitigation update
` [PATCH 5.15 04/11] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
` [PATCH 5.15 05/11] x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
` [PATCH 5.15 06/11] x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
` [PATCH 5.15 07/11] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
` [PATCH 5.15 08/11] x86/speculation/srbds: Update SRBDS mitigation selection
` [PATCH 5.15 09/11] x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
` [PATCH 5.15 10/11] KVM: x86/speculation: Disable Fill buffer clear within guests
` [PATCH 5.15 11/11] x86/speculation/mmio: Print SMT warning

[PATCH v1] sysfs: fix sysfs_kf_seq_show null pointer dereference
 2022-06-14 18:45 UTC  (3+ messages)

[PATCH 5.10 00/11] 5.10.123-rc1 review
 2022-06-14 18:40 UTC  (12+ messages)
` [PATCH 5.10 01/11] Documentation: Add documentation for Processor MMIO Stale Data
` [PATCH 5.10 02/11] x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
` [PATCH 5.10 03/11] x86/speculation: Add a common function for MD_CLEAR mitigation update
` [PATCH 5.10 04/11] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
` [PATCH 5.10 05/11] x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
` [PATCH 5.10 06/11] x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
` [PATCH 5.10 07/11] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
` [PATCH 5.10 08/11] x86/speculation/srbds: Update SRBDS mitigation selection
` [PATCH 5.10 09/11] x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
` [PATCH 5.10 10/11] KVM: x86/speculation: Disable Fill buffer clear within guests
` [PATCH 5.10 11/11] x86/speculation/mmio: Print SMT warning

[PATCH 5.4 00/15] 5.4.199-rc1 review
 2022-06-14 18:40 UTC  (16+ messages)
` [PATCH 5.4 01/15] cpu/speculation: Add prototype for cpu_show_srbds()
` [PATCH 5.4 02/15] x86/cpu: Add Jasper Lake to Intel family
` [PATCH 5.4 03/15] x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family
` [PATCH 5.4 04/15] x86/cpu: Add another Alder Lake CPU to the Intel family
` [PATCH 5.4 05/15] Documentation: Add documentation for Processor MMIO Stale Data
` [PATCH 5.4 06/15] x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
` [PATCH 5.4 07/15] x86/speculation: Add a common function for MD_CLEAR mitigation update
` [PATCH 5.4 08/15] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
` [PATCH 5.4 09/15] x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
` [PATCH 5.4 10/15] x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
` [PATCH 5.4 11/15] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
` [PATCH 5.4 12/15] x86/speculation/srbds: Update SRBDS mitigation selection
` [PATCH 5.4 13/15] x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
` [PATCH 5.4 14/15] KVM: x86/speculation: Disable Fill buffer clear within guests
` [PATCH 5.4 15/15] x86/speculation/mmio: Print SMT warning

[PATCH 4.19 00/16] 4.19.248-rc1 review
 2022-06-14 18:40 UTC  (10+ messages)
` [PATCH 4.19 01/16] x86/cpu: Add Elkhart Lake to Intel family
` [PATCH 4.19 05/16] x86/cpu: Add another Alder Lake CPU to the "
` [PATCH 4.19 06/16] Documentation: Add documentation for Processor MMIO Stale Data
` [PATCH 4.19 07/16] x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
` [PATCH 4.19 08/16] x86/speculation: Add a common function for MD_CLEAR mitigation update
` [PATCH 4.19 09/16] x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
` [PATCH 4.19 10/16] x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
` [PATCH 4.19 11/16] x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
` [PATCH 4.19 12/16] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data

[PATCH 4.14 00/20] 4.14.284-rc1 review
 2022-06-14 18:40 UTC  (11+ messages)
` [PATCH 4.14 02/20] cpu/speculation: Add prototype for cpu_show_srbds()
` [PATCH 4.14 04/20] x86/cpu: Add Cannonlake to Intel family
` [PATCH 4.14 05/20] x86/CPU: Add Icelake model number
` [PATCH 4.14 09/20] x86/cpu: Add another Alder Lake CPU to the Intel family
` [PATCH 4.14 12/20] x86/speculation: Add a common function for MD_CLEAR mitigation update
` [PATCH 4.14 16/20] x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
` [PATCH 4.14 17/20] x86/speculation/srbds: Update SRBDS mitigation selection
` [PATCH 4.14 18/20] x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
` [PATCH 4.14 19/20] KVM: x86/speculation: Disable Fill buffer clear within guests
` [PATCH 4.14 20/20] x86/speculation/mmio: Print SMT warning


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).