linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-20 21:56:17 to 2023-01-21 02:11:56 UTC [more...]

[PATCH] perf/arm-cmn: Check all the DTCs when reading global counters
 2023-01-21  2:10 UTC 

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

[PATCH net-next 0/2] r8152: improve the code
 2023-01-21  2:10 UTC  (2+ messages)

[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-21  2:07 UTC  (7+ messages)
` [RFC PATCH v6 1/6] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v6 2/6] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v6 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v6 4/6] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v6 5/6] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v6 6/6] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

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

[syzbot] BUG: stack guard page was hit in inet6_release
 2023-01-21  2:06 UTC  (2+ messages)

[PATCH v17 0/9] Coresight: Add support for TPDM and TPDA
 2023-01-21  2:04 UTC  (3+ messages)

[GIT PULL] gpio: fixes for v6.2-rc5
 2023-01-21  1:25 UTC  (2+ messages)

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

[ANNOUNCE] Linux Security Summit North Americ (LSS-NA) CfP
 2023-01-20 22:24 UTC 

[PATCH v9 02/15] dt-bindings: mmc: cdns: Add AMD Pensando Elba SoC
 2023-01-21  1:10 UTC  (2+ messages)

[PATCH 0/3] Convert a couple migrate functions to use folios
 2023-01-21  0:56 UTC  (4+ messages)
` [PATCH 1/3] mm: Add folio_movable_ops()
` [PATCH 2/3] mm/migrate: Convert isolate_movable_page() to use folios
` [PATCH 3/3] mm/migrate: Convert putback_movable_pages() "

[PATCH v9 19/27] dmaengine: dw-edma: Use non-atomic io-64 methods
 2023-01-21  0:54 UTC  (2+ messages)

[PATCH v10 1/2] x86/module: remove unused code in __apply_relocate_add
 2023-01-21  0:49 UTC  (2+ messages)
` [PATCH v10 2/2] livepatch,x86: Clear relocation targets on a module removal

[PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
 2023-01-21  0:44 UTC  (7+ messages)
` [PATCH 4/7] rust: sync: introduce `ArcBorrow`

[PATCH] tools/memory-model: Make ppo a subrelation of po
 2023-01-21  0:41 UTC  (9+ messages)

[PATCH v3] rcu: Remove impossible wakeup rcu GP kthread action from rcu_report_qs_rdp()
 2023-01-21  0:38 UTC  (7+ messages)

[PATCH v2] arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
 2023-01-21  0:37 UTC  (3+ messages)

[syzbot] WARNING in cow_file_range_inline
 2023-01-21  0:36 UTC  (2+ messages)

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

[PATCH v5 0/4] Documentation/x86: Improve the AMX documentation
 2023-01-21  0:19 UTC  (6+ messages)
` [PATCH v5 RESEND "
  ` [PATCH v5 RESEND 1/4] Documentation/x86: Explain the purpose for dynamic features
  ` [PATCH v5 RESEND 2/4] x86/arch_prctl: Add AMX feature numbers as ABI constants
  ` [PATCH v5 RESEND 3/4] Documentation/x86: Add the AMX enabling example
  ` [PATCH v5 RESEND 4/4] Documentation/x86: Explain the state component permission for guests

[PATCH] gpiolib: fix linker errors when GPIOLIB is disabled
 2023-01-21  0:29 UTC  (5+ messages)

[RFC PATCH v3 00/31] TDX KVM selftests
 2023-01-21  0:27 UTC  (33+ messages)
` [RFC PATCH v3 01/31] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v3 02/31] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH v3 03/31] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v3 04/31] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v3 05/31] KVM: selftests: Refactor steps in vCPU descriptor table initialization
` [RFC PATCH v3 06/31] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v3 07/31] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry
` [RFC PATCH v3 09/31] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v3 10/31] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v3 11/31] KVM: selftests: TDX: Adding test case for TDX port IO
` [RFC PATCH v3 12/31] KVM: selftests: TDX: Add basic TDX CPUID test
` [RFC PATCH v3 13/31] KVM: selftests: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v3 14/31] KVM: selftests: TDX: Add TDX IO writes test
` [RFC PATCH v3 15/31] KVM: selftests: TDX: Add TDX IO reads test
` [RFC PATCH v3 16/31] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v3 17/31] KVM: selftests: TDX: Add TDX HLT exit test
` [RFC PATCH v3 18/31] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v3 19/31] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v3 20/31] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [RFC PATCH v3 21/31] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [RFC PATCH v3 22/31] KVM: selftests: TDX: Add TDG.VP.INFO test
` [RFC PATCH v3 23/31] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v3 24/31] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v3 25/31] KVM: selftests: Add support for restricted memory
` [RFC PATCH v3 26/31] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by restricted memfd
` [RFC PATCH v3 27/31] KVM: selftests: Expose _vm_vaddr_alloc
` [RFC PATCH v3 28/31] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [RFC PATCH v3 29/31] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [RFC PATCH v3 30/31] KVM: selftests: TDX: Add TDX UPM selftest
` [RFC PATCH v3 31/31] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion

[PATCH v2] gpiolib: fix linker errors when GPIOLIB is disabled
 2023-01-21  0:18 UTC 

[paulmck-rcu:rcu/next] BUILD SUCCESS 71439cf2e33836df937c8d7c6c64816e2c7f2595
 2023-01-21  0:15 UTC 

[PATCH v2 0/2] tpm: Add reserved memory event log
 2023-01-21  0:13 UTC  (5+ messages)
` [PATCH v2 1/2] tpm: Use managed allocation for bios "
` [PATCH v2 2/2] tpm: Add reserved memory "

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

[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 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 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  (12+ messages)
` [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

[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  (3+ 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)

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


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