linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-20 20:12:04 to 2023-01-21 00:09:11 UTC [more...]

[PATCH 0/4] iommu/amd: Force SNP-enabled VFIO domain to 4K page size
 2023-01-21  0:09 UTC  (12+ messages)
` [PATCH 1/4] iommu/amd: Introduce Protection-domain flag VFIO

[PATCH] tpm: Disable hwrng for TPM 1 if PM_SLEEP is enabled
 2023-01-21  0:07 UTC  (8+ messages)
` [PATCH v2] tpm: Allow system suspend to continue when TPM suspend fails

[PATCH v2 0/5] Add function suspend/resume and remote wakeup support
 2023-01-21  0:06 UTC  (6+ messages)
` [PATCH v2 1/5] usb: gadget: Add remote wakeup capable flag

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-21  0:03 UTC  (40+ messages)

[PATCH 1/3] dt-bindings: cpufreq: qcom-cpufreq-nvmem: make cpr bindings optional
 2023-01-21  0:01 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: opp: opp-v2-kryo-cpu: add opp-microvolt nvmem based
` [PATCH 3/3] dt-bindings: opp: opp-v2-kryo-cpu: enlarge opp-supported-hw maximum

[RFT PATCH v2 1/6] arm64: dts: qcom: sdm845-db845c: add generic sound compatible
 2023-01-20 23:55 UTC  (5+ messages)
` [RFT PATCH v2 4/6] arm64: dts: qcom: sdm845: move audio to separate file

[PATCH v9 09/27] dmaengine: dw-edma: Drop chancnt initialization
 2023-01-20 23:54 UTC  (2+ messages)

[PATCH 0/9] convert hugetlb fault functions to folios
 2023-01-20 23:47 UTC  (13+ messages)
` [PATCH 1/9] mm/hugetlb: convert hugetlb_install_page "
` [PATCH 2/9] mm/hugetlb: convert hugetlbfs_pagecache_present() "
` [PATCH 3/9] mm/hugetlb: convert putback_active_hugepage to take in a folio
` [PATCH 4/9] mm/rmap: change hugepage_add_new_anon_rmap "

[REGRESSION] suspend to ram fails in 6.2-rc1 due to tpm errors
 2023-01-20 23:47 UTC  (7+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-20 23:42 UTC  (8+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v2 1/2] dt-bindings: usb: snps,dwc3: Allow power-domains property
 2023-01-20 23:40 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: usb: rockchip,dwc3: Move RK3399 to its own schema

[PATCH v2] drivers/base/memory: Use array to show memory block state
 2023-01-20 23:38 UTC 

[PATCH 2/2] fsi: Add IBM I2C Responder virtual FSI master
 2023-01-20 23:34 UTC  (2+ messages)

[BUG] vlan-aware bridge breaks vlan on another port on same gmac
 2023-01-20 23:34 UTC  (2+ messages)
` [PATCH] mt7530 don't make the CPU port a VLAN user port

[PATCH v9 08/27] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
 2023-01-20 23:29 UTC  (2+ messages)

[PATCH net-next 0/5] net: phy: C45-over-C22 access
 2023-01-20 23:27 UTC  (8+ messages)
` [PATCH net-next 1/5] net: phy: add error checks in mmd_phy_indirect() and export it
` [PATCH net-next 2/5] net: phy: support indirect c45 access in get_phy_c45_ids()
` [PATCH net-next 3/5] net: phy: add support for C45-over-C22 transfers
` [PATCH net-next 4/5] phy: net: introduce phy_promote_to_c45()
` [PATCH net-next 5/5] net: phy: mxl-gpy: remove unneeded ops

[net-next v4] ipv6: Document that max_size sysctl is deprecated
 2023-01-20 23:23 UTC 

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-01-20 22:46 UTC  (28+ messages)
` [PATCH v9 01/27] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v9 02/27] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v9 03/27] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v9 04/27] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v9 05/27] virt: gunyah: Identify hypervisor version
` [PATCH v9 06/27] mailbox: Allow direct registration to a channel
` [PATCH v9 07/27] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v9 08/27] mailbox: Add Gunyah message queue mailbox
` [PATCH v9 09/27] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v9 10/27] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v9 11/27] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v9 12/27] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v9 13/27] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v9 14/27] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v9 15/27] samples: Add sample userspace Gunyah VM Manager
` [PATCH v9 16/27] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v9 17/27] firmware: qcom_scm: Use fixed width src vm bitmap
` [PATCH v9 18/27] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v9 19/27] docs: gunyah: Document Gunyah VM Manager
` [PATCH v9 20/27] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v9 21/27] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v9 22/27] virt: gunyah: Add resource tickets
` [PATCH v9 23/27] virt: gunyah: Add IO handlers
` [PATCH v9 24/27] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v9 25/27] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v9 26/27] virt: gunyah: Add irqfd interface
` [PATCH v9 27/27] virt: gunyah: Add ioeventfd

[PATCH v3] rcu: Remove impossible wakeup rcu GP kthread action from rcu_report_qs_rdp()
 2023-01-20 23:20 UTC  (6+ messages)

[PATCH v8 00/28] Drivers for gunyah hypervisor
 2023-01-20 23:18 UTC  (4+ messages)
` [PATCH v8 10/28] gunyah: rsc_mgr: Add resource manager RPC core

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-20 23:17 UTC  (16+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command

[PATCH v6 0/3] Thermal ACPI APIs for generic trip points
 2023-01-20 23:15 UTC  (4+ messages)
` [PATCH v6 1/3] thermal/acpi: Add ACPI trip point routines
` [PATCH v6 2/3] thermal/drivers/intel: Use generic trip points for intel_pch
` [PATCH v6 3/3] thermal/drivers/intel: Use generic trip points int340x

[PATCH v7 00/11] tracing/user_events: Remote write ABI
 2023-01-20 23:05 UTC  (12+ messages)
` [PATCH v7 01/11] tracing/user_events: Split header into uapi and kernel
` [PATCH v7 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v7 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v7 04/11] tracing/user_events: Fixup enable faults asyncly
` [PATCH v7 05/11] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v7 06/11] tracing/user_events: Update self-tests to write ABI
` [PATCH v7 07/11] tracing/user_events: Add ABI self-test
` [PATCH v7 08/11] tracing/user_events: Use write ABI in example
` [PATCH v7 09/11] tracing/user_events: Update documentation for ABI
` [PATCH v7 10/11] tracing/user_events: Charge event allocs to cgroups
` [PATCH v7 11/11] tracing/user_events: Limit global user_event count

[net-next v3] ipv6: Document that max_size sysctl is depreciated
 2023-01-20 23:03 UTC  (2+ messages)

[PATCH v3 1/5] i2c: hpe: Add GXP SoC I2C Controller
 2023-01-20 23:02 UTC  (2+ messages)

[PATCH v9 24/27] dmaengine: dw-edma: Relax driver config settings
 2023-01-20 22:50 UTC  (2+ messages)

[PATCH 0/2] drivers/base/memory: Two small cleanups
 2023-01-20 22:59 UTC  (4+ messages)
` [PATCH 2/2] drivers/base/memory: Use array to show memory block state

[PATCH v6 0/6] lockinig/rwsem: Fix rwsem bugs & enable true lock handoff
 2023-01-20 22:58 UTC  (3+ messages)
` [PATCH v6 1/6] locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath

[RFC v4 0/5] Add multiport support for DWC3 controllers
 2023-01-20 22:57 UTC  (8+ messages)
` [RFC v4 2/5] usb: dwc3: core: Refactor PHY logic to support Multiport Controller

[RESEND PATCH v2 0/2] mm/kmemleak: Simplify kmemleak_cond_resched() & fix UAF
 2023-01-20 22:54 UTC  (4+ messages)
` [RESEND PATCH v2 2/2] mm/kmemleak: Fix UAF bug in kmemleak_scan()

[PATCH] dt-bindings: sound: audio-graph-port: Add capture and playback
 2023-01-20 22:49 UTC  (3+ messages)

[PATCH v2 1/2] usb: typec: altmodes/displayport: Update active state
 2023-01-20 22:47 UTC  (4+ messages)
` [PATCH v2 2/2] usb: typec: tcpm: Remove altmode active state updates

[PATCH v1 0/2] driver core/thermal: Fail registration of thermal object when thermal_class is not registered
 2023-01-20 22:43 UTC  (5+ messages)
` [PATCH v1 1/2] driver core: class: Clear private pointer on registration failures
` [PATCH v1 2/2] thermal: Fail object registration if thermal class is not registered

[PATCH] HID: Ignore battery for ELAN touchscreen 29DF on HP
 2023-01-20 22:37 UTC 

[PATCH v2] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods
 2023-01-20 22:39 UTC 

[GIT PULL] smb3 client fixes
 2023-01-20 22:38 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2023-01-20 22:38 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.2-rc5
 2023-01-20 22:34 UTC 

[PATCH] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
 2023-01-20 22:25 UTC  (2+ messages)

[PATCH 1/5] ASoC: samsung: remove DMA filter function and data
 2023-01-20 22:22 UTC  (2+ messages)

[PATCH v4 0/2] JH7110 PMU Support
 2023-01-20 22:21 UTC  (2+ messages)

[PATCH v11 018/113] KVM: TDX: create/destroy VM structure
 2023-01-20 22:21 UTC  (12+ messages)

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-01-20 22:18 UTC  (3+ messages)

[PATCH v2] sched: cpuset: Don't rebuild sched domains on suspend-resume
 2023-01-20 22:16 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: clock: qcom,sm8450-camcc: constrain required-opps
 2023-01-20 22:15 UTC  (2+ messages)

[PATCH v2] platform/x86: hp-wmi: Handle Omen Key event
 2023-01-20 22:12 UTC 

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-20 22:12 UTC  (3+ messages)
` [PATCH 1/2] livepatch: add an interface for safely switching kthreads
` [PATCH 2/2] vhost: check for pending livepatches from vhost worker kthreads

[PATCH] L2CAP: Fix null-ptr-deref in l2cap_sock_set_shutdown_cb
 2023-01-20 22:09 UTC  (3+ messages)

[PATCH 1/5] dt-bindings: iio: drop unneeded quotes
 2023-01-20 22:05 UTC  (2+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2023-01-20 22:00 UTC  (6+ messages)
` [PATCH 001/606] tpm: st33zp24: Convert to Convert to i2c's .probe_new()

[PATCH] perf/x86: KVM: Disable vPMU support on hybrid CPUs (host PMUs)
 2023-01-20 22:00 UTC  (6+ messages)

[PATCH v9 25/27] PCI: dwc: Set coherent DMA-mask on MSI-address allocation
 2023-01-20 21:59 UTC  (2+ messages)

[RESEND PATCH] of: property: do not create clocks device link for clock controllers
 2023-01-20 21:59 UTC  (2+ messages)

[PATCH linux-next] jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
 2023-01-20 21:56 UTC  (2+ messages)

[PATCH 0/4] Track exported dma-buffers with memcg
 2023-01-20 21:52 UTC  (4+ messages)
` [PATCH 3/4] binder: Add flags to relinquish ownership of fds

[PATCH v12 0/3] Add throttling detection to sev-guest
 2023-01-20 21:48 UTC  (4+ messages)
` [PATCH v12 1/3] crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL
` [PATCH v12 2/3] x86/sev: Change snp_guest_issue_request's fw_err
` [PATCH v12 3/3] virt: sev-guest: interpret VMM errors from guest request

[PATCH] drm/bridge: panel: Set orientation on panel_bridge connector
 2023-01-20 21:44 UTC  (2+ messages)

[PATCH] kib/uuid.c: add check for length for uuid_is_valid
 2023-01-20 21:38 UTC 

[PATCH v2 0/4] soc: qcom: icc-bwmon: Add support for llcc and cpu bwmon on sc7280
 2023-01-20 21:32 UTC  (8+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON
  ` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON (=> interconnect issue)

the x86 sysret_rip test fails on the Intel FRED architecture
 2023-01-20 21:29 UTC  (5+ messages)

[PATCH v3 0/1] scsi: ufs: Add hibernation callbacks
 2023-01-20 21:27 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v17 0/6] crash: Kernel handling of CPU and memory hot un/plug
 2023-01-20 21:24 UTC  (4+ messages)
` [PATCH v17 3/6] crash: add generic infrastructure for crash hotplug support

[PATCH v6 0/2] Add base device tree files for QDU1000/QRU1000
 2023-01-20 21:22 UTC  (4+ messages)
` [PATCH v6 1/2] arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs

[RFC PATCH net-next 0/5] ATU and FDB synchronization on locked ports
 2023-01-20 21:16 UTC  (7+ messages)
` [RFC PATCH net-next 1/5] net: bridge: add dynamic flag to switchdev notifier

[PATCH v10 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-01-20 21:15 UTC  (6+ messages)
` [PATCH v10 1/9] device property: Add remote endpoint to devcon matcher

[PATCH RESEND v6 0/3] certs: Prevent spurious errors on repeated blacklisting
 2023-01-20 21:10 UTC  (2+ messages)

[PATCH] sched: Store restrict_cpus_allowed_ptr() call state
 2023-01-20 21:08 UTC 

[PATCH] ver_linux: add missing software to checklist
 2023-01-20 21:06 UTC  (3+ messages)

[PATCH v2] security: Restore passing final prot to ima_file_mmap()
 2023-01-20 21:04 UTC  (8+ messages)

[PATCH 1/8] drm/msm/dsi: Allow 2 CTRLs on v2.5.0
 2023-01-20 21:01 UTC  (8+ messages)
` [PATCH 2/8] arm64: dts: qcom: sm8350: Add missing #address/size-cells to DSIn
` [PATCH 3/8] arm64: dts: qcom: sm8350: Fix DSI1 interrupt
` [PATCH 4/8] arm64: dts: qcom: sm8350: Feed DSI1 PHY clocks to DISPCC
` [PATCH 5/8] arm64: dts: qcom: sm8350: Fix DSI PHY compatibles
` [PATCH 6/8] arm64: dts: qcom: sm8350: Fix DSI PLL size
` [PATCH 7/8] arm64: dts: qcom: sm8350: Add mdss_ prefix to DSIn out labels
` [PATCH 8/8] arm64: dts: qcom: sm8350: Hook up DSI1 to MDP

[PATCH v1 0/2] Add RISC-V 32 NOMMU support
 2023-01-20 20:57 UTC  (8+ messages)
` [PATCH v1 1/2] riscv: Kconfig: Allow RV32 to build with no MMU

[PATCH] nfsd: don't free files unconditionally in __nfsd_file_cache_purge
 2023-01-20 20:54 UTC  (3+ messages)

[ANNOUNCE] rt-tests-2.5
 2023-01-20 20:52 UTC 

[PATCH v2 1/2] capability: add cap_isidentical
 2023-01-20 20:45 UTC  (3+ messages)
` [PATCH v2 2/2] vfs: avoid duplicating creds in faccessat if possible

[syzbot] WARNING in walk_component
 2023-01-20 20:43 UTC  (2+ messages)
` [syzbot] [vfs?] [ntfs3?] [tmpfs?] "

[PATCH v6 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-01-20 20:33 UTC  (5+ messages)
` [PATCH v6 01/10] drm/hdcp: Add drm_hdcp_atomic_check()

[PATCH v9] livepatch: Clear relocation targets on a module removal
 2023-01-20 20:32 UTC  (4+ messages)

[PATCH v4 1/2] hwmon: (nct6775) Directly call ASUS ACPI WMI method
 2023-01-20 20:32 UTC  (5+ messages)
` [PATCH v4 2/2] hwmon: (nct6775) B650/B660/X670 ASUS boards support

[PATCH 4/4] arm64: dts: qcom: sa8295p-adp: Add max20411 on i2c4
 2023-01-20 20:30 UTC  (2+ messages)

[PATCH v2 0/7] x86: retbleed=stuff fixes
 2023-01-20 20:29 UTC  (5+ messages)
` [PATCH v2 3/7] x86/power: De-paravirt restore_processor_state()
` [PATCH v2 4/7] x86/power: Inline write_cr[04]()

[PATCH V4 1/4] dt-bindings: arm: fsl: Add PDK2, PicoITX and DRC02 boards for the DHCOM i.MX6ULL SoM
 2023-01-20 20:07 UTC  (2+ messages)

[PATCH 0/6] Remove several variables that are zero from struct r8192_priv
 2023-01-20 20:18 UTC  (7+ messages)
` [PATCH 1/6] staging: rtl8192e: Combine three loops to one to init tx_pwr_level_
` [PATCH 2/6] staging: rtl8192e: Init tx_pwr_level_cck_a and friends directly
` [PATCH 3/6] staging: rtl8192e: Remove zeroed arrays tx_pwr_level_cck_a and friends
` [PATCH 4/6] staging: rtl8192e: Remove ant_pwr_diff which is always zero
` [PATCH 5/6] staging: rtl8192e: Remove u4RegValue "
` [PATCH 6/6] staging: rtl8192e: Remove repeated set to zero of powerlevel and friend

[PATCH] public_key: Add a comment to public_key_signature struct definition
 2023-01-20 20:16 UTC  (4+ messages)

[PATCH v2 0/4] Fix put_task_struct() calls under PREEMPT_RT
 2023-01-20 20:14 UTC  (3+ messages)

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-20 20:15 UTC  (3+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH v6 0/6] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-01-20 20:11 UTC  (3+ messages)
` [PATCH v6 5/6] staging: vc04_services: interface: Drop include Makefile directive
` [PATCH v6 6/6] staging: vc04_services: vchiq: Register devices with a custom bus_type


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).