public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-27 19:41:30 to 2022-06-27 21:57:49 UTC [more...]

[PATCH v7 000/102] KVM TDX basic feature support
 2022-06-27 21:53 UTC  (42+ messages)
` [PATCH v7 001/102] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v7 002/102] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v7 003/102] KVM: Refactor CPU compatibility check on module initialiization
` [PATCH v7 004/102] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v7 005/102] x86/virt/vmx/tdx: export platform_tdx_enabled()
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v7 007/102] KVM: Enable hardware before doing arch VM initialization
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 009/102] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [PATCH v7 012/102] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v7 013/102] KVM: TDX: Make TDX VM type supported
` [PATCH v7 014/102] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v7 015/102] KVM: TDX: Define "
` [PATCH v7 016/102] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v7 017/102] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v7 018/102] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v7 019/102] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v7 020/102] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v7 021/102] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
` [PATCH v7 023/102] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v7 024/102] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v7 025/102] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v7 026/102] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v7 027/102] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v7 028/102] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v7 029/102] "
` [PATCH v7 030/102] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v7 031/102] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v7 032/102] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits
` [PATCH v7 034/102] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v7 035/102] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v7 039/102] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v7 058/102] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v7 059/102] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v7 060/102] KVM: TDX: Create initial guest memory

[PATCH 5.18 000/181] 5.18.8-rc1 review
 2022-06-27 21:52 UTC  (4+ messages)

[PATCH 5.15 000/135] 5.15.51-rc1 review
 2022-06-27 21:51 UTC  (2+ messages)

[PATCH 1/1] libbpf: replace typeof with __typeof__ for -std=c17 compatibility
 2022-06-27 21:50 UTC  (4+ messages)

[PATCH] platform/x86: ISST: PUNIT device mapping with Sub-NUMA clustering
 2022-06-27 21:50 UTC 

[PATCH v4] coresight: etm4x: avoid build failure with unrolled loops
 2022-06-27 21:44 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2 0/8] Implement call_rcu_lazy() and miscellaneous fixes
 2022-06-27 21:43 UTC  (6+ messages)
` [PATCH v2 8/8] rcu/kfree: Fix kfree_rcu_shrink_count() return value

[PATCH v5 0/9] usb: typec: Introduce typec-switch binding
 2022-06-27 21:43 UTC  (6+ messages)
` [PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding
` [PATCH v5 7/9] drm/bridge: it6505: Register number of Type C switches

[PATCH] docs: fix 'make htmldocs' warning in leds
 2022-06-27 21:43 UTC 

[PATCH] drm/amd/display: change to_dal_irq_source_dnc32() storage class specifier to static
 2022-06-27 21:43 UTC  (3+ messages)

[PATCH] drm/amd/display: Remove unused globals FORCE_RATE and FORCE_LANE_COUNT
 2022-06-27 21:42 UTC  (3+ messages)

[PATCH] rcu: Add exp QS check in rcu_exp_handler() for no-preemptible expedited RCU
 2022-06-27 21:41 UTC  (7+ messages)

[PATCH] drm/amd/display: Removed unused variable ret
 2022-06-27 21:39 UTC  (2+ messages)

[PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-06-27 21:36 UTC  (3+ messages)
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans

[PATCH v6 0/2] dt-bindings: cros-ec: Update for fingerprint devices
 2022-06-27 21:35 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: cros-ec: Reorganize property availability

[PATCH v2 00/16] Canaan devicetree fixes
 2022-06-27 21:34 UTC  (20+ messages)
` [PATCH v2 02/16] dt-bindings: display: panel: allow ilitek,ili9341 in isolation
` [PATCH v2 03/16] ASoC: dt-bindings: convert designware-i2s to dt-schema
` [PATCH v2 04/16] spi: dt-bindings: dw-apb-ssi: update spi-{r,t}x-bus-width
` [PATCH v2 05/16] dt-bindings: dma: add Canaan k210 to Synopsys DesignWare DMA
` [PATCH v2 06/16] dt-bindings: timer: add Canaan k210 to Synopsys DesignWare timer
` [PATCH v2 07/16] dt-bindings: memory-controllers: add canaan k210 sram controller
` [PATCH v2 08/16] riscv: dts: canaan: fix the k210's memory node
` [PATCH v2 09/16] riscv: dts: canaan: add a specific compatible for k210's dma
` [PATCH v2 10/16] riscv: dts: canaan: add a specific compatible for k210's timers
` [PATCH v2 11/16] riscv: dts: canaan: fix mmc node names
` [PATCH v2 12/16] riscv: dts: canaan: fix kd233 display spi frequency
` [PATCH v2 13/16] riscv: dts: canaan: use custom compatible for k210 i2s
` [PATCH v2 14/16] riscv: dts: canaan: remove spi-max-frequency from controllers
` [PATCH v2 15/16] riscv: dts: canaan: fix bus {ranges,reg} warnings
` [PATCH v2 16/16] riscv: dts: canaan: build all devicetress if SOC_CANAAN

[PATCH v2 1/1] rcu/kvfree: Update KFREE_DRAIN_JIFFIES interval
 2022-06-27 21:31 UTC  (2+ messages)

[intel-tdx:kvm-upstream-workaround 434/442] arch/x86/kvm/mmu/mmu.c:981:21: warning: variable 'type' set but not used
 2022-06-27 21:29 UTC 

[PATCH v3] libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
 2022-06-27 21:27 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and describe detachables
 2022-06-27 21:28 UTC 

[PATCH] rcu: Add a warnings in sync_sched_exp_online_cleanup()
 2022-06-27 21:16 UTC  (3+ messages)

[PATCH] ACPI/APEI: Limit printable size of BERT table data
 2022-06-27 21:15 UTC  (3+ messages)
` [PATCH] ACPI/APEI: Better fix to avoid spamming the console with old error logs

[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-27 21:12 UTC  (5+ messages)
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[RFC PATCH v2 0/3] powerpc/pseries: add support for local secure storage called Platform KeyStore(PKS)
 2022-06-27 21:10 UTC  (2+ messages)

[intel-tdx:kvm-upstream-workaround 327/442] include/linux/memfile_notifier.h:87:57: error: unknown type name 'flags'
 2022-06-27 21:08 UTC 

[jirislaby:lto 7/48] kernel/static_call_inline.c:504:22: warning: no previous prototype for 'sc_func_a'
 2022-06-27 21:08 UTC 

[PATCH] MAINTAINERS: update Android driver maintainers
 2022-06-27 21:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] rtc: remove 'pending' variable from mpfs_rtc_wakeup_irq_handler()
 2022-06-27 20:59 UTC 

[PATCH v5 00/22] TDX host kernel support
 2022-06-27 20:58 UTC  (13+ messages)
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 08/22] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v5 15/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[PATCH] KVM: SEV: Clear the pages pointer in sev_unpin_memory
 2022-06-27 20:57 UTC  (3+ messages)

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-27 20:57 UTC  (2+ messages)

[PATCH v5] x86/mce: Check for writes ignored in MCA_STATUS register
 2022-06-27 20:57 UTC  (5+ messages)

[PATCH] x86/mce: Check whether writes to MCA_STATUS are getting ignored
 2022-06-27 20:56 UTC 

[PATCH] perf bpf: 8 byte align bpil data
 2022-06-27 20:56 UTC  (2+ messages)

[PATCH v2 0/3] Krait Documentation conversion
 2022-06-27 20:54 UTC  (5+ messages)
` [PATCH v2 3/3] dt-bindings: arm: msm: Convert kpss-gcc driver Documentation to yaml

[PATCH v2 0/3] ASoC: sun50i-codec-analog: Internal bias support
 2022-06-27 20:53 UTC  (4+ messages)
` [PATCH v2 3/3] arm64: dts: allwinner: pinephone: Enable internal HMIC bias
` (subset) [PATCH v2 0/3] ASoC: sun50i-codec-analog: Internal bias support

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-06-27 20:51 UTC  (7+ messages)
` [RFC PATCH 04/26] hugetlb: make huge_pte_lockptr take an explicit shift argument

[PATCH] ASoC: samsung: s3c24xx-i2s: Fix typo in DAIFMT handling
 2022-06-27 20:46 UTC  (2+ messages)

[PATCH v2] nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)
 2022-06-27 20:43 UTC  (3+ messages)

[PATCH 0/6] pinctrl: sunxi: Allwinner D1/D1s support
 2022-06-27 20:43 UTC  (5+ messages)
` [PATCH 2/6] pinctrl: sunxi: Add I/O bias setting for H6 R-PIO
` [PATCH 3/6] pinctrl: sunxi: Support the 2.5V I/O bias mode

[PATCH 1/1] Create debugfs file with virtio balloon usage information
 2022-06-27 20:42 UTC  (3+ messages)

[PATCH RESEND v2] spi: dw: Add deferred DMA-channels setup support
 2022-06-27 20:33 UTC  (2+ messages)

[PATCH] spi: dt-bindings: samsung: Add Exynos4210 SPI
 2022-06-27 20:33 UTC  (2+ messages)

[PATCH] regmap: Don't warn about cache only mode for devices with no cache
 2022-06-27 20:33 UTC  (2+ messages)

[PATCH][next] NTB: EPF: set pointer addr to null using NULL rather than 0
 2022-06-27 20:28 UTC  (2+ messages)

[PATCH -next v2] PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()
 2022-06-27 20:27 UTC  (2+ messages)

[PATCH 00/12] Adding Gaudi2 ASIC support to habanalabs driver
 2022-06-27 20:26 UTC  (13+ messages)
` [PATCH 01/12] habanalabs/gaudi2: add asic registers header files
` [PATCH 02/12] uapi: habanalabs: add gaudi2 defines
` [PATCH 03/12] habanalabs: add gaudi2 asic-specific code
` [PATCH 04/12] habanalabs: add unsupported functions
` [PATCH 05/12] habanalabs: initialize new asic properties
` [PATCH 06/12] habanalabs: add generic security module
` [PATCH 07/12] habanalabs/gaudi2: add gaudi2 "
` [PATCH 08/12] habanalabs/gaudi2: add gaudi2 profiler module
` [PATCH 09/12] habanalabs: add gaudi2 wait-for-CS support
` [PATCH 10/12] habanalabs: add gaudi2 MMU support
` [PATCH 11/12] habanalabs/gaudi2: add tpm attestation info uapi
` [PATCH 12/12] habanalabs: enable gaudi2 code in driver

[PATCH -next] PCI: endpoint: Fix Kconfig dependency
 2022-06-27 20:25 UTC  (4+ messages)

[RESEND PATCH] rtc: sun6i: add support for R329 RTC
 2022-06-27 20:24 UTC  (2+ messages)

[PATCH] ASoC: wcd9335: Use int array instead of bitmask for TX mixers
 2022-06-27 20:19 UTC  (2+ messages)

[PATCH v4] ASoC: ti: omap-mcbsp: duplicate sysfs error
 2022-06-27 20:19 UTC  (2+ messages)

[PATCH v3] ASoC: ti: omap-mcbsp: duplicate sysfs error
 2022-06-27 20:19 UTC  (2+ messages)

[PATCH v2] ASoC: ti: omap-mcbsp: duplicate sysfs error
 2022-06-27 20:19 UTC  (2+ messages)

[intel-tdx:kvm-upstream-workaround 434/442] arch/x86/kvm/mmu/mmu.c:981:28: warning: variable 'type' set but not used
 2022-06-27 20:18 UTC 

[PATCH] drivers: the return value statement of the gcc_sm6350_probe function has an extra semicolon
 2022-06-27 20:15 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: Arm CoreSight binding schema conversions
 2022-06-27 20:11 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: arm: Convert CoreSight bindings to DT schema

[PATCH v2] arm64: dts: qcom: align OPP table names with DT schema
 2022-06-27 20:10 UTC  (2+ messages)

[PATCH net-next v2 0/7] net: lan966x: Add lag support
 2022-06-27 20:13 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: lan966x: Add reqisters used to configure lag interfaces
` [PATCH net-next v2 2/7] net: lan966x: Split lan966x_fdb_event_work
` [PATCH net-next v2 3/7] net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nb
` [PATCH net-next v2 4/7] net: lan966x: Extend lan966x_foreign_bridging_check
` [PATCH net-next v2 5/7] net: lan966x: Add lag support for lan966x
` [PATCH net-next v2 6/7] net: lan966x: Extend FDB to support also lag
` [PATCH net-next v2 7/7] net: lan966x: Extend MAC to support also lag interfaces

[PATCH v2 0/8] cleanup llseek and splice
 2022-06-27 20:07 UTC  (3+ messages)
` [PATCH v2 8/8] vfio: do not set FMODE_LSEEK flag

[PATCH v7 0/5] Update mdp clk to max supported value to support higher refresh rates
 2022-06-27 20:03 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sc7180: Remove ipa_fw_mem node on trogdor
 2022-06-27 20:03 UTC  (2+ messages)
` (subset) "

[PATCH v2] arm64: dts: qcom: Remove duplicate sc7180-trogdor include on lazor/homestar
 2022-06-27 20:03 UTC  (2+ messages)

[PATCH] clk: qcom: rpmh: Add note about sleep/wake state for BCMs
 2022-06-27 20:03 UTC  (2+ messages)
` (subset) "

[PATCH v2] arm64: dts: qcom: sc7280-qcard: Add ldo_l17b regulator node
 2022-06-27 20:03 UTC  (2+ messages)
` (subset) "

[PATCH v15 0/4] Add lpass pin control support for audio on sc7280 based targets
 2022-06-27 20:03 UTC  (2+ messages)

[PATCH v14 0/4] Add lpass pin control support for audio on sc7280 based targets
 2022-06-27 20:03 UTC  (2+ messages)

[PATCH v2 1/2] arm64: dts: qcom: sc7280: herobrine: Don't disable the keyboard backlight node
 2022-06-27 20:03 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Set modem FW path for Chrome OS boards
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sc7280: Enable wifi for Chrome OS boards
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH v2] firmware: qcom_scm-legacy: correct kerneldoc
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH v2] dt-bindings: firmware: document Qualcomm QCS404 and SM6125 SCM
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH v2 1/2] soc: qcom: cmd-db: replace strncpy() with strscpy_pad()
 2022-06-27 20:02 UTC  (2+ messages)

[PATCH] dt-bindings: arm: qcom: switch maintainer to Bjorn
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] MAINTAINERS: Add myself as a reviewer for Qualcomm ARM/64 support
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: msm8994: Fix CPU6/7 reg values
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] soc: qcom: rpmhpd: fix typos in comment
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] clk: qcom: gdsc: add support for collapse-vote registers
 2022-06-27 20:02 UTC  (2+ messages)

[PATCH] firmware: qcom_scm: drop unexpected word "the"
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH v4 1/5] dt-bindings: Document how Chromebooks with depthcharge boot
 2022-06-27 20:02 UTC  (2+ messages)

[PATCH v3] soc: qcom: socinfo: Add an ID for sc7180P
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: qcom: sc7280-herobrine: Enable DP
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sc7280: Set SPI flash to 50 MHz for herobrine boards
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sc7280: Add touchscreen to villager
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sdm660-xiaomi-lavender: Configure WLED
 2022-06-27 20:02 UTC  (2+ messages)
` (subset) "

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

[PATCH net-next v1 1/3] net: dsa: add get_pause_stats support
 2022-06-27 20:02 UTC  (6+ messages)
` [PATCH net-next v1 2/3] net: dsa: ar9331: add support for pause stats

[PATCH v12 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2022-06-27 20:00 UTC  (5+ messages)
` [PATCH v12 3/4] trace/objtrace: Add testcases for objtrace

[PATCH] tools: Strong conversion of void type pointer could be removed
 2022-06-27 19:57 UTC  (2+ messages)

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-27 19:53 UTC  (2+ messages)

[PATCH v23 0/3] usb: misc: Add onboard_usb_hub driver
 2022-06-27 19:52 UTC  (4+ messages)
` [PATCH v23 2/3] "

[PATCH] crypto: fips - make proc files report fips module name and version
 2022-06-27 19:51 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH V2 0/8] Add minimal boot support for IPQ5018
 2022-06-27 19:51 UTC  (4+ messages)
` [PATCH V2 3/8] clk: qcom: Add Global Clock controller (GCC) driver "

[PATCH v13 10/15] PCI: imx6: Turn off regulator when system is in suspend mode
 2022-06-27 19:51 UTC  (2+ messages)

[PATCH v1] kbuild: fix sub directory output build of kselftests
 2022-06-27 19:51 UTC  (4+ messages)

[PATCH] dt-bindings: cpufreq: qcom-cpufreq-nvmem: fix board compatible in example
 2022-06-27 19:50 UTC  (2+ messages)

[linux-stable-rc:linux-4.9.y 1600/2151] net/sched/cls_api.c:272:9: warning: unused variable 'name'
 2022-06-27 19:47 UTC 

[PATCH v4] kselftests/damon: add support for cases where debugfs cannot be read
 2022-06-27 19:46 UTC  (2+ messages)

[PATCH net-next 0/4] Prevent permanently closed tc-taprio gates from blocking a Felix DSA switch port
 2022-06-27 19:46 UTC  (5+ messages)
` [PATCH net-next 4/4] net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the port

[PATCH] staging: r8188eu: drop return value from receive_disconnect
 2022-06-27 19:46 UTC  (3+ messages)

[PATCH 0/5] SCM: Add support for wait-queue aware firmware
 2022-06-27 19:44 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: firmware: qcom-scm: Add "allow-multi-call" property
` [PATCH 2/5] firmware: qcom: scm: Optionally remove SCM call serialization
` [PATCH 3/5] dt-bindings: firmware: qcom-scm: Add optional interrupt
` [PATCH 4/5] firmware: qcom: scm: Add wait-queue helper functions
` [PATCH 5/5] firmware: qcom: scm: Add wait-queue handling logic


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox