All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-15 07:43:22 to 2025-01-15 08:35:40 UTC [more...]

[PATCH v5 5/6] arm64: dts: qcom: Add support for QCS9075 Ride & Ride-r3
 2025-01-15  8:35 UTC  (12+ messages)

[PATCH bpf-next v4 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-15  8:35 UTC  (5+ messages)
` [PATCH bpf-next v4 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation

[PATCH for-4.20] automation/gitlab: disable coverage from clang randconfig
 2025-01-15  8:34 UTC  (5+ messages)

[PATCH v1 00/11] amd-pstate CPU Performance Scaling Driver
 2025-01-15  8:33 UTC  (6+ messages)
` [PATCH v1 03/11] xen/x86: introduce "cpufreq=amd-pstate" xen cmdline

Two questions on sparse files
 2025-01-15  8:34 UTC 

[PATCH v5 00/17] Provide a new two step DMA mapping API
 2025-01-15  8:33 UTC  (7+ messages)
` [PATCH v5 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API

[PATCH] PCI: dwc: Separate MSI out to different controller
 2025-01-15  8:32 UTC 

[PATCH] media: rkisp1: allow non-coherent video capture buffers
 2025-01-15  8:31 UTC  (5+ messages)

[PATCH v1] clk: imx: imx8-acm: fix flags for acm clocks
 2025-01-15  8:33 UTC  (4+ messages)

[PATCH] mm: compaction: use the actual allocation context to determine the watermarks for costly order during async memory compaction
 2025-01-15  8:31 UTC 

[PATCH V7 00/16] Rust bindings for cpufreq and OPP core + sample driver
 2025-01-15  8:33 UTC  (9+ messages)
` [PATCH V7 03/16] rust: cpu: Add from_cpu()

[PATCH v3 00/10] PSR DSB support
 2025-01-15  8:32 UTC  (11+ messages)
` [PATCH v3 01/10] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH v3 02/10] drm/i915/psr: Rename psr_force_hw_tracking_exit as intel_psr_force_update
` [PATCH v3 03/10] drm/i915/psr: Split setting sff and cff bits away from intel_psr_force_update
` [PATCH v3 04/10] drm/i915/psr: Add register definitions for SFF_CTL and CFF_CTL registers
` [PATCH v3 05/10] drm/i915/psr: Use SFF_CTL on invalidate/flush for LunarLake onwards

[PATCH] drm/xe/xe_lpg: Port 2 WAs from i915 to Xe
 2025-01-15  8:33 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

/sys/class/evl/net/vlans: No such file or directory” on rpi4b using evl
 2025-01-15  8:32 UTC  (4+ messages)
    ` Fwd: "

[PATCH 1/2] dt-bindings: mmc: mtk-sd: Add eMMC for AN7581
 2025-01-15  7:29 UTC  (2+ messages)
` [PATCH 2/2] mmc: mtk-sd: add support for AN7581 MMC Host

[PATCH] drm/amdgpu: fix gpu recovery disable with per queue reset
 2025-01-15  8:32 UTC  (11+ messages)

[PATCH] grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
 2025-01-15  8:31 UTC  (2+ messages)
` Patchtest results for "

[PATCH] linux-firmware: update firmware for MT7925 WiFi device
 2025-01-15  8:25 UTC 

[PATCH net-next v2 02/11] net: make netdev_lock() protect netdev->reg_state
 2025-01-15  8:30 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: Add delay quirk for USB Audio Device
 2025-01-15  8:30 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] ahci: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
 2025-01-15  8:28 UTC  (7+ messages)

[PATCH v1 00/19] livepatch: Better integrate callbacks and shadow variables with the states API
 2025-01-15  8:24 UTC  (20+ messages)
` [PATCH v1 01/19] livepatch: Add callbacks for introducing and removing states
` [PATCH v1 02/19] livepatch: Allow to handle lifetime of shadow variables using the livepatch state
` [PATCH v1 03/19] selftests/livepatch: Use per-state callbacks in state API tests
` [PATCH v1 04/19] livepatch: Add "block_disable" flag to per-state API and remove versioning
` [PATCH v1 05/19] livepatch: Remove "data" from struct klp_state
` [PATCH v1 06/19] selftests/livepatch: Remove callbacks from sysfs interface testing
` [PATCH v1 07/19] selftests/livepatch: Substitute hard-coded /sys/module path
` [PATCH v1 08/19] selftests/livepatch: Move basic tests for livepatching modules
` [PATCH v1 09/19] selftests/livepatch: Convert testing of multiple target modules
` [PATCH v1 10/19] selftests/livepatch: Create a simple selftest for state callbacks
` [PATCH v1 11/19] selftests/livepatch: Convert selftests for failing pre_patch callback
` [PATCH v1 12/19] selftests/livepatch: Convert selftest with blocked transition
` [PATCH v1 13/19] selftests/livepatch: Add more tests for state callbacks with blocked transitions
` [PATCH v1 14/19] selftests/livepatch: Convert selftests for testing callbacks with more livepatches
` [PATCH v1 15/19] selftests/livepatch: Do not use a livepatch with the obsolete per-object callbacks in the basic selftests
` [PATCH v1 16/19] selftests/livepatch: Remove obsolete test modules for per-object callbacks
` [PATCH v1 17/19] samples/livepatch: Replace sample module with obsolete "
` [PATCH v1 18/19] Documentation/livepatch: Update documentation for state, callbacks, and shadow variables
` [PATCH v1 19/19] livepatch: Remove obsolete per-object callbacks

[PATCH] rust: irq: add support for request_irq()
 2025-01-15  8:27 UTC  (7+ messages)

[PATCH v5 0/4] soc: samsung: usi: implement support for USIv1
 2025-01-15  8:25 UTC  (5+ messages)
` [PATCH v5 2/4] soc: samsung: usi: add a routine for unconfiguring the ip

[PATCH] dt-bindings: clock: add clock definitions for Ralink SoCs
 2025-01-15  8:27 UTC  (10+ messages)

[PATCH v4 0/9] drm/msm/dpu: rework debugfs interface of dpu_core_perf
 2025-01-15  8:27 UTC  (6+ messages)
` [PATCH v4 7/9] drm/msm/dpu: handle perf mode in _dpu_core_perf_crtc_update_bus()

kprobe not always triggering
 2025-01-15  8:26 UTC 

[efi:next] BUILD SUCCESS dc7d002071328298a2f4b7a10da39bc8cbad2e09
 2025-01-15  8:25 UTC 

[PATCH v2 0/4] target/riscv: RVA23 profile support
 2025-01-15  8:24 UTC  (3+ messages)
` [PATCH v2 4/4] target/riscv: add RVA23S64 profile

[PATCH 0/2] RISC-V IOMMU HPM support
 2025-01-15  8:25 UTC  (6+ messages)
` [PATCH 1/2] iommu/riscv: add RISC-V IOMMU PMU support
  ` [External] "

[PATCH v6] media: i2c: Add Omnivision OV02C10 sensor driver
 2025-01-15  8:25 UTC  (2+ messages)

[PATCH i-g-t 0/3] Add tests for per-engine-class activity
 2025-01-15  8:24 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ i915.CI.BAT: failure "

large repository clone failure in git for windows
 2025-01-15  8:07 UTC 

[PATCH 1/3] revert "drm/amdgpu/pm: add definition PPSMC_MSG_ResetSDMA2"
 2025-01-15  8:22 UTC  (3+ messages)
` [PATCH 3/3] drm/amd/pm: Refactor SMU 13.0.6 SDMA reset firmware version checks

[GIT PULL] pinctrl: renesas: Updates for v6.14 (take three)
 2025-01-15  8:22 UTC 

[PATCH] nvme: Remove namespace when nvme_identify_ns_descs() failed
 2025-01-15  8:22 UTC  (15+ messages)

perf record "--off-cpu" options failed on 1 [v]cpu machine
 2025-01-15  8:21 UTC  (4+ messages)

[PATCH] loop: don't call vfs_flush() with queue frozen
 2025-01-15  8:21 UTC  (10+ messages)

[Buildroot] [PATCH 1/1] package/makedumpfile: bump version to 1.7.6
 2025-01-15  8:21 UTC  (2+ messages)

[PATCH net-next v2 01/11] net: add netdev_lock() / netdev_unlock() helpers
 2025-01-15  8:21 UTC  (2+ messages)

[PATCH] clk: nomadik: Correct str_enabled_disabled() SXTALO case
 2025-01-15  8:19 UTC 

[PATCH next] firmware: qcom: scm: Fix error code in probe()
 2025-01-15  8:20 UTC  (2+ messages)

[PATCH v9 0/5] wifi: ath12k: Factory test mode support
 2025-01-15  7:15 UTC  (6+ messages)
` [PATCH v9 4/5] wifi: ath12k: Fill pdev id for fw test cmd

[PATCH v7 00/12] drm/bridge: cdns-dsi: Fix the color-shift issue
 2025-01-15  8:17 UTC  (7+ messages)
` [PATCH v7 03/12] drm/bridge: cdns-dsi: Fix phy de-init and flag it so

[bug report] drm/amd/display: Do not elevate mem_type change to full update
 2025-01-15  6:53 UTC 

[PATCH v1] irqchip/irq-mvebu-icu: Fix irq_set_type for sei and nsr
 2025-01-15  8:15 UTC  (2+ messages)

[PATCH v6 0/5] vfio-pci support pasid attach/detach
 2025-01-15  8:16 UTC  (7+ messages)
` [PATCH v6 3/5] vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasid
` [PATCH v6 4/5] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
` [PATCH v6 5/5] iommufd/selftest: Add coverage for reporting max_pasid_log2 via IOMMU_HW_INFO

[PATCH 0/2] media: v4l: fwnode: Improve line-orders parsing
 2025-01-15  8:15 UTC  (5+ messages)
` [PATCH 2/2] media: v4l: fwnode: Parse CSI-2 C-PHY line-orders like bus-type

[REGRESSION] mipsel: no RTC CMOS on the Malta platform in QEMU
 2025-01-15  8:15 UTC  (8+ messages)

[PATCH] grub-efi-cfg: add GRUB_TITLE for custom GRUB titles
 2025-01-15  8:15 UTC  (3+ messages)
` [poky] "

[V7 00/45] Color Pipeline API w/ VKMS
 2025-01-15  8:14 UTC  (11+ messages)
` [V7 22/45] drm/colorop: define a new macro for_each_new_colorop_in_state
` [V7 23/45] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [V7 29/45] drm/colorop: Add PQ 125 EOTF and its inverse
` [V7 31/45] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [V7 33/45] drm/colorop: Add 1D Curve Custom LUT type

[sysctl:sysctl-testing 8/16] mm/nommu.c:394:12: error: static declaration of 'sysctl_nr_trim_pages' follows non-static declaration
 2025-01-15  8:14 UTC  (2+ messages)

[PATCH mptcp-next v2 0/7] BPF path manager, part 3
 2025-01-15  8:13 UTC  (2+ messages)

[PATCH v2] Fix bug and add osnoise_trace_is_off()
 2025-01-15  8:09 UTC 

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in l2cap_send_cmd
 2025-01-15  8:12 UTC  (2+ messages)

[poky] [PATCH] grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
 2025-01-15  8:12 UTC 

security/keys/proc.c:211:40: warning: '%llu' directive writing between 1 and 18 bytes into a region of size 16
 2025-01-15  8:11 UTC 

[PATCH v2] clk: Use str_enable_disable-like helpers
 2025-01-15  8:10 UTC  (3+ messages)

[PATCH v2 net-next 00/11] ipv6: Convert RTM_{NEW,DEL}ADDR and more to per-netns RTNL
 2025-01-15  8:06 UTC  (12+ messages)
` [PATCH v2 net-next 01/11] ipv6: Add __in6_dev_get_rtnl_net()
` [PATCH v2 net-next 02/11] ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL
` [PATCH v2 net-next 03/11] ipv6: Hold rtnl_net_lock() in addrconf_verify_work()
` [PATCH v2 net-next 04/11] ipv6: Hold rtnl_net_lock() in addrconf_dad_work()
` [PATCH v2 net-next 05/11] ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup()
` [PATCH v2 net-next 06/11] ipv6: Convert inet6_ioctl() to per-netns RTNL
` [PATCH v2 net-next 07/11] ipv6: Pass dev to inet6_addr_add()
` [PATCH v2 net-next 08/11] ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr()
` [PATCH v2 net-next 09/11] ipv6: Move lifetime validation to inet6_rtm_newaddr()
` [PATCH v2 net-next 10/11] ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL
` [PATCH v2 net-next 11/11] ipv6: Convert inet6_rtm_deladdr() "

[PATCH v4 0/6] Support for autonomous selection in cppc_cpufreq
 2025-01-15  8:10 UTC  (7+ messages)
` [PATCH v4 1/6] ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro
` [PATCH v4 2/6] ACPI: CPPC: Add cppc_get_reg_val and cppc_set_reg_val function

[PATCH v2 1/1] phy: rockchip: naneng-combphy: compatible reset with old DT
 2025-01-15  8:07 UTC  (5+ messages)

[PATCH 0/3] wifi: ath11k: fix memory leak in reset scenario
 2025-01-15  8:09 UTC  (5+ messages)
` [PATCH 2/3] wifi: ath11k: fix leaking peer->tfm_mmic "

[PATCH] builtin/repack.c: prune unreachable objects with `--expire-to`
 2025-01-15  8:08 UTC  (3+ messages)

[PATCH] pmdomain: Use str_enable_disable-like helpers
 2025-01-15  8:06 UTC  (4+ messages)
` 回复: "

Symbol Collision between ulogd and jansson
 2025-01-15  8:08 UTC  (5+ messages)

[PATCH v8 0/4] drm/panthor: Display size of internal kernel BOs through fdinfo
 2025-01-15  8:08 UTC  (3+ messages)
` [PATCH v8 2/4] drm/file: Add fdinfo helper for printing regions with prefix

[PATCH] ref-manual: Describe grub-efi-cfg overrides and GRUB_TITLE
 2025-01-15  8:07 UTC 

[PATCH 00/12] Add Mediatek Soc DRM support for mt8196
 2025-01-15  8:05 UTC  (5+ messages)

[PATCH] grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
 2025-01-15  8:06 UTC 

[PATCH 1/4] efi_loader: Fix section alignment on EFI binaries
 2025-01-15  8:06 UTC  (7+ messages)
` [PATCH 2/4] scripts/Makefile.lib: add -L option to LD command for "
` [PATCH 3/4] efi_loader: use INCLUDE in EFI linker scripts
` [PATCH 4/4] efi_loader: use include in ARM EFI linker script

[Buildroot] [PATCH 1/1] package/msmtp: bump version to 1.8.28
 2025-01-15  8:06 UTC 

[Buildroot] [PATCH 1/1] package/ustreamer: bump version to 6.22
 2025-01-15  8:05 UTC 

[RFC PATCH] driver: dma-buf: use vmf_insert_page for cma_heap_vm_fault
 2025-01-15  6:18 UTC 

[kirkstone][PATCH] scripts/install-buildtools: Update to 4.0.23
 2025-01-15  8:03 UTC  (2+ messages)
` [scarthgap][PATCH] scripts/install-buildtools: Update to 5.0.6

[PATCH] pm: runtime: Add new devm functions
 2025-01-15  8:03 UTC  (2+ messages)

[RFC PATCH v6 0/6] Specifying cache topology on ARM
 2025-01-15  8:02 UTC  (5+ messages)
` [PATCH v6 1/7] tests: virt: Update expected ACPI tables for virt test

[i-g-t] tests/intel-ci: Fix a syntax err in xe.blocklist.txt
 2025-01-15  8:02 UTC  (2+ messages)

[PATCH v2 0/2] perf hist: Fix bogus profiles when filters are enabled
 2025-01-15  8:02 UTC  (4+ messages)
` [PATCH v2 1/2] perf hist: Deduplicate cmp/sort/collapse code

[PATCH v3 0/2] perf hist: Fix bogus profiles when filters are enabled
 2025-01-15  8:00 UTC  (3+ messages)
` [PATCH v3 1/2] perf hist: Deduplicate cmp/sort/collapse code
` [PATCH v3 2/2] perf hist: Fix bogus profiles when filters are enabled

[PATCH v3] hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`
 2025-01-15  7:58 UTC  (2+ messages)

[PATCH] hw/cxl: Introduce CXL_T3_MSIX_VECTOR enumeration
 2025-01-15  7:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/sqlite: bump version to 3.48.0
 2025-01-15  7:59 UTC 

[PATCH v9 00/17] reimplement per-vma lock as a refcount
 2025-01-15  7:58 UTC  (5+ messages)
` [PATCH v9 16/17] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[PATCH v5 4/5] arm64: dts: qcom: ipq5332: Add PCIe related nodes
 2025-01-15  7:58 UTC  (4+ messages)

[PATCH v1 0/3] Drivers for Loongson security engine
 2025-01-15  7:58 UTC  (7+ messages)
` [PATCH v1 3/3] misc: ls6000se-sdf: Add driver for Loongson 6000SE SDF

[PATCH v4] ALSA: hda: Transfer firmware in two chunks
 2025-01-15  7:58 UTC  (2+ messages)

[PATCH v2] cdx: Fix possible UAF error in driver_override_show()
 2025-01-15  7:57 UTC  (4+ messages)

[PATCH] net/i40e/base: fix the debug print format
 2025-01-15  7:44 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ALSA: hda/realtek: Enable headset mic on Positivo C6400
 2025-01-15  7:56 UTC  (2+ messages)

[PATCH] gc: add `--expire-to` option
 2025-01-15  7:56 UTC  (5+ messages)
` [PATCH v2 0/2] gc: add --expire-to option
  ` [PATCH v2 2/2] fix(gc): make --prune=now compatible with --expire-to

[PATCH i-g-t] lib/amdgpu: Handle -ENODATA in amdgpu_wait_memory
 2025-01-15  7:56 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH RESEND 0/4] Rate limit reporting of Correctable Errors
 2025-01-15  7:55 UTC  (2+ messages)

[PATCH 00/12] Support for Allwinner V853 SoC
 2025-01-15  7:51 UTC  (5+ messages)
` [PATCH 10/12] dt-bindings: phy: allwinner: add v853 usb phy

[oe] [meta-oe] [PATCH] mariadb: Enable network during do_compile
 2025-01-15  7:54 UTC  (4+ messages)

[PATCH 0/6] media: Use str_enable_disable-like helpers
 2025-01-15  7:47 UTC  (7+ messages)
` [PATCH 5/6] media: platform: "

[PATCH] drm/i915: Add Wa_22010465259 in its respective WA list
 2025-01-15  7:52 UTC 

[PATCH RESEND 2/4] PCI/AER: Add Correctable Errors rate limiting
 2025-01-15  7:52 UTC  (2+ messages)

[PATCH next] PCI: rockchip: Clean up on error in rockchip_pcie_init_port()
 2025-01-15  7:51 UTC  (3+ messages)

[PATCH v2] hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`
 2025-01-15  7:48 UTC  (4+ messages)

[PATCH RESEND 1/4] PCI/AER: Use the same log level for all messages
 2025-01-15  7:50 UTC  (2+ messages)

[PATCH v4 0/4] Add clock controller support for SpacemiT K1
 2025-01-15  7:29 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: clock: spacemit: Add clock controllers of Spacemit K1 SoC

[PATCH 0/2] EDITME: cover title for skitty_kernel
 2025-01-15  7:43 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: mediatek: Add MT8186 Skitty Chromebooks
` [PATCH 2/2] arm64: dts: mt8186: Add MT8186 Krabby platform based Skitty

pull request: iwlwifi firmware updates 2024-01-15
 2025-01-15  7:45 UTC 

[PATCH 0/8] Rate limit AER logs/IRQs
 2025-01-15  7:43 UTC  (8+ messages)
` [PATCH 2/8] PCI/AER: Move AER stat collection out of __aer_print_error
` [PATCH 3/8] PCI/AER: Rename struct aer_stats to aer_info
` [PATCH 4/8] PCI/AER: Introduce ratelimit for error logs
` [PATCH 5/8] PCI/AER: Introduce ratelimit for AER IRQs
` [PATCH 6/8] PCI/AER: Add AER sysfs attributes for ratelimits
` [PATCH 7/8] PCI/AER: Update AER sysfs ABI filename
` [PATCH 8/8] PCI/AER: Move AER sysfs attributes into separate directory


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.