messages from 2025-01-24 12:37:37 to 2025-01-24 13:45:06 UTC [more...]
[cocci] [PATCH v2 0/5] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing
2025-01-24 13:00 UTC (12+ messages)
` [cocci] [PATCH v2 3/5] kci-gitlab: Add drm scenario
` "
` [PATCH v2 0/5] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing
[PATCH v3 0/2]
2025-01-24 13:40 UTC (3+ messages)
` [PATCH v3 1/2] pinctrl: mediatek: update EINT base retrieval method
` [PATCH v3 2/2] pinctrl: mediatek: adapt to multi-base design
[PATCH] drm/i915/cx0: Set ssc_enabled for c20 too
2025-01-24 13:44 UTC (2+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915/cx0: Set ssc_enabled for c20 too (rev2)
[PATCH v9 00/23] Support spread spectrum clocking for i.MX8M PLLs
2025-01-24 13:43 UTC (3+ messages)
` [PATCH v9 16/23] dt-bindings: clock: imx8m-clock: support spread spectrum clocking
[syzbot] [mptcp?] WARNING in mptcp_pm_nl_set_flags (2)
2025-01-24 13:43 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/rsyslog: bump version to 8.2412.0
2025-01-24 13:42 UTC
[PATCH 0/5] Add support for RZ/G3E WDT
2025-01-24 13:40 UTC (13+ messages)
` [PATCH 3/5] watchdog: Make RZV2HWDT driver depend on ARCH_R9A09G47
[PATCH v7 00/52] QEMU TDX support
2025-01-24 13:20 UTC (53+ messages)
` [PATCH v7 01/52] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v7 02/52] i386: Introduce tdx-guest object
` [PATCH v7 03/52] i386/tdx: Implement tdx_kvm_type() for TDX
` [PATCH v7 04/52] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v7 05/52] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v7 06/52] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v7 07/52] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v7 08/52] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v7 09/52] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v7 10/52] i386/tdx: Make sept_ve_disable set by default
` [PATCH v7 11/52] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v7 12/52] i386/tdx: Validate TD attributes
` [PATCH v7 13/52] i386/tdx: Set APIC bus rate to match with what TDX module enforces
` [PATCH v7 14/52] i386/tdx: Implement user specified tsc frequency
` [PATCH v7 15/52] i386/tdx: load TDVF for TD guest
` [PATCH v7 16/52] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v7 17/52] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v7 18/52] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v7 19/52] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v7 20/52] i386/tdx: Track RAM entries for TDX VM
` [PATCH v7 21/52] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v7 22/52] i386/tdx: Setup the TD HOB list
` [PATCH v7 23/52] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v7 24/52] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v7 25/52] i386/tdx: Finalize TDX VM
` [PATCH v7 26/52] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v7 27/52] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v7 28/52] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v7 29/52] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v7 30/52] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v7 31/52] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v7 32/52] i386/tdx: Force "
` [PATCH v7 33/52] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v7 34/52] i386/tdx: Disable SMM for TDX VMs
` [PATCH v7 35/52] i386/tdx: Disable PIC "
` [PATCH v7 36/52] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v7 37/52] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v7 38/52] i386/apic: Skip kvm_apic_put() for TDX
` [PATCH v7 39/52] cpu: Don't set vcpu_dirty when guest_state_protected
` [PATCH v7 40/52] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v7 41/52] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v7 42/52] i386/tdx: Apply TDX fixed0 and fixed1 information to supported CPUIDs
` [PATCH v7 43/52] i386/tdx: Mask off CPUID bits by unsupported TD Attributes
` [PATCH v7 44/52] i386/cpu: Move CPUID_XSTATE_XSS_MASK to header file and introduce CPUID_XSTATE_MASK
` [PATCH v7 45/52] i386/tdx: Mask off CPUID bits by unsupported XFAM
` [PATCH v7 46/52] i386/tdx: Mark the configurable bit not reported by KVM as unsupported
` [PATCH v7 47/52] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v7 48/52] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v7 49/52] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v7 50/52] i386/tdx: Make invtsc default on
` [PATCH v7 51/52] i386/tdx: Validate phys_bits against host value
` [PATCH v7 52/52] docs: Add TDX documentation
[PATCH] regmap: Reorder 'struct regmap'
2025-01-24 13:37 UTC
[PATCH] fs: ubifs: Remove unnecessary assignment
2025-01-24 13:39 UTC (3+ messages)
[PATCH] rtl_bt: Update RTL8852B BT USB FW to 0x049B_5037
2025-01-24 13:38 UTC (2+ messages)
[PATCH] KVM: SEV: Use to_kvm_sev_info() for fetching kvm_sev_info struct
2025-01-24 13:38 UTC (2+ messages)
[PATCH v8 00/27] cxl: add type2 device basic support
2025-01-24 13:38 UTC (5+ messages)
` [PATCH v8 01/27] "
[PATCH] io-uring: futex: cache io_futex_data than kfree
2025-01-24 13:37 UTC (4+ messages)
[PATCH 0/7] spi: zynqmp-gqspi: Split the bus and add GPIO support
2025-01-24 13:35 UTC (7+ messages)
` [PATCH 1/7] dt-bindings: spi: zynqmp-qspi: Split the bus
[PATCH i-g-t] lib/intel_compute: Use LR mode for compute when using Xe
2025-01-24 13:36 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH V6] drm/xe/uapi: Use hint for guc to set GT frequency
2025-01-24 13:33 UTC
[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
2025-01-24 13:34 UTC (6+ messages)
` [PATCH v2 06/10] module: introduce MODULE_STATE_GONE
[PATCH v11 0/5] Introduce DRM device wedged event
2025-01-24 13:34 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Introduce DRM device wedged event (rev9)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "
[PATCH 00/19] media: i2c: ds90ub9xx: Error handling, UB9702 improvements
2025-01-24 13:34 UTC (13+ messages)
` [PATCH 07/19] media: i2c: ds90ub953: Speed-up I2C watchdog timer
` [PATCH 12/19] media: i2c: ds90ub960: Add RX port iteration support
` [PATCH 13/19] media: i2c: ds90ub960: Move all RX port init code into ub960_init_rx_ports()
` [PATCH 18/19] media: i2c: ds90ub960: Configure serializer using back-channel
[PATCH] arm64: Handle .ARM.attributes section in linker scripts
2025-01-24 13:31 UTC
[PULL 00/32] testing updates for 10.0 (tuxrun, libvirt, dockerfiles, misc)
2025-01-24 13:29 UTC (3+ messages)
` [PULL 15/32] tests/functional/aarch64: add tests for FEAT_RME
[GIT PULL] Broadcom defconfig-arm64 changes for 6.14
2025-01-24 13:30 UTC (2+ messages)
[GIT PULL] LiteX updates for next
2025-01-24 13:30 UTC (2+ messages)
Patchwork summary for: linux-soc
2025-01-24 13:30 UTC
[PATCH V2] x86/acpi: Fix LAPIC/x2APIC parsing order
2025-01-24 13:29 UTC (4+ messages)
[PATCH] PCI: dwc: Add the sysfs property to provide the LTSSM status of the PCIe link
2025-01-24 13:29 UTC (4+ messages)
[PATCH v2] dm vdo: use a short static string for thread name prefix
2025-01-24 13:28 UTC (2+ messages)
[PATCH V5] drm/xe/uapi: Use hint for guc to set GT frequency
2025-01-24 13:27 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uapi: Use hint for guc to set GT frequency (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
2025-01-24 13:31 UTC (7+ messages)
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
[PATCH 0/5] fuse: over-io-uring fixes
2025-01-24 13:22 UTC (4+ messages)
[cip-dev][isar-cip-core][PATCH v2 0/3] Security testing with MTDA
2025-01-24 13:22 UTC (4+ messages)
` [cip-dev][isar-cip-core][PATCH v2 1/3] build x86-uefi with secure boot
` [cip-dev][isar-cip-core][PATCH v2 2/3] x86-uefi: disable watchdog for testing on mcom
` [cip-dev][isar-cip-core][PATCH v2 3/3] customizations-security: add curl to download LAVA overlay
[PATCH] gateway: fix calculation of is_vpn6
2025-01-24 13:20 UTC (2+ messages)
[PATCH net-next v2 3/4] Extend napi threaded polling to allow kthread based busy polling
2025-01-24 13:18 UTC (2+ messages)
[PATCH 0/3] clk: Support spread spectrum and use it in clk-scmi
2025-01-24 14:25 UTC (4+ messages)
` [PATCH 1/3] clk: Introduce clk_set_spread_spectrum
` [PATCH 2/3] clk: conf: Support assigned-clock-sscs
` [PATCH 3/3] clk: scmi: Support spread spectrum
[PATCH net-next v3 0/4] net: stmmac: RX performance improvement
2025-01-24 13:15 UTC (8+ messages)
` [PATCH net-next v3 1/4] net: stmmac: Switch to zero-copy in non-XDP RX path
[PATCH v2 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-01-24 13:14 UTC (9+ messages)
` [PATCH v2 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v2 2/4] riscv: entry: Split ret_from_fork() into user and kernel
[PATCH 0/6] drm: introduce atomic_needs_modeset() callbacks
2025-01-24 13:12 UTC (4+ messages)
[PATCH 0/7] Enable Aux based Nits brightness control for eDP
2025-01-24 13:12 UTC (7+ messages)
` ✗ Xe.CI.Full: failure for "
` ✗ Fi.CI.BUILD: warning "
` ✗ Fi.CI.CHECKPATCH: "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.DOCS: "
` ✓ i915.CI.BAT: success "
[GIT PULL] Please pull u-boot-dfu-20250124
2025-01-24 13:12 UTC
[PATCH v4 0/4] Add support for the rest of Renesas RZ/G3S serial interfaces
2025-01-24 13:09 UTC (8+ messages)
` [PATCH v4 2/4] arm64: dts: renesas: rzg3s-smarc-switches: Add a header to describe different switches
` [PATCH v4 3/4] arm64: dts: renesas: rzg3s-smarc: Enable SCIF3
` [PATCH v4 4/4] arm64: dts: renesas: r9a08g045s33-smarc-pmod: Add overlay for SCIF1
[openeuler:OLK-6.6 1841/1841] include/trace/stages/init.h:2:23: warning: 'str__fs__trace_system_name' defined but not used
2025-01-24 13:08 UTC
[PATCH] perf build: fix in-tree build
2025-01-24 13:06 UTC
[PULL v3 0/6] Linux user fix gupnp patches
2025-01-24 13:02 UTC (7+ messages)
` [PULL v3 1/6] linux-user: netlink: Add missing IFA_PROTO to host_to_target_data_addr_rtattr()
` [PULL v3 2/6] linux-user: Use unique error messages for cmsg parsing
` [PULL v3 3/6] linux-user: netlink: Add IP_PKTINFO "
` [PULL v3 4/6] linux-user: netlink: Add emulation of IP_MULTICAST_IF
` [PULL v3 5/6] linux-user: netlink: add netlink neighbour emulation
` [PULL v3 6/6] linux-user: netlink: Add missing QEMU_IFLA entries
[PATCH] xilinx: Enable mkfwumdata tool for a/b update
2025-01-24 13:04 UTC
[PATCH 0/5] remove tlb_remove_page_ptdesc()
2025-01-24 13:04 UTC (8+ messages)
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()
[PATCH v2 i-g-t] tests/intel/xe_compute: Add test documentation to reflect proper category
2025-01-24 13:02 UTC (3+ messages)
` ✗ i915.CI.Full: failure for tests/intel/xe_compute: Add test documentation to reflect proper category (rev2)
[PATCH v7] drm/i915/cmtg: Disable the CMTG
2025-01-24 13:02 UTC (2+ messages)
[PATCH] Fix fastboot handling of partitions when no slots are, supported
2025-01-24 10:49 UTC
Git commit failed with mbedtls/framework
2025-01-24 6:05 UTC (12+ messages)
[RESEND] PCI: cadence: Add configuration space capability search API
2025-01-24 13:00 UTC (2+ messages)
[PATCH v6 00/60] QEMU TDX support
2025-01-24 13:00 UTC (5+ messages)
` [PATCH v6 40/60] hw/i386: add eoi_intercept_unsupported member to X86MachineState
[PATCH 00/13] rockchip: Add initial support for RK3528
2025-01-24 13:00 UTC (4+ messages)
` [PATCH 10/13] arm: dts: rockchip: Add rk3528-pinctrl.dtsi
[syzbot] [input?] [usb?] WARNING: ODEBUG bug in devres_release_group
2025-01-24 13:00 UTC (3+ messages)
` [PATCH] HID: corsair-void: cancel delayed status work if device removed
Recent changes (master)
2025-01-24 13:00 UTC
[PATCH] xilinx: Enable meminfo command with mapping
2025-01-24 12:59 UTC
[PATCH] partitions: efi: update warning message after addition of parted command
2025-01-24 12:58 UTC
[PATCH v2 3/4] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-01-24 12:58 UTC (11+ messages)
` [PATCH] "
[PATCH v2] slimbus: messaging: Free transaction ID in delayed interrupt scenario
2025-01-24 12:57 UTC
[PATCH 0/7] arm64: dts: qcom: x1e80100: enable rtc
2025-01-24 12:56 UTC (3+ messages)
` [PATCH 3/7] rtc: pm8xxx: add support for uefi offset
[PATCH v4 00/12] platform/mellanox: Add support for new systems, amendments, relocate mlx-platform module
2025-01-24 12:56 UTC (5+ messages)
` [PATCH v4 06/12] platform/mellanox: Rename field to improve code readability
[PATCH RFC 0/4] slab, rcu: move and consolidate TINY_RCU kvfree_rcu() to SLAB
2025-01-24 12:56 UTC (5+ messages)
` [PATCH RFC 1/4] slab, rcu: move TINY_RCU variant of "
` [PATCH RFC 3/4] rcu, slab: use a regular callback function for kvfree_rcu
[PATCH 0/5] drm: strict type checking for drm_device based logging helpers
2025-01-24 12:55 UTC (7+ messages)
` [PATCH 4/5] drm/print: Include drm_device.h
What's cooking in git.git (Jan 2025, #06; Wed, 22)
2025-01-24 12:55 UTC (3+ messages)
[PATCH v3 0/8] Systemd user presets support
2025-01-24 12:51 UTC (3+ messages)
` [PATCH v3 8/8] image.bbclass: enable systemd user services
` [OE-core] "
[PATCH v1] drm/xe/hwmon: expose package and vram temperature
2025-01-24 12:50 UTC (5+ messages)
[PATCH 00/20] accel: Simplify cpu-target.c (omnibus)
2025-01-24 12:50 UTC (3+ messages)
` [PATCH 03/20] gdbstub: Check for TCG before calling tb_flush()
[PATCH v4 00/13] PSR DSB support
2025-01-24 12:49 UTC (7+ messages)
` [PATCH v4 11/13] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
[PATCH v2] scsi: ufs: core: Ensure clk_gating.lock is used only after initialization
2025-01-24 12:48 UTC (3+ messages)
[PATCH] iio: dac: ad5791: fix storage
2025-01-24 12:48 UTC (2+ messages)
[PATCH V4] drm/xe/uapi: Use hint for guc to set GT frequency
2025-01-24 12:47 UTC (4+ messages)
[PATCH] hw/usb/hcd-ehci: Fix debug printf format string
2025-01-24 12:46 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/mesa3d-demos: fix build failure on musl
2025-01-24 12:47 UTC
[PATCH v3] hw/usb/hcd-ehci: Fix debug printf format string
2025-01-24 12:47 UTC
[PATCH 00/11] Change ghes to use HEST-based offsets and add support for error inject
2025-01-24 12:47 UTC (6+ messages)
` [PATCH 10/11] qapi/acpi-hest: add an interface to do generic CPER error injection
[PATCH v3 0/4] Allow to enable multifd and postcopy migration together
2025-01-24 12:45 UTC (7+ messages)
` [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd
[LTP] [PATCH 0/5] LTP fanotify tests for v6.13
2025-01-24 12:45 UTC (6+ messages)
` [LTP] [PATCH 1/5] fanotify13: Verify that we did not get an extra event
[PATCH] drm/i915/pmu: Fix zero delta busyness issue
2025-01-24 12:45 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH v5 00/13] PSR DSB support
2025-01-24 12:45 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for PSR DSB support (rev5)
[PATCH] arm64: dts: ti: k3-j784s4-j742s2-evm: Add overlay to enable USB0 Type-A
2025-01-24 12:41 UTC
[PATCH] [RFC] bash: Drop /bin/sh from RPROVIDES
2025-01-24 12:43 UTC (2+ messages)
` [OE-core] "
[LTP] [PATCH 1/1] lib: Remove CONFIG_LATENCYTOP as "slow" kernel option
2025-01-24 12:41 UTC (3+ messages)
[PATCH] s390/mm: Add missing ctor/dtor on page table upgrade
2025-01-24 12:39 UTC (4+ messages)
[PATCH v2] platform/x86: lenovo-super-hotkey-wmi.c: Support for mic and audio mute LEDs
2025-01-24 12:38 UTC (2+ messages)
[zen:6.13/tlb 1/1] mm/vmscan.c:1497:31: error: implicit declaration of function 'folio_test_young' is invalid in C99
2025-01-24 12:38 UTC
io_uring/register.c:554:9: sparse: sparse: cast to non-scalar
2025-01-24 12:38 UTC
[RFC v2 PATCH 00/10] PRU-ICSSM Ethernet Driver
2025-01-24 12:37 UTC (2+ messages)
` [RFC v2 PATCH 04/10] net: ti: prueth: Adds link detection, RX and TX support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.