public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-26 07:07:10 to 2024-01-26 09:07:37 UTC [more...]

[PATCH v3 0/3] Introduce EC-based watchdog
 2024-01-26  9:07 UTC  (5+ messages)
` [PATCH v3 3/3] mfd: cros_ec: Register EC-based watchdog subdevice
  ` (subset) "

[PATCH] crypto: sun8i-ce - Use kcalloc() instead of kzalloc()
 2024-01-26  9:06 UTC  (2+ messages)

[PATCH] crypto: qat - use kcalloc_node() instead of kzalloc_node()
 2024-01-26  9:06 UTC  (2+ messages)

[PATCH 1/6] arm64: dts: qcom: sm8150: describe all PCI MSI interrupts
 2024-01-26  9:06 UTC  (3+ messages)

[PATCH v3 1/6] spi: cs42l43: Tidy up header includes
 2024-01-26  9:06 UTC  (5+ messages)
` [PATCH v3 2/6] mfd: "

[syzbot] [net?] [v9fs?] WARNING: refcount bug in p9_req_put (3)
 2024-01-26  9:05 UTC 

[syzbot] [ext4?] general protection fault in jbd2__journal_start
 2024-01-26  9:05 UTC 

[PATCH] crypto: hisilicon - Fix smp_processor_id() warnings
 2024-01-26  9:05 UTC  (2+ messages)

[PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
 2024-01-26  9:05 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
` [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: "

[syzbot] [mm?] possible deadlock in __unmap_hugepage_range
 2024-01-26  9:04 UTC 

[RFC PATCH v1 0/8] Introduction of PSCR Framework and Related Components
 2024-01-26  9:03 UTC  (5+ messages)
` [PATCH v2 4/8] dt-bindings: power: reset: add bindings for NVMEM hardware storing PSCR Data

[PATCH v4 0/2] Fix LPSS clock divider for XPS 9530
 2024-01-26  9:03 UTC  (3+ messages)

[PATCH][next] crypto: asymmetric_keys: remove redundant pointer secs
 2024-01-26  9:03 UTC  (2+ messages)

[PATCH v2] crypto: caam: fix asynchronous hash
 2024-01-26  9:03 UTC  (2+ messages)

[PATCH][next] crypto: pcbc: remove redundant assignment to nbytes
 2024-01-26  9:03 UTC  (2+ messages)

[PATCH v2 0/3] Enable >0 order folio memory compaction
 2024-01-26  9:03 UTC  (2+ messages)

[PATCH 0/2] crypto: hisilicon/qm - add debugfs qm_state for hisilicon driver
 2024-01-26  9:01 UTC  (2+ messages)

[PATCH 1/3] ALSA: pcm: Add missing formats to formats list
 2024-01-26  9:01 UTC  (2+ messages)

[PATCH v1] crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()
 2024-01-26  9:01 UTC  (2+ messages)

[PATCH] driver core: improve cycle detection on fwnode graph
 2024-01-26  9:00 UTC  (5+ messages)
  ` [EXT] "

[PATCH] crypto: iaa - Remove header table code
 2024-01-26  9:00 UTC  (2+ messages)

[PATCH] KEYS: include header for EINVAL definition
 2024-01-26  8:59 UTC  (2+ messages)

[PATCH] mm/mmap: use SZ_{8M, 128M} helper macro
 2024-01-26  8:59 UTC 

[PATCH 0/2] Add Crypto Engine support for SM6350
 2024-01-26  8:59 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: qcom-qce: Add compatible "

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-01-26  8:54 UTC  (42+ messages)
` [RFC PATCH 01/41] perf: x86/intel: Support PERF_PMU_CAP_VPMU_PASSTHROUGH
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
` [RFC PATCH 03/41] perf: Set exclude_guest onto nmi_watchdog
` [RFC PATCH 04/41] perf: core/x86: Add support to register a new vector for PMI handling
` [RFC PATCH 05/41] KVM: x86/pmu: Register PMI handler for passthrough PMU
` [RFC PATCH 06/41] perf: x86: Add function to switch PMI handler
` [RFC PATCH 07/41] perf/x86: Add interface to reflect virtual LVTPC_MASK bit onto HW
` [RFC PATCH 08/41] KVM: x86/pmu: Add get virtual LVTPC_MASK bit function
` [RFC PATCH 09/41] perf: core/x86: Forbid PMI handler when guest own PMU
` [RFC PATCH 10/41] perf: core/x86: Plumb passthrough PMU capability from x86_pmu to x86_pmu_cap
` [RFC PATCH 11/41] KVM: x86/pmu: Introduce enable_passthrough_pmu module parameter and propage to KVM instance
` [RFC PATCH 12/41] KVM: x86/pmu: Plumb through passthrough PMU to vcpu for Intel CPUs
` [RFC PATCH 13/41] KVM: x86/pmu: Add a helper to check if passthrough PMU is enabled
` [RFC PATCH 14/41] KVM: x86/pmu: Allow RDPMC pass through
` [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
` [RFC PATCH 16/41] KVM: x86/pmu: Create a function prototype to disable MSR interception
` [RFC PATCH 17/41] KVM: x86/pmu: Implement pmu function for Intel CPU "
` [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counter MSRs by checking with perf capabilities
` [RFC PATCH 19/41] KVM: x86/pmu: Whitelist PMU MSRs for passthrough PMU
` [RFC PATCH 20/41] KVM: x86/pmu: Introduce PMU operation prototypes for save/restore PMU context
` [RFC PATCH 21/41] KVM: x86/pmu: Introduce function prototype for Intel CPU to "
` [RFC PATCH 22/41] x86: Introduce MSR_CORE_PERF_GLOBAL_STATUS_SET for passthrough PMU
` [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
` [RFC PATCH 24/41] KVM: x86/pmu: Zero out unexposed Counters/Selectors to avoid information leakage
` [RFC PATCH 25/41] KVM: x86/pmu: Introduce macro PMU_CAP_PERF_METRICS
` [RFC PATCH 26/41] KVM: x86/pmu: Add host_perf_cap field in kvm_caps to record host PMU capability
` [RFC PATCH 27/41] KVM: x86/pmu: Clear PERF_METRICS MSR for guest
` [RFC PATCH 28/41] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary
` [RFC PATCH 29/41] KVM: x86/pmu: Exclude existing vLBR logic from the passthrough PMU
` [RFC PATCH 30/41] KVM: x86/pmu: Switch PMI handler at KVM context switch boundary
` [RFC PATCH 31/41] KVM: x86/pmu: Call perf_guest_enter() at PMU context switch
` [RFC PATCH 32/41] KVM: x86/pmu: Add support for PMU context switch at VM-exit/enter
` [RFC PATCH 33/41] KVM: x86/pmu: Make check_pmu_event_filter() an exported function
` [RFC PATCH 34/41] KVM: x86/pmu: Intercept EVENT_SELECT MSR
` [RFC PATCH 35/41] KVM: x86/pmu: Allow writing to event selector for GP counters if event is allowed
` [RFC PATCH 36/41] KVM: x86/pmu: Intercept FIXED_CTR_CTRL MSR
` [RFC PATCH 37/41] KVM: x86/pmu: Allow writing to fixed counter selector if counter is exposed
` [RFC PATCH 38/41] KVM: x86/pmu: Introduce PMU helper to increment counter
` [RFC PATCH 39/41] KVM: x86/pmu: Implement emulated counter increment for passthrough PMU
` [RFC PATCH 40/41] KVM: x86/pmu: Separate passthrough PMU logic in set/get_msr() from non-passthrough vPMU
` [RFC PATCH 41/41] KVM: nVMX: Add nested virtualization support for passthrough PMU

[PATCH] crypto: qat - avoid memcpy() overflow warning
 2024-01-26  8:58 UTC  (2+ messages)

[PATCH] crypto:vmx: Move ppc vmx diirectory to arch/powerpc/crypto
 2024-01-26  8:58 UTC  (2+ messages)

[PATCH RFC for upstream 0/4] Add support for ETML1010G3DRA LVDS display on phyBOARD-Pollux
 2024-01-26  8:57 UTC  (5+ messages)
` [PATCH RFC for upstream 1/4] dt-bindings: display: panel-simple: add ETML1010G3DRA
` [PATCH RFC for upstream 2/4] drm/panel: simple: Add EDT ETML1010G3DRA panel
` [PATCH RFC for upstream 3/4] arm64: dts: imx8mp-phyboard-pollux-rdk: add etml panel support
` [PATCH RFC for upstream 4/4] arm64: defconfig: enable i.MX8MP ldb bridge

[PATCH v3 0/6] dt-bindings: PCI: qcom: move to dedicated schema (part one)
 2024-01-26  8:56 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: PCI: qcom,pcie-sm8550: move SM8550 to dedicated schema
` [PATCH v3 2/6] dt-bindings: PCI: qcom,pcie-sm8450: move SM8450 "
` [PATCH v3 3/6] dt-bindings: PCI: qcom,pcie-sm8250: move SM8250 "
` [PATCH v3 4/6] dt-bindings: PCI: qcom,pcie-sm8150: move SM8150 "
` [PATCH v3 5/6] dt-bindings: PCI: qcom,pcie-sm8350: move SM8350 "
` [PATCH v3 6/6] dt-bindings: PCI: qcom,pcie-sc8280xp: move SC8280XP "

[PATCHv3 1/1] block: introduce content activity based ioprio
 2024-01-26  8:55 UTC  (3+ messages)

[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
 2024-01-26  8:55 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/7] ext4: avoid sysfs variables overflow causing BUG_ON/SOOB
 2024-01-26  8:57 UTC  (8+ messages)
` [PATCH 1/7] ext4: avoid overflow when setting values via sysfs
` [PATCH 2/7] ext4: refactor out ext4_generic_attr_store()
` [PATCH 3/7] ext4: refactor out ext4_generic_attr_show()
` [PATCH 4/7] ext4: add positive int attr pointer to avoid sysfs variables overflow
` [PATCH 5/7] ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
` [PATCH 6/7] ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
` [PATCH 7/7] ext4: set the type of max_zeroout to unsigned int "

[PATCH] MAINTAINERS: Update i2c host drivers repository
 2024-01-26  8:54 UTC  (2+ messages)

[PATCH v2 0/4] some updates and cleanups for hisilicon/sec2
 2024-01-26  8:54 UTC  (5+ messages)
` [PATCH 3/4] crypto: hisilicon/sec2 - fix some cleanup issues

[PATCH v9 00/27] Enable CET Virtualization
 2024-01-26  8:53 UTC  (7+ messages)
` [PATCH v9 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v9 25/27] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v9 27/27] KVM: x86: Stop emulating for CET protected branch instructions

[PATCH RESEND] drm/virtio: set segment size for virtio_gpu device
 2024-01-26  8:50 UTC  (3+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-26  8:50 UTC  (3+ messages)
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-26  8:51 UTC  (24+ messages)
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors

[PATCH] firewire: core: mask previous entry's type bits when looking for leaf
 2024-01-26  8:49 UTC  (2+ messages)

linux-next: build warning after merge of the drm tree
 2024-01-26  8:48 UTC  (3+ messages)

[PATCH v2 0/6] dt-bindings: PCI: qcom: move to dedicated schema (part one)
 2024-01-26  8:48 UTC  (4+ messages)
` [PATCH v2 2/6] dt-bindings: PCI: qcom,pcie-sm8450: move SM8450 to dedicated schema

[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
 2024-01-26  8:44 UTC  (3+ messages)
` [PATCH 04/11] ARM: Remove Thumb2 __builtin_thread_pointer workaround for Clang

[PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis
 2024-01-26  8:43 UTC  (11+ messages)

[PATCH] f2fs: use printk_ratelimited to avoid redundant logs
 2024-01-26  8:42 UTC  (2+ messages)

[PATCH] drm/i915/gvt: Fix uninitialized variable in handle_mmio()
 2024-01-26  8:41 UTC 

[PATCH v5 1/2] PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
 2024-01-26  8:41 UTC  (2+ messages)
` [PATCH v5 2/2] PCI: dwc: Cleanup in dw_pcie_ep_raise_msi_irq()

[PATCH 00/13] ARM: OMAP2+: fix a bunch of kernel-doc warnings
 2024-01-26  8:39 UTC  (5+ messages)

[PATCH wq/for-6.9] tools/workqueue/wq_dump.py: Clean up code and drop duplicate information
 2024-01-26  8:39 UTC  (2+ messages)

[PATCH v5 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2024-01-26  8:37 UTC  (10+ messages)
` [PATCH v5 1/9] dt-bindings: arm: mediatek: Sort entries by SoC then board compatibles
` [PATCH v5 2/9] dt-bindings: arm: mediatek: Add MT8186 Tentacruel / Tentacool Chromebooks
` [PATCH v5 3/9] dt-bindings: arm: mediatek: Add MT8186 Steelix Chromebook
` [PATCH v5 4/9] dt-bindings: arm: mediatek: Add MT8186 Rusty Chromebook
` [PATCH v5 5/9] dt-bindings: arm: mediatek: Add MT8186 Magneton Chromebooks
` [PATCH v5 6/9] arm64: dts: mediatek: Add MT8186 Krabby platform based Tentacruel / Tentacool
` [PATCH v5 7/9] arm64: dts: mediatek: Introduce MT8186 Steelix
` [PATCH v5 8/9] arm64: dts: mediatek: Add MT8186 Steelix platform based Rusty
` [PATCH v5 9/9] arm64: dts: mediatek: Add MT8186 Magneton Chromebooks

[PATCH net-next 0/2] net: stmmac: TBS support for platform driver
 2024-01-26  8:35 UTC  (3+ messages)
` [PATCH net-next 2/2] "

[PATCH v2] [net] ipv6: Ensure natural alignment of const ipv6 loopback and router addresses
 2024-01-26  8:32 UTC 

[PATCH 00/11] Device tree support for Imagination Series5 GPU
 2024-01-26  8:31 UTC  (11+ messages)
` [PATCH 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH 08/11] ARM: dts: DRA7xx: Add device tree entry for SGX GPU

[PATCH 1/2] mm/zswap: don't return LRU_SKIP if we have dropped lru lock
 2024-01-26  8:30 UTC  (2+ messages)
` [PATCH 2/2] mm/zswap: fix race between lru writeback and swapoff

[PATCH 0/2] dt-bindings: spmi: clean up hisilicon binding
 2024-01-26  8:29 UTC  (3+ messages)

[PATCH v2 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-01-26  8:27 UTC  (3+ messages)
` [PATCH v2 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding

[tip:x86/cache] BUILD SUCCESS fc747eebef734563cf68a512f57937c8f231834a
 2024-01-26  8:27 UTC 

[PATCH] MAINTAINERS: add Luke Jones as maintainer for asus notebooks
 2024-01-26  8:26 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: aim300: Enable PCIe0 for WLAN
 2024-01-26  8:22 UTC 

[PATCH] mm and cache_info: remove unnecessary CPU cache info update
 2024-01-26  8:19 UTC 

[PATCH] LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()
 2024-01-26  8:18 UTC 

[PATCH v1 RESEND] spmi: hisi-spmi-controller: Fix kernel panic on rmmod
 2024-01-26  8:19 UTC  (2+ messages)

[PATCH v4 00/11] arm64: dts: qcom: Add more support to X1E80100 base dtsi, CRD and QCP boards
 2024-01-26  8:18 UTC  (4+ messages)
` [PATCH v4 05/11] arm64: dts: qcom: x1e80100: Add TCSR node

drivers/fpga/versal-fpga.c:78:34: warning: unused variable 'versal_fpga_of_match'
 2024-01-26  8:14 UTC 

[PATCH 0/2] arm64: dts: qcom: sc8280xp-x13s: Enable touchscreen
 2024-01-26  8:12 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: sc8280xp-x13s: Fix/enable touchscreen

[PATCH] ALSA: hda: cs35l41: Support ASUS Zenbook UM3402YAR
 2024-01-26  8:09 UTC 

[PATCH 0/4] KVM: Async #PF fixes and cleanups
 2024-01-26  8:06 UTC  (9+ messages)
` [PATCH 1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed
` [PATCH 3/4] KVM: Get reference to VM's address space in the async #PF worker

[PATCH 0/7] AMD Pstate Driver Core Performance Boost
 2024-01-26  8:08 UTC  (8+ messages)
` [PATCH 1/7] cpufreq: amd-pstate: remove set_boost callback for passive mode
` [PATCH 2/7] cpufreq: amd-pstate: initialize new core precision boost state
` [PATCH 3/7] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH 4/7] cpufreq: amd-pstate: fix max_perf calculation for amd_get_max_freq()
` [PATCH 5/7] cpufreq: amd-pstate: fix the MSR highest perf will be reset issue while cpb boost off
` [PATCH 6/7] cpufreq:amd-pstate: add suspend and resume callback for passive mode
` [PATCH 7/7] Documentation: cpufreq: amd-pstate: introduce the new cpu boost control method

[for-linus][PATCH 0/3] eventfs: A few more fixes for 6.8
 2024-01-26  8:07 UTC  (14+ messages)
` [for-linus][PATCH 1/3] eventfs: Have the inodes all for files and directories all be the same

[PATCH 1/2] x86/mm: delete unused cpu argument to leave_mm()
 2024-01-26  8:06 UTC  (2+ messages)
` [PATCH 2/2] x86/mm: clarify "prev" usage in switch_mm_irqs_off()

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2024-01-26  8:04 UTC  (2+ messages)

[PATCH v3 0/2] Update mce_record tracepoint
 2024-01-26  7:58 UTC  (3+ messages)
` [PATCH v3 1/2] tracing: Include PPIN in "
` [PATCH v3 2/2] tracing: Include Microcode Revision "

[PATCH] printk: nbcon: check uart port is nbcon or not in nbcon_release
 2024-01-26  7:58 UTC  (8+ messages)
` [PATCH 0/2] nbcon locking issue with v6.6.10-rt18 kernel
  ` [PATCH 1/2] printk: nbcon: move locked_port flag to struct uart_port
          `  "

[PATCH] libertas: fix some memleaks in lbs_allocate_cmd_buffer
 2024-01-26  7:53 UTC 

[PATCH] arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup R5FSS nodes
 2024-01-26  7:56 UTC  (2+ messages)

[PATCH] config/mips: support zswap function
 2024-01-26  7:55 UTC 

[PATCH] HID: nintendo: Remove some unused functions
 2024-01-26  7:54 UTC 

[PATCH v1] hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down Converter
 2024-01-26  7:52 UTC 

[PATCH v3 0/5] Smack transmute fixes
 2024-01-26  7:53 UTC  (4+ messages)
` [PATCH v3 5/5] ramfs: Initialize security of in-memory inodes

[PATCH] net: ipv4: fix a memleak in ip_setup_cork
 2024-01-26  7:51 UTC 

[PATCH 0/4] RK3588 and Rock 5B dts additions: thermal, OPP, rfkill and fan
 2024-01-26  7:49 UTC  (8+ messages)
` [PATCH 4/4] arm64: dts: rockchip: Add OPP data for CPU cores on RK3588

[PATCH] arm64: dts: qcom: sm6350: Add tsens thermal zones
 2024-01-26  7:49 UTC  (3+ messages)

[PATCH v5 0/2] drivers: rtc: add max313xx series rtc driver
 2024-01-26  7:51 UTC  (3+ messages)

[PATCH] i2c: imx: move to generic GPIO recovery
 2024-01-26  7:43 UTC  (4+ messages)

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-26  7:40 UTC  (5+ messages)
` [PATCH v3 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v3 4/4] mm/mempolicy: change cur_il_weight to atomic and carry the node with it

[PATCH v8 0/3] Change PWM-controlled LED pin active mode and algorithm
 2024-01-26  7:40 UTC  (4+ messages)
` [PATCH v8 1/3] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v8 2/3] pwm: sifive: change the PWM controlled LED algorithm
` [PATCH v8 3/3] pwm: sifive: Fix the error in the idempotent test within the pwm_apply_state_debug function

[PATCH net v2] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
 2024-01-26  7:39 UTC 

[PATCH] dt-bindings: display: bridge: it6505: Add #sound-dai-cells
 2024-01-26  7:35 UTC 

[syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4)
 2024-01-26  7:34 UTC  (2+ messages)
` [syzbot] [mm] "

[PATCH v2] fuse: add support for explicit export disabling
 2024-01-26  7:33 UTC  (2+ messages)

[PATCH V2 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver
 2024-01-26  7:30 UTC  (5+ messages)
` [PATCH V2 1/6] pwm: sprd: Add support for UMS9620
` [PATCH V2 3/6] pwm: sprd: Optimize the calculation method of duty

[PATCH net-next] net: micrel: Fix set/get PHC time for lan8814
 2024-01-26  7:30 UTC 

[PATCH] fjes: fix memleaks in fjes_hw_setup
 2024-01-26  7:27 UTC  (3+ messages)
  `  "

[PATCH 1/3] udmabuf: Keep track current device mappings
 2024-01-26  7:25 UTC  (5+ messages)
` [PATCH 2/3] udmabuf: Sync buffer mappings for attached devices

[PATCH 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver
 2024-01-26  7:19 UTC  (3+ messages)
` [PATCH 1/6] pwm: sprd: Add support for UMS9620

[PATCH] soc: rockchip: grf: Fix SDMMC not working on RK3588 with bus-width > 1
 2024-01-26  2:56 UTC  (2+ messages)

[tip:x86/sev] BUILD SUCCESS 0410516aaef4bf08030845547fb94f4ff989fac0
 2024-01-26  7:06 UTC 

[patch v2 00/30] x86/apic: Rework APIC registration
 2024-01-26  7:07 UTC  (3+ messages)
` [patch v2 21/30] x86/cpu/topology: Use topology bitmaps for sizing


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