All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-16 17:17:33 to 2024-12-16 18:02:36 UTC [more...]

[PATCH v2 0/1] drm/amdgpu: Use device wedged event
 2024-12-16 17:27 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for drm/amdgpu: Use device wedged event (rev2)

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2024-12-16 17:34 UTC  (2+ messages)

[PATCH v6 00/10] drm: add DRM HDMI Codec framework
 2024-12-16 17:55 UTC  (13+ messages)
` [PATCH v6 03/10] drm/connector: implement generic HDMI codec helpers
` [PATCH v6 04/10] drm/bridge: connector: add support for HDMI codec framework
` [PATCH v6 06/10] drm/display/hdmi: implement hotplug functions

next-20241216: drivers/crypto/qce/sha.c:365:3: error: cannot jump from this goto statement to its label
 2024-12-16 18:02 UTC  (2+ messages)

[PATCH v3 0/9] driver core: class: Fix bug and code improvements for class APIs
 2024-12-16 18:01 UTC  (3+ messages)
` [PATCH v3 4/9] driver core: Move true expression out of if condition in API driver_find_device()

[PATCH 00/19] perf: Make perf_pmu_unregister() usable
 2024-12-16 18:02 UTC  (2+ messages)

[PATCH 0/2] Fix Regression with AXP20X for 6.13-rc1
 2024-12-16 18:01 UTC  (3+ messages)

[PATCH net-next v10 0/2] binder: report txn errors via generic netlink
 2024-12-16 18:01 UTC  (3+ messages)
` [PATCH net-next v10 1/2] binderfs: add new binder devices to binder_devices

[PATCH v1 0/4] Add support for Intel CRPS PSU
 2024-12-16 18:01 UTC  (9+ messages)
` [PATCH v1 1/4] hwmon: pmbus-core: Add label for fan and temp
` [PATCH v1 2/4] hwmon: (pmbus/crps) Add Intel CRPS185 power supply

[PATCH 0/2] Add new capabilities to PMF Smart PC
 2024-12-16 18:01 UTC  (5+ messages)
` [PATCH 2/2] platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver

[GIT PULL] ftrace: Fixes for v6.13
 2024-12-16 18:00 UTC  (14+ messages)

[PATCH] vvfat: fix ubsan issue in create_long_filename
 2024-12-16 17:59 UTC  (2+ messages)

[PATCH 00/25] PCI: Resource fitting/assignment fixes and cleanups
 2024-12-16 17:56 UTC  (26+ messages)
` [PATCH 01/25] PCI: Remove add_align overwrite unrelated to size0
` [PATCH 02/25] PCI: size0 is unrelated to add_align
` [PATCH 03/25] PCI: Simplify size1 assignment logic
` [PATCH 04/25] PCI: Optional bridge window size too may need relaxing
` [PATCH 05/25] PCI: Fix old_size lower bound in calculate_iosize() too
` [PATCH 06/25] PCI: Use SZ_* instead of literals in setup-bus.c
` [PATCH 07/25] PCI: resource_set_range/size() conversions
` [PATCH 08/25] PCI: Add a helper to identify IOV resources
` [PATCH 09/25] PCI: Check resource_size() separately
` [PATCH 10/25] PCI: Add pci_resource_num() helper
` [PATCH 11/25] PCI: Add dev & res local variables to resource assignment funcs
` [PATCH 12/25] PCI: Converge return paths in __assign_resources_sorted()
` [PATCH 13/25] PCI: Refactor pdev_sort_resources() & __dev_sort_resources()
` [PATCH 14/25] PCI: Use while loop and break instead of gotos
` [PATCH 15/25] PCI: Rename retval to ret
` [PATCH 16/25] PCI: Consolidate assignment loop next round preparation
` [PATCH 17/25] PCI: Remove wrong comment from pci_reassign_resource()
` [PATCH 18/25] PCI: Add restore_dev_resource()
` [PATCH 19/25] PCI: Extend enable to check for any optional resource
` [PATCH 20/25] PCI: Always have realloc_head in __assign_resources_sorted()
` [PATCH 21/25] PCI: Indicate optional resource assignment failures
` [PATCH 22/25] PCI: Add debug print when releasing resources before retry
` [PATCH 23/25] PCI: Use res->parent to check is resource is assigned
` [PATCH 24/25] PCI: Perform reset_resource() and build fail list in sync
` [PATCH 25/25] PCI: Rework optional resource handling

[PATCH] nvme-pci: Shutdown the device if D3Cold is allowed by the user
 2024-12-16 17:52 UTC  (17+ messages)

[PATCH v3 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-16 17:58 UTC  (19+ messages)
` [PATCH v3 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH v3 02/18] KVM: arm64: Move enum pkvm_page_state to memory.h
` [PATCH v3 03/18] KVM: arm64: Make hyp_page::order a u8
` [PATCH v3 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH v3 05/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
` [PATCH v3 06/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
` [PATCH v3 07/18] KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function
` [PATCH v3 08/18] KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers
` [PATCH v3 09/18] KVM: arm64: Introduce __pkvm_vcpu_{load,put}()
` [PATCH v3 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()
` [PATCH v3 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()
` [PATCH v3 12/18] KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
` [PATCH v3 13/18] KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
` [PATCH v3 14/18] KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
` [PATCH v3 15/18] KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
` [PATCH v3 16/18] KVM: arm64: Introduce __pkvm_tlb_flush_vmid()
` [PATCH v3 17/18] KVM: arm64: Introduce the EL1 pKVM MMU
` [PATCH v3 18/18] KVM: arm64: Plumb the pKVM MMU in KVM

[PATCH] x86/bugs: Add force_cpu_bug= cmdline param
 2024-12-16 17:58 UTC  (3+ messages)

[RFC PATCH v4 0/7] Specifying cache topology on ARM
 2024-12-16 17:54 UTC  (15+ messages)
` [PATCH v4 1/7] i386/cpu: add IsDefined flag to smp-cache property
` [PATCH v4 2/7] target/arm/tcg: increase cache level for cpu=max
` [PATCH v4 3/7] arm/virt.c: add cache hierarchy to device tree
` [PATCH v4 4/7] bios-tables-test: prepare to change ARM ACPI virt PPTT
` [PATCH v4 5/7] hw/acpi/aml-build.c: add cache hierarchy to pptt table
` [PATCH v4 6/7] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology
` [PATCH v4 7/7] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h

[PATCH v3 0/5] add sof support on imx95
 2024-12-16 17:56 UTC  (4+ messages)
` [PATCH v3 4/5] ASoC: SOF: imx: add driver for imx95

[PATCH net-next 00/12] mlx5 misc changes 2024-12-11
 2024-12-16 17:55 UTC  (3+ messages)
` [PATCH net-next 02/12] net/mlx5: LAG, Refactor lag logic

[PATCH 0/3] tests: Fix some new coverity issues reported
 2024-12-16 17:54 UTC  (6+ messages)
` [PATCH 1/3] osdep: Add qemu_mkdir_with_parents()

[PATCH] ring-buffer: fix array bounds checking
 2024-12-16 17:54 UTC  (2+ messages)

[PATCH v2] plugins: optimize cpu_index code generation
 2024-12-16 17:54 UTC  (3+ messages)

[PATCH] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status
 2024-12-16 17:54 UTC 

[PATCH v2 0/2] ASoC: Intel: sof_sdw: Update DMI matches for Lenovo models with SSIDs 233b, 233c
 2024-12-16 17:53 UTC  (2+ messages)

[PATCH 0/2] ASoC: Intel: sof_sdw: Update DMI matches for Lenovo models with SSIDs 233b, 233c
 2024-12-16 17:53 UTC  (2+ messages)

[PATCH 0/2] Change default pointer authentication algorithm on aarch64 to impdef
 2024-12-16 17:53 UTC  (2+ messages)

[PATCH 1/2] bloblist: add api to get blob with size
 2024-12-16 17:52 UTC  (10+ messages)
` [PATCH 2/2] tpm: get tpm event log from bloblist

[meta-ti][master][PATCH] linux-ti-mainline: Update to version: v6.12
 2024-12-16 17:51 UTC 

[PATCH v10 0/2] fuse: add kernel-enforced request timeout option
 2024-12-16 17:51 UTC  (5+ messages)
` [PATCH v10 1/2] fuse: add kernel-enforced timeout option for requests

Issue with Accessing All Temperatures on EMC1438 with emc1403 Driver
 2024-12-16 17:51 UTC  (2+ messages)

[PATCH v2 0/4] Add support for Intel CRPS PSU
 2024-12-16 17:50 UTC  (5+ messages)
` [PATCH v2 1/4] hwmon: (pmbus/core) Add PMBUS_REVISION in debugfs
` [PATCH v2 2/4] hwmon: (pmbus/crps) Add Intel CRPS185 power supply
` [PATCH v2 3/4] dt-bindings: hwmon: intel,crps185: Add to trivial
` [PATCH v2 4/4] ARM: dts: aspeed: system1: Use crps PSU driver

[PATCH net-next v2] net: airoha: Fix error path in airoha_probe()
 2024-12-16 17:47 UTC 

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2024-12-16 17:51 UTC  (3+ messages)
` [PATCH v6 04/43] arm64: RME: Add SMC definitions for calling the RMM

[PATCH V3] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
 2024-12-16 17:50 UTC  (3+ messages)

[PATCH v2 0/9] drm/i915: Async flip + compression, and some plane cleanups
 2024-12-16 17:50 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Async flip + compression, and some plane cleanups (rev6)
` ✗ Fi.CI.SPARSE: "

[PATCH 1/3] drm/amdgpu: fix amdgpu_coredump
 2024-12-16 17:50 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: partially revert "reduce reset time"

[PATCH v2] mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
 2024-12-16 17:47 UTC  (3+ messages)

[PATCH 1/2] dax: Remove access to page->index
 2024-12-16 17:49 UTC  (4+ messages)
` [PATCH 2/2] dax: Use folios more widely within DAX

[PATCH v11 5/5] drm/amdgpu: track bo memory stats at runtime
 2024-12-16 17:49 UTC  (2+ messages)
` [PATCH v12 "

[Buildroot] [PATCH v2] package/libsha1: Fix gcc14 compilation in libsha1
 2024-12-16 17:48 UTC 

[PATCH 0/2] Enable Survivability mode
 2024-12-16 17:48 UTC  (10+ messages)
` [PATCH 1/2] RFC drm/xe: Add functions and sysfs for boot survivability
` [PATCH 2/2] RFC drm/xe: Enable Boot Survivability mode

[oe] [meta-oe][PATCHv2] libpeas: update 1.36.0 -> 2.0.5
 2024-12-16 17:47 UTC  (2+ messages)

[PATCH 0/3] hwmon: (tmp513) Fix interpretation of values of TMP513 registers
 2024-12-16 17:36 UTC  (4+ messages)
` [PATCH 1/3] hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Registers
` [PATCH 2/3] hwmon: (tmp513) Fix Current Register value interpretation
` [PATCH 3/3] hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit Registers

[PATCH leds v5 00/12] Turris Omnia LED driver changes
 2024-12-16 17:46 UTC  (9+ messages)
` [PATCH leds v5 12/12] ARM: dts: turris-omnia: Add global LED brightness change interrupt

[PATCH bpf v2 0/2] Don't trust r0 bounds after BPF to BPF calls with abnormal returns
 2024-12-16 17:45 UTC  (5+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Test r0 bounds after BPF to BPF call with abnormal return

[PATCH net-next] mlxsw: Switch to napi_gro_receive()
 2024-12-16 17:44 UTC  (2+ messages)

[PATCH 0/4] devtool improve debug build configuration
 2024-12-16 17:43 UTC  (5+ messages)
` [PATCH 1/4] devtool: modify support debug-builds
` [PATCH 2/4] devtool: ide-sdk sort cmake preset
` [PATCH 3/4] devtool: ide-sdk recommend DEBUG_BUILD
` [PATCH 4/4] oe-selftest: devtool ide-sdk use modify debug-build

[PATCH v2] nvme: use dev_err() to make message more useful
 2024-12-16 17:44 UTC 

[PATCH v4 0/8] add the support of sha256_hmac and sha256_hkdf
 2024-12-16 17:43 UTC  (4+ messages)
` [PATCH v4 8/8] test: lib: add test for key derivation

[PATCH 1/3] wifi: ath9k: cleanup ath_txq_skb_done()
 2024-12-16 17:42 UTC  (5+ messages)
` [PATCH 3/3] wifi: ath9k: simplify internal time management

[PATCH] qmp: update vhost-user protocol feature maps
 2024-12-16 17:30 UTC  (2+ messages)

Lockdep warnings on kexec (virtio_blk, hrtimers)
 2024-12-16 17:41 UTC  (13+ messages)
                    ` [PATCH] sched: Prevent rescheduling when interrupts are disabled

[PATCH 3/3] mfd: syscon: Allow syscon nodes without a "syscon" compatible
 2024-12-16 17:39 UTC  (3+ messages)

[PATCH v2 0/7] Unflattening and relocation of host device tree
 2024-12-16 17:40 UTC  (4+ messages)
` [PATCH v2 5/7] xen/riscv: implement data and instruction cache operations

[PATCH v2 0/2] s390x/pci: relax I/O address translation requirement
 2024-12-16 17:37 UTC  (9+ messages)
` [PATCH v2 1/2] s390x/pci: add support for guests that request direct mapping

[GIT PULL] arm64 fixes for 6.13-rc3
 2024-12-16 17:36 UTC  (5+ messages)

[PATCH v3] RAS/AMD/ATL: Fix unintended sign extension issue from coverity
 2024-12-16 17:36 UTC  (5+ messages)

[PATCH] btrfs: fix an assertion failure related to squota feature
 2024-12-16 17:35 UTC  (2+ messages)

[PATCH v2 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros
 2024-12-16 17:24 UTC  (3+ messages)
` [PATCH v2 3/3] selftest/powerpc/ptrace: Cleanup duplicate macro definitions

[PATCH] mips: disable CRASH_DUMP by default
 2024-12-16 17:35 UTC 

a bochs-drm (?) oops on head
 2024-12-16 17:35 UTC  (5+ messages)

[PATCH v2 00/29] Introduce GPU SVM and Xe SVM implementation
 2024-12-16 17:35 UTC  (7+ messages)
` [PATCH v2 09/29] drm/xe: Add SVM range invalidation

[PATCH] soundwire: intel_auxdevice: Don't disable IRQs before removing children
 2024-12-16 17:35 UTC  (2+ messages)

[PATCH 1/7] drm/xe: use backup object for pinned save/restore
 2024-12-16 17:35 UTC  (4+ messages)
` [PATCH 3/7] drm/xe: Add XE_BO_FLAG_PINNED_NORESTORE
` ✗ Xe.CI.BAT: failure for series starting with [1/7] drm/xe: use backup object for pinned save/restore

[PATCH 0/9] migration: Drop/unexport migration_is_device() and migration_is_active()
 2024-12-16 17:33 UTC  (5+ messages)

[PATCH v3 00/24] Multifd 🔀 device state transfer support with VFIO consumer
 2024-12-16 17:33 UTC  (7+ messages)
` [PATCH v3 24/24] vfio/migration: Multifd device state transfer support - send side

[PATCH V4] Input: bbnsm_pwrkey - add remove hook
 2024-12-16 17:33 UTC  (2+ messages)

[PATCH v2 1/1] input: mma8450: Add chip ID check in probe
 2024-12-16 17:32 UTC 

[PATCH v2 0/4] x86/bugs: Adjust SRSO mitigation to new features
 2024-12-16 17:31 UTC  (11+ messages)
` [PATCH v2 1/4] x86/bugs: Add SRSO_USER_KERNEL_NO support
` [PATCH v2 3/4] x86/bugs: KVM: Add support for SRSO_MSR_FIX

[PATCH] arm64: dts: mt8186: Add mt8186-skitty
 2024-12-16 17:30 UTC  (2+ messages)

[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
 2024-12-16 17:31 UTC  (2+ messages)

arch/arm64/kvm/nested.c:174 get_s2_mmu_nested() error: we previously assumed 's2_mmu' could be null (see line 152)
 2024-12-16 17:30 UTC 

[Regression] 6.1.120, 6.6.66 and 6.12.5 crashes on Vega with a Null pointer deference
 2024-12-16 17:29 UTC  (5+ messages)
` [PATCH 6.6.y] amdgpu/uvd: get ring reference from rq scheduler
` [PATCH 6.1.y] "

[LTP] [PATCH V3] lib: multiply the max_runtime if detect slow kconfigs
 2024-12-16 17:29 UTC  (4+ messages)

[PATCH iwl-next 0/9] igc: Add support for Frame Preemption feature in IGC
 2024-12-16 17:26 UTC  (4+ messages)
` [PATCH iwl-next 4/9] igc: Add support for receiving frames with all zeroes address
  ` [Intel-wired-lan] "

[OE-core][PATCH] Revert "uboot-sign: fix U-Boot binary with public key"
 2024-12-16 17:26 UTC  (4+ messages)

[RFC][PATCH v0.1 0/6] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
 2024-12-16 17:25 UTC  (6+ messages)
` [RFC][PATCH v0.1 6/6] cpufreq: intel_pstate: Add basic EAS support on hybrid platforms

[PATCH 0/3] module: Constify 'struct module_attribute'
 2024-12-16 17:25 UTC  (4+ messages)
` [PATCH 1/3] params: Prepare for 'const struct module_attribute *'
` [PATCH 2/3] module: Handle 'struct module_version_attribute' as const
` [PATCH 3/3] module: Constify 'struct module_attribute'

[PATCH] bpf: do not inline bpf_get_smp_processor_id() with CONFIG_SMP disabled
 2024-12-16 17:24 UTC  (3+ messages)

[PATCH] Input: davinci-keyscan: remove leftover header
 2024-12-16 17:22 UTC  (2+ messages)

[PATCH] drm/msm: fix -Wformat-security warnings
 2024-12-16 17:21 UTC  (2+ messages)

[PATCH net-next 0/5] ipv4: Consolidate route lookups from IPv4 sockets
 2024-12-16 17:21 UTC  (6+ messages)
` [PATCH net-next 1/5] ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header()
` [PATCH net-next 2/5] ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb()
` [PATCH net-next 3/5] ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route()
` [PATCH net-next 4/5] ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit()
` [PATCH net-next 5/5] l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg()

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2024-12-16 17:21 UTC  (3+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH] Input: i8042 - Add support for platform filter contexts
 2024-12-16 17:21 UTC  (2+ messages)

[android-common:android15-6.6-desktop 1/2] drivers/iommu/kvm-iommu-stub.c:30:13: error: expected parameter declarator
 2024-12-16 17:18 UTC 

[PATCH] scsi: st: Regression fix: Don't set pos_unknown just after device recognition
 2024-12-16 17:18 UTC  (2+ messages)

[PATCH net] net: netdevsim: fix nsim_pp_hold_write()
 2024-12-16 17:17 UTC  (2+ messages)

[PATCH] bitbake.conf: add lz4c to HOSTTOOLS_NONFATAL
 2024-12-16 17:17 UTC  (4+ messages)
` [OE-core] "
  `  "

[PATCH] platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TA
 2024-12-16 17:17 UTC  (2+ messages)

[PATCH] mlxbf-bootctl: Constify 'struct bin_attribute'
 2024-12-16 17:17 UTC  (2+ messages)

[PATCH 0/9] btrfs: some header cleanups and move things around
 2024-12-16 17:17 UTC  (5+ messages)
` [PATCH 6/9] btrfs: move BTRFS_BYTES_TO_BLKS() into fs.h
` [PATCH 7/9] btrfs: move btrfs_alloc_write_mask() "
` [PATCH 8/9] btrfs: move extent-tree function declarations out of ctree.h
` [PATCH 9/9] btrfs: remove pointless comment from ctree.h


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.