All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-15 10:14:33 to 2024-07-15 11:00:10 UTC [more...]

[PATCH 0/6] Binding and driver for "dumb" clock generators
 2024-07-15 10:59 UTC  (5+ messages)
` Re: [PATCH 1/6] dt-bindings: clocks: add binding for generic clock-generators
  `  "

[PATCH v2] io_uring: Avoid polling configuration errors
 2024-07-15 10:59 UTC  (3+ messages)
  `  "

Please pull u-boot-marvell/master
 2024-07-15 10:59 UTC 

[PATCH 0/2] Minor cleanups
 2024-07-15 10:59 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` [PATCH 1/2] drm/xe: Delete unused register from xe_regs.h
` [PATCH 2/2] drm/xe: Remove function xe_device_canonicalize_addr
` ✓ CI.Build: success for Minor cleanups

[LTP] [PATCH v1 0/3] cachestat testing suite
 2024-07-15 10:58 UTC  (3+ messages)

[PATCH v5 00/27] Add support for sam9x7 SoC family
 2024-07-15 10:58 UTC  (7+ messages)
` [PATCH v5 25/27] ARM: dts: at91: sam9x7: add device tree for SoC
` [PATCH v5 27/27] ARM: dts: microchip: sam9x75_curiosity: add sam9x75 curiosity board

[PATCH v2.1 2/4] initramfs-crypt-hook: Provide full losetup executable
 2024-07-15 10:58 UTC  (2+ messages)

[PATCH 00/14] Improve mechanism for configuring allowed commands
 2024-07-15 10:56 UTC  (3+ messages)

[PATCH 0/2] Postcopy migration and vhost-user errors
 2024-07-15 10:57 UTC  (6+ messages)
` [PATCH 1/2] vhost-user: add a write-read lock

[PATCH v5 0/5] Changes in v5:
 2024-07-15 10:56 UTC  (4+ messages)
` [PATCH v5 5/5] firmware: imx: adds miscdev

[PATCH v3] arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP) board
 2024-07-15 10:56 UTC  (2+ messages)

[PATCH 00/13] armada-370-xp irqchip updates round 5
 2024-07-15 10:51 UTC  (14+ messages)
` [PATCH 01/13] irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END
` [PATCH 02/13] irqchip/armada-370-xp: Drop msi_doorbell_end()
` [PATCH 03/13] irqchip/armada-370-xp: Rename struct irq_domain variables for consistency
` [PATCH 04/13] irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init()
` [PATCH 05/13] irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init()
` [PATCH 06/13] irqchip/armada-370-xp: Put static variables into driver private structure
` [PATCH 07/13] irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structure
` [PATCH 08/13] irqchip/armada-370-xp: Pass around the driver private structure
` [PATCH 09/13] irqchip/armada-370-xp: Dynamically allocate "
` [PATCH 10/13] irqchip/armada-370-xp: Fix reenabling last per-CPU interrupt
` [PATCH 11/13] irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause register
` [PATCH 12/13] irqchip/armada-370-xp: Allow mapping only per-CPU interrupts
` [PATCH 13/13] irqchip/armada-370-xp: Use the mpic_is_ipi_available() helper in one more case

[PATCH] arm: dts: mvebu: Migrate to upstream DT for Synology DS116 (Armada 385) board
 2024-07-15 10:55 UTC  (2+ messages)

[GIT PULL] x86/alternatives for v6.11-rc1
 2024-07-15 10:55 UTC 

mlx5 AF_XDP zero-copy queues
 2024-07-15 10:54 UTC  (3+ messages)

[PATCH 00/22] path checker refactor and misc fixes
 2024-07-15 10:53 UTC  (3+ messages)
` [PATCH 01/22] libmultipath: rename dm_map_present_by_wwid() and add outputs

[PATCH v3] thermal: core: Call monitor_thermal_zone() if zone temperature is invalid
 2024-07-15 10:52 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] package/tio: install bash-completions
 2024-07-15 10:52 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/tio: disable installing man page

[PATCH] dlm: Simplify character output in three functions
 2024-07-15 10:52 UTC 

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in attr_make_nonresident
 2024-07-15 10:52 UTC 

overlayfs: NFS lowerdir changes & opaque negative lookups
 2024-07-15 10:50 UTC  (6+ messages)

[Intel-wired-lan] [PATCH iwl-net v1 0/2] ice: Reset procedure fixes
 2024-07-15 10:48 UTC  (6+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-net v1 1/2] ice: Fix reset handler
  `  "
` [Intel-wired-lan] [PATCH iwl-net v1 2/2] ice: Skip PTP HW writes during PTP reset procedure
  `  "

[Buildroot] [git commit] package/tio: install bash-completions
 2024-07-15 10:33 UTC 

[PATCH v4 00/19] Updates for turris-mox-rwtm driver
 2024-07-15 10:47 UTC  (20+ messages)
` [PATCH v4 01/19] firmware: turris-mox-rwtm: Do not complete if there are no waiters
` [PATCH v4 02/19] firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout()
` [PATCH v4 03/19] firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096
` [PATCH v4 04/19] firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6
` [PATCH v4 05/19] firmware: turris-mox-rwtm: Use the boolean type where appropriate
` [PATCH v4 06/19] firmware: turris-mox-rwtm: Hide signature related constants behind macros
` [PATCH v4 07/19] firmware: turris-mox-rwtm: Fix driver includes
` [PATCH v4 08/19] firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf()
` [PATCH v4 09/19] firmware: turris-mox-rwtm: Don't create own kobject type
` [PATCH v4 10/19] firmware: turris-mox-rwtm: Simplify debugfs code
` [PATCH v4 11/19] firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remove()
` [PATCH v4 12/19] firmware: turris-mox-rwtm: Use dev_err_probe() where possible
` [PATCH v4 13/19] firmware: turris-mox-rwtm: Initialize completion before mailbox
` [PATCH v4 14/19] firmware: turris-mox-rwtm: Drop redundant device pointer
` [PATCH v4 15/19] firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()
` [PATCH v4 16/19] firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv member
` [PATCH v4 17/19] firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYS
` [PATCH v4 18/19] firmware: turris-mox-rwtm: Use ALIGN() instead of hardcoding
` [PATCH v4 19/19] firmware: turris-mox-rwtm: Deduplicate command execution code

[PATCH] perf callchain: Fix suspicious RCU usage in get_callchain_entry()
 2024-07-15 10:47 UTC  (2+ messages)

[GIT PULL] RAS updates for v6.11-rc1
 2024-07-15 10:46 UTC 

[PATCH] power: supply: qcom_battmgr: Ignore extra __le32 in info payload
 2024-07-15 10:45 UTC  (4+ messages)

[PATCH net-next v3 2/2] vsock/virtio: avoid queuing packets when work queue is empty
 2024-07-15 10:44 UTC  (2+ messages)

[PATCH] USB: serial: Change usb_debug to not echo by default
 2024-07-15 10:44 UTC 

[PATCH 1/2] dt-bindings: arm: rockchip: Add Cool Pi GenBook
 2024-07-15 10:44 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Add support for rk3588 GenBook
    `  "

[PATCH v3 2/8] timers/migration: Move hierarchy setup into cpuhotplug prepare callback
 2024-07-15 10:44 UTC  (5+ messages)
` [PATCH v4 "

[PATCH] usb: typec: ucsi: glink: Remove unnecessary semicolon
 2024-07-15 10:44 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: fix warnings in W=1 build
 2024-07-15 10:43 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: fix override-init warnings in W=1 builds

[PATCH BlueZ v1] tools/rctest: add NULL checks to main()
 2024-07-15 10:43 UTC  (2+ messages)
` [BlueZ,v1] "

[PATCH] bus: mhi: host: Add firehose support for Foxconn SDX24/SDX55/SDX65
 2024-07-15 10:43 UTC  (6+ messages)
  `  "
    `  "
      `  "
        `  "

[GIT PULL] MMC and MEMSTICK updates for v6.11
 2024-07-15 10:42 UTC 

[PATCH 1/1] Docs/admin-guide: Remove pmf leftover reference from the index
 2024-07-15 10:41 UTC 

[PATCH v2] mm/huge_memory: Avoid PMD-size page cache if needed
 2024-07-15 10:41 UTC  (2+ messages)

[PATCH net-next v5 00/25] Introducing OpenVPN Data Channel Offload
 2024-07-15 10:40 UTC  (3+ messages)
` [PATCH net-next v5 15/25] ovpn: implement multi-peer support

[PATCH 2/3] drm/amdgpu: More efficient ring padding
 2024-07-15 10:40 UTC  (2+ messages)
` [PATCH v4 "

[RFC] iommu_ops->domain_alloc_paging() enhancement to support AMD IOMMU driver
 2024-07-15 10:39 UTC  (11+ messages)

[LTP] [RFC PATCH 1/2] realtime: Use offsetof() macro from <stddef.h>
 2024-07-15 10:38 UTC  (9+ messages)
` [LTP] [RFC PATCH 2/2] sched_football: Rewrite into new API

[PATCH v2 0/6] clk: qcom: sm8150: Add camera clock controller support for SM8150
 2024-07-15 10:38 UTC  (9+ messages)
` [PATCH v2 5/6] clk: qcom: Add camera clock controller driver "

[PATCH v3 00/12] PCI: brcnstb: Enable STB 7712 SOC
 2024-07-15 10:38 UTC  (11+ messages)
` [PATCH v3 03/12] PCI: brcmstb: Use common error handling code in brcm_pcie_probe()
` [PATCH v3 04/12] PCI: brcmstb: Use bridge reset if available
` [PATCH v3 05/12] PCI: brcmstb: Use swinit "
` [PATCH v3 06/12] PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
` [PATCH v3 09/12] PCI: brcmstb: Refactor for chips with many regular inbound BARs

CVE-2024-40938: landlock: Fix d_parent walk
 2024-07-15 10:37 UTC  (2+ messages)

[PATCH v2 0/2] clk: renesas: rzg2l-cpg: Refactor and simplify clock registration
 2024-07-15 10:35 UTC  (3+ messages)
` [PATCH v2 1/2] clk: renesas: rzg2l-cpg: Use devres API to register clocks
` [PATCH v2 2/2] clk: renesas: rzg2l-cpg: Refactor to use priv for clks and base in clock register functions

[PATCH v3 0/1] Update for gfortran
 2024-07-15 10:37 UTC  (7+ messages)
` [PATCH v3 1/1] gfortran: update runtime dependencies
    ` [OE-core] "

[groeck-staging:hwmon-next] BUILD SUCCESS 1ea3fd1eb9869fcdcbc9c68f9728bfc47b9503f1
 2024-07-15 10:36 UTC 

[RFC PATCH 0/4] Add jump table support for objtool on LoongArch
 2024-07-15 10:35 UTC  (7+ messages)
` [RFC PATCH 4/4] LoongArch: Remove -fno-jump-tables for objtool

[PATCH v4 1/2] locking/lockdep: Forcing subclasses to have same name pointer as their parent class
 2024-07-15 13:26 UTC  (2+ messages)
` [PATCH v4 2/2] locking/lockdep: Testing lock class and subclass got the same name pointer

[PATCH] RFC drm/xe/xe_gt_idle: Expose Coarse power gating sysfs entries
 2024-07-15 10:34 UTC  (2+ messages)
` ✓ CI.BAT: success for "

A new spinlock for multicore (>16) platform
 2024-07-15 10:33 UTC  (4+ messages)

Is the manpage wrong for "ip address delete"?
 2024-07-15 10:32 UTC  (4+ messages)

[PATCH] mm/hwpoison: reset hwpoison filter parameters in pfn_inject_exit()
 2024-07-15 10:28 UTC 

Possible circular dependency between i_data_sem and folio lock in ext4 filesystem
 2024-07-15 10:32 UTC  (6+ messages)

[Buildroot] [PATCH] package/busybox: fix build with glibc 2.39
 2024-07-15 10:31 UTC  (2+ messages)

[PATCH] oeqa/sdk: add out-of-tree kernel module building test
 2024-07-15 10:31 UTC  (2+ messages)
` [OE-core] "

[PATCH] show-index: fix uninitialized hash function
 2024-07-15 10:31 UTC  (4+ messages)
  ` [PATCH v2] "

systemd units are not installed in 4.19.0-rc2 anymore
 2024-07-15 10:30 UTC  (6+ messages)

[PATCH v2 00/33] drivers: Fix missing printk log levels, remove rtdm_printk()
 2024-07-15 10:28 UTC  (3+ messages)

[PATCH] PCI: Cleanup SR-IOV state on unsuccessful PF driver probe
 2024-07-15 10:28 UTC 

[PATCH] exfat: check disk status during buffer write
 2024-07-15 10:28 UTC  (4+ messages)
    ` 答复: "

FAILED: patch "[PATCH] Fix userfaultfd_api to return EINVAL as expected" failed to apply to 5.10-stable tree
 2024-07-15 10:27 UTC 

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-07-15 10:27 UTC  (4+ messages)

FAILED: patch "[PATCH] serial: qcom-geni: fix hard lockup on buffer flush" failed to apply to 6.9-stable tree
 2024-07-15 10:26 UTC 

Exception during boot process, any ideas?
 2024-07-15 10:25 UTC 

[PATCH v3 0/3] soundwire: bus: suppress probe deferral errors
 2024-07-15  9:24 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] soundwire: bus: drop unused driver name field

[PATCH] media: pispbe: Protect against left-shift wrap in V4L2_COLORSPACE_MASK()
 2024-07-15 10:24 UTC 

[RFC PATCH] mm: introduce reclaim throttle in MGLRU
 2024-07-15 10:19 UTC 

[PATCH v4] net/mlx5: Reclaim max 50K pages at once
 2024-07-15 10:23 UTC  (6+ messages)

FAILED: patch "[PATCH] serial: qcom-geni: fix soft lockup on sw flow control and" failed to apply to 6.9-stable tree
 2024-07-15 10:22 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix hard lockup on buffer flush" failed to apply to 6.6-stable tree
 2024-07-15 10:22 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix soft lockup on sw flow control and" failed to apply to 6.6-stable tree
 2024-07-15 10:21 UTC 

[GIT PULL] EDAC updates for v6.11
 2024-07-15 10:21 UTC 

went from Dunfell to Scarthgap
 2024-07-15 10:21 UTC 

Patchwork summary for: linux-renesas-soc
 2024-07-15 10:21 UTC 

[GIT PULL] m68k updates for v6.11
 2024-07-15 10:21 UTC 

[Buildroot] [PATCH 1/1] package/openssh: refactor S50sshd
 2024-07-15 10:20 UTC  (2+ messages)

[PATCH 1/3] cve-check: enrich annotation of CVEs
 2024-07-15 10:20 UTC  (3+ messages)
` [PATCH 2/3] vex.bbclass: add a new class
` [PATCH 3/3] classes/kernel.bbclass: update CVE_PRODUCT

[PATCH RFC v2 00/23] Enable display cpuinfo to get the reset cause
 2024-07-15 10:19 UTC  (4+ messages)
` [PATCH RFC v2 22/23] sysreset: rockchip: use fst reset for ARM64 SOC

[PATCH v3 00/10] Add FIT image overlay support
 2024-07-15 10:18 UTC  (3+ messages)
` [PATCH v3 06/10] of: overlay: add FIT "

FAILED: patch "[PATCH] serial: qcom-geni: fix hard lockup on buffer flush" failed to apply to 4.19-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix hard lockup on buffer flush" failed to apply to 5.10-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix hard lockup on buffer flush" failed to apply to 5.4-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix hard lockup on buffer flush" failed to apply to 5.15-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix hard lockup on buffer flush" failed to apply to 6.1-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix soft lockup on sw flow control and" failed to apply to 4.19-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix soft lockup on sw flow control and" failed to apply to 5.4-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix soft lockup on sw flow control and" failed to apply to 5.10-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix soft lockup on sw flow control and" failed to apply to 5.15-stable tree
 2024-07-15 10:18 UTC 

FAILED: patch "[PATCH] serial: qcom-geni: fix soft lockup on sw flow control and" failed to apply to 6.1-stable tree
 2024-07-15 10:18 UTC 

[Buildroot] [PATCH 1/1] package/qt5webengine-chromium: fix python3.11 build errors
 2024-07-15 10:18 UTC  (2+ messages)

FAILED: patch "[PATCH] nvmem: meson-efuse: Fix return value of nvmem callbacks" failed to apply to 4.19-stable tree
 2024-07-15 10:17 UTC 

FAILED: patch "[PATCH] arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on" failed to apply to 6.1-stable tree
 2024-07-15 10:16 UTC 

[PATCH 00/13] doc: Add documentation for bootmeths
 2024-07-15 10:13 UTC  (12+ messages)
` [PATCH 03/13] doc: Add a description for bootmeth_extlinux
` [PATCH 04/13] doc: Add a description for bootmeth_pxe
` [PATCH 05/13] doc: Add a description for bootmeth_qfw
` [PATCH 06/13] doc: Add a description for bootmeth_cros
` [PATCH 07/13] doc: Add a description for bootmeth_sandbox
` [PATCH 08/13] bootstd: Tidy up comments on the boothmeth drivers
` [PATCH 09/13] bootstd: Correct handling of script from network
` [PATCH 10/13] doc: Add a description for bootmeth_script
` [PATCH 11/13] doc: Add a link to VBE from the bootstd docs
` [PATCH 12/13] boot: Correct indentation in efi bootmeth
` [PATCH 13/13] doc: Describe the bootstd settings

[PATCH v2 0/1] hw/intc/loongson_ipi: Fix for LoongArch
 2024-07-15 10:15 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/qt5webengine: don't use system ICU libraries
 2024-07-15 10:15 UTC  (2+ messages)

[PATCH 1/3] examples/l3fwd: support single route file
 2024-07-15 10:14 UTC  (3+ messages)
` [PATCH 2/3] examples/l3fwd: fix return value on rules add
` [PATCH 3/3] examples/l3fwd: fix maximum acceptable port ID in routes

[PATCH v2 0/8] RISCV device tree mapping
 2024-07-15 10:15 UTC  (3+ messages)
` [PATCH v6 1/8] xen/device-tree: Move Arm's setup.c bootinfo functions to common

[PATCH v8 0/8] Support RISC-V IOPMP
 2024-07-15 10:14 UTC  (7+ messages)
` [PATCH v8 6/8] hw/misc/riscv_iopmp: Add API to configure RISCV CPU IOPMP support
` [PATCH v8 7/8] hw/misc/riscv_iopmp: Add DMA operation with IOPMP support API
` [PATCH v8 8/8] hw/riscv/virt: Add IOPMP support

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: bump version after qtwebengine bump
 2024-07-15 10:14 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine: use bundled re2
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: fix build with recent libxml2
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine: use bundled ffmpeg
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: add patch fixing a C++ build issue
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: fix Python 3.12 issue in protobuf copy
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: fix another Python 3.12 issue
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine-chromium-catapult: bump version to fix build issue
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine: use bundled icu
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: fix another Python 3.x issue
 2024-07-15 10:13 UTC 

[PATCH 0/4] clk: renesas: rzg2l-cpg: Refactor and simplify clock registration
 2024-07-15 10:13 UTC  (4+ messages)
` [PATCH 4/4] clk: renesas: rzg2l-cpg: Refactor to use priv for clks and base in clock register functions

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: another fix for Python 3.12 issue
 2024-07-15 10:13 UTC 

[Buildroot] [git commit] package/qt5/qt5webengine-chromium: backport upstream patch to fix Python 3.12 issue
 2024-07-15 10:13 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.