messages from 2025-12-15 21:17:11 to 2025-12-16 00:53:54 UTC [more...]
[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
2025-12-16 0:50 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v1 1/1] bpf: Disable -Wsuggest-attribute=format
2025-12-16 0:53 UTC (8+ messages)
[PATCH v2 00/23] Cache aware scheduling
2025-12-16 0:52 UTC (9+ messages)
` [PATCH v2 06/23] sched/cache: Track LLC-preferred tasks per runqueue
` [PATCH v2 12/23] sched/cache: Add migrate_llc_task migration type for cache-aware balancing
linux-next: build warnings after merge of the vfs-brauner tree
2025-12-16 0:52 UTC
[PATCH] RDMA/ionic: Replace cpu_to_be64 + le64_to_cpu with swab64
2025-12-16 0:51 UTC (4+ messages)
[PATCH v5 0/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
2025-12-16 0:50 UTC (5+ messages)
` [PATCH v5 2/6] io_uring: clear IORING_SETUP_SINGLE_ISSUER for IORING_SETUP_SQPOLL
` [PATCH v5 4/6] io_uring: use io_ring_submit_lock() in io_iopoll_req_issued()
[PATCH] Octeontx2-af: use bitmap_empty() where appropriate
2025-12-16 0:47 UTC
[PATCH -next 0/5] mm/mglru: remove memcg lru
2025-12-16 0:45 UTC (5+ messages)
` [PATCH -next 4/5] mm/mglru: combine shrink_many into shrink_node_memcgs
[PATCH v2 0/3] Support more safe `AsBytes`/`FromBytes` usage
2025-12-16 0:44 UTC (4+ messages)
` [PATCH v2 1/3] rust: transmute: Support transmuting slices of AsBytes/FromBytes types
` [PATCH v2 2/3] rust: Add support for deriving `AsBytes` and `FromBytes`
` [PATCH v2 3/3] rust: Support deriving `AsBytes`/`FromBytes` on bindgen types
[PATCH v2 0/3] Support exporting SoC info from Rust
2025-12-16 0:43 UTC (4+ messages)
` [PATCH v2 1/3] rust: Add soc_device support
` [PATCH v2 2/3] docs: ABI: sysfs-devices-soc: Fix swapped sample values
` [PATCH v2 3/3] rust: Add SoC Driver Sample
[PATCH] fs/kernfs: null-ptr deref in simple_xattrs_free()
2025-12-16 0:35 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2] rust: Add support for feeding entropy to randomness pool
2025-12-16 0:37 UTC
[RFC PATCH v2 0/6] fuse: LOOKUP_HANDLE operation
2025-12-16 0:33 UTC (4+ messages)
[PATCH net-next 00/15] Probe SJA1105 DSA children using MFD and dynamic OF nodes
2025-12-16 0:29 UTC (8+ messages)
` [PATCH net-next 07/15] mfd: core: add ability for cells to probe on a custom parent OF node
[PATCH] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()
2025-12-16 0:28 UTC
[PATCH] iio: adc: ad7606_spi: use bitmap_full() in ad7606_spi_update_scan_mode()
2025-12-16 0:26 UTC (3+ messages)
[PATCH] ALSA: scarlett2: Fix buffer overflow in config retrieval
2025-12-16 0:25 UTC
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2025-12-16 0:21 UTC (30+ messages)
` [PATCH v15 01/28] tpm: Initial step to reorganize TPM public headers
` [PATCH v15 02/28] tpm: Move TPM1 specific definitions and functions to new headers
` [PATCH v15 03/28] tpm: Move TPM2 "
` [PATCH v15 04/28] tpm: Move TPM common base definitions to new public common header
` [PATCH v15 05/28] tpm: Move platform specific definitions to the new PTP header
` [PATCH v15 06/28] tpm: Add TPM buffer support header for standalone reuse
` [PATCH v15 07/28] tpm: Remove main TPM header from TPM event log header
` [PATCH v15 08/28] tpm/tpm_tis: Close all localities
` [PATCH v15 09/28] tpm/tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v15 10/28] tpm/tpm_tis: Allow locality to be set to a different value
` [PATCH v15 11/28] tpm/sysfs: Show locality used by kernel
` [PATCH v15 12/28] Documentation/x86: Secure Launch kernel documentation
` [PATCH v15 13/28] x86: Secure Launch Kconfig
` [PATCH v15 14/28] x86: Secure Launch Resource Table header file
` [PATCH v15 15/28] x86: Secure Launch main "
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v15 17/28] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v15 18/28] x86: Add early SHA-256 "
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver
` [PATCH v15 20/28] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v15 21/28] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v15 22/28] x86: Secure Launch kernel early boot stub
` [PATCH v15 23/28] x86: Secure Launch kernel late "
` [PATCH v15 24/28] x86: Secure Launch SMP bringup support
` [PATCH v15 25/28] kexec: Secure Launch kexec SEXIT support
` [PATCH v15 26/28] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v15 27/28] x86: Secure Launch late initcall platform module
` [PATCH v15 28/28] x86/efi: EFI stub DRTM launch support for Secure Launch
[PATCH v2 0/5] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2025-12-16 0:19 UTC (12+ messages)
` [PATCH v2 1/5] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
` [PATCH v2 2/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH v2 3/5] KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v2 4/5] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH v2 5/5] KVM: guest_memfd: GUP source pages prior to populating guest memory
[PATCH 00/14] Assorted kernel-doc fixes
2025-12-16 0:19 UTC (3+ messages)
` [PATCH 04/14] mm: vmalloc: Fix up vrealloc_node_align() kernel-doc macro name
kernel-doc comment with anonymous macro?
2025-12-16 0:13 UTC
[PATCH rc v3 0/4] : iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
2025-12-16 0:09 UTC (4+ messages)
` [PATCH rc v3 1/4] iommu/arm-smmu-v3: Add ignored bits to fix STE update sequence
[PATCH 0/5] OpenRISC de0 nano single and multicore boards
2025-12-16 0:05 UTC (6+ messages)
` [PATCH 1/5] dt-bindings: Add compatible string opencores,gpio to gpio-mmio
[PATCH v5 6/8] drm/panthor: Support GLB_REQ.STATE field for Mali-G1 GPUs
2025-12-16 0:04 UTC (2+ messages)
[PATCH] drm/xe/eustall: use bitmap_weighted_or() in xe_eu_stall_stream_init()
2025-12-16 0:02 UTC
WARNING: modpost: vmlinux: section mismatch in reference: __apply_fineibt+0x1a6 (section: .text) -> text_poke_early (section: .init.text)
2025-12-15 23:54 UTC
[PATCH] drm/xe/eustall: use bitmap_empty() in xe_eu_stall_stream_read_locked()
2025-12-15 23:54 UTC
[PATCH v3 0/3] Add Agilex5 AXI DMA support
2025-12-15 23:53 UTC (7+ messages)
` [PATCH v3 3/3] dma: dw-axi-dmac: Add support for Agilex5 and dynamic bus width
i2c-host for v6.19, part 2
2025-12-15 23:52 UTC (3+ messages)
[PATCH v3] KEYS: trusted: Use get_random-fallback for TPM
2025-12-15 23:49 UTC
[PATCH v2 0/2] hung_task: Provide runtime reset interface for hung task detector
2025-12-15 23:44 UTC (7+ messages)
` [PATCH v2 1/2] hung_task: Consolidate hung task warning into an atomic log block
` [PATCH v2 2/2] hung_task: Enable runtime reset of hung_task_detect_count
[RFC net-next v3 0/3] Add RSS and LRO support
2025-12-15 23:39 UTC (5+ messages)
` [RFC net-next v3 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
[PATCH 0/6] cxl: Initialization reworks in support Soft Reserve Recovery and Accelerator Memory
2025-12-15 23:29 UTC (3+ messages)
[PATCH v2] KEYS: trusted: Use get_random-fallback for TPM
2025-12-15 23:25 UTC (3+ messages)
[PATCH v4] clocksource: timer-sp804: Fix read_current_timer() issue when clock source is not registered
2025-12-15 23:18 UTC (2+ messages)
[PATCH 1/3] tee: qcomtee: call: Fix confusing cleanup.h syntax
2025-12-15 23:11 UTC (5+ messages)
[PATCH v3] kconfig: Support conditional deps using "depends on X if Y"
2025-12-15 23:06 UTC
[PATCH] spi: dt-bindings: snps,dw-abp-ssi: Allow up to 16 chip-selects
2025-12-15 23:03 UTC
[PATCH v2 0/3] x86/resctrl: Add "*" shorthand to set minimum io_alloc CBM for all domains
2025-12-15 23:02 UTC (4+ messages)
` [PATCH v2 1/3] fs/resctrl: Add helpers to check io_alloc support and enabled state
` [PATCH v2 2/3] fs/resctrl: Return -EINVAL for a missing seq_show implementation
` [PATCH v2 3/3] x86/resctrl: Add "*" shorthand to set minimum io_alloc CBM for all domains
[PATCH 2/4] mm: khugepaged: remove mm when all memory has been collapsed
2025-12-15 23:01 UTC (3+ messages)
[PATCH 2/3] lib/crypto: Initial implementation of Ascon-Hash256
2025-12-15 23:01 UTC (2+ messages)
[tip:master] BUILD SUCCESS 52aac28c48c4caee1e9676b201343ab3858ad9d6
2025-12-15 22:53 UTC
[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
2025-12-15 22:53 UTC (9+ messages)
` [PATCH v2 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v2 15/17] KEYS: trusted: Make use of tee bus methods
` [PATCH v2 16/17] tpm/tpm_ftpm_tee: Make use of tee specific driver registration
` [PATCH v2 17/17] tpm/tpm_ftpm_tee: Make use of tee bus methods
[PATCH 0/3] x86/resctrl: Add "*" shorthand to set minimum io_alloc CBM for all domains
2025-12-15 22:50 UTC (7+ messages)
` [PATCH 1/3] fs/resctrl: Add helpers to check io_alloc support and enabled state
` [PATCH 3/3] x86/resctrl: Add "*" shorthand to set minimum io_alloc CBM for all domains
[PATCH v3 0/5] media: platform: nxp: Trivial cleanup pathces
2025-12-15 22:49 UTC (6+ messages)
` [PATCH v3 1/5] media: nxp: use devm_mutex_init() simple code
` [PATCH v3 2/5] media: nxp: use dev_err_probe() to simplify code
` [PATCH v3 3/5] media: nxp: imx8-isi: use devm_pm_runtime_enable() "
` [PATCH v3 4/5] media: nxp: use cleanup __free(fwnode_handle) "
` [PATCH v3 5/5] media: nxp: Add dev_err_probe() to all error paths in *async_register() helpers
[RFT][PATCH v1 0/6] ACPI: Convert remaining ACPI drivers in drivers/acpi/ to platform drivers
2025-12-15 22:38 UTC (5+ messages)
` [RFT][PATCH v1 6/6] ACPI: NFIT: core: Convert the driver to a platform one
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/3] zram: use u32 for entry ac_time tracking
2025-12-15 22:31 UTC (2+ messages)
[PATCH v2] leds: group-multicolor: Add support for initial value
2025-12-15 22:24 UTC (3+ messages)
[PATCH 1/1] firmware: arm_scmi: Increase MAX_OPPS to 64
2025-12-15 22:19 UTC (8+ messages)
[PATCH] soc: qcom: pd-mapper: Add support for SM7635
2025-12-15 22:19 UTC (2+ messages)
[PATCH] clk: spacemit: Fix module build for spacemit common ccu driver
2025-12-15 22:18 UTC (4+ messages)
[PATCH] drm/msm/dp: Enable support for eDP v1.4+ link rates table
2025-12-15 22:15 UTC (2+ messages)
[tip:tip/urgent] BUILD SUCCESS c3e82c80487b10e14a9b963829f6363e8746ec97
2025-12-15 22:02 UTC
[PATCH] MAINTAINERS: Update module subsystem maintainers and repository
2025-12-15 22:00 UTC (2+ messages)
[PATCH v16 00/17] Refcounted interrupts, SpinLockIrq for rust
2025-12-15 21:54 UTC (3+ messages)
` [PATCH v16 04/17] openrisc: Include <linux/cpumask.h> in smp.h
[PATCH] MAINTAINERS: Update Nova GPU driver git link
2025-12-15 21:54 UTC (2+ messages)
[PATCH 6.12.y 0/2] net: dst: Backport fix CVE-2025-40075
2025-12-15 21:51 UTC (3+ messages)
` [PATCH 1/2] net: dst: introduce dst->dev_rcu
` [PATCH 2/2] tcp_metrics: use dst_dev_net_rcu()
[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
2025-12-15 21:49 UTC (4+ messages)
` [PATCH 16/46] rust: drm: add __rust_helper to helpers
[PATCH] arm64: dts: rockchip: enable dual 2.5GbE on Rock 5T
2025-12-15 21:47 UTC (3+ messages)
[PATCH] irqchip/aslint-sswi: request IO memory resource
2025-12-15 21:47 UTC (2+ messages)
` [tip: irq/drivers] irqchip/aslint-sswi: Request "
[PATCH v2 1/2] dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/V2N SoC
2025-12-15 21:47 UTC (2+ messages)
` [tip: irq/drivers] "
[PATCH v2 2/2] irqchip: renesas: rzv2h-icu: Add support for RZ/V2N SoC
2025-12-15 21:47 UTC (2+ messages)
` [tip: irq/drivers] irqchip/renesas-rzv2h: "
[PATCH v2 1/4] dt-bindings: interrupt-controller: document RZ/{T2H,N2H} ICU
2025-12-15 21:47 UTC (2+ messages)
` [tip: irq/drivers] dt-bindings: interrupt-controller: Document "
[PATCH v2 2/4] irqchip: add RZ/{T2H,N2H} Interrupt Controller (ICU) driver
2025-12-15 21:47 UTC (2+ messages)
` [tip: irq/drivers] irqchip: Add "
[PATCH v2 3/4] arm64: dts: renesas: r9a09g077: add ICU support
2025-12-15 21:47 UTC (2+ messages)
` [tip: irq/drivers] arm64: dts: renesas: r9a09g077: Add "
[PATCH v2 4/4] arm64: dts: renesas: r9a09g087: add ICU support
2025-12-15 21:46 UTC (2+ messages)
` [tip: irq/drivers] arm64: dts: renesas: r9a09g087: Add "
[PATCH v3 1/2] irqchip/riscv-imsic: Add a CPU pm notifier to restore the IMSIC on exit
2025-12-15 21:46 UTC (2+ messages)
` [tip: irq/drivers] "
[PATCH v3 2/2] irqchip/riscv-aplic: Preserve APLIC states across suspend/resume
2025-12-15 21:46 UTC (2+ messages)
` [tip: irq/drivers] "
linux-next: Signed-off-by missing for commit in the rockchip tree
2025-12-15 21:45 UTC (2+ messages)
[PATCH v8 0/5] Disable ATS via iommu during PCI resets
2025-12-15 21:42 UTC (6+ messages)
` [PATCH v8 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v8 2/5] iommu: Tidy domain for iommu_setup_dma_ops()
` [PATCH v8 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v8 4/5] iommu: Introduce pci_dev_reset_iommu_prepare/done()
` [PATCH v8 5/5] PCI: Suspend iommu function prior to resetting a device
[BUG] lockdep: circular locking dependency in uinput/input_ff under Wine (ELDEN RING, gamepad)
2025-12-15 21:40 UTC
[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2025-12-15 21:40 UTC (3+ messages)
` [PATCH v8 10/12] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
[PATCH] dt-bindings: raspberrypi,bcm2835-firmware: Add 'power' and gpio-hog nodes
2025-12-15 21:38 UTC (2+ messages)
[PATCH] dt-bindings: i2c: brcm,iproc-i2c: Allow 2 reg entries for brcm,iproc-nic-i2c
2025-12-15 21:37 UTC (2+ messages)
[PATCH] dt-bindings: mmc: brcm,iproc-sdhci: Allow "dma-coherent" and "iommus" properties
2025-12-15 21:37 UTC (2+ messages)
[PATCH] dt-bindings: net: brcm,amac: Allow "dma-coherent" property
2025-12-15 21:37 UTC (2+ messages)
[PATCH v2] dt-bindings: raspberrypi,bcm2835-firmware: Add 'power' and gpio-hog nodes
2025-12-15 21:35 UTC
[PATCH v3 1/3] genirq: Add interrupt redirection infrastructure
2025-12-15 21:34 UTC (2+ messages)
` [tip: irq/msi] "
[PATCH v3 2/3] PCI: dwc: Code cleanup
2025-12-15 21:34 UTC (2+ messages)
` [tip: irq/msi] "
[PATCH v3 3/3] PCI: dwc: Enable MSI affinity support
2025-12-15 21:34 UTC (2+ messages)
` [tip: irq/msi] "
[PATCHv5 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
2025-12-15 21:31 UTC (2+ messages)
[PATCH] dt-bindings: arm: Drop obsolete brcm,vulcan-soc binding
2025-12-15 21:30 UTC
[PATCH] dt-bindings: arm,vexpress-juno: Allow interrupt-map properties in bus node
2025-12-15 21:29 UTC
[PATCH] dt-bindings: arm: vexpress-config: Update clock and regulator node names
2025-12-15 21:29 UTC
[PATCH] dt-bindings: mmc: arasan,sdhci: Allow "dma-coherent" property
2025-12-15 21:27 UTC
[PATCH] dt-bindings: mmc: cdns,sdhci: Drop required "resets" on AMD Pensando ELBA
2025-12-15 21:27 UTC
[PATCH 1/6] genirq: Remove IRQ timing tracking infrastructure
2025-12-15 21:27 UTC (2+ messages)
` [tip: irq/core] "
[PATCH 2/6] genirq: Remove __request_percpu_irq() helper
2025-12-15 21:27 UTC (2+ messages)
` [tip: irq/core] "
[PATCH 3/6] mips: Move IP30 timer to request_percpu_irq()
2025-12-15 21:27 UTC (2+ messages)
` [tip: irq/core] MIPS: "
[PATCH 4/6] mips: Move IP27 timer to request_percpu_irq()
2025-12-15 21:27 UTC (2+ messages)
` [tip: irq/core] MIPS: "
[PATCH 5/6] clocksource: mips-gic-timer: Move GIC timer to request_percpu_irq()
2025-12-15 21:27 UTC (2+ messages)
` [tip: irq/core] clocksource/drivers/mips-gic-timer: "
[PATCH 6/6] genirq: Kill setup_percpu_irq()
2025-12-15 21:27 UTC (2+ messages)
` [tip: irq/core] genirq: Remove setup_percpu_irq()
[PATCH] dt-bindings: bus: stm32mp25-rifsc: Allow 2 size cells
2025-12-15 21:26 UTC
[PATCH] dt-bindings: reset: syscon-reboot: Allow both 'reg' and 'offset'
2025-12-15 21:26 UTC
[PATCH] dt-bindings: mfd: Add Bitmain BM1880 System Controller
2025-12-15 21:26 UTC
[PATCH] dt-bindings: mfd: Add Realtek RTD1xxx system controllers
2025-12-15 21:26 UTC
[PATCH] dt-bindings: firmware: Convert cznic,turris-mox-rwtm to DT schema
2025-12-15 21:25 UTC
[PATCH] dt-bindings: trivial-devices: Add socionext,uniphier-smpctrl
2025-12-15 21:25 UTC
[PATCH 0/5] Parse SMBIOS additional entries
2025-12-15 21:25 UTC (7+ messages)
` [PATCH 1/5] firmware: dmi: Correct an indexing error in dmi.h
` [PATCH 5/5] x86/amd_node: Output the AGESA version to the logs
[PATCH] dt-bindings: input: touchscreen: sitronix,st1232: Add Sitronix ST1624
2025-12-15 21:25 UTC
[PATCH] dt-bindings: usb: ehci/ohci: Allow "dma-coherent"
2025-12-15 21:25 UTC
[PATCH] dt-bindings: usb: Add Socionext Uniphier DWC3 controller
2025-12-15 21:25 UTC
[PATCH v8 12/12] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
2025-12-15 21:23 UTC (2+ messages)
[PATCH] dt-bindings: PCI: socionext,uniphier-pcie: Fix interrupt controller node name
2025-12-15 21:24 UTC
[PATCH V7 0/4] Add device tree support for NVIDIA Tegra CMDQV
2025-12-15 21:21 UTC (5+ messages)
` [PATCH V7 3/4] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
` [PATCH V7 4/4] arm64: dts: nvidia: Add nodes for CMDQV
linux-next: trees being removed
2025-12-15 21:21 UTC (3+ messages)
[PATCH v1 0/4] ACPI: scan: Handle generic system devices directly
2025-12-15 21:18 UTC (3+ messages)
` [PATCH v1 1/4] ACPI: PNP: Drop PNP0C01 and PNP0C02 from acpi_pnp_device_ids[]
[PATCH 00/11] mm: thp: always enable mTHP support
2025-12-15 21:16 UTC (12+ messages)
` [PATCH 01/11] docs: tmpfs: remove implementation detail reference
` [PATCH 02/11] mm: introduce pgtable_has_pmd_leaves()
` [PATCH 03/11] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH 04/11] drivers: i915 selftest: "
` [PATCH 05/11] drivers: nvdimm: "
` [PATCH 06/11] mm: debug_vm_pgtable: "
` [PATCH 07/11] mm: shmem: "
` [PATCH 08/11] treewide: rename has_transparent_hugepage() to arch_has_pmd_leaves()
` [PATCH 09/11] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH 10/11] mm/thp: always enable mTHP support
` [PATCH 11/11] mm/thp: x86: cleanup PSE feature bit usage
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