All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-23 07:09:21 to 2024-08-23 08:07:01 UTC [more...]

[PATCH bpf-next 0/3] follow up for __jited test tag
 2024-08-23  8:06 UTC  (2+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: test_loader.c:get_current_arch() should not return 0

[PATCH] drm/xe: Replace double space with single space after comma
 2024-08-23  8:06 UTC  (6+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "

[PATCH v2 00/36] soc: fsl: Add support for QUICC Engine TSA and QMC
 2024-08-23  8:06 UTC  (21+ messages)
` [PATCH v2 01/36] soc: fsl: cpm1: qmc: Update TRNSYNC only in transparent mode
` [PATCH v2 02/36] soc: fsl: cpm1: qmc: Enable TRNSYNC only when needed
` [PATCH v2 03/36] soc: fsl: cpm1: tsa: Fix tsa_write8()
` [PATCH v2 04/36] soc: fsl: cpm1: tsa: Use BIT(), GENMASK() and FIELD_PREP() macros
` [PATCH v2 05/36] soc: fsl: cpm1: tsa: Fix blank line and spaces
` [PATCH v2 06/36] soc: fsl: cpm1: tsa: Add missing spinlock comment
` [PATCH v2 07/36] dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) TSA controller
` [PATCH v2 08/36] soc: fsl: cpm1: tsa: Remove unused registers offset definition
` [PATCH v2 09/36] soc: fsl: cpm1: tsa: Use ARRAY_SIZE() instead of hardcoded integer values
` [PATCH v2 10/36] soc: fsl: cpm1: tsa: Make SIRAM entries specific to CPM1

[PATCH 1/5] test: conftest.py: move top-level
 2024-08-23  8:04 UTC  (2+ messages)

[PATCH 00/16] Add initial USB support for the Renesas RZ/G3S SoC
 2024-08-23  8:05 UTC  (14+ messages)
` [PATCH 02/16] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Add #reset-cells for RZ/G3S
` [PATCH 07/16] reset: rzg2l-usbphy-ctrl: Get reset control array
` [PATCH 10/16] phy: renesas: rcar-gen3-usb2: Add support to initialize the bus

[PATCH v4] drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed
 2024-08-23  8:04 UTC  (2+ messages)

[RFC 0/7] Introduce swiotlb throttling
 2024-08-23  8:02 UTC  (5+ messages)
` [RFC 1/7] swiotlb: "
` [RFC 2/7] dma: Handle swiotlb throttling for SGLs

[PATCH 0/3] selftests: kvm: s390: Add ucontrol memory selftests
 2024-08-23  8:02 UTC  (9+ messages)
` [PATCH 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH 2/3] selftests: kvm: s390: Add uc_skey "

[Buildroot] [PATCH] board/qemu/patches/arm-trusted-firmware: add v2.10 hash
 2024-08-23  7:56 UTC 

[LTP] [PATCH] lgetxattr02: Convert docs to docparse
 2024-08-23  8:03 UTC 

[PATCH v3] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
 2024-08-23  8:01 UTC 

[PATCH] locking/csd_lock: fix csd_lock_wait_toolong() error warning
 2024-08-23  8:00 UTC 

[PATCH][next] PCI: rcar-gen4: make read-only const array check_addr static
 2024-08-23  8:00 UTC  (2+ messages)

[PATCH v3] ctime.3: EXAMPLES: Add example program
 2024-08-23  7:57 UTC  (5+ messages)

[PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
 2024-08-23  7:59 UTC  (3+ messages)

[PATCH] scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rport
 2024-08-23  7:59 UTC 

[PATCH i-g-t v3 00/14] Test coverage for GPU debug support
 2024-08-23  7:58 UTC  (8+ messages)
` [PATCH i-g-t v3 04/14] lib/xe_eudebug: Introduce eu debug testing framework

Regarding patch "block/blk-mq: Don't complete locally if capacities are different"
 2024-08-23  7:57 UTC  (14+ messages)

[PATCH master] openrisc: dts: describe all 4 UARTs
 2024-08-23  7:57 UTC  (2+ messages)

[Buildroot] [PATCH next] package/fbv: update package
 2024-08-23  7:58 UTC  (2+ messages)

[PATCH v6] usb: gadget: u_serial: Add null pointer check in gs_read_complete & gs_write_complete
 2024-08-23  7:57 UTC  (6+ messages)
  ` 答复: "

[PATCH 6.11 regression fix] ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards harder
 2024-08-23  7:56 UTC  (2+ messages)

[PATCH v3] wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-23  7:56 UTC  (3+ messages)

[v5 01/11] platform/x86/amd/hsmp: Create hsmp/ directory
 2024-08-23  7:55 UTC  (11+ messages)
` [v5 02/11] platform/x86/amd/hsmp: Create wrapper function init_acpi()
` [v5 03/11] platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer
` [v5 04/11] platform/x86/amd/hsmp: Move structure and macros to header file
` [v5 05/11] platform/x86/amd/hsmp: Move platform device specific code to plat.c
` [v5 06/11] platform/x86/amd/hsmp: Move ACPI code to acpi.c
` [v5 07/11] platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev
` [v5 08/11] platform/x86/amd/hsmp: Create mutually exclusive ACPI and plat drivers
` [v5 09/11] platform/x86/amd/hsmp: Use name space while exporting module symbols
` [v5 10/11] platform/x86/amd/hsmp: Use dev_groups in the driver structure
` [v5 11/11] platform/x86/amd/hsmp: Fix potential spectre issue

[PATCH] platform: Make platform_bus_type constant
 2024-08-23  7:55 UTC 

[Buildroot] [PATCH 1/1] package/ipmitool: add hash for enterprise-numbers.txt
 2024-08-23  7:55 UTC  (2+ messages)

[PATCH] bus: qcom-ebi2: change to use devm_clk_get_enabled() helpers
 2024-08-23  8:09 UTC 

[Buildroot] [PATCH 1/1] package/libcuefile: fix build failure due to implicit declaration
 2024-08-23  7:53 UTC  (2+ messages)

[PATCH v4 net-next 00/12] net: introduce TX H/W shaping API
 2024-08-23  7:51 UTC  (3+ messages)

[PATCH v3 0/3] Add HDCP feature for DisplayPort
 2024-08-23  7:30 UTC  (4+ messages)
` [PATCH v3 2/3] Subject: [PATCH] drm/mediatek/dp: Add HDCP2.x "

[PATCH for-next 0/4] RDMA/erdma: erdma updates
 2024-08-23  7:50 UTC  (5+ messages)
` [PATCH for-next 1/4] RDMA/erdma: Make the device probe process more robust
` [PATCH for-next 2/4] RDMA/erdma: Refactor the initialization and destruction of EQ
` [PATCH for-next 3/4] RDMA/erdma: Add disassociate ucontext support
` [PATCH for-next 4/4] RDMA/erdma: Return QP state in erdma_query_qp

[PATCH v5 00/10] platform/chrome: Introduce DT hardware prober
 2024-08-23  7:50 UTC  (4+ messages)
` [PATCH v5 05/10] gpiolib: Add gpio_property_name_length()

[PATCH] drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict
 2024-08-23  7:50 UTC 

Please pull u-boot-samsung master
 2024-08-23  7:50 UTC  (3+ messages)

[PATCH v2 0/4] i2c: Replace lists of special clients with flagging of such clients
 2024-08-23  7:49 UTC  (3+ messages)
` [PATCH v2 1/4] ALSA: ppc: Remove i2c client removal hack

[PATCH RESEND 0/3] ASoC: dapm-graph: add component on/off and route names to graph
 2024-08-23  7:48 UTC  (5+ messages)
` [PATCH RESEND 1/3] ASoC: dapm-graph: remove the "ROOT" cluster
` [PATCH RESEND 2/3] ASoC: dapm-graph: visualize component On/Off bias level
` [PATCH RESEND 3/3] ASoC: dapm-graph: show path name for non-static routes

[PATCH v3 1/2] dt-bindings: arm: ti: Add BeagleY-AI
 2024-08-23  7:46 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: dts: ti: Add k3-am67a-beagley-ai

[BUG almost bisected] Splat in dequeue_rt_stack() and build error
 2024-08-23  7:47 UTC  (2+ messages)

[PATCH v1] dts: fix testpmd port device error handling mode
 2024-08-23  7:45 UTC 

[PATCH] ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict
 2024-08-23  7:43 UTC 

[PATCH v3] wifi: mwifiex: Convert to use jiffies macro
 2024-08-23  7:43 UTC  (2+ messages)

[PATCH v9 0/4] initial clock support for exynosauto v920 SoC
 2024-08-23  7:42 UTC  (10+ messages)
  ` [PATCH v9 1/4] dt-bindings: clock: add ExynosAuto v920 SoC CMU bindings
    ` (subset) "
  ` [PATCH v9 2/4] arm64: dts: exynos: add initial CMU clock nodes in ExynosAuto v920
    ` (subset) "
  ` [PATCH v9 3/4] clk: samsung: clk-pll: Add support for pll_531x
    ` (subset) "
  ` [PATCH v9 4/4] clk: samsung: add top clock support for ExynosAuto v920 SoC
    ` (subset) "

[LTP] [PATCH] lgetxattr01: Convert docs to docparse
 2024-08-23  7:43 UTC 

[PATCH] PCI: Make pci_bus_type constant
 2024-08-23  7:42 UTC 

[PATCH v2] drm/radeon: Switch radeon_connector to struct drm_edid
 2024-08-22 19:35 UTC 

[PATCH -next v2 RESEND] drm/amd/display: Remove unused dcn35_fpga_funcs
 2024-08-23  1:18 UTC  (3+ messages)

[PATCHES] [drm] file descriptor fixes
 2024-08-23  7:21 UTC  (6+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()

[PATCH -next] drm/amd/display: Remove unnecessary semicolon after switch statement
 2024-08-23  0:35 UTC 

[PATCH -next v3] drm/amd/display: Remove unused dcn35_fpga_funcs and related functions
 2024-08-23  1:42 UTC 

[PATCH] leds: gpio: Set num_leds after allocation
 2024-08-23  7:42 UTC  (6+ messages)
` (subset) "

[PATCH 0/4] OPP: Re-work code to drop _opp_attach|detach_genpd()
 2024-08-23  7:42 UTC  (7+ messages)
` [PATCH 2/4] media: venus: Use dev_pm_domain_attach|detach_list() for OPP PM domain

[PATCH v1] dts: add testpmd port information caching
 2024-08-23  7:41 UTC 

[PATCH] codetag: debug: mark codetags for pages which transitioned from being poison to unpoison as empty
 2024-08-23  7:40 UTC  (7+ messages)

[wireless-next:main] BUILD SUCCESS 67a72043aa2e6f60f7bbe7bfa598ba168f16d04f
 2024-08-23  7:39 UTC 

[PATCH v3 0/2] coresight: Add remote etm support
 2024-08-23  7:39 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: arm: Add qcom,qmi-id for remote etm

[OE-core][kirkstone][PATCH] wpa-supplicant: Upgrade 2.10 -> 2.11
 2024-08-23  7:38 UTC 

[PATCH v4 0/4] Add dw_mmc support for rk3576
 2024-08-23  7:36 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: mmc: Add support for rk3576 dw-mshc

[PATCH v7 0/3] usb: gadget: 9pfs transport
 2024-08-23  7:37 UTC  (4+ messages)
` [PATCH v7 2/3] net/9p/usbg: Add new usb gadget function transport

[PATCH] usb: chipidea: udc: enable suspend interrupt after usb reset
 2024-08-23  7:38 UTC 

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2024-08-23  7:37 UTC  (3+ messages)
` [Bug 219009] "

[PATCH] maple_tree: simplify mas_wr_node_walk for improved readability
 2024-08-23  7:37 UTC 

[PATCH v9 0/3] usb: gadget: 9pfs transport
 2024-08-23  7:36 UTC  (4+ messages)
` [PATCH v9 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v9 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v9 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH net 0/1] NULL ptr dereference in tcp_rearm_rto
 2024-08-23  7:36 UTC  (4+ messages)
` [PATCH net 1/1] tcp: check skb is non-NULL in tcp_rto_delta_us()

[PATCH 00/17] NXP DPAA ETH driver enhancement and fixes
 2024-08-23  7:36 UTC  (50+ messages)
` [PATCH 03/17] bus/dpaa: fix VSP for 1G fm1-mac9 and 10
` [PATCH 04/17] bus/dpaa: add port buffer manager stats
` [PATCH 05/17] net/dpaa: support Tx confirmation to enable PTP
` [PATCH 07/17] net/dpaa: share MAC FMC scheme and CC parse
` [PATCH 09/17] net/dpaa: support IEEE 1588 PTP
` [PATCH 10/17] net/dpaa: implement detailed packet parsing
` [PATCH 11/17] net/dpaa: enhance DPAA frame display
` [PATCH 13/17] net/dpaa: add Tx rate limiting DPAA PMD API
` [PATCH 14/17] bus/dpaa: add OH port mode for dpaa eth
` [PATCH 17/17] net/dpaa: improve dpaa errata A010022 handling
` [PATCH v2 00/18] NXP DPAA ETH driver enhancement and fixes
  ` [PATCH v2 01/18] bus/dpaa: fix PFDRs leaks due to FQRNIs
  ` [PATCH v2 02/18] net/dpaa: fix typecasting ch ID to u32
  ` [PATCH v2 03/18] bus/dpaa: fix VSP for 1G fm1-mac9 and 10
  ` [PATCH v2 04/18] bus/dpaa: fix the fman details status
  ` [PATCH v2 05/18] bus/dpaa: add port buffer manager stats
  ` [PATCH v2 06/18] net/dpaa: support Tx confirmation to enable PTP
  ` [PATCH v2 07/18] net/dpaa: add support to separate Tx conf queues
  ` [PATCH v2 08/18] net/dpaa: share MAC FMC scheme and CC parse
  ` [PATCH v2 09/18] net/dpaa: support Rx/Tx timestamp read
  ` [PATCH v2 10/18] net/dpaa: support IEEE 1588 PTP
  ` [PATCH v2 11/18] net/dpaa: implement detailed packet parsing
  ` [PATCH v2 12/18] net/dpaa: enhance DPAA frame display
  ` [PATCH v2 13/18] net/dpaa: support mempool debug
  ` [PATCH v2 14/18] net/dpaa: add Tx rate limiting DPAA PMD API
  ` [PATCH v2 15/18] bus/dpaa: add OH port mode for dpaa eth
  ` [PATCH v2 16/18] bus/dpaa: add ONIC port mode for the DPAA eth
  ` [PATCH v2 17/18] net/dpaa: improve the dpaa port cleanup
  ` [PATCH v2 18/18] net/dpaa: improve dpaa errata A010022 handling

Thread for updating minor properties of tracked regressions [consider ignoring it!]
 2024-08-23  7:36 UTC  (2+ messages)

[PATCH v4 0/4] Add pinctrl support for rk3576
 2024-08-23  7:35 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: soc: rockchip: Add rk3576 syscon compatibles
` [PATCH v4 3/4] dt-bindings: pinctrl: Add rk3576 pinctrl support

arch_prctl()
 2024-08-23  7:35 UTC  (12+ messages)

[PATCH -next] ovl: Use in_group_or_capable() helper to simplify the code
 2024-08-23  7:33 UTC  (2+ messages)

[PATCH] hw/loongarch: Remove default enable with VIRTIO_VGA device
 2024-08-23  7:30 UTC 

[PATCH i-g-t v4] lib/gpgpu_fill: Write kernel using inline iga64 api
 2024-08-23  7:31 UTC  (3+ messages)
` ✓ CI.xeBAT: success for lib/gpgpu_fill: Write kernel using inline iga64 api (rev5)
` ✓ Fi.CI.BAT: "

[PATCH] aoe: Use IS_ERR_OR_NULL() to clean code
 2024-08-23  7:30 UTC  (2+ messages)

[PATCH v4 00/35] Convert avocado tests to normal Python unittests
 2024-08-23  7:28 UTC  (3+ messages)
` [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets

[PATCH v1] net/cpfl: fix cpfl parser issue
 2024-08-23  7:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1] net/cpfl: fix invalid action types
 2024-08-23  7:26 UTC  (3+ messages)

[PATCH v2] platform/chrome: chromeos_laptop: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-23  7:27 UTC  (3+ messages)

[PATCH] dm-crypt: Allow to specify the integrity key size as option
 2024-08-23  7:26 UTC  (5+ messages)

[PATCH] blktrace: Add 'P' identifier to mark I/O with REQ_POLLED flag
 2024-08-23  7:25 UTC 

[RFC PATCH] ceph: fix out-of-bound array access when doing a file read
 2024-08-23  7:25 UTC  (3+ messages)

[PATCH v1 1/1] pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable API
 2024-08-23  7:23 UTC  (2+ messages)

[PATCH v2 0/8] PCI: Enable Power and configure the QPS615 PCIe switch
 2024-08-23  7:23 UTC  (3+ messages)
` [PATCH v2 4/8] PCI: Change the parent to correctly represent pcie hierarchy

[PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default
 2024-08-23  7:23 UTC  (3+ messages)

[PATCH] docs: fusa: Add requirements for generic timer
 2024-08-23  7:22 UTC  (6+ messages)

[PATCH] mmc : fix for check cqe halt
 2024-08-23  7:23 UTC  (3+ messages)

[PATCH v1 0/4] add ref content check for files backend
 2024-08-23  7:21 UTC  (7+ messages)
` [PATCH v1 2/4] ref: add regular "

[PATCH 0/2] Implement WA to fix increased power usage
 2024-08-23  7:20 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/psr: Implment WA to help reach PC10

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-08-23  7:16 UTC  (10+ messages)
` [PATCH linux-next v3 05/14] crash: clean up kdump "

[PATCH v1 0/3] thermal: core: Cleanups after bind/unbind changes
 2024-08-23  7:17 UTC  (7+ messages)
` [PATCH v1 1/3] thermal: core: Rename cdev-to-thermal-zone bind/unbind functions
` [PATCH v1 2/3] thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()
` [PATCH v1 3/3] thermal: core: Drop tz field from struct thermal_instance

[PATCH] x86emul: drop and avoid use of BUG()
 2024-08-23  7:16 UTC 

[PATCH] media: v4l2-mc: Mark v4l2_pipeline_link_notify() as deprecated
 2024-08-23  7:16 UTC  (2+ messages)

[PATCH v2 0/2] cpuidle: riscv-sbi: Allow cpuidle pd used by other devices
 2024-08-23  7:09 UTC  (7+ messages)
` [PATCH v2 1/2] cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcall
` [PATCH v2 2/2] cpuidle: riscv-sbi: Add cpuidle_disabled() check

[PATCH] cdx: make cdx_bus_type constant
 2024-08-23  7:14 UTC 

[Patch net-next] l2tp: avoid overriding sk->sk_user_data
 2024-08-23  7:13 UTC  (2+ messages)

[PATCH v6] clk: starfive: jh7110-sys: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz
 2024-08-23  3:41 UTC  (5+ messages)

[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
 2024-08-23  7:12 UTC  (6+ messages)

A Comparison of printk between upstream and linux-rt-devel
 2024-08-23  7:11 UTC  (2+ messages)

[PATCH v2] gpio: rockchip: Update the GPIO driver
 2024-08-23  7:06 UTC  (2+ messages)

[PATCH v2] drm/i915: Implement Dbuf overlap detection feature starting from LNL
 2024-08-23  7:09 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Implement Dbuf overlap detection feature starting from LNL (rev3)

[dvyukov:dvyukov-random-sched 1/1] kernel/kcov.c:230:42: error: 'X86_EFLAGS_AC' undeclared
 2024-08-23  7:09 UTC 


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.