messages from 2025-02-19 22:44:19 to 2025-02-20 01:40:09 UTC [more...]
[PATCH 0/2] hung_task: Dump the blocking task stacktrace
2025-02-20 1:40 UTC (16+ messages)
` [PATCH 1/2] hung_task: Show the blocker task if the task is hung on mutex
[PATCH v2 00/16] AMD MCA interrupts rework
2025-02-20 1:37 UTC (9+ messages)
` [PATCH v2 07/16] x86/mce: Define BSP-only init
` [PATCH v2 10/16] x86/mce: Separate global and per-CPU quirks
[PATCH] rust: regulator: add a bare minimum regulator abstraction
2025-02-20 1:37 UTC (4+ messages)
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2025-02-20 1:36 UTC (8+ messages)
[PATCH v8 5/7] ima: kexec: move IMA log copy from kexec load to execute
2025-02-20 1:35 UTC (2+ messages)
[PATCH v2 0/7] iommu: Add MSI mapping support with nested SMMU (Part-1 core)
2025-02-20 1:31 UTC (8+ messages)
` [PATCH v2 1/7] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH v2 2/7] genirq/msi: Refactor iommu_dma_compose_msi_msg()
` [PATCH v2 3/7] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH v2 4/7] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need it
` [PATCH v2 5/7] iommu: Turn fault_data to iommufd private pointer
` [PATCH v2 6/7] iommufd: Implement sw_msi support natively
` [PATCH v2 7/7] iommu: Turn iova_cookie to dma-iommu private pointer
[PATCH v2] PCI: Update Resizable BAR Capability Register fields
2025-02-20 1:30 UTC (3+ messages)
` [PATCH v3] "
[PATCH v2 0/7] Use guard() instead of rwsem locking
2025-02-20 1:29 UTC (9+ messages)
` [PATCH v2 5/7] cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc()
` [PATCH v2 7/7] cxl/region: Drop goto pattern of construct_region()
[PATCH net V3] net: stmmac: dwmac-loongson: Add fix_soc_reset() callback
2025-02-20 1:28 UTC (3+ messages)
linux-next: manual merge of the amdgpu tree with the drm tree
2025-02-20 1:28 UTC
[PATCH v6 00/42] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2025-02-20 1:27 UTC (47+ messages)
` [PATCH v6 07/42] x86/resctrl: Add max_bw to struct resctrl_membw
` [PATCH v6 08/42] x86/resctrl: Generate default_ctrl instead of sharing it
` [PATCH v6 09/42] x86/resctrl: Add helper for setting CPU default properties
` [PATCH v6 10/42] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
` [PATCH v6 11/42] x86/resctrl: Expose resctrl fs's init function to the rest of the kernel
` [PATCH v6 12/42] x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
` [PATCH v6 13/42] x86/resctrl: Move resctrl types to a separate header
` [PATCH v6 14/42] x86/resctrl: Add an arch helper to reset one resource
` [PATCH v6 15/42] x86/resctrl: Move monitor exit work to a resctrl exit call
` [PATCH v6 16/42] x86/resctrl: Move monitor init work to a resctrl init call
` [PATCH v6 17/42] x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers
` [PATCH v6 18/42] x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
` [PATCH v6 19/42] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
` [PATCH v6 20/42] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
` [PATCH v6 21/42] x86/resctrl: Move mba_mbps_default_event init to filesystem code
` [PATCH v6 22/42] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
` [PATCH v6 23/42] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
` [PATCH v6 24/42] x86/resctrl: Allow an architecture to disable pseudo lock
` [PATCH v6 25/42] x86/resctrl: Make prefetch_disable_bits belong to the arch code
` [PATCH v6 26/42] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
` [PATCH v6 27/42] x86/resctrl: Move RFTYPE flags to be managed by resctrl
` [PATCH v6 28/42] x86/resctrl: Handle throttle_mode for SMBA resources
` [PATCH v6 29/42] x86/resctrl: Move get_config_index() to a header
[BUG] possible race between md_free_disk and md_notify_reboot
2025-02-20 1:26 UTC (2+ messages)
[PATCH v1 0/3] Initial BBML2 support for contpte_convert()
2025-02-20 1:25 UTC (5+ messages)
` [PATCH v1 1/3] arm64: Add BBM Level 2 cpu feature
[PATCH v1 0/3] Add AST2600 LPC PCC support
2025-02-20 1:22 UTC (8+ messages)
` [PATCH v1 3/3] soc: aspeed: lpc-pcc: Add PCC controller support
[PATCH] perf/arm-cmn: don't claim resource during ioremap() for CMN700 with ACPI
2025-02-20 1:22 UTC (6+ messages)
[PATCH bpf-next v3 0/9] Introduce load-acquire and store-release BPF instructions
2025-02-20 1:21 UTC (10+ messages)
` [PATCH bpf-next v3 1/9] bpf/verifier: Factor out atomic_ptr_type_ok()
` [PATCH bpf-next v3 2/9] bpf/verifier: Factor out check_atomic_rmw()
` [PATCH bpf-next v3 3/9] bpf/verifier: Factor out check_load_mem() and check_store_reg()
` [PATCH bpf-next v3 4/9] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v3 5/9] arm64: insn: Add BIT(23) to {load,store}_ex's mask
` [PATCH bpf-next v3 6/9] arm64: insn: Add load-acquire and store-release instructions
` [PATCH bpf-next v3 7/9] bpf, arm64: Support "
` [PATCH bpf-next v3 8/9] selftests/bpf: Add selftests for "
` [PATCH bpf-next v3 9/9] bpf, docs: Update instruction-set.rst "
[PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions
2025-02-20 1:21 UTC (8+ messages)
` [PATCH bpf-next v2 8/9] selftests/bpf: Add selftests for load-acquire and store-release instructions
[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
2025-02-20 1:16 UTC (6+ messages)
` [PATCH v2 4/5] mm/hwpoison: Fix incorrect "not recovered" report for recovered clean pages
[PATCH 0/6] RK3576 thermal sensor support, including OTP trim adjustments
2025-02-20 1:14 UTC (7+ messages)
` [PATCH 1/6] dt-bindings: rockchip-thermal: Add RK3576 compatible
` [PATCH 4/6] dt-bindings: thermal: rockchip: document otp thermal trim
` [PATCH 5/6] arm64: dts: rockchip: Add thermal trim OTP and tsadc nodes
[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
2025-02-20 1:12 UTC (6+ messages)
` [PATCH 1/5] KVM: gmem: Don't rely on __kvm_gmem_get_pfn() for preparedness
[RFC v2 PATCH 0/2] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-02-20 1:11 UTC (11+ messages)
` [v2 PATCH 1/2] arm64: cpufeature: detect FEAT_BBM level 2
` [v2 PATCH 2/2] arm64: mm: support large block mapping when rodata=full
[PATCH 0/2] KVM: SVM: Fix an STI shadow on VMRUN bug
2025-02-20 1:07 UTC (3+ messages)
` [PATCH 1/2] KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadow
[PATCH 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
2025-02-20 1:04 UTC (11+ messages)
` [PATCH 08/12] iommufd/selftest: Put iopf enablement in domain attach path
` [PATCH 09/12] dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
` [PATCH 10/12] uacce: "
` [PATCH 11/12] iommufd: "
` [PATCH 12/12] iommu: Remove iommu_dev_enable/disable_feature()
[PATCH v3 00/18] cxl: Address translation support, part 1: Cleanups and refactoring
2025-02-20 1:03 UTC (3+ messages)
` [PATCH v3 02/18] cxl/pci: Moving code in cxl_hdm_decode_init()
[PATCH 0/4] tsm: Unified Measurement Register ABI for TVMs
2025-02-20 1:01 UTC (4+ messages)
` [PATCH 1/4] tsm: Add TVM Measurement Register support
[PATCH v2 00/15] cxl: Address translation support, part 2: Generic support and AMD Zen5 platform enablement
2025-02-20 1:00 UTC (4+ messages)
` [PATCH v2 04/15] cxl/region: Calculate endpoint's region position during init
[PATCH 1/4] firmware: arm_scmi: bus: Bypass setting fwnode for scmi cpufreq
2025-02-20 0:59 UTC (11+ messages)
[RFC PATCH] KVM: x86: hyper-v: Inhibit APICv with VP Assist on SPR/EMR
2025-02-20 0:55 UTC (6+ messages)
[PATCH v8 2/7] kexec: define functions to map and unmap segments
2025-02-20 0:53 UTC (2+ messages)
[PATCH v2 00/16] drm/msm: Add support for SM8750
2025-02-20 0:50 UTC (15+ messages)
` [PATCH v2 01/16] dt-bindings: display/msm: dsi-controller-main: Combine if:then: entries
` [PATCH v2 02/16] dt-bindings: display/msm: dsi-controller-main: Add missing minItems
` [PATCH v2 03/16] dt-bindings: display/msm: dsi-phy-7nm: Add SM8750
` [PATCH v2 04/16] dt-bindings: display/msm: dsi-controller-main: "
` [PATCH v2 06/16] dt-bindings: display/msm: qcom,sm8650-dpu: "
` [PATCH v2 07/16] dt-bindings: display/msm: qcom,sm8750-mdss: "
` [PATCH v2 11/16] drm/msm/dsi/phy: Add support for SM8750
[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-20 0:50 UTC (9+ messages)
[PATCH 0/2] nvdimm deadcoding
2025-02-20 0:45 UTC (3+ messages)
` [PATCH 1/2] libnvdimm: Remove unused nd_region_conflict
` [PATCH 2/2] libnvdimm: Remove unused nd_attach_ndns
[RFC] perf tools: About encodings of legacy event names
2025-02-20 0:38 UTC
[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-02-20 0:34 UTC (4+ messages)
` [PATCH v11 23/23] x86/resctrl: Introduce interface to modify assignment states of the groups
linux-next: build failure after merge of the pmdomain tree
2025-02-20 0:33 UTC
[PATCH v2 -rcu] srcu: Use rcu_seq_done_exact() for polling API
2025-02-20 0:32 UTC (6+ messages)
[RESEND PATCH v2] PCI: Fix Extend ACS configurability
2025-02-20 0:31 UTC (3+ messages)
[PATCH v17 0/7] Add support for Maxim Integrated MAX77705 PMIC
2025-02-20 0:28 UTC (6+ messages)
` [PATCH v17 1/7] dt-bindings: power: supply: add maxim,max77705 charger
` [PATCH v17 3/7] power: supply: max77705: Add charger driver for Maxim 77705
[PATCH v3 3/6] usb: typec: ucsi: Add a macro definition for UCSI v1.0
2025-02-20 0:24 UTC (3+ messages)
` [PATCH v3 5/6] power: supply: add Huawei Matebook E Go psy driver
[PATCH] media: vim2m: print device name after registering device
2025-02-20 0:21 UTC (3+ messages)
[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
2025-02-20 0:14 UTC (12+ messages)
` [PATCH RFC 1/3] rust: add useful ops for u64
[PATCH] s390/vio-ap: Fix no AP queue sharing allowed message written to kernel log
2025-02-20 0:07 UTC
[syzbot] [jfs?] KMSAN: uninit-value in diFree
2025-02-19 23:58 UTC (5+ messages)
` [PATCH] jfs: set diskblock and maxag to zero when creating imap
[PATCH 0/3] BMI270 data ready interrupt support
2025-02-19 23:54 UTC (4+ messages)
` [PATCH 1/3] iio: imu: bmi270: move private struct declaration to source file
` [PATCH 2/3] iio: imu: bmi270: rename variable bmi270_device to data
` [PATCH 3/3] iio: imu: bmi270: add support for data ready interrupt trigger
[PATCH v7 0/7] Add PCIe Root Port support for Agilex family of chips
2025-02-19 23:53 UTC (5+ messages)
` [PATCH v7 3/7] arm64: dts: agilex: Fix fixed-clock schema warnings
[PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks
2025-02-19 23:52 UTC (3+ messages)
[PATCH 0/4] mm: page_ext: Introduce new iteration API
2025-02-19 23:52 UTC (2+ messages)
[PATCH v2 2/2] mfd: lm3533: convert to use OF
2025-02-19 23:51 UTC (2+ messages)
[PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
2025-02-19 23:51 UTC (2+ messages)
[PATCH net] MAINTAINERS: fix dwmac-s32 entry
2025-02-19 23:51 UTC (2+ messages)
[PATCH v2] dm-verity: do forward error correction on metadata I/O errors
2025-02-19 23:47 UTC (2+ messages)
[PATCH] net/mlx5: Use secs_to_jiffies() instead of msecs_to_jiffies()
2025-02-19 23:45 UTC (2+ messages)
bug report: iwlwifi crash on ROG STRIX X670E-E GAMING WIFI
2025-02-19 23:37 UTC
[PATCH v3 1/3] mm: memory-failure: update ttu flag inside unmap_poisoned_folio
2025-02-19 23:41 UTC (3+ messages)
` [PATCH v3] "
[PATCH] Alpha: Emulate unaligned LDx_L/STx_C for data consistency
2025-02-19 23:40 UTC (2+ messages)
[PATCH net v2 0/2] Fixes for perout configuration in IEP driver
2025-02-19 23:37 UTC (2+ messages)
[PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
2025-02-19 23:32 UTC (12+ messages)
[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2025-02-19 23:31 UTC (15+ messages)
` [PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v2 02/14] kasan: sw_tags: Check kasan_flag_enabled at runtime
` [PATCH v2 03/14] kasan: sw_tags: Support outline stack tag generation
` [PATCH v2 06/14] x86: Add arch specific kasan functions
` [PATCH v2 12/14] x86: Minimal SLAB alignment
` [PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END
` [PATCH v2 14/14] x86: Make software tag-based kasan available
[PATCH] net: axienet: Set mac_managed_pm
2025-02-19 23:29 UTC (2+ messages)
[PATCH 6.1 000/578] 6.1.129-rc1 review
2025-02-19 23:29 UTC (3+ messages)
[PATCH hyperv-next v4 0/6] arm64: hyperv: Support Virtual Trust Level Boot
2025-02-19 23:29 UTC (11+ messages)
` [PATCH hyperv-next v4 1/6] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v4 2/6] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v4 3/6] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v4 5/6] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain "
[RESEND PATCH v8 0/6] Add support for ADIS16550
2025-02-19 23:17 UTC (3+ messages)
` [RESEND PATCH v8 4/6] dt-bindings: iio: Add adis16550 bindings
[PATCH v2 0/1] Accept unaccepted kexec segments' destination addresses
2025-02-19 23:16 UTC (9+ messages)
` [PATCH v2 1/1] kexec_core: "
[PATCH] dt-bindings: power: reset: xilinx: Make "interrupts" property optional
2025-02-19 23:15 UTC (2+ messages)
[PATCH 1/2] net: dsa: b53: mdio: add support for BCM53101
2025-02-19 23:14 UTC (3+ messages)
` [PATCH 2/2] dt-bindings: net: dsa: b53: add BCM53101 support
[PATCH v3 0/2] ASoC: imx-card: support playback or capture only
2025-02-19 23:13 UTC (3+ messages)
` [PATCH v3 1/2] ASoC: dt-bindings: imx-card: Add playback-only and capture-only property
[PATCH 6.6 000/152] 6.6.79-rc1 review
2025-02-19 23:12 UTC (2+ messages)
[PATCH 6.12 000/230] 6.12.16-rc1 review
2025-02-19 23:12 UTC (2+ messages)
[PATCH 6.13 000/274] 6.13.4-rc1 review
2025-02-19 23:10 UTC (2+ messages)
[PATCH] selftests/bpf: DENYLIST.aarch64: enable kprobe_multi tests for ARM64
2025-02-19 23:10 UTC (2+ messages)
[PATCH 0/6] IBPB cleanups and a fixup
2025-02-19 23:09 UTC (3+ messages)
` [PATCH 5/6] KVM: nVMX: Always use IBPB to properly virtualize IBRS
[PATCH] regulator: pca9450: Remove duplicate code in probe
2025-02-19 23:08 UTC (2+ messages)
[PATCH v3] ASoC: dt-bindings: atmel-at91sam9g20ek: convert to json-schema
2025-02-19 23:08 UTC (2+ messages)
[PATCH 0/7] Adjust all AMD audio drivers to use AMD_NODE
2025-02-19 23:08 UTC (2+ messages)
` (subset) "
[PATCH v7 0/2] MIPI DSI phy for rk3588
2025-02-19 23:02 UTC (3+ messages)
` [PATCH v7 1/2] dt-bindings: phy: Add Rockchip MIPI C-/D-PHY schema
` [PATCH v7 2/2] phy: rockchip: Add Samsung MIPI D-/C-PHY driver
[PATCH 0/4] tsm: Unified Measurement Register ABI for TVMs
2025-02-19 23:02 UTC (11+ messages)
[PATCH 0/8] Add System Components for Microchip SAMA7D65 SoC
2025-02-19 23:00 UTC (8+ messages)
` [PATCH 1/8] dt-bindings: atmel-sysreg: Add SAMA7D65 Chip ID
` [PATCH 2/8] dt-bindings: watchdog: sama5d4-wdt: Add sama7d65-wdt
` [PATCH 3/8] dt-bindings: dma: atmel: add microchip,sama7d65-dma
[PATCH v2 0/2] PCI: shpchp: Debug & logging cleanup
2025-02-19 23:00 UTC (2+ messages)
[PATCH bpf-next v2] libbpf: Wrap libbpf API direct err with libbpf_err
2025-02-19 23:00 UTC (2+ messages)
[PATCH v6 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
2025-02-19 22:55 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
` [PATCH v6 2/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
[PATCH 0/3] Allow retrieving accessory detection reference on MT8188
2025-02-19 22:55 UTC (3+ messages)
` [PATCH 1/3] ASoC: dt-bindings: mediatek,mt8188-mt6359: Add mediatek,accdet
[PATCH v13 0/9] Add support for AD485x DAS Family
2025-02-19 22:54 UTC (3+ messages)
` [PATCH v13 5/9] dt-bindings: iio: adc: add ad485x axi variant
[PATCH v3 3/4] rust: block: convert `block::mq` to use `Refcount`
2025-02-19 22:53 UTC (3+ messages)
[PATCH] dt-bindings: usb: usb-device: Replace free-form 'reg' with constraints
2025-02-19 22:53 UTC (2+ messages)
[PATCH] jfs: Fix uninit-value access of imap allocated in the diMount() function
2025-02-19 22:52 UTC (2+ messages)
[PATCH net-next v3 00/10] PRU-ICSSM Ethernet Driver
2025-02-19 22:51 UTC (3+ messages)
` [PATCH net-next v3 01/10] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx SOCs
[PATCH 0/4] Bluetooth: Converge on using secs_to_jiffies()
2025-02-19 22:51 UTC (5+ messages)
` [PATCH 1/4] Bluetooth: hci_vhci: convert timeouts to secs_to_jiffies()
` [PATCH 2/4] Bluetooth: MGMT: "
` [PATCH 3/4] Bluetooth: SMP: "
` [PATCH 4/4] Bluetooth: L2CAP: "
[PATCH v6 0/2] MIPI DSI phy for rk3588
2025-02-19 22:51 UTC (4+ messages)
` [PATCH v6 2/2] phy: rockchip: Add Samsung MIPI D-/C-PHY driver
[PATCH net-next] net/rds: Replace deprecated strncpy() with strscpy_pad()
2025-02-19 22:47 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