All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-11 14:07:35 to 2026-08-11 14:43:21 UTC [more...]

[PATCH v3] s390/cpum_cf: Handle CPU hotplug via prepare/dead callbacks
 2026-08-11 14:43 UTC  (2+ messages)

[PATCH v3 0/4] mmc: sdhci_am654: Fix DDR50 mode for cards without tuning support
 2026-08-11 14:41 UTC  (3+ messages)
` [PATCH v3 4/4] mmc: sdhci_am654: Fallback to DT-provided itap delay on DDR50 tuning failure

[PATCH v2 00/20] Revert switching default DRM scheduler policy to fair
 2026-08-11 14:42 UTC  (23+ messages)
` [PATCH v2 01/20] Revert "drm/sched: Remove redundant entity->rq initialization and checks"
` [PATCH v2 02/20] Revert "drm/sched: Remove drm_sched_init_args->num_rqs"
` [PATCH v2 03/20] Revert "drm/xe: Remove drm_sched_init_args->num_rqs usage"
` [PATCH v2 04/20] Revert "drm/v3d: "
` [PATCH v2 05/20] Revert "drm/sched: "
` [PATCH v2 06/20] Revert "drm/panthor: "
` [PATCH v2 07/20] Revert "drm/panfrost: "
` [PATCH v2 08/20] Revert "drm/nouveau: "
` [PATCH v2 09/20] Revert "drm/msm: "
` [PATCH v2 10/20] Revert "drm/lima: "
` [PATCH v2 11/20] Revert "drm/imagination: "
` [PATCH v2 12/20] Revert "drm/etnaviv: "
` [PATCH v2 13/20] Revert "drm/amdgpu: "
` [PATCH v2 14/20] Revert "accel/ethosu: "
` [PATCH v2 15/20] Revert "accel/rocket: "
` [PATCH v2 16/20] Revert "accel/amdxdna: "
` [PATCH v2 17/20] Revert "drm/sched: Embed run queue singleton into the scheduler"
` [PATCH v2 18/20] Revert "drm/sched: Remove FIFO and RR and simplify to a single run queue"
` [PATCH v2 19/20] Revert "drm/sched: Switch default policy to fair"
` [PATCH v2 20/20] drm/sched: Mark fair policy as experimental

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-11 14:42 UTC  (6+ messages)

[PATCH i-g-t v3 0/6] test/kms_colorop_helper: don't request colorop updates indefinitely
 2026-08-11 14:23 UTC  (6+ messages)
` [PATCH i-g-t v3 1/6] lib/igt_kms: clear colorop-changed flag after commit
` [PATCH i-g-t v3 2/6] test/kms_colorop_helper: only check if a given enum value exist
` [PATCH i-g-t v3 3/6] tests/kms_properties: don't check colorop if no plane color pipeline prop
` [PATCH i-g-t v3 4/6] tests/kms_properties: keep primary plane enabled for each CRTC
` [PATCH i-g-t v3 6/6] tests/kms_color_pipeline: skip if not an intel device

[PATCH] LoongArch: mm: Define DIRECT_MAP_PHYSMEM_END
 2026-08-11 14:41 UTC  (3+ messages)

[PATCH v3 net-next 00/15] neighbour: Namespacify arp_tbl and nd_tbl
 2026-08-11 14:42 UTC  (9+ messages)
` [PATCH v3 net-next 02/15] neighbour: Remove __neigh_for_each_release()
` [PATCH v3 net-next 03/15] neighbour: Remove lock dance for neigh_update_{gc,managed}_list()
` [PATCH v3 net-next 04/15] neighbour: Remove unnecessary EXPORT_SYMBOL()
` [PATCH v3 net-next 05/15] neighbour: Remove __rcu from neigh_tables[]

[PATCH] x86/itmt: Don't make ITMT enablement depend on debugfs
 2026-08-11 14:36 UTC 

[Buildroot] [PATCH] DEVELOPERS: add Alexis Lothoré for libldns and python_scp tests
 2026-08-11 14:40 UTC 

[PATCH] ALSA: hda/cs8409: Fix for Dell Cirrus audio jack detect
 2026-08-11 14:40 UTC  (5+ messages)

[PATCH] KVM: pfncache: track all MMU notifier invalidations
 2026-08-11 14:40 UTC  (2+ messages)

[PATCH net v3] sctp: fix use-after-free of cached ASCONF chunk
 2026-08-11 14:39 UTC  (4+ messages)

[PATCH v2 00/19] hw/arm/raspi4b: working PCIe and GENET (real networking)
 2026-08-11 14:35 UTC  (20+ messages)
` [PATCH v2 01/19] hw/arm/bcm2838_pcie: add BCM2838 PCIe Root Complex
` [PATCH v2 02/19] hw/arm/bcm2838_pcie: add BCM2838 PCIe host
` [PATCH v2 03/19] hw/arm/bcm2838: enable BCM2838 PCIe host bridge
` [PATCH v2 04/19] hw/net/bcm2838_genet: add GENET stub device
` [PATCH v2 05/19] hw/net/bcm2838_genet: add GENET register structs, part 1/4
` [PATCH v2 06/19] hw/net/bcm2838_genet: add GENET register structs, part 2/4
` [PATCH v2 07/19] hw/net/bcm2838_genet: add GENET register structs, part 3/4
` [PATCH v2 08/19] hw/net/bcm2838_genet: add GENET register structs, part 4/4
` [PATCH v2 09/19] hw/net/bcm2838_genet: add GENET register access macros
` [PATCH v2 10/19] hw/net/bcm2838_genet: implement GENET register ops
` [PATCH v2 11/19] hw/net/bcm2838_genet: implement GENET MDIO
` [PATCH v2 12/19] hw/net/bcm2838_genet: implement GENET TX path
` [PATCH v2 13/19] hw/net/bcm2838_genet: implement GENET RX path
` [PATCH v2 14/19] hw/arm/bcm2838: enable BCM2838 GENET controller
` [PATCH v2 15/19] hw/net/bcm2838_genet: fix PHY autonegotiation-restart deadlock
` [PATCH v2 16/19] hw/net/bcm2838_genet: fix bogus RX checksum reporting
` [PATCH v2 17/19] hw/net/bcm2838_genet: fix TX ring activation check
` [PATCH v2 18/19] docs/system/arm/raspi: move PCIe/GENET from missing to implemented
` [PATCH v2 19/19] tests/functional/aarch64: add raspi4b GENET networking test

[PATCH 1/9] perf header: Tolerate inconsistent HEADER_GROUP_DESC
 2026-08-11 14:38 UTC  (2+ messages)

[PATCH 1/2] nvmem: layouts: sl28vpd: fix device_node reference leak in error path
 2026-08-11 14:38 UTC  (2+ messages)

[PATCH] virtio_blk: add use_irq_affinity module parameter
 2026-08-11 14:37 UTC  (4+ messages)

[PATCH v3 0/3] Rework panthor's cache flush and soft reset locking
 2026-08-11 14:37 UTC  (7+ messages)
` [PATCH v3 1/3] drm/panthor: Add tracepoints for cache flushing
` [PATCH v3 2/3] drm/panthor: Revisit reqs_lock handling in flush/reset paths
` [PATCH v3 3/3] drm/panthor: Take reqs_lock in soft_reset for clearing pending_reqs

[meta-ti][scarthgap][PATCH v3 0/4] Backport ti-core-initramfs to scarthgap for j722s NFS boot
 2026-08-11 14:36 UTC  (5+ messages)

[PATCH v3 0/2] hw/arm/raspi4b: fix guest RAM capped at ~1 GiB regardless of machine size
 2026-08-11 14:35 UTC  (3+ messages)
` [PATCH v3 1/2] hw/arm/raspi4b: fix guest never seeing more than ~1 GiB of RAM
` [PATCH v3 2/2] tests/functional/aarch64: add raspi4b full-RAM regression test

[PATCH] arm64: hibernate: pass HVC_SET_VECTORS args to the resume hvc
 2026-08-11 14:37 UTC  (4+ messages)

[PATCH v2] mtd: spi-nor: scope the exclusive RWW lock
 2026-08-11 14:36 UTC  (6+ messages)
` [PATCH v3] mtd: spi-nor: use guard() in spi_nor_rww_start_exclusive

[PATCH 0/2] spi: qcom-geni: Add shutdown and panic notifier support
 2026-08-11 14:36 UTC  (3+ messages)
` [PATCH 2/2] spi: qcom-geni: Add panic notifier to suspend controller during panic

[PATCH v5] media: ov5640: select the MIPI lane mode from the endpoint lane count
 2026-08-11 14:36 UTC  (2+ messages)

[PATCH v1 00/17] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
 2026-08-11 14:36 UTC  (6+ messages)
` [PATCH v1 05/17] xen/riscv: implement virtual APLIC MMIO emulation

[PATCH 1/4] python3-setuptools-rust: remove wheel dependency
 2026-08-11 14:36 UTC  (4+ messages)
` [PATCH 2/4] classes/python_mesonpy: "
` [PATCH 3/4] classes/setuptools3: "
` [PATCH 4/4] classes/python_setuptools_build_meta: "

[PATCH] i2c: atr: fix dangling adapter pointer on add failure
 2026-08-11 14:36 UTC  (2+ messages)

[PATCH] selftests/exec: add missing SPDX-License-Identifier tag
 2026-08-11 14:35 UTC 

[PATCH] fetch2/wget: checkstatus: Do not try again on 404 status code
 2026-08-11 14:32 UTC 

[PATCH net v4 0/4] net: phy: dp83640: fix shared clock lifetime and probe error cleanup
 2026-08-11 14:34 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add Manivannan Sadhasivam as the Reviewer for Generic PHY Framework
 2026-08-11 14:34 UTC  (2+ messages)

[PATCH] drm/panthor: ignore CS IRQs for uninitialized slots
 2026-08-11 14:33 UTC 

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-11 14:33 UTC  (8+ messages)
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other

[PATCH 0/3] Enable icc-clk support for Qualcomm IPQ9650
 2026-08-11 14:32 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: interconnect: Add Qualcomm IPQ9650 support

[PATCH] drm/bridge: chipone-icn6211: use devm_mipi_dsi_attach
 2026-08-11 14:32 UTC  (2+ messages)

[PATCH v1 0/2] perf: Add Raspberry Pi AXI PMU driver
 2026-08-11 14:32 UTC  (3+ messages)
` [PATCH v1 1/2] perf: Add Raspberry Pi BCM2835 "

[PATCH v3] net/ceph/messenger: support IPv6 Link-Local with scope identifier
 2026-08-11 14:32 UTC  (2+ messages)
` [v3] "

[Buildroot] [PATCH 1/2] package/redis: switch download site to https
 2026-08-11 14:32 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/redis: bump to v8.10.0

[PATCH] ASoC: xilinx: formatter_pcm: use devm_clk_get_enabled and simplify probe
 2026-08-11 14:31 UTC  (2+ messages)

[PATCH net-next v2] net: convert netdev_nl_sock bindings list to xarray
 2026-08-11 14:29 UTC 

[PATCH net-next v2] selftests: drv-net: so_txtime: only send test traffic to sch_etf
 2026-08-11 14:29 UTC  (3+ messages)

[PATCH 0/2] drm/nouveau/dmem: fix DMA unmap size and callocated accounting for THP
 2026-08-11 14:28 UTC  (3+ messages)
` [PATCH 1/2] drm/nouveau/dmem: fix mismatched DMA unmap size for large folios
` [PATCH 2/2] drm/nouveau/dmem: fix callocated underflow on large folio split

[PATCH 0/2] Add panel driver for Novatek NT37703
 2026-08-11 14:28 UTC  (3+ messages)
` [PATCH 2/2] drm/panel: Add driver for Novatek NT37703 based panels

[PATCH bpf-next v3 6/6] selftests/bpf: Add arena fault tests for atomics with fetch
 2026-08-11 14:27 UTC  (2+ messages)

[PATCH net-next 1/2] selftests: drv-net: pace ethtool_std_stats packet generation
 2026-08-11 14:26 UTC  (3+ messages)
` [PATCH net-next 2/2] selftests: drv-net: let ethtool stats settle before reading

[PATCH bpf v3 0/2] selftest/bpf: make test_tc_tunnel and test_tc_edt more robust to CI load
 2026-08-11 14:26 UTC  (3+ messages)
` [PATCH bpf v3 1/2] selftests/bpf: keep polling connection that is still in progress
` [PATCH bpf v3 2/2] selftests/bpf: add connect timeout to test_tc_edt

[PATCH v2 0/2] drm: Add DRM driver for GlandaGPU (VHDL soft-IP GPU)
 2026-08-11 14:26 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: display: Add GlandaGPU binding

[PATCH] ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers
 2026-08-11 14:26 UTC  (2+ messages)

[PATCH v3] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-08-11 14:26 UTC  (4+ messages)

[MAINTAINERS SUMMIT] Time to call it quits for the maintainer summit?
 2026-08-11 14:26 UTC  (11+ messages)

[PATCH] firmware: xilinx: ufs: move PHY/SRAM ready polling into the firmware backend
 2026-08-11 14:25 UTC  (2+ messages)

[RFC PATCH 0/7] drm/i915/selftests: Modernize printing in i915 selftests
 2026-08-11 14:25 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH net-next v4 0/3] w5100: restore GPIO-based link detection
 2026-08-11 14:25 UTC  (5+ messages)
` [PATCH net-next v4 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema

[PATCH] fs/ceph/super: document struct ceph_dentry_info and its flags
 2026-08-11 14:25 UTC  (2+ messages)
`  "

[PATCH 0/2] smb/server: fix memory leak bugs
 2026-08-11 14:25 UTC  (5+ messages)
` [PATCH 1/2] smb/server: fix memory leak in ksmbd_krb5_authenticate()
` [PATCH 2/2] smb/server: fix memory leak in ksmbd_login_user()

[PATCH v3 00/23] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-11 14:25 UTC  (3+ messages)
` [PATCH v3 13/23] drm/xe/kunit: Setup driver data in the test device

[PATCH 0/2] staging: rtl8723bs: small cleanup of RTL8192C leftovers
 2026-08-11 14:23 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: fix stale file name references in comments
` [PATCH 2/2] staging: rtl8723bs: remove dead RTL8192C function declarations

[PATCH] fs/ceph/dir: do not repeat ceph_trim_dentries() if no progress possible
 2026-08-11 14:23 UTC  (2+ messages)
`  "

[PATCH] arm64/module: Fix livepatch BTI exceptions with Clang 21+
 2026-08-11 14:23 UTC  (10+ messages)

[PATCH v4 0/2] iio: adc: Add support for Texas Instruments ADS112C04
 2026-08-11 14:23 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04
` [PATCH v4 2/2] iio: adc: ti-ads112c04: Add support for TI ADS112C04

[PATCH] s390/diag324: Preserve -EBUSY return code
 2026-08-11 14:23 UTC 

[PATCH iproute2-next 0/7] cleanup help and exit codes
 2026-08-11 14:23 UTC  (3+ messages)
` [PATCH iproute2-next 3/7] misc: put help to stdout and usage to stderr

[PATCH] ceph: force a cap message when a deferred revoke can't be acked immediately
 2026-08-11 14:23 UTC  (2+ messages)

[PATCH v2] module/kallsyms: Filter out local mapping symbols during module load
 2026-08-11 14:22 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Cancel special fields in resizable hashtab on recycle
 2026-08-11 14:22 UTC  (2+ messages)

[PATCH v5] kexec: keep the next kernel off hardware-poisoned pages
 2026-08-11 14:21 UTC  (5+ messages)

[PATCH v2] ref-manual/variables.rst: document the QB_DEFAULT_BIOS variable
 2026-08-11 14:21 UTC  (4+ messages)
` [docs] "

[PATCH] ASoC: xilinx: formatter_pcm: clear stream pointers on close
 2026-08-11 14:21 UTC  (2+ messages)

[PATCH 00/12] fs/ceph: optimize struct layouts
 2026-08-11 14:20 UTC  (2+ messages)

[PATCH v3 0/8] Properly describe mt6589 and mt8167 toprgu resets
 2026-08-11 14:20 UTC  (4+ messages)
` [PATCH v3 1/8] dt-bindings: reset: Add mt6589 toprgu reset IDs

[PATCH v13 00/10] rpm: 4.20.1 -> 6.0.2
 2026-08-11 14:19 UTC  (3+ messages)
` [PATCH v13 09/10] rpm: Fix pkgconfig() Provides missing in cross-built RPMs

[PATCH] arm64/efi: Avoid voluntary preemption with efi_mm installed
 2026-08-11 14:19 UTC  (2+ messages)

[PATCH] usb: gadget: fix refcount underflow in gadgetfs_bind() error path
 2026-08-11 14:19 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf: Reject negative optlen in cgroup getsockopt hook
 2026-08-11 14:19 UTC  (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Exercise "

[PATCH 2/2] RDMA/nldev: Guard against NULL ucontext in resource dumps
 2026-08-11 14:19 UTC 

[PATCH 0/2] x86/amd_node: Fixes for virtualized systems
 2026-08-11 14:19 UTC  (4+ messages)
` [PATCH 1/2] x86/amd_node: Remove smn_exclusive

[PATCH v3 3/3] drm/ssd130x: Add SSD135X_FAMILY and SSD1351 support
 2026-08-11 14:18 UTC  (2+ messages)

[PATCH 1/2] RDMA/core: Untrack resources before driver destroy
 2026-08-11 14:18 UTC 

[PATCH v2] usb: core: handle port status errors in disable_show()
 2026-08-11 14:17 UTC  (2+ messages)

[PATCH] drm/amdgpu: Bump version for userq timeline syncobj fixes
 2026-08-11 14:14 UTC 

[PATCH v1 0/2] tests/device_reset: Add Xe healthcheck to post-reset validation
 2026-08-11 14:14 UTC  (3+ messages)
` [PATCH v1 1/2] lib/xe/xe_device: Add helper for device healthcheck
` [PATCH v1 2/2] tests/device_reset: Add Xe healthcheck to post-reset validation

[for-next][PATCH 0/2] ftrace: Updates for v7.3
 2026-08-11 14:15 UTC  (3+ messages)
` [for-next][PATCH 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [for-next][PATCH 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[syzbot] [io-uring?] [block?] memory leak in io_submit_sqes (6)
 2026-08-11 14:14 UTC 

[PATCH] selftests/sched_ext: Fix flaky ddsp failure tests on busy systems
 2026-08-11 14:13 UTC 

[PATCH v3 0/7] migration/cpr: support vhost-vsock devices
 2026-08-11 14:12 UTC  (3+ messages)

[PATCH v4 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
 2026-08-11 14:13 UTC  (7+ messages)
` [PATCH v4 06/18] tracing/remotes: Add dmesg tracefs file

[syzbot] [net?] WARNING in ipgre_xmit (2)
 2026-08-11 14:13 UTC  (6+ messages)

[PATCH v7 0/3] drm/xe/i2c: alerts and controller enabling modifications
 2026-08-11 14:13 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/i2c: alerts and controller enabling modifications (rev7)

[PATCH v2 0/3] slab: ZERO_SIZE_PTR alignment and exact matching
 2026-08-11 14:12 UTC  (4+ messages)
` [PATCH v2 1/3] slab: align ZERO_SIZE_PTR to ARCH_KMALLOC_MINALIGN
` [PATCH v2 2/3] slab: check for ZERO_SIZE_PTR by exact match
` [PATCH v2 3/3] slab: test zero-size allocations in slub_kunit

[PATCH v2 1/2] drm/amdgpu: Add LIST option to USERQ ioctl
 2026-08-11 14:12 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu: Add CHANGE_ID option for "

[PATCH RFC v9 0/8] mfd: ls2kbmc: multiple fixes for this driver
 2026-08-11 14:12 UTC  (3+ messages)

[PATCH] s390/mm: Fix fail path in crst_table_upgrade()
 2026-08-11 14:12 UTC  (2+ messages)

[PATCH v2 net-next 0/3] net: hns3: some cleanups for hns3 driver
 2026-08-11 14:10 UTC  (2+ messages)

[PATCH] thermal/drivers/qcom: Fix missing spmi adc tm5 gen3 file
 2026-08-11 14:10 UTC  (2+ messages)

[PATCH v3 0/7] hw/nmi: Disconnect of vCPU and disentangle Monitor code
 2026-08-11 14:09 UTC  (4+ messages)
` [PATCH v3 7/7] hw/nmi: Deliver NMI only once

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-11 14:09 UTC  (4+ messages)
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp

[PATCH] thermal/drivers/qcom/spm mbg tm: Fix missing bitfield header
 2026-08-11 14:09 UTC  (2+ messages)

[PATCH] pmdomain: qcom: rpmhpd: Add missing MXC and MMCX power domains for Eliza
 2026-08-11 14:09 UTC  (2+ messages)

[syzbot] [input?] KASAN: slab-use-after-free Read in input_dev_uevent (2)
 2026-08-11 14:09 UTC 

RK3588 optee question
 2026-08-11 14:07 UTC  (4+ messages)

[PATCH v2 0/2] arm64: dts: rockchip: support CAN1-CAN2-UART4 adapter for RK3588 Jaguar + enable CAN0
 2026-08-11 14:08 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: dts: rockchip: enable CAN0 on RK3588 Jaguar
` [PATCH v2 2/2] arm64: dts: rockchip: support CAN1-CAN2-UART4 adapter for "

[PATCH v3] gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper
 2026-08-11 14:08 UTC  (2+ messages)

[RFC] tracing: aggregate ring-buffer usage statistics
 2026-08-11 14:08 UTC  (2+ messages)

[PATCH 0/4] migration: Remove extra type-checking from vmstate macros
 2026-08-11 14:06 UTC  (7+ messages)
` [PATCH 2/4] migration: Introduce VMStateOffset

[Buildroot] [PATCH v3] docs/website: link LTS tooling documentation and staging branch
 2026-08-11 14:07 UTC  (2+ messages)


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.