messages from 2025-06-06 15:54:02 to 2025-06-06 17:03:46 UTC [more...]
[PATCH v2 0/2] Add ADI I3C Controller
2025-06-06 16:08 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: i3c: Add adi-i3c-master
[PATCH bpf-next v1 0/2] veristat: memory accounting for bpf programs
2025-06-06 17:03 UTC (4+ messages)
` [PATCH bpf-next v1 2/2] "
[PATCH v3 0/4] rust: Add ACPI match table support for Rust drivers
2025-06-06 17:03 UTC
[PATCH v3 0/2] adding support for Microchip PAC194X Power Monitor
2025-06-06 17:02 UTC (6+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: adding support for PAC194X
` [PATCH v3 2/2] "
[PATCH v2 bpf-next 0/4] bpf path iterator
2025-06-06 17:01 UTC (4+ messages)
` [PATCH v2 bpf-next 1/4] namei: Introduce new helper function path_walk_parent()
Problem with nbcon console and amba-pl011 serial port
2025-06-06 16:58 UTC (12+ messages)
[PATCH bpf-next 1/5] bpf: Add cookie to tracing bpf_link_info
2025-06-06 16:58 UTC (5+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: Add cookies check for tracing fill_link_info test
` [PATCH bpf-next 3/5] bpftool: Display cookie for tracing link probe
` [PATCH bpf-next 4/5] bpf: Add cookie in fdinfo for tracing
` [PATCH bpf-next 5/5] bpf: Add cookie in fdinfo for raw_tp
[PATCH BlueZ 0/3] pbap: use the public DBus connection
2025-06-06 16:58 UTC (4+ messages)
` [PATCH BlueZ 1/3] obexd: Pass at_(un)register value to logind callbacks
[PATCH v2] mtd: nand: brcmnand: fix mtd corrected bits stat
2025-06-06 16:57 UTC (2+ messages)
[PATCH RFC v7 0/3] riscv: mm: Add soft-dirty and uffd-wp support
2025-06-06 16:58 UTC (4+ messages)
` [PATCH RFC v7 1/3] riscv: Add RISC-V Svrsw60t59b extension support
[PATCH bpf-next 0/4] selftests/bpf: Fix a few test failures with arm64 64KB page
2025-06-06 16:57 UTC (6+ messages)
[PATCH] bswap.h: Move the overwriting of the ntohl*/ htonl* macros
2025-06-06 16:57 UTC
[PATCH v5 00/29] x86/resctrl telemetry monitoring
2025-06-06 16:56 UTC (9+ messages)
` [PATCH v5 14/29] x86,fs/resctrl: Support binary fixed point event counters
` [PATCH v5 27/29] fs/resctrl: Add file system mechanism for architecture info file
[PATCH v3] drm/ttm: Should to return the evict error
2025-06-06 16:55 UTC (3+ messages)
[PATCH 0/2] fix failure of integration between tpm_crb_ffa with ima
2025-06-06 16:53 UTC (3+ messages)
` [PATCH 2/2] tpm: tpm_crb_ffa: maunally register tpm_crb_ffa driver when it's built-in
[RFC][PATCH 0/5] sched: Try and address some recent-ish regressions
2025-06-06 16:55 UTC (6+ messages)
` [RFC][PATCH 5/5] sched: Add ttwu_queue support for delayed tasks
[PATCH] x86/its: Move ITS indirect branch thunks to .text..__x86.indirect_thunk
2025-06-06 16:55 UTC
[paulmckrcu:dev.2025.06.04b 18/36] lib/tests/test_ratelimit.c:98:18: error: call to undeclared function 'ratelimit_state_reset_miss'; ISO C99 and later do not support implicit function declarations
2025-06-06 16:53 UTC (2+ messages)
[PATCH net] net_sched: sch_sfq: fix a potential crash on gso_skb handling
2025-06-06 16:51 UTC
[PATCH V2] net: sfp: add quirk for Potron SFP+ XGSPON ONU Stick
2025-06-06 16:51 UTC (5+ messages)
[PATCH v13 02/10] imap-send: add support for OAuth2.0 authentication
2025-06-06 16:50 UTC (3+ messages)
[PATCH v2 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
2025-06-06 16:49 UTC (3+ messages)
` [PATCH v2 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "
[PATCH v2 0/3] Enable R52 support for the first chunk of MPU support
2025-06-06 16:48 UTC (4+ messages)
` [PATCH v2 1/3] arm/mpu: Introduce MPU memory region map structure
` [PATCH v2 2/3] arm/mpu: Provide and populate MPU C data structures
` [PATCH v2 3/3] arm/mpu: Provide access to the MPU region from the C code
[PATCH] net: stmmac: add support for platform specific config
2025-06-06 16:49 UTC (3+ messages)
[RFC PATCH 00/19] accel: Preparatory cleanups for split-accel
2025-06-06 16:44 UTC (20+ messages)
` [RFC PATCH 01/19] hw/arm/virt: Only require TCG || QTest to use virtualization extension
` [RFC PATCH 02/19] system/cpus: Only kick running vCPUs
` [RFC PATCH 03/19] accel: Keep reference to AccelOpsClass in AccelClass
` [RFC PATCH 04/19] accel: Propagate AccelState to AccelClass::init_machine()
` [RFC PATCH 05/19] accel/kvm: Prefer local AccelState over global MachineState::accel
` [RFC PATCH 06/19] accel/hvf: Fix TYPE_HVF_ACCEL instance size
` [RFC PATCH 07/19] accel/hvf: Re-use QOM allocated state
` [RFC PATCH 08/19] accel/tcg: Prefer local AccelState over global current_accel()
` [RFC PATCH 09/19] accel: Factor accel_cpu_realize() out
` [RFC PATCH 10/19] accel/dummy: Factor dummy_thread_precreate() out
` [RFC PATCH 11/19] accel/dummy: Factor tcg_vcpu_thread_precreate() out
` [RFC PATCH 12/19] accel: Factor accel_create_vcpu_thread() out
` [RFC PATCH 13/19] accel: Introduce AccelOpsClass::cpu_thread_routine handler
` [RFC PATCH 14/19] accel/dummy: Convert to AccelOpsClass::cpu_thread_routine
` [RFC PATCH 15/19] accel/tcg: "
` [RFC PATCH 16/19] accel/hvf: "
` [RFC PATCH 17/19] accel/kvm: "
` [RFC PATCH 18/19] accel/nvmm: "
` [RFC PATCH 19/19] accel/whpx: "
support keyrings for NFS TLS mounts v2
2025-06-06 16:47 UTC (9+ messages)
` [PATCH 2/2] nfs: create a kernel keyring
[PATCH] tests: shell: Add a test case for FTP helper combined with NAT
2025-06-06 16:47 UTC (4+ messages)
` [PATCH v2] "
[PATCH] arm: dts: remove k3-serdes.h
2025-06-06 16:47 UTC (2+ messages)
[PATCH] armv8: fix Clang warning on writing 32-bit variable to a 64-bit register
2025-06-06 16:46 UTC (2+ messages)
[PATCH] revision: fix memory leak in prepare_show_merge()
2025-06-06 16:47 UTC (5+ messages)
[PATCH] scripts/setlocalversion: sync with linux v6.15
2025-06-06 16:46 UTC (2+ messages)
[PATCH v2] cmd: bootmenu: permit to select bootmenu entry with a shortcut
2025-06-06 16:46 UTC (2+ messages)
[PATCH 0/2] Add baudrate accuracy compensation for MediaTek UART driver
2025-06-06 16:46 UTC (2+ messages)
[PATCH] net: ch9200: use BIT macro for bitmask constants
2025-06-06 16:46 UTC (2+ messages)
[PATCH v9 00/16] Enable CXL PCIe port protocol error handling and logging
2025-06-06 16:45 UTC (5+ messages)
` [PATCH v9 04/16] PCI/AER: Dequeue forwarded CXL error
` [PATCH v9 05/16] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
[PATCH v3 0/5] Enable media OA
2025-06-06 16:42 UTC (11+ messages)
` [PATCH 1/5] drm/xe/oa/uapi: Expose media OA units
` [PATCH 2/5] drm/xe/oa: Print hwe to OA unit mapping
` [PATCH 4/5] drm/xe/oa: Assign hwe for OAM_SAG
[RFC PATCH 00/29] KVM: VM planes
2025-06-06 16:42 UTC (8+ messages)
` [PATCH 10/29] KVM: share statistics for same vCPU id on different planes
` [PATCH 20/29] KVM: x86: add planes support for interrupt delivery
[PATCH v4 0/3] Add Radxa CM5 module and IO board dts
2025-06-06 16:41 UTC (5+ messages)
` [PATCH v4 2/3] arm64: dts: rockchip: Add rk3588 based Radxa CM5
[PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-06 16:41 UTC (7+ messages)
` [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC
[for-linus][PATCH 0/3] tracing: Fixes for 6.16
2025-06-06 16:42 UTC (4+ messages)
` [for-linus][PATCH 1/3] tracing: Fix regression of filter waiting a long time on RCU synchronization
` [for-linus][PATCH 2/3] ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()
` [for-linus][PATCH 3/3] tracing: PM: Remove unused clock events
[PATCH v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board
2025-06-06 16:40 UTC
[PATCH v4 0/6] Enable strict percpu address space checks
2025-06-06 16:39 UTC (8+ messages)
` [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
` Large modules with 6.15 [was: [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers]
[PATCH v7 00/20] FIT image improvements
2025-06-06 16:38 UTC (5+ messages)
` [meta-ti] "
[PATCH v5 00/12] khugepaged: mTHP support
2025-06-06 16:37 UTC (5+ messages)
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
[PATCH 00/22] Return variable name unifications
2025-06-06 16:37 UTC (3+ messages)
[PATCH] target: riscv: Add Svrsw60t59b extension support
2025-06-06 16:34 UTC (2+ messages)
[PATCH 0/9] A series of kernel-doc tweaks
2025-06-06 16:34 UTC (10+ messages)
` [PATCH 1/9] docs: kdoc: simplify the PROTO continuation logic
` [PATCH 2/9] docs: kdoc: move the core dispatch into a state table
` [PATCH 3/9] docs: kdoc: remove the section_intro variable
` [PATCH 4/9] docs: kdoc: simplify the kerneldoc recognition code
` [PATCH 5/9] docs: kdoc: remove the KernelEntry::is_kernel_comment member
` [PATCH 6/9] docs: kdoc: remove the KernelEntry::descr pseudo member
` [PATCH 7/9] docs: kdoc: remove some ineffective code
` [PATCH 8/9] docs: kdoc: move the declaration regexes out of process_name()
` [PATCH 9/9] docs: kdoc: some final touches for process_name()
[PATCH v3 12/13] PCI/TSM: support TDI related operations for host TSM driver
2025-06-06 16:34 UTC (10+ messages)
` [RFC PATCH 1/3] coco: tsm: Add tsm_bind/unbind helpers
` [RFC PATCH 3/3] iommufd/tsm: Add tsm_bind/unbind iommufd ioctls
[PATCH bpf-next v5 0/5] bpf: Implement mprog API on top of existing cgroup progs
2025-06-06 16:31 UTC (6+ messages)
` [PATCH bpf-next v5 1/5] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [PATCH bpf-next v5 2/5] bpf: Implement mprog API on top of existing cgroup progs
` [PATCH bpf-next v5 3/5] libbpf: Support link-based cgroup attach with options
` [PATCH bpf-next v5 4/5] selftests/bpf: Move some tc_helpers.h functions to test_progs.h
` [PATCH bpf-next v5 5/5] selftests/bpf: Add two selftests for mprog API based cgroup progs
[PATCH] accel/ivpu: Add turbo flag to the DRM_IVPU_CMDQ_CREATE ioctl
2025-06-06 16:30 UTC (2+ messages)
[PATCH v1 1/1] mctp: fix mctp_dump_addrinfo due to unincremented ifindex
2025-06-06 16:26 UTC
[PATCH v17 0/4] add support for self monitoring
2025-06-06 16:27 UTC (2+ messages)
[QEMU PATCH v3 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
2025-06-06 16:27 UTC (3+ messages)
` [QEMU PATCH v3 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
[PATCH 0/8] drm/gem: Audit around handle_create races
2025-06-06 16:25 UTC (3+ messages)
` [PATCH 4/8] accel/qaic: delete qaic_bo.handle
[PATCH v4 0/5] Enable media OA
2025-06-06 16:25 UTC (12+ messages)
` [PATCH 1/5] drm/xe/oa/uapi: Expose media OA units
` [PATCH 2/5] drm/xe/oa: Print hwe to OA unit mapping
` [PATCH 3/5] drm/xe/oa: Introduce stream->oa_unit
` [PATCH 4/5] drm/xe/oa: Assign hwe for OAM_SAG
` [PATCH 5/5] drm/xe/oa: Enable OAM latency measurement
` ✓ CI.Patch_applied: success for Enable media OA
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH] kho: initialize tail pages for higher order folios properly
2025-06-06 16:23 UTC (3+ messages)
[PATCH v2 1/1] dt-bindings: clock: convert lpc1850-cgu.txt to yaml format
2025-06-06 16:24 UTC
[for-linus][PATCH 0/3] tracing: Fixes for 6.16
2025-06-06 16:24 UTC
[PATCH] accel/ivpu: Add initial Wildcat Lake support
2025-06-06 16:23 UTC (2+ messages)
[RFC v2 00/16] Live Update Orchestrator
2025-06-06 16:22 UTC (7+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
[PATCH 02/12] net/txgbe: refactor FDIR filter to improve functionality
2025-06-06 16:23 UTC (2+ messages)
[PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
2025-06-06 16:21 UTC (9+ messages)
[PATCH v2] ramfb: Add property to control if load the romfile
2025-06-06 16:22 UTC (4+ messages)
[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
2025-06-06 16:22 UTC (12+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
` [Question] attributes encoding in BTF
BTF loading failing on perf
2025-06-06 16:20 UTC (3+ messages)
[akpm-mm:mm-new 61/87] drivers/cxl/core/region.c:2437:22: error: invalid use of undefined type 'struct node_notify'
2025-06-06 16:19 UTC
[PATCH 0/4] system: Forbid alloca()
2025-06-06 16:18 UTC (5+ messages)
` [PATCH 3/4] tests/unit/test-char: Avoid using g_alloca()
[PATCH v1 0/3] cgroup: Add lock guard support
2025-06-06 16:18 UTC (4+ messages)
` [PATCH v1 1/3] cgroup: add lock guard support for cgroup_muetx
` [PATCH v1 2/3] cgroup: add lock guard support for css_set_lock and rcu
` [PATCH v1 3/3] cgroup: add lock guard support for others
[PATCH v2 0/2] media: Add line end IRQ to imx-mipi-csis driver
2025-06-06 16:17 UTC (2+ messages)
[PATCH] drm/i915/display: Fix macro HAS_ULTRAJOINER
2025-06-06 16:17 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH] seatd: fix packaging error with systemd DISTRO_FEATURES
2025-06-06 16:16 UTC
[PATCH] mm/vma: reset VMA iterator on commit_merge() OOM failure
2025-06-06 16:16 UTC (2+ messages)
[RFC] mm: khugepaged: use largest enabled hugepage order for min_free_kbytes
2025-06-06 16:10 UTC (4+ messages)
[PATCH] locking: detect spin_lock_irq() call with disabled interrupts
2025-06-06 16:09 UTC (2+ messages)
[PATCH V7 00/29] Reset improvements
2025-06-06 16:08 UTC (7+ messages)
` [PATCH 05/29] drm/amdgpu: switch job hw_fence to amdgpu_fence
` [PATCH 06/29] drm/amdgpu: update ring reset function signature
[PATCH v1] migration: Wait for cpr.sock file to appear before connecting
2025-06-06 16:06 UTC (9+ messages)
Generating .cmd files without actually building the kernel?
2025-06-06 16:05 UTC
[PATCH v2 1/1] dt-bindings: pinctrl: convert nxp,lpc1850-scu.txt to yaml format
2025-06-06 16:03 UTC
[PATCH bpf-next v4 0/5] bpf: Implement mprog API on top of existing cgroup progs
2025-06-06 16:03 UTC (4+ messages)
` [PATCH bpf-next v4 2/5] "
[PATCH v3 3/3] ABI: sysfs: add documentation for ST M24LR EEPROM and control interface
2025-06-06 16:02 UTC (3+ messages)
[PATCH v2 0/3] riscv: dts: sophgo: add more sg2042 isa extension support
2025-06-06 16:01 UTC (9+ messages)
` [PATCH v2 3/3] riscv: dts: sophgo: add zfh for sg2042
[PATCH v3 1/3] dt-bindings: eeprom: Add ST M24LR support
2025-06-06 15:06 UTC (2+ messages)
[OE-core][scarthgap 00/12] Patch review
2025-06-06 16:00 UTC (13+ messages)
` [OE-core][scarthgap 01/12] libsoup: fix CVE-2025-32908
` [OE-core][scarthgap 02/12] libsoup: fix CVE-2025-32907
` [OE-core][scarthgap 03/12] libsoup-2.4: "
` [OE-core][scarthgap 04/12] libsoup-2.4: fix do_compile failure
` [OE-core][scarthgap 05/12] libsoup-2.4: fix CVE-2025-32053
` [OE-core][scarthgap 06/12] libsoup: "
` [OE-core][scarthgap 07/12] python3-setuptools: Fix CVE-2025-47273
` [OE-core][scarthgap 08/12] binutils: Fix CVE-2025-5245
` [OE-core][scarthgap 09/12] binutils: Fix CVE-2025-5244
` [OE-core][scarthgap 10/12] screen: fix CVE-2025-46802
` [OE-core][scarthgap 11/12] screen: fix CVE-2025-46804
` [OE-core][scarthgap 12/12] systemd: upgrade 255.18 -> 255.21
[PATCH v3 0/2] PM: domains: add devm_pm_domain_attach()
2025-06-06 16:00 UTC (3+ messages)
` [PATCH v3 1/2] PM: domains: Add devres variant for dev_pm_domain_attach()
[PATCH v5 0/8] add Voyager board support
2025-06-06 16:00 UTC (3+ messages)
[PATCH v2 0/5] rust: Add ACPI match table support for Rust drivers
2025-06-06 15:59 UTC (7+ messages)
` [PATCH v2 3/5] rust: driver: Add ACPI id table support to Adapter trait
[PATCH] Bluetooth: btusb: Add a new VID/PID 2c7c/7009 for MT7925
2025-06-06 15:59 UTC (2+ messages)
` "
[PATCH v2] platform/x86: Move Lenovo files into lenovo subdir
2025-06-06 15:58 UTC (2+ messages)
[RFC 00/13] objtool: Function validation tracing
2025-06-06 15:58 UTC (2+ messages)
[PATCH v3 2/3] misc: add driver for ST M24LR series RFID/NFC EEPROM chips
2025-06-06 15:58 UTC (3+ messages)
[PATCH v3] x86/virt/tdx: Enforce no indirect calls of TDX assembly
2025-06-06 15:58 UTC (2+ messages)
[PATCH v2 0/3] docs: some automarkup improvements
2025-06-06 15:57 UTC (4+ messages)
[Weekly meetings] MoM - 4th of June 2025
2025-06-06 15:57 UTC
[PATCH v3 1/1] dt-bindings: ieee802154: Convert at86rf230.txt yaml format
2025-06-06 15:56 UTC
[PATCH v3] tests/drm_virtgpu: Add functional coverage for core VirtIO-GPU ioctls
2025-06-06 15:55 UTC (2+ messages)
[PATCH] efi: Drop preprocessor directives from zboot.lds
2025-06-06 15:55 UTC (2+ messages)
[PATCH net] net: clear the dst when changing skb protocol
2025-06-06 15:55 UTC (8+ messages)
[PATCH] drm/i915/ring_submission: Fix timeline left held on VMA alloc error
2025-06-06 15:55 UTC (2+ messages)
` ✓ i915.CI.BAT: success for "
[PATCH v1 0/5] Fix XHCI console on legacy MB2 boot
2025-06-06 15:54 UTC (10+ messages)
` [PATCH v1 1/5] console: add relocation hook
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.