messages from 2025-06-26 22:14:20 to 2025-06-27 00:04:24 UTC [more...]
[PATCH v5 0/5] Add support for BeagleBone Green Eco board
2025-06-27 0:03 UTC (3+ messages)
[PATCH v3 0/6] TDX host: kexec/kdump support
2025-06-27 0:01 UTC (6+ messages)
` [PATCH v3 2/6] x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALL
` [PATCH v3 6/6] KVM: TDX: Explicitly do WBINVD upon reboot notifier
[syzbot] [btrfs?] KASAN: slab-use-after-free Read in close_fs_devices
2025-06-27 0:01 UTC (2+ messages)
[PATCH v2 1/1] iommu/vt-d: Assign devtlb cache tag on ATS enablement
2025-06-27 0:00 UTC (2+ messages)
[PATCH v8 00/13] Don't generate netlink .rst files inside $(srctree)
2025-06-26 23:59 UTC (3+ messages)
` [PATCH v8 13/13] docs: parser_yaml.py: fix backward compatibility with old docutils
[PATCH 00/27] cpuset/isolation: Honour kthreads preferred affinity
2025-06-26 23:58 UTC (5+ messages)
` [PATCH 02/27] sched/isolation: Introduce housekeeping per-cpu rwsem
[PATCH v3 00/64] objtool,livepatch: klp-build livepatch module generation
2025-06-26 23:55 UTC (65+ messages)
` [PATCH v3 01/64] s390/vmlinux.lds.S: Prevent thunk functions from getting placed with normal text
` [PATCH v3 02/64] vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macros
` [PATCH v3 03/64] x86/module: Improve relocation error messages
` [PATCH v3 04/64] x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation
` [PATCH v3 05/64] compiler: Tweak __UNIQUE_ID() naming
` [PATCH v3 06/64] compiler.h: Make addressable symbols less of an eyesore
` [PATCH v3 07/64] elfnote: Change ELFNOTE() to use __UNIQUE_ID()
` [PATCH v3 08/64] kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAME
` [PATCH v3 09/64] modpost: Ignore unresolved section bounds symbols
` [PATCH v3 10/64] x86/alternative: Refactor INT3 call emulation selftest
` [PATCH v3 11/64] objtool: Make find_symbol_containing() less arbitrary
` [PATCH v3 12/64] objtool: Fix broken error handling in read_symbols()
` [PATCH v3 13/64] objtool: Propagate elf_truncate_section() error in elf_write()
` [PATCH v3 14/64] objtool: Remove error handling boilerplate
` [PATCH v3 15/64] objtool: Add empty symbols to the symbol tree again
` [PATCH v3 16/64] objtool: Fix interval tree insertion for zero-length symbols
` [PATCH v3 17/64] objtool: Fix weak symbol detection
` [PATCH v3 18/64] objtool: Fix x86 addend calculation
` [PATCH v3 19/64] objtool: Fix __pa_symbol() relocation handling
` [PATCH v3 20/64] objtool: Fix "unexpected end of section" warning for alternatives
` [PATCH v3 21/64] objtool: Check for missing annotation entries in read_annotate()
` [PATCH v3 22/64] objtool: Const string cleanup
` [PATCH v3 23/64] objtool: Clean up compiler flag usage
` [PATCH v3 24/64] objtool: Remove .parainstructions reference
` [PATCH v3 25/64] objtool: Convert elf iterator macros to use 'struct elf'
` [PATCH v3 26/64] objtool: Add section/symbol type helpers
` [PATCH v3 27/64] objtool: Mark .cold subfunctions
` [PATCH v3 28/64] objtool: Fix weak symbol hole detection for .cold functions
` [PATCH v3 29/64] objtool: Mark prefix functions
` [PATCH v3 30/64] objtool: Simplify reloc offset calculation in unwind_read_hints()
` [PATCH v3 31/64] objtool: Avoid emptying lists for duplicate sections
` [PATCH v3 32/64] objtool: Rename --Werror to --werror
` [PATCH v3 33/64] objtool: Resurrect --backup option
` [PATCH v3 34/64] objtool: Reindent check_options[]
` [PATCH v3 35/64] objtool: Refactor add_jump_destinations()
` [PATCH v3 36/64] objtool: Simplify special symbol handling in elf_update_symbol()
` [PATCH v3 37/64] objtool: Generalize elf_create_symbol()
` [PATCH v3 38/64] objtool: Generalize elf_create_section()
` [PATCH v3 39/64] objtool: Add elf_create_data()
` [PATCH v3 40/64] objtool: Add elf_create_reloc() and elf_init_reloc()
` [PATCH v3 41/64] objtool: Add elf_create_file()
` [PATCH v3 42/64] kbuild,x86: Fix special section module permissions
` [PATCH v3 43/64] x86/alternative: Define ELF section entry size for alternatives
` [PATCH v3 44/64] x86/jump_label: Define ELF section entry size for jump labels
` [PATCH v3 45/64] x86/static_call: Define ELF section entry size of static calls
` [PATCH v3 46/64] x86/extable: Define ELF section entry size for exception table
` [PATCH v3 47/64] x86/bug: Define ELF section entry size for bug table
` [PATCH v3 48/64] x86/orc: Define ELF section entry size for unwind hints
` [PATCH v3 49/64] objtool: Unify STACK_FRAME_NON_STANDARD entry sizes
` [PATCH v3 50/64] objtool/klp: Add --checksum option to generate per-function checksums
` [PATCH v3 51/64] objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
` [PATCH v3 52/64] objtool/klp: Introduce klp diff subcommand for diffing object files
` [PATCH v3 53/64] objtool/klp: Add --debug option to show cloning decisions
` [PATCH v3 54/64] objtool/klp: Add post-link subcommand to finalize livepatch modules
` [PATCH v3 55/64] objtool: Disallow duplicate prefix symbols
` [PATCH v3 56/64] objtool: Add base objtool support for livepatch modules
` [PATCH v3 57/64] livepatch: Add CONFIG_KLP_BUILD
` [PATCH v3 58/64] kbuild,objtool: Defer objtool validation step for CONFIG_KLP_BUILD
` [PATCH v3 59/64] livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff noise
` [PATCH v3 60/64] livepatch/klp-build: Add stub init code for livepatch modules
` [PATCH v3 61/64] livepatch/klp-build: Introduce klp-build script for generating "
` [PATCH v3 62/64] livepatch/klp-build: Add --debug option to show cloning decisions
` [PATCH v3 63/64] livepatch/klp-build: Add --show-first-changed option to show function divergence
` [PATCH v3 64/64] livepatch: Introduce source code helpers for livepatch modules
[PATCH v4 0/5] Improvements for Devres
2025-06-26 23:55 UTC (16+ messages)
` [PATCH v4 3/5] rust: devres: get rid of Devres' inner Arc
` [PATCH v4 4/5] rust: types: ForeignOwnable: Add type Target
` [PATCH v4 5/5] rust: devres: implement register_release()
[PATCH 1/1] spi: dt-bindings: add nxp,lpc3220-spi.yaml
2025-06-26 23:55 UTC (2+ messages)
[PATCH v2 0/2] Fix tuning on eUSB2 repeater
2025-06-26 23:55 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: phy: qcom,snps-eusb2-repeater: Remove default tuning values
[PATCH v1 0/2] ARM: tegra: Add device-tree for ASUS VivoTab RT TF600T
2025-06-26 23:54 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: tegra: Add Asus "
[PATCH v4 0/8] firmware: qcom: enable UEFI variables on Lenovo Yoga C630
2025-06-26 23:54 UTC (10+ messages)
` [PATCH v4 5/8] firmware; qcom: scm: enable QSEECOM on SC8280XP CRD
` [PATCH v4 6/8] firmware: qcom: scm: add modparam to control QSEECOM enablement
[PATCH v1 0/2] ARM: tegra: Add device-tree for Asus Portable AiO P1801-T
2025-06-26 23:53 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: tegra: Add "
[PATCH 1/2] dt-bindings: display: panel: Make reset-gpio as optional for Raydium RM67200
2025-06-26 23:53 UTC (2+ messages)
[PATCH 06/13] perf: stm32: introduce DDRPERFM driver
2025-06-26 23:52 UTC (2+ messages)
[PATCH] media: dt-bindings: qcom,venus: Allow OPP specifics universally
2025-06-26 23:51 UTC (2+ messages)
[PATCH 0/3] arm64: dts: add descriptions for solidrun i.mx8mp based boards
2025-06-26 23:50 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: arm: fsl: Add bindings for SolidRun i.MX8MP SoM and boards
[PATCH v6] dt-bindings: net: Convert socfpga-dwmac bindings to yaml
2025-06-26 23:48 UTC (4+ messages)
[PATCH v11 00/12] drm/msm/dpu: Support quad pipe with dual-interface
2025-06-26 23:46 UTC (5+ messages)
` [PATCH v11 11/12] drm/msm/dpu: support plane splitting in quad-pipe case
[PATCH 1/2] rust: add initial scatterlist bindings
2025-06-26 23:44 UTC (12+ messages)
[PATCH 22/32] drm: renesas: rz-du: rzg2l_mipi_dsi: convert to the .attach_new op
2025-06-26 23:42 UTC (2+ messages)
[PATCH v10 00/17] Enable CXL PCIe Port Protocol Error handling and logging
2025-06-26 23:42 UTC (20+ messages)
` [PATCH v10 01/17] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v10 02/17] PCI/CXL: Add pcie_is_cxl()
` [PATCH v10 03/17] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v10 04/17] CXL/AER: Introduce CXL specific AER driver file
` [PATCH v10 05/17] CXL/AER: Introduce kfifo for forwarding CXL errors
` [PATCH v10 06/17] PCI/AER: Dequeue forwarded CXL error
` [PATCH v10 07/17] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v10 08/17] cxl/pci: Move RAS initialization to cxl_port driver
` [PATCH v10 09/17] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v10 10/17] cxl/pci: Update RAS handler interfaces to also support CXL Ports
` [PATCH v10 11/17] cxl/pci: Log message if RAS registers are unmapped
` [PATCH v10 12/17] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v10 13/17] cxl/pci: Update cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v10 14/17] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [PATCH v10 15/17] CXL/PCI: Introduce CXL Port "
` [PATCH v10 16/17] CXL/PCI: Enable CXL protocol errors during CXL Port probe
` [PATCH v10 17/17] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup
[PATCH] llist: add [READ|WRITE]_ONCE tags for llist_node
2025-06-26 23:38 UTC (2+ messages)
[PATCH 0/3] Add support for remoteprocs on SM7635
2025-06-26 23:37 UTC (4+ messages)
` [PATCH 3/3] remoteproc: qcom: pas: Add SM7635 remoteproc support
[PATCH v5 9/9] PCI: Add a new 'boot_display' attribute
2025-06-26 23:33 UTC (2+ messages)
[PATCH v4 00/17] drm/bridge: cdns-dsi: Make it work a bit better
2025-06-26 23:32 UTC (5+ messages)
` [PATCH v4 04/17] phy: cdns-dphy: Store hs_clk_rate and return it
` [PATCH v4 05/17] phy: cdns-dphy: Remove leftover code
[PATCH v2 00/62] objtool,livepatch: klp-build livepatch module generation
2025-06-26 23:27 UTC (10+ messages)
` [PATCH v2 29/62] objtool: Mark prefix functions
` [PATCH v2 54/62] objtool/klp: Add post-link subcommand to finalize livepatch modules
` [PATCH v2 59/62] livepatch/klp-build: Introduce klp-build script for generating "
[PATCH v7 0/5] pci: qcom: Add QCS8300 PCIe support
2025-06-26 23:27 UTC (3+ messages)
` [PATCH v7 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
[PATCH v2 0/2] Bindings and DTS for Apple SoC GPUs
2025-06-26 23:27 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: gpu: Add Apple SoC GPU
[PATCH 0/3] arm64: dts: rockchip: Fix HDMI output on RK3576
2025-06-26 23:24 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: display: vop2: Add optional PLL clock property for rk3576
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-26 23:19 UTC (2+ messages)
[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-06-26 23:19 UTC (3+ messages)
` [PATCH v4 06/19] perf capstone: Support for dlopen-ing libcapstone.so
[PATCHv3] wifi: ath11k: clear initialized flag for deinit-ed srng lists
2025-06-26 23:15 UTC (2+ messages)
[PATCH ath-next 0/2] wifi: ath11k: support usercase-specific firmware overrides
2025-06-26 23:15 UTC (2+ messages)
[PATCH v3 0/4] wifi: ath12k: fix dest ring-buffer corruption
2025-06-26 23:15 UTC (2+ messages)
[PATCH v2 0/5] wifi: ath11k: fix dest ring-buffer corruption
2025-06-26 23:15 UTC (2+ messages)
[PATCHv5 0/5] wifi: ath9k: add ahb OF support
2025-06-26 23:15 UTC (2+ messages)
` (subset) "
[PATCH ath-next v2 0/2] wifi: ath12k: use real noise floor value
2025-06-26 23:15 UTC (2+ messages)
[PATCH][next] wifi: ath11k: Make read-only const array svc_id static const
2025-06-26 23:15 UTC (2+ messages)
[PATCH] wifi: ath11k: fix suspend use-after-free after probe failure
2025-06-26 23:15 UTC (2+ messages)
[PATCH v2] mmc: sdhci_am654: Workaround for Errata i2312
2025-06-26 23:14 UTC
man-pages-6.14 released
2025-06-26 23:14 UTC (8+ messages)
[PATCH v3 0/4] Improvements for Devres
2025-06-26 23:13 UTC (9+ messages)
` [PATCH v3 4/4] rust: devres: implement register_release()
[PATCH v2 0/4] firmware: qcom: enable UEFI variables on Lenovo Yoga C630
2025-06-26 23:09 UTC (9+ messages)
` [PATCH v2 2/4] firmware: qcom: uefisecapp: add support for R/O UEFI vars
[PATCH v2 00/10] Add PCIe support for Tesla FSD SoC
2025-06-26 23:09 UTC (3+ messages)
` [PATCH v2 08/10] phy: exynos: Add PCIe PHY support for "
[PATCH v12 0/7] Add support for RSCI driver
2025-06-26 23:09 UTC (5+ messages)
` [PATCH v12 1/7] dt-bindings: serial: Added secondary clock for RZ/T2H RSCI
` [PATCH v12 2/7] dt-bindings: serial: rsci: Update maintainer entry
[syzbot] [rdma?] WARNING in rxe_skb_tx_dtor
2025-06-26 23:09 UTC (7+ messages)
[PATCH 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
2025-06-26 23:08 UTC (3+ messages)
` [PATCH 1/2] trace/preemptirq: reduce overhead of irq_enable/disable tracepoints
[PATCH] scsi: Format scsi_track_queue_full() return values as bullet list
2025-06-26 23:08 UTC (3+ messages)
[PATCH] i3c: Fix i3c_device_do_priv_xfers() return value list
2025-06-26 23:06 UTC (3+ messages)
[PATCH v3 0/2 RESEND] phy: renesas: r8a779f0-ether-serdes: driver enhancement
2025-06-26 22:58 UTC (2+ messages)
[PATCH v5 0/7] futex: Create set_robust_list2
2025-06-26 22:56 UTC (5+ messages)
` [PATCH v5 2/7] selftests/futex: Create test for robust list
` [PATCH v5 3/7] futex: Use explicit sizes for compat_exit_robust_list
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-06-26 22:51 UTC (2+ messages)
[PATCH v17] pwm: airoha: Add support for EN7581 SoC
2025-06-26 22:52 UTC (3+ messages)
[PATCH v4 00/10] Introducing firmware late binding
2025-06-26 22:49 UTC (7+ messages)
` [PATCH v4 05/10] drm/xe/xe_late_bind_fw: Load late binding firmware
[PATCH v3] soundwire: debugfs: move debug statement outside of error handling
2025-06-26 22:51 UTC (2+ messages)
[PATCH] RISC-V: avoid using t6/x31 in hand asm
2025-06-26 22:51 UTC (2+ messages)
[PATCH v18] pwm: airoha: Add support for EN7581 SoC
2025-06-26 22:47 UTC
[PATCH v2] dmaengine: idxd: Remove __packed from structures
2025-06-26 22:48 UTC (2+ messages)
[PATCH 1/2] dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing
2025-06-26 22:48 UTC (2+ messages)
[PATCH] dmaengine: idxd: Fix warning for deadcode.deadstore
2025-06-26 22:48 UTC (2+ messages)
[PATCH 0/5] dmaengine: Minor fixes and cleanups
2025-06-26 22:48 UTC (2+ messages)
[PATCH v2] dmaengine: stm32: Don't use %pK through printk
2025-06-26 22:48 UTC (2+ messages)
[PATCH RESEND] dmaengine: stm32-dma: configure next sg only if there are more than 2 sgs
2025-06-26 22:48 UTC (2+ messages)
[PATCH v7 0/2] Add `devm_dma_request_chan()` to simplify probe path in atmel-quadspi.c
2025-06-26 22:48 UTC (5+ messages)
` (subset) "
[PATCH v11] dma-engine: sun4i: Simplify error handling in probe()
2025-06-26 22:48 UTC (2+ messages)
[PATCH v3 0/2] arm64: dts: qcom: Add GPI DMA support for sc8280xp
2025-06-26 22:48 UTC (2+ messages)
` (subset) "
[PATCH] HID: appletb-kbd: fix memory corruption of input_handler_list
2025-06-26 22:47 UTC
[PATCH v2 0/2] drm/fourcc: Add additional float formats
2025-06-26 22:47 UTC (2+ messages)
[PATCH v2] dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()
2025-06-26 22:44 UTC (2+ messages)
[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new testcases
2025-06-26 22:43 UTC
[v4 PATCH 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-06-26 22:39 UTC (6+ messages)
` [PATCH 3/4] arm64: mm: support "
[PATCH v2] tpm: Cleanup class for tpm_buf
2025-06-26 22:35 UTC (4+ messages)
[PATCH 6.15 000/589] 6.15.4-rc3 review
2025-06-26 22:33 UTC (2+ messages)
[PATCH 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
2025-06-26 22:33 UTC (11+ messages)
` [PATCH 2/2] KVM: TDX: Do not clear poisoned pages
[PATCH] tpm: Create cleanup class for tpm_buf
2025-06-26 22:33 UTC (4+ messages)
[GIT PULL] KVM: x86: Fixes for 6.16-rcN
2025-06-26 22:31 UTC
[PATCH v8 0/9] rust: Add ACPI match table support for Rust drivers
2025-06-26 22:31 UTC (2+ messages)
[RFT][PATCH v4 0/2] PM: sleep: Handle async suppliers like parents and async consumers like children
2025-06-26 22:28 UTC (3+ messages)
[PATCH] xfs: report a writeback error on a read() call
2025-06-26 22:22 UTC (11+ messages)
[PATCH v3 4/4] Input: Don't send fake button presses to wake system
2025-06-26 22:21 UTC (12+ messages)
[PATCH RFT 0/6] gpio: mmio: remove struct bgpio_pdata
2025-06-26 22:20 UTC (3+ messages)
` [PATCH RFT 3/6] mfd: vexpress-sysreg: set-up software nodes for gpio-mmio
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-06-26 22:19 UTC (11+ messages)
[RFC PATCH] PCI: Support Immediate Readiness on devices without PM capabilities
2025-06-26 22:17 UTC (3+ messages)
[PATCH v3 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
2025-06-26 22:17 UTC (19+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: Add bindings for AP1302 and AR0144
` [PATCH v3 2/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
[GIT PULL] HID fixes
2025-06-26 22:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox