[PATCH net v2] net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device
2025-03-04 9:52 UTC (3+ messages)
[PATCH 05/19] perf: Simplify perf_pmu_register() error path
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: Simplify the "
[PATCH 06/19] perf: Simplify perf_pmu_register()
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 07/19] perf: Simplify perf_init_event()
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 08/19] perf: Simplify perf_event_alloc()
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 09/19] perf: Merge pmu_disable_count into cpu_pmu_context
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_context::pmu_disable_count
[PATCH 10/19] perf: Add this_cpc() helper
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 12/19] perf: Introduce perf_free_addr_filters()
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 13/19] perf: Robustify perf_event_free_bpf_prog()
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/bpf: "
[PATCH 14/19] perf: Simplify perf_mmap() control flow
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: Simplify the "
[PATCH 16/19] perf: Further simplify perf_mmap()
2025-03-04 8:57 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 17/19] perf: Remove retry loop from perf_mmap()
2025-03-04 8:56 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 18/19] perf: Lift event->mmap_mutex in perf_mmap()
2025-03-04 8:56 UTC (2+ messages)
` [tip: perf/core] perf/core: "
[PATCH 11/19] perf: Detach perf_cpu_pmu_context and pmu lifetimes
2025-03-04 8:56 UTC (2+ messages)
` [tip: perf/core] perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimes
[PATCH 15/19] perf: Fix perf_mmap() failure path
2025-03-04 8:56 UTC (3+ messages)
` [tip: perf/core] perf/core: "
[PATCH V3 0/2] rust: Add basic clock abstractions
2025-03-04 8:53 UTC (4+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions
[PATCH v6 0/3] Optionally allow ttynull to be selected as a default console
2025-03-04 8:53 UTC (4+ messages)
` [PATCH v6 1/3] ttynull: Always initialize console index to -1
[PATCH v1 00/40] x86: Leaf 0x2 and leaf 0x4 refactorings
2025-03-04 8:51 UTC (41+ messages)
` [PATCH v1 01/40] x86/cacheinfo: Validate cpuid leaf 0x2 EDX output
` [PATCH v1 02/40] x86/cpu: "
` [PATCH v1 03/40] x86/cpu: Properly parse leaf 0x2 TLB descriptor 0x63
` [PATCH v1 04/40] x86/cpuid: Include linux/build_bug.h
` [PATCH v1 05/40] x86/cpu: Remove unnecessary headers and reorder the rest
` [PATCH v1 06/40] x86/cpu: Use max() for leaf 0x2 TLB descriptors parsing
` [PATCH v1 07/40] x86/cpu: Simplify TLB entry count storage
` [PATCH v1 08/40] x86/cpu: Get rid of smp_store_cpu_info() indirection
` [PATCH v1 09/40] x86/cpu: Remove unused TLB strings
` [PATCH v1 10/40] x86/cpu: Remove leaf 0x2 parsing loop and add helpers
` [PATCH v1 11/40] x86/cacheinfo: Remove the P4 trace leftovers for real
` [PATCH v1 12/40] x86/cacheinfo: Remove unnecessary headers and reorder the rest
` [PATCH v1 13/40] x86/cacheinfo: Use cpuid leaf 0x2 parsing helpers
` [PATCH v1 14/40] x86/cacheinfo: Refactor leaf 0x2 cache descriptor lookup
` [PATCH v1 15/40] x86/cacheinfo: Properly name amd_cpuid4()'s first parameter
` [PATCH v1 16/40] x86/cacheinfo: Use proper name for cacheinfo instances
` [PATCH v1 17/40] x86/cacheinfo: Constify _cpuid4_info_regs instances
` [PATCH v1 18/40] x86/cacheinfo: Align ci_info_init() assignment expressions
` [PATCH v1 19/40] x86/cacheinfo: Standardize _cpuid4_info_regs instance naming
` [PATCH v1 20/40] x86: treewide: Introduce x86_vendor_amd_or_hygon()
` [PATCH v1 21/40] x86/cacheinfo: Consolidate AMD/Hygon leaf 0x8000001d calls
` [PATCH v1 22/40] x86/cacheinfo: Separate amd_northbridge from _cpuid4_info_regs
` [PATCH v1 23/40] x86/cacheinfo: Move AMD cache_disable_0/1 handling to separate file
` [PATCH v1 24/40] x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()
` [PATCH v1 25/40] x86/cacheinfo: Separate Intel and AMD leaf 0x4 code paths
` [PATCH v1 26/40] x86/cacheinfo: Rename _cpuid4_info_regs to _cpuid4_info
` [PATCH v1 27/40] x86/cacheinfo: Clarify type markers for leaf 0x2 cache descriptors
` [PATCH v1 28/40] x86/cacheinfo: Use enums for cache descriptor types
` [PATCH v1 29/40] x86/cpu: Use enums for TLB "
` [PATCH v1 30/40] sizes.h: Cover all possible x86 cpu cache sizes
` [PATCH v1 31/40] x86/cpu: Consolidate CPUID leaf 0x2 tables
` [PATCH v1 32/40] x86/cacheinfo: Use consolidated leaf 0x2 descriptor table
` [PATCH v1 33/40] x86/cpu: "
` [PATCH v1 34/40] x86/cacheinfo: Separate leaf 0x2 handling and post-processing logic
` [PATCH v1 35/40] x86/cacheinfo: Separate intel leaf 0x4 handling
` [PATCH v1 36/40] x86/cacheinfo: Extract out cache level topology ID calculation
` [PATCH v1 37/40] x86/cacheinfo: Extract out cache self-snoop checks
` [PATCH v1 38/40] x86/cacheinfo: Relocate leaf 0x4 cache_type mapping
` [PATCH v1 39/40] x86/cacheinfo: Introduce amd_hygon_cpu_has_l3_cache()
` [PATCH v1 40/40] x86/cacheinfo: Apply maintainer-tip coding style fixes
[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
2025-03-04 8:51 UTC
[PATCH v14 0/2] media: qcom: camss: Add sc7280 support
2025-03-04 8:51 UTC (6+ messages)
` [PATCH v14 2/2] arm64: dts: qcom: qcs6490-rb3gen2-vision-mezzanine: Add vision mezzanine
[PATCH v3 00/11] Add a percpu subsection for cache hot data
2025-03-04 8:47 UTC (4+ messages)
[PATCH 0/3] some pipe + wait stuff
2025-03-04 8:46 UTC (2+ messages)
[PATCH v1 0/3] gpiolib: Reduce 'gpio' namespace when operate over GPIOd
2025-03-04 8:45 UTC (8+ messages)
` [PATCH v1 1/3] gpiolib: Align FLAG_* definitions in the struct gpio_desc
` [PATCH v1 2/3] gpiolib: Rename gpio_set_debounce_timeout() to gpiod_do_set_debounce()
` [PATCH v1 3/3] gpiolib: Rename gpio_do_set_config() --> gpiod_do_set_config()
[PATCH v2 00/24] perf: Make perf_pmu_unregister() usable
2025-03-04 8:44 UTC (6+ messages)
` [PATCH v2 19/24] perf: Simplify perf_mmap() control flow
[PATCH v2 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
2025-03-04 8:43 UTC (7+ messages)
` [PATCH v2 03/12] iommu: Remove IOMMU_DEV_FEAT_SVA
` [PATCH v2 04/12] iommu/vt-d: Move scalable mode ATS enablement to probe path
` [PATCH v2 06/12] iommu/vt-d: Cleanup intel_context_flush_present()
[PATCH v2 0/1] Accept unaccepted kexec segments' destination addresses
2025-03-04 8:41 UTC (8+ messages)
[PATCH v3 0/3] leds: rgb: leds-qcom-lpg: PWM fixes
2025-03-04 8:41 UTC (3+ messages)
[PATCH v4 0/4] per-function storage support
2025-03-04 8:41 UTC (8+ messages)
` [PATCH v4 1/4] x86/ibt: factor out cfi and fineibt offset
[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
2025-03-04 8:41 UTC (6+ messages)
[tip:x86/asm] BUILD SUCCESS e5ff90b179d45df71373cf79f99d20c9abe229cb
2025-03-04 8:41 UTC
[PATCH 0/5] Fix SCHED_DEADLINE bandwidth accounting during suspend
2025-03-04 8:40 UTC (6+ messages)
` [PATCH 1/5] sched/deadline: Ignore special tasks when rebuilding domains
` [PATCH 2/5] sched/topology: Wrappers for sched_domains_mutex
` [PATCH 3/5] sched/deadline: Generalize unique visiting of root domains
` [PATCH 4/5] sched/deadline: Rebuild root domain accounting after every update
` [PATCH 5/5] sched/topology: Remove redundant dl_clear_root_domain call
[PATCH] pinctrl: pinconf-generic: Fix spelling mistake "paramers" -> "parameters"
2025-03-04 8:39 UTC (2+ messages)
[PATCH v2 0/1] Add quiet/low power compat code
2025-03-04 8:38 UTC (3+ messages)
` [PATCH v2 1/1] ACPI: platform_profile: Treat quiet and low power the same
[PATCH] pinctrl: meson: fix pin input property for a4
2025-03-04 8:38 UTC (2+ messages)
[PATCH v2] mm/hugetlb: update nr_huge_pages and surplus_huge_pages together
2025-03-04 8:38 UTC
[PATCH 0/4] media: qcom: iris: add support for SM8650
2025-03-04 8:38 UTC (5+ messages)
` [PATCH 3/4] media: platform: qcom/iris: add support for vpu33
[PATCH v4 0/1] i2c: mediatek: add runtime PM operations and bus regulator control
2025-03-04 8:37 UTC (3+ messages)
[PATCH v2 0/2] spi: sophgo: add Sophgo SPI NOR controller driver
2025-03-04 8:35 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: spi: add SG2044 "
` [PATCH v2 2/2] spi: sophgo: "
[PATCH] pinctrl: amd: isp411: Add amdisp GPIO pinctrl
2025-03-04 8:34 UTC (2+ messages)
[tip: x86/asm] x86/asm: Make ASM_CALL_CONSTRAINT conditional on frame pointers
2025-03-04 8:33 UTC (3+ messages)
[PATCH] rtc: mt6397: drop unused defines
2025-03-04 8:33 UTC (2+ messages)
Is commit 4d94f0555827 safe?
2025-03-04 8:32 UTC (10+ messages)
[PATCH v2] ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7
2025-03-04 8:30 UTC (9+ messages)
[PATCH v12 0/3] rust: add dma coherent allocator abstraction
2025-03-04 8:28 UTC (7+ messages)
` [PATCH v12 2/3] "
[PATCH 1/3] x86/cpu: Remove some macros about feature names
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/cpu] x86/cpu: Remove unnecessary macro indirection related to CPU "
[PATCH 2/3] x86/cpu: Warn louder about {set,clear}cpuid
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/cpu] x86/cpu: Warn louder about the {set,clear}cpuid boot parameters
[PATCH 3/3] x86/cpu: Log CPU flag cmdline hacks more verbosely
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/cpu] "
[PATCH v3 01/11] percpu: Introduce percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 02/11] x86/percpu: Move pcpu_hot to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 03/11] x86/preempt: Move preempt count to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 04/11] x86/smp: Move cpu number to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 05/11] x86/retbleed: Move call depth to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 06/11] x86/softirq: Move softirq_pending to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 07/11] x86/irq: Move irq stacks to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 08/11] x86/percpu: Move top_of_stack to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 09/11] x86/percpu: Move current_task to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 10/11] x86/stackprotector: Move __stack_chk_guard to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v3 11/11] x86/smp: Move this_cpu_off to percpu hot section
2025-03-04 8:27 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v2] e1000: The 'const' qualifier has been added where applicable to enhance code safety and prevent unintended modifications
2025-03-04 8:27 UTC (2+ messages)
[PATCH v3 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
2025-03-04 8:25 UTC (6+ messages)
` [PATCH v3 04/12] iommu/vt-d: Move scalable mode ATS enablement to probe path
` [PATCH v3 05/12] iommu/vt-d: Move PRI enablement in "
[PATCH v3 00/15] clk: sunxi-ng: add A523 clock support
2025-03-04 8:25 UTC (5+ messages)
` [PATCH v3 04/15] dt-bindings: clk: sunxi-ng: document Allwinner A523 CCU
` [PATCH v3 05/15] dt-bindings: clk: sunxi-ng: add compatible for the A523 PRCM-CCU
[PATCH v11 0/4] Support SMT control on arm64
2025-03-04 8:25 UTC (9+ messages)
` [PATCH v11 3/4] arm64: topology: Support SMT control on ACPI based system
[PATCH] hwmon: (ntc_thermistor) Add min and max temperature attributes
2025-03-04 8:24 UTC
[PATCH] RFC: ptp: add comment about register access race
2025-03-04 8:24 UTC (6+ messages)
[PATCH v5 0/2] drm/bridge: imx: Add i.MX93 parallel display format configuration support
2025-03-04 8:24 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: soc: imx93-media-blk-ctrl: Add PDFC subnode to schema and example
` [PATCH v5 2/2] drm/bridge: imx: Add i.MX93 parallel display format configuration support
PCI/ASPM: Fix L1SS saving (linus/master commit 7507eb3e7bfac)
2025-03-04 8:23 UTC (11+ messages)
` diagnosing resume failures after disconnected USB4 drives (Was: Re: PCI/ASPM: Fix L1SS saving (linus/master commit 7507eb3e7bfac))
[PATCH v35 00/31] Introduce QC USB SND audio offloading support
2025-03-04 8:22 UTC (4+ messages)
[PATCH v9] arm64: mm: Populate vmemmap at the page level if not section aligned
2025-03-04 8:22 UTC (2+ messages)
[PATCH v3 0/9] Add support to load QUP SE firmware from
2025-03-04 8:22 UTC (14+ messages)
` [PATCH v3 1/9] dt-bindings: qcom: geni-se: Add 'firmware-name' property for firmware loading
` [PATCH v3 2/9] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus
` [PATCH v3 3/9] dt-bindings: i2c: qcom,i2c-geni: document qcom,gsi-dma-allowed
` [PATCH v3 4/9] spi: dt-bindings: "
` [PATCH v3 5/9] dt-bindings: serial: "
[PATCH v4 00/12] phy: rockchip: samsung-hdptx: Support high color depth management
2025-03-04 8:21 UTC (9+ messages)
` [PATCH v4 03/12] phy: rockchip: samsung-hdptx: Fix clock ratio setup
` [PATCH v4 07/12] phy: rockchip: samsung-hdptx: Setup TMDS char rate via phy_configure_opts_hdmi
` [PATCH v4 08/12] phy: rockchip: samsung-hdptx: Provide config params validation support
` [PATCH v4 10/12] phy: rockchip: samsung-hdptx: Add high color depth management
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-03-04 8:18 UTC (2+ messages)
[PATCH v2 0/3] ieee802154: ca8210: Sparse fix and GPIOd conversion
2025-03-04 8:18 UTC (3+ messages)
` [PATCH net-next v2 2/3] ieee802154: ca8210: Get platform data via dev_get_platdata()
[PATCH] PCI: cadence: Fix NULL pointer error for ops
2025-03-04 8:17 UTC
[PATCH net-next] net: ti: icssg-prueth: Add ICSSG FW Stats
2025-03-04 8:16 UTC (3+ messages)
[PATCH v1] rtla: Save trace when option `--trace` is specified
2025-03-04 8:16 UTC (8+ messages)
[PATCH v3 0/4] KVM: x86: Introduce quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
2025-03-04 8:15 UTC (3+ messages)
` [PATCH v3 2/6] KVM: x86: Allow vendor code to disable quirks
[PATCH] rtc: pcf85063: replace dev_err+return with return dev_err_probe
2025-03-04 8:14 UTC
[PATCH net 0/2] net: phy: nxp-c45-tja11xx: add errata for TJA112XA/B
2025-03-04 8:14 UTC (3+ messages)
` [PATCH net 1/2] net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata
[PATCH v2] drm/panthor: Update CS_STATUS_ defines to correct values
2025-03-04 8:11 UTC (2+ messages)
[PATCH v2 1/5] tools/nolibc: add support for openat(2)
2025-03-04 8:11 UTC (6+ messages)
` [PATCH v2 2/5] tools/nolibc: always use openat(2) instead of open(2)
` [PATCH v2 3/5] tools/nolibc: process open() vararg as mode_t
` [PATCH v2 4/5] tools/nolibc: drop outdated example from overview comment
` [PATCH v2 5/5] tools/nolibc: mark more test functions as static
[PATCH v4 1/2] drm/panthor: Replace sleep locks with spinlocks in fdinfo path
2025-03-04 8:08 UTC (3+ messages)
` [PATCH v4 2/2] drm/panthor: Avoid sleep locking in the internal BO size path
[PATCH 00/32] kselftest harness and nolibc compatibility
2025-03-04 8:06 UTC (8+ messages)
` [PATCH 24/32] tools/nolibc: add getopt()
` [PATCH 25/32] tools/nolibc: allow different write callbacks in printf
` [PATCH 27/32] tools/nolibc: add snprintf() and friends
[PATCH net-next 0/6] mlx5 misc enhancements 2025-02-26
2025-03-04 8:05 UTC (4+ messages)
` [PATCH net-next 6/6] net/mlx5e: Properly match IPsec subnet addresses
PCI: hotplug_event: PCIe PLDA Device BAR Reset
2025-03-04 8:05 UTC (3+ messages)
[PATCH v3 0/7] Provides support for Trigger Generation Unit
2025-03-04 8:05 UTC (3+ messages)
` [PATCH v3 1/7] dt-bindings: arm: Add support for Coresight TGU trace
[PATCH RESEND 00/12] drm: Move to using devm_platform_ioremap_resource
2025-03-04 8:04 UTC (4+ messages)
` [PATCH RESEND 07/12] drm/sti: move to devm_platform_ioremap_resource() usage
[PATCH] net/mlx5: handle errors in mlx5_chains_create_table()
2025-03-04 8:03 UTC
[PATCH RESEND v3 00/17] iio: adc: ad7768-1: Add features, improvements, and fixes
2025-03-04 8:03 UTC (3+ messages)
` [PATCH RESEND v3 12/17] iio: adc: ad7768-1: Add GPIO controller support
[PATCH v3 0/6] Maxim Integrated MAX77759 PMIC MFD-based drivers
2025-03-04 8:01 UTC (3+ messages)
` [PATCH v3 5/6] gpio: max77759: add Maxim MAX77759 gpio driver
[PATCH] inotify: disallow watches on unsupported filesystems
2025-03-04 8:00 UTC
[PATCH 0/2] riscv: sophgo Add PCIe support to Sophgo SG2044 SoC
2025-03-04 7:59 UTC (3+ messages)
[PATCH v2 0/4] gpio: Hide and obey valid_mask
2025-03-04 7:57 UTC (9+ messages)
` [PATCH v2 1/4] gpio: Respect valid_mask when requesting GPIOs
` [PATCH v2 2/4] gpio: Add a valid_mask getter
` [PATCH v2 3/4] gpio: gpio-rcar: Drop direct use of valid_mask
` [PATCH v2 4/4] gpio: Hide valid_mask from direct assignments
[PATCH v4 0/6] arm64: dts: freescale: imx8mp-skov: switch to nominal drive mode
2025-03-04 7:56 UTC (4+ messages)
[PATCH] dt-bindings: iio: accel: add binding documentation for ADIS16203
2025-03-04 7:53 UTC (2+ messages)
[RFC/RFT PATCH] pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction()
2025-03-04 7:53 UTC (2+ messages)
[PATCH v1 0/5] TH1520 SoC: Add AON firmware & power-domain support
2025-03-04 7:52 UTC (7+ messages)
` [PATCH v1 1/5] dt-bindings: firmware: thead,th1520: Add support for firmware node
[PATCH] usb: xhci: Fix host controllers "dying" after suspend and resume
2025-03-04 7:51 UTC
[PATCH 0/7] rockchip: Add support for leds and user button on Radxa E20C
2025-03-04 7:51 UTC (2+ messages)
[PATCH] rust: Fix enabling Rust and building with GCC for LoongArch
2025-03-04 7:49 UTC (2+ messages)
[PATCH v6 0/3] microchip-tcb-capture: Add Capture, Compare, Overflow etc. events
2025-03-04 7:47 UTC (3+ messages)
` [PATCH v6 3/3] counter: microchip-tcb-capture: Add capture extensions for registers RA/RB
[PATCH] hwmon: Fix the missing of 'average' word in hwmon_power_attr_templates
2025-03-04 7:46 UTC
[PATCH v2] dt-bindings: iio: accel: add binding documentation for ADIS16203
2025-03-04 7:46 UTC (2+ messages)
[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
2025-03-04 7:45 UTC (11+ messages)
[PATCH v4] PCI/sysfs: Change read permissions for VPD attributes
2025-03-04 7:45 UTC (3+ messages)
[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
2025-03-04 7:44 UTC (6+ messages)
[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
2025-03-04 7:41 UTC (6+ messages)
` [PATCH v1 1/4] dt-bindings: clock: thead: Add TH1520 VO clock controller
[PATCH] reset: rzg2l-usbphy-ctrl: Correct reset status check
2025-03-04 7:41 UTC (3+ messages)
[PATCH v2 0/2] gpio: irq: support describing three-cell interrupts
2025-03-04 7:40 UTC (3+ messages)
` [PATCH v2 2/2] gpiolib: support parsing gpio three-cell interrupts scheme
kernel bug found and suggestions for fixing it
2025-03-04 7:31 UTC
[PATCH v3 net-next 00/13] Add more feautues for ENETC v4 - round 2
2025-03-04 7:22 UTC (4+ messages)
` [PATCH v3 net-next 11/13] net: enetc: add VLAN filtering support for i.MX95 ENETC PF
` [PATCH v3 net-next 12/13] net: enetc: add loopback "
` [PATCH v3 net-next 13/13] MAINTAINERS: add new file ntmp.h to ENETC driver
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®