All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-28 20:27:38 to 2025-02-28 21:47:05 UTC [more...]

[PATCH v2 0/4] Miscellaneous Apple RTKit fixes
 2025-02-28 21:46 UTC  (2+ messages)

[PATCH] btrfs/080: fix sporadic failures starting with kernel 6.13
 2025-02-28 21:46 UTC  (3+ messages)

[PATCH v2 0/2] Enable TRNG for QCS615 Platform
 2025-02-28 21:46 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: qcom,prng: document QCS615

[RFC PATCH 0/2] SKSM: Synchronous Kernel Samepage Merging
 2025-02-28 21:45 UTC  (9+ messages)

[PATCH] [CI] drm/i915/dmc: Test Xe3LPD DMC v2.20
 2025-02-28 21:45 UTC  (3+ messages)
` ✓ CI.Patch_applied: success for drm/i915/dmc: Test Xe3LPD DMC v2.20 (rev3)
` ✓ CI.checkpatch: "

linux-next: manual merge of the tip tree with the net-next tree
 2025-02-28 21:45 UTC  (2+ messages)

[PATCH net-next v2 0/8] net: phy: move PHY package code to its own source file
 2025-02-28 21:44 UTC 

Build with gettext-0.24 intermittently fails
 2025-02-28 21:44 UTC 

[PATCH v3 0/5] iommu/s390: support additional table regions
 2025-02-28 21:44 UTC  (6+ messages)
` [PATCH v3 1/5] iommu/s390: set appropriate IOTA region type
` [PATCH v3 2/5] iommu/s390: support cleanup of additional table regions
` [PATCH v3 3/5] iommu/s390: support iova_to_phys for "
` [PATCH v3 4/5] iommu/s390: support map/unmap "
` [PATCH v3 5/5] iommu/s390: allow larger region tables

[PATCH v14 00/13] AMD broadcast TLB invalidation
 2025-02-28 21:43 UTC  (3+ messages)
` [PATCH v14 04/13] x86/mm: use INVLPGB for kernel TLB flushes

[PATCH 0/2] allow AVX512 instructions to be used with MSVC
 2025-02-28 21:43 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] config: "
  ` [PATCH v2 2/2] devtools/dump-cpu-flags: add tool to update CPU flags table

Build with gettext-0.24 intermittently fails
 2025-02-28 21:42 UTC 

[PATCH vv2] cxl: Fix warning from emitting resource_size_t as long long int on 32bit systems
 2025-02-28 21:43 UTC  (3+ messages)

dma_find_channel(DMA_MEMCPY) on ioat
 2025-02-28 21:39 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS ee2d520123ada9719414411e94a88ec7cde4dba8
 2025-02-28 21:39 UTC 

[anolis-intel-cloud:devel-5.10 0/1] mm/unevictable.c:501:30: warning: 'del_proc_fops' defined but not used
 2025-02-28 21:39 UTC 

[dhowells-fs:netfs-fixes 3/8] fs/erofs/fscache.c:122:20: error: assignment to 'netfs_io_terminated_t' {aka 'void (*)(void *, int)'} from incompatible pointer type 'void (*)(void *, ssize_t, bool)' {aka 'void (*)(void *, int, _Bool)'}
 2025-02-28 21:39 UTC 

[PATCH] accel/tcg: fix msan findings in translate-all
 2025-02-28 21:38 UTC  (2+ messages)

[PATCH mptcp-next] tcp: ulp: diag: remove net admin restriction
 2025-02-28 21:39 UTC  (2+ messages)

[RFC PATCH 0/2] Extend mmio-mux driver to configure mux with
 2025-02-28 21:38 UTC  (5+ messages)
` [RFC PATCH 1/2] devicetree: bindings: mux: reg-mux: Update bindings for reg-mux for new property

[PATCH 1/2] drm/xe/vf: Store the VF GuC version in the compatibility struct
 2025-02-28 21:37 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for series starting with [1/2] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/4] batch blob diff generation
 2025-02-28 21:33 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] diff: return diff_filepair from diff queue helpers
  ` [PATCH v5 2/4] diff: add option to skip resolving diff statuses
  ` [PATCH v5 3/4] builtin: introduce diff-pairs command
  ` [PATCH v5 4/4] builtin/diff-pairs: allow explicit diff queue flush

[PATCH v2 0/1] landlock: Clarify IPC scoping documentation
 2025-02-28 21:37 UTC  (7+ messages)
` [PATCH v2 1/3] landlock.7: Update description of Landlock rules
` [PATCH v2 2/3] landlock.7: Move over documentation for ABI version 6
` [PATCH v2 3/3] landlock.7: Clarify IPC scoping documentation in line with kernel side

[PATCH] bpftool: Replace strncpy with strscpy
 2025-02-28 21:37 UTC  (2+ messages)

[PATCH v2 0/8] drm/client: Stop using legacy crtc->mode and a bunch of cleanups
 2025-02-28 21:35 UTC  (10+ messages)
` [PATCH v2 1/8] drm/client: Constify modes
` [PATCH v2 2/8] drm/client: Use array notation for function arguments
` [PATCH v2 3/8] drm/client: Streamline mode selection debugs
` [PATCH v2 4/8] drm/client: Make copies of modes
` [PATCH v2 5/8] drm/client: Stop using the legacy crtc->mode
` [PATCH v2 6/8] drm/client: s/new_crtc/crtc/
` [PATCH v2 7/8] drm/client: Move variables to tighter scope
` [PATCH v2 8/8] drm/client: s/unsigned int i/int i/
` ✗ Fi.CI.CHECKPATCH: warning for drm/client: Stop using legacy crtc->mode and a bunch of cleanups (rev5)

[PATCH v4 0/2] Add RZ/G3E SDHI support
 2025-02-28 21:32 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: mmc: renesas,sdhi: Document RZ/G3E support
` [PATCH v4 2/2] mmc: renesas_sdhi: Add support for RZ/G3E SoC

[PATCH] drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump
 2025-02-28 21:31 UTC 

[PATCH v3 0/8] Add RZ/G3E SDHI support
 2025-02-28 21:31 UTC  (5+ messages)
` [PATCH v3 4/8] arm64: dts: renesas: r9a09g047: Add SDHI0-SDHI2 nodes
` [PATCH v3 5/8] arm64: dts: renesas: r9a09g057: Add support for enabling SDHI internal regulator

[PATCH sched_ext/for-6.15 v3 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-28 21:31 UTC  (11+ messages)
` [PATCH sched_ext/for-6.15 v3 3/5] sched_ext: Add scx_kfunc_ids_ops_context_sensitive for unified filtering of context-sensitive SCX kfuncs

[PATCH net-next 1/2] selftests: drv-net: use env.rpath in the HDS test
 2025-02-28 21:29 UTC  (2+ messages)
` [PATCH net-next 2/2] selftests: net: use the dummy bpf from net/lib

C aggregate passing (Rust kernel policy)
 2025-02-28 21:29 UTC  (11+ messages)

[PATCH] x86/crc32: use builtins to improve code generation
 2025-02-28 21:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] net: lwip: root certificates
 2025-02-28 21:28 UTC  (9+ messages)
` [PATCH 1/5] net: lwip: extend wget to support CA (root) certificates
` [PATCH 2/5] lwip: tls: enforce checking of server certificates based on CA availability
` [PATCH 3/5] lwip: tls: warn when no CA exists amd log certificate validation errors
` [PATCH 5/5] configs: qemu_arm64_lwip_defconfig: enable WGET_CACERT and MBEDTLS_LIB_X509_PEM

[PATCH v3 00/21] Enable Power Modes Support for SAMA7D65 SoC
 2025-02-28 21:23 UTC  (10+ messages)
` [PATCH v3 02/21] dt-bindings: mfd: syscon: add microchip,sama7d65-sfrbu
` [PATCH v3 06/21] dt-bindings: rtc: at91rm9200: add microchip,sama7d65-rtc
` [PATCH v3 07/21] dt-bindings: at91rm9260-rtt: add microchip,sama7d65-rtt

[tip:sched/urgent] BUILD SUCCESS 82c387ef7568c0d96a918a5a78d9cad6256cfa15
 2025-02-28 21:26 UTC 

[PATCH i-g-t 00/39] VKMS configfs tests
 2025-02-28 21:25 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for VKMS configfs tests (rev3)
` ✓ i915.CI.BAT: "

[usb:usb-linus] BUILD SUCCESS c133ec0e5717868c9967fa3df92a55e537b1aead
 2025-02-28 21:23 UTC 

[PATCH v2 0/2] Convert regulator drivers to use devm_kmemdup_array()
 2025-02-28 21:22 UTC  (2+ messages)

[PATCH v1 00/13] Convert to use devm_kmemdup_array()
 2025-02-28 21:22 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/6] Convert sound drivers to use devm_kmemdup_array()
 2025-02-28 21:22 UTC  (2+ messages)

[PATCH v1 0/7] Add virtio gpu userptr support
 2025-02-28 21:21 UTC  (3+ messages)
` [PATCH v1 1/7] virtio-gpu api: add blob userptr resource

[PATCH v8 5/5] PCI: of: Create device-tree PCI host bridge node
 2025-02-28 21:21 UTC  (2+ messages)

[PATCH 00/11] Rework and fix STM32MP15x PHYTEC dts
 2025-02-28 21:17 UTC  (3+ messages)
` [PATCH 03/11] dt-bindings: arm: stm32: Rename STM32MP15x Phytec board and SoM

[PATCH] util/keyval: fix msan findings
 2025-02-28 21:20 UTC 

[PATCH bpf-next v1 0/2] Global subprogs in RCU/{preempt,irq}-disabled sections
 2025-02-28 21:21 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] bpf: Summarize sleepable global subprogs
` [PATCH bpf-next v1 2/2] selftests/bpf: Test sleepable global subprogs in atomic contexts

[PATCH v2 0/4] Initial BBML2 support for contpte_convert()
 2025-02-28 21:16 UTC  (3+ messages)
` [PATCH v2 1/4] arm64: Add BBM Level 2 cpu feature

[PATCH nft] evaluate: release existing datatype when evaluating unary expression
 2025-02-28 21:19 UTC 

[PATCH v4 0/2] Introduce support for Exynos7870 clocks
 2025-02-28 21:14 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: clock: add clock definitions and documentation for exynos7870 CMU

[PATCH 0/6 v2] Fixups for kernel maps insertion
 2025-02-28 21:17 UTC  (7+ messages)
` [PATCH 1/6] perf maps: Introduce map__set_kmap_maps() for kernel maps
` [PATCH 2/6] perf maps: Set the kmaps for newly created/added "
` [PATCH 3/6] perf machine: Fixup kernel maps ends after adding extra maps
` [PATCH 4/6] perf maps: Fixup maps_by_name when modifying maps_by_address
` [PATCH 5/6] perf maps: Add missing map__set_kmap_maps() when replacing a kernel map
` [PATCH 6/6] perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel maps

[GIT PULL] Thermal control fixes for v6.14-rc5
 2025-02-28 21:17 UTC 

[GIT PULL] Power management fix for v6.14-rc5
 2025-02-28 21:15 UTC 

[PATCH v3 0/1] KVM: s390: fix a newly introduced bug
 2025-02-28 21:15 UTC  (3+ messages)
` [PATCH v3 1/1] KVM: s390: pv: fix race when making a page secure

[PATCH 00/23] arm64: dts: qcom: Add 'global' IRQ to supported SoCs
 2025-02-28 21:14 UTC  (22+ messages)
` [PATCH 01/23] dt-bindings: PCI: qcom,pcie-sm8150: Add 'global' interrupt
` [PATCH 03/23] dt-bindings: PCI: qcom,pcie-sm8250: "
` [PATCH 05/23] dt-bindings: PCI: qcom,pcie-sm8350: "
` [PATCH 07/23] dt-bindings: PCI: qcom,pcie-sa8775p: "
` [PATCH 09/23] dt-bindings: PCI: qcom,pcie-sc7280: "
` [PATCH 11/23] dt-bindings: PCI: qcom: Add 'global' interrupt for SDM845 SoC
` [PATCH 14/23] dt-bindings: PCI: qcom: Allow MSM8998 to use 8 MSI and one 'global' interrupt
` [PATCH 16/23] dt-bindings: PCI: qcom: Allow IPQ8074 "
` [PATCH 18/23] dt-bindings: PCI: qcom: Allow IPQ6018 "
` [PATCH 20/23] dt-bindings: PCI: qcom,pcie-sc8180x: Add "

[PATCH 0/3] drm/i915/display: add some sub-structs for clarity
 2025-02-28 21:13 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 0/7] thermal: renesas: Add support fot RZ/G3E
 2025-02-28 21:09 UTC  (4+ messages)
` [PATCH v2 3/7] dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit

[PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support
 2025-02-28 20:19 UTC  (30+ messages)
` [PATCH v3 01/15] dt-bindings: PCI: dwc: rockchip: Add rk3562 support
` [PATCH v3 02/15] dt-bindings: mmc: Add support for rk3562 eMMC
` [PATCH v3 03/15] dt-bindings: mmc: rockchip-dw-mshc: Add support for rk3562
` [PATCH v3 04/15] dt-bindings: i2c: i2c-rk3x: Add rk3562 support
` [PATCH v3 05/15] dt-bindings: gpu: Add rockchip,rk3562-mali compatible
` [PATCH v3 06/15] dt-bindings: watchdog: Add rk3562 compatible
` [PATCH v3 08/15] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562
` [PATCH v3 09/15] dt-bindings: usb: dwc3: "
` [PATCH v3 10/15] dt-bindings: pwm: rockchip: Add rockchip,rk3562-pwm
` [PATCH v3 11/15] dt-bindings: rockchip: pmu: Add rk3562 compatible
` [PATCH v3 12/15] dt-bindings: soc: rockchip: Add rk3562 syscon compatibles

[PATCH nft 0/4] payload mangling enhancements
 2025-02-28 21:09 UTC  (5+ messages)
` [PATCH nft 1/4] evaluate: payload statement evaluation for bitfields
` [PATCH nft 2/4] evaluate: reject unsupported expressions in payload statement "
` [PATCH nft 3/4] evaluate: support for bitfield payload statement with binary operation
` [PATCH nft 4/4] netlink_delinearize: "

[PATCH v6] systemd: Build the systemctl executable
 2025-02-28 21:09 UTC  (10+ messages)
` [OE-core] "

[PATCH] ACPICA: fix build with GCC 15 due to -Werror=unterminated-string-initialization
 2025-02-28 21:08 UTC 

[PATCH] gpio: sim: added configfs option for static base
 2025-02-28 21:02 UTC  (5+ messages)

[PATCH] bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requested
 2025-02-28 21:01 UTC 

[PATCH 0/6] Add support for RK3588 DisplayPort Controller
 2025-02-28 20:30 UTC  (3+ messages)

[PATCH] tools: add a systemd unit for static rulesets
 2025-02-28 20:59 UTC 

[PATCH v6 00/42] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-02-28 20:59 UTC  (5+ messages)
` [PATCH v6 36/42] x86/resctrl: Add end-marker to the resctrl_event_id enum

[PATCH] fs/ntfs: Check at->attr_cur after calling next_attribute()
 2025-02-28 20:58 UTC  (2+ messages)

[PATCH v8 2/5] PCI: of: Use device_{add,remove}_of_node() to attach of_node to existing device
 2025-02-28 20:58 UTC  (2+ messages)

[RFC] Type-Partitioned vmalloc (with sample *.ko code)
 2025-02-28 20:57 UTC 

[meta-python][PATCH] python3-grpcio(-tools): fix build concurrency issue
 2025-02-28 20:57 UTC 

Incorrect const in futex(2) example code
 2025-02-28 20:57 UTC  (2+ messages)

[PATCH v2] drm: panel-backlight-quirks: Add Framework 16 panel
 2025-02-28 20:55 UTC  (2+ messages)

[PATCH v2 0/2] ima: minimize open-writers and ToMToU violations
 2025-02-28 20:55 UTC  (3+ messages)
` [PATCH v2 1/2] ima: limit the number of open-writers integrity violations
` [PATCH v2 2/2] ima: limit the number of ToMToU "

[PATCH hyperv-next] scsi: storvsc: Don't call the packet status the hypercall status
 2025-02-28 20:55 UTC  (2+ messages)

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-28 20:49 UTC  (31+ messages)
` [PATCH v5 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v5 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v5 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v5 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v5 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v5 36/36] vfio/migration: Update VFIO migration documentation

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-28 20:20 UTC  (3+ messages)

[linux-next:master 4815/7423] drivers/firmware/efi/libstub/x86-stub.c:861 efi_stub_entry() error: we previously assumed 'boot_params' could be null (see line 824)
 2025-02-28 20:48 UTC 

kismet: WARNING: unmet direct dependencies detected for G2_DMA when selected by SND_AICA
 2025-02-28 20:48 UTC 

[Buildroot] Add dtoverlay and dtparam commands for raspberry pi testing
 2025-02-28 19:54 UTC  (2+ messages)
` [Buildroot] [External] - "

C aggregate passing (Rust kernel policy)
 2025-02-28 20:48 UTC  (20+ messages)

[PATCH v3 0/3] Add Armada8K reset controller support
 2025-02-28 20:18 UTC  (4+ messages)
` [PATCH v3 3/3] arm64: dts: marvell: cp11x: Add reset controller node
    ` [EXTERNAL] "

[PATCH v13 00/14] AMD broadcast TLB invalidation
 2025-02-28 20:42 UTC  (14+ messages)
` [PATCH v13 06/14] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing

[Buildroot] [PATCH 1/1] package/shadow: bump to version 4.17.3
 2025-02-28 20:07 UTC  (2+ messages)

[PATCH BlueZ v1] shared/bap: Fix not starting released operation
 2025-02-28 20:40 UTC  (2+ messages)

[PATCH BlueZ v1] shared/bap: Fix state transition of sink for disable operation
 2025-02-28 20:40 UTC  (2+ messages)

[PATCH BlueZ] sco-tester: add test for disconnecting SCO
 2025-02-28 20:40 UTC  (2+ messages)

[PATCH v2] Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready
 2025-02-28 20:40 UTC  (2+ messages)

[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
 2025-02-28 20:38 UTC  (4+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM

[PATCH 0/3] Add support for hidden choices to platform_profile
 2025-02-28 20:38 UTC  (2+ messages)

[bluez/bluez] 4130fe: shared/bap: Fix not starting released operation
 2025-02-28 20:38 UTC 

[syzbot] [fbdev?] KASAN: global-out-of-bounds Read in bit_putcs (3)
 2025-02-28 20:37 UTC  (2+ messages)

[PATCH] [v2] filemap: Move prefaulting out of hot write path
 2025-02-28 20:37 UTC 

[PATCH] config/x86: increase lcores for AMD EPYC in 'native' scenario
 2025-02-28 20:35 UTC 

[PATCH 0/4 v2] cgroup: separate rstat trees
 2025-02-28 20:33 UTC  (3+ messages)
` [PATCH 4/4 v2] cgroup: separate rstat list pointers from base stats

[PATCH] cxl: Fix warning from emitting resoruce_size_t as long long int on 32bit systems
 2025-02-28 20:33 UTC  (3+ messages)

[PATCH 1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
 2025-02-28 20:32 UTC  (5+ messages)

[PATCH] glibc-locale: share source date epoch with glibc
 2025-02-28 20:32 UTC  (3+ messages)
` [PATCH] go: install default go.env file
` [PATCH] openssl-native(sdk): poision built in paths

[ANNOUNCEMENT] Xen 4.21 release date is Wednesday, 5 March
 2025-02-28 20:29 UTC  (2+ messages)

[PATCH] drm/amdgpu: add rebar parameter
 2025-02-28 20:28 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.