messages from 2025-02-20 03:16:56 to 2025-02-20 05:45:33 UTC [more...]
[PATCH v6 00/42] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
2025-02-20 5:45 UTC (21+ messages)
` [PATCH v6 30/42] x86/resctrl: Claim get_{mon,ctrl}_domain_from_cpu() helpers for resctrl
` [PATCH v6 31/42] x86/resctrl: Remove the limit on the number of CLOSID
` [PATCH v6 32/42] x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
` [PATCH v6 33/42] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v6 34/42] x86/resctrl: Drop __init/__exit on assorted symbols
` [PATCH v6 35/42] x86/resctrl: Move is_mba_sc() out of core.c
` [PATCH v6 36/42] x86/resctrl: Add end-marker to the resctrl_event_id enum
` [PATCH v6 37/42] x86/restrl: Expand the width of dom_id by replacing mon_data_bits
` [PATCH v6 38/42] x86/resctrl: Remove a newline to avoid confusing the code move script
` [PATCH v6 39/42] x86/resctrl: Split trace.h
[PATCH] selftests:sysctl:Fix minor grammers in sysctl test
2025-02-20 5:35 UTC (3+ messages)
` [PATCH v2] selftests:sysctl:Fix minor typos "
[PATCH v2 0/4] Add support for Nuvoton npcm845 i3c controller
2025-02-20 5:43 UTC (10+ messages)
` [PATCH v2 1/4] dt-bindings: i3c: silvaco: Add npcm845 compatible string
` [PATCH v2 2/4] i3c: master: svc: Add support for Nuvoton npcm845 i3c
` [PATCH v2 3/4] i3c: master: svc: Fix npcm845 FIFO empty issue
` [PATCH v2 4/4] i3c: master: svc: Fix npcm845 invalid slvstart event
[PATCH 0/9] Cleanup error handling on probe, batch 2
2025-02-20 5:41 UTC (5+ messages)
` [PATCH 6/9] drm/xe: Move survivability entirely to xe_pci
[PATCH v3 2/2] drm/amdgpu: Optimize VM invalidation engine allocation and synchronize GPU TLB flush
2025-02-20 5:41 UTC (2+ messages)
[i-g-t v2 0/4] xe: Test scratch page under fault mode
2025-02-20 5:41 UTC (5+ messages)
` [i-g-t v2 2/4] lib/xe/xe_util: Introduce helper functions
[PATCH 0/2] net: phy: marvell-88q2xxx: Enable temperature measurement in probe again
2025-02-20 5:40 UTC (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net: phy: marvell-88q2xxx: Prevent reading temperature with asserted reset
[kirkstone][PATCH 1/2] qemu: fix compile error with lttng-ust
2025-02-20 5:38 UTC (3+ messages)
` [OE-core] "
[syzbot] [usb?] BUG: corrupted list in usb_hcd_link_urb_to_ep (4)
2025-02-20 5:36 UTC
[PATCH] smb: client: Add check for next_buffer in receive_encrypted_standard()
2025-02-20 5:34 UTC (2+ messages)
[PATCH v2 0/2] cxl: Some ABI doc updates
2025-02-20 5:31 UTC (5+ messages)
` [PATCH 1/2] cxl: Plug typos in ABI doc
` [PATCH 2/2] cxl: Document missing sysfs files
[PATCH 00/19] Use VRR timing generator for fixed refresh rate modes
2025-02-20 5:31 UTC (6+ messages)
` [PATCH 16/19] drm/i915/display: Use fixed_rr timings in modeset sequence
[PATCH 1/2] dt-bindings: rockchip-thermal: Support the RK3562 SoC compatible
2025-02-20 5:28 UTC (5+ messages)
` [PATCH 2/2] thermal: rockchip: Support the rk3562 SoC in thermal driver
[PATCH v3 0/3] CXL CCI Media Operations
2025-02-20 5:27 UTC (4+ messages)
` [PATCH v3 1/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands cxl r3.2 (8.2.10.9.5.3)
` [PATCH v3 2/3] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite
` [PATCH v3 3/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands cxl r3.2(8.2.10.9.5.3)
[PATCH] drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables'
2025-02-20 5:28 UTC (4+ messages)
[PATCH 0/2] fstests: a couple fixes for btrfs/254
2025-02-20 5:27 UTC (3+ messages)
` [PATCH 1/2] btrfs/254: don't leave mount on test fs in case of failure/interruption
[BUG report] spl: image size check fails in spl_load()
2025-02-20 5:22 UTC (4+ messages)
[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
2025-02-20 5:20 UTC (27+ messages)
` [RFC PATCH v12 01/26] x86/tlb: add APIs manipulating tlb batch's arch data
` [RFC PATCH v12 02/26] arm64/tlbflush: "
` [RFC PATCH v12 03/26] riscv/tlb: "
` [RFC PATCH v12 04/26] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [RFC PATCH v12 05/26] mm/buddy: make room for a new variable, luf_key, in struct page
` [RFC PATCH v12 06/26] mm: move should_skip_kasan_poison() to mm/internal.h
` [RFC PATCH v12 07/26] mm: introduce luf_ugen to be used as a global timestamp
` [RFC PATCH v12 08/26] mm: introduce luf_batch to be used as hash table to store luf meta data
` [RFC PATCH v12 09/26] mm: introduce API to perform tlb shootdown on exit from page allocator
` [RFC PATCH v12 10/26] mm: introduce APIs to check if the page allocation is tlb shootdownable
` [RFC PATCH v12 11/26] mm: deliver luf_key to pcp or buddy on free after unmapping
` [RFC PATCH v12 12/26] mm: delimit critical sections to take off pages from pcp or buddy alloctor
` [RFC PATCH v12 13/26] mm: introduce pend_list in struct free_area to track luf'd pages
` [RFC PATCH v12 14/26] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [RFC PATCH v12 15/26] fs, filemap: refactor to gather the scattered ->write_{begin,end}() calls
` [RFC PATCH v12 16/26] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped
` [RFC PATCH v12 17/26] x86/tlb, riscv/tlb, arm64/tlbflush, mm: remove cpus from tlb shootdown that already have been done
` [RFC PATCH v12 18/26] mm/page_alloc: retry 3 times to take pcp pages on luf check failure
` [RFC PATCH v12 19/26] mm: skip luf tlb flush for luf'd mm that already has been done
` [RFC PATCH v12 20/26] mm, fs: skip tlb flushes for luf'd filemap "
` [RFC PATCH v12 21/26] mm: perform luf tlb shootdown per zone in batched manner
` [RFC PATCH v12 22/26] mm/page_alloc: not allow to tlb shootdown if !preemptable() && non_luf_pages_ok()
` [RFC PATCH v12 23/26] mm: separate move/undo parts from migrate_pages_batch()
` [RFC PATCH v12 24/26] mm/migrate: apply luf mechanism to unmapping during migration
` [RFC PATCH v12 25/26] mm/vmscan: apply luf mechanism to unmapping during folio reclaim
` [RFC PATCH v12 26/26] mm/luf: implement luf debug feature
[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-02-20 5:17 UTC (4+ messages)
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
[RFC PATCH 0/2] Eliminate the no-SIMD en/decryption fallbacks on x86
2025-02-20 5:13 UTC (3+ messages)
` [RFC PATCH 1/2] x86/fpu: make kernel-mode FPU reliably usable in softirqs
` [RFC PATCH 2/2] crypto: x86 - stop using the SIMD helper
[PATCH] gpio: gpiolib: Remove FIXME by safely handling const in gpiod_get_raw_value_commit
2025-02-20 5:16 UTC (6+ messages)
` [PATCH] gpio: max732x: Remove deprecated irq_base assignment
` [PATCH] tty: ipwireless: Fix locking in ioctl and write_room functions
[GIT PULL] u-boot-riscv/master
2025-02-20 5:13 UTC
[PATCH v3 00/28] Support AST2700 A1
2025-02-20 5:11 UTC (6+ messages)
` [PATCH v3 02/28] hw/intc/aspeed: Introduce helper functions for enable and status registers
linux-next: build warning after merge of the sound-asoc tree
2025-02-20 5:09 UTC
[PATCH V3] arm64/hugetlb: Consistently use pud_sect_supported()
2025-02-20 5:05 UTC
[PATCH 0/4] tsm: Unified Measurement Register ABI for TVMs
2025-02-20 5:07 UTC (11+ messages)
[PATCH] ndctl: json: Region capabilities are not displayed if any of the BTT, PFN, or DAX are not present
2025-02-20 5:07 UTC (5+ messages)
[PATCH v2 net 0/9] net: enetc: fix some known issues
2025-02-20 5:06 UTC (4+ messages)
` [PATCH v2 net 9/9] net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()
[PATCH v2 00/12] btrfs-progs: zoned: support zone capacity and
2025-02-20 5:06 UTC (4+ messages)
` [PATCH v2 12/12] btrfs-progs: zoned: fix alloc_offset calculation for partly conventional block groups
[PATCH v13 00/28] [v13]drivers/net Add Support mucse N10 Pmd Driver
2025-02-20 5:06 UTC (3+ messages)
[RFC 0/2] hw/vfio/pci: Prevent BARs from being dma mapped in d3hot state
2025-02-20 5:05 UTC (4+ messages)
[krzk-github:track/x1e80100-t14s 999/1079] arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtb: phy@1bfc000: resets: [[52, 37], [52, 36]] is too long
2025-02-20 5:02 UTC
[intel-lts:pr/57 1/1] arch/riscv/kernel/smp.c:98: Error: unrecognized opcode `csrc 0x144,2', extension `zicsr' required
2025-02-20 5:02 UTC
[PATCH 00/27] Implement kernel-doc in Python
2025-02-20 5:03 UTC (3+ messages)
` [PATCH 03/27] drivers: firewire: firewire-cdev.h: fix identation on a kernel-doc markup
[PATCH i-g-t v2 0/5] tests/intel/xe_fault_injection: Inject errors during xe_guc_ct_send_recv() xe_guc_mmio_send_recv()
2025-02-20 5:01 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for tests/intel/xe_fault_injection: Inject errors during xe_guc_ct_send_recv() xe_guc_mmio_send_recv() (rev2)
[PATCH 0/3] Rx adapter API to add Rx queues in burst
2025-02-20 4:59 UTC (3+ messages)
` [PATCH v2 1/3] eventdev/eth_rx: add API to burst add queues to Rx adapter
[PATCH v2] perf report: Fix sample number stats for branch entry mode
2025-02-20 4:59 UTC
[PATCH v2] drm/mipi-dsi: extend "multi" functions and use them in sony-td4353-jdi
2025-02-20 4:57 UTC
[PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
2025-02-20 4:50 UTC (13+ messages)
[PATCH v4 0/4] Update LPASS Audio clock driver for QCM6490 board
2025-02-20 4:45 UTC (8+ messages)
` [PATCH v4 1/4] dt-bindings: clock: qcom: Add compatible for QCM6490 boards
` [PATCH v4 2/4] clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490
` [PATCH v4 3/4] arm64: dts: qcom: qcm6490-idp: Update the LPASS audio node
` [PATCH v4 4/4] arm64: dts: qcom: qcs6490-rb3gen2: "
[PATCH 1/2] Clarify how the usdt_prids key is stored on the BPF stack
2025-02-20 4:43 UTC (2+ messages)
` [PATCH 2/2] Extend the USDT bit mask to multiple words
[PATCH v2 0/5] ftrace: Fix fprobe with function graph accounting
2025-02-20 4:42 UTC (5+ messages)
` [PATCH v2 3/5] fprobe: Always unregister fgraph function from ops
` [PATCH v2 4/5] fprobe: Fix accounting of when to unregister from function graph
[PATCH] perf report: Fix sample number stats for branch entry mode
2025-02-20 4:40 UTC (2+ messages)
[PATCH bpf-next v12 00/12] net-timestamp: bpf extension to equip applications transparently
2025-02-20 4:31 UTC (5+ messages)
` [PATCH bpf-next v12 10/12] bpf: add BPF_SOCK_OPS_TS_SND_CB callback
[OE-core][PATCH V2] debugedit: fix build failure when enabling DEBUG_BUILD
2025-02-20 4:31 UTC
[PATCH v4 0/5] net: Bluetooth: add TX timestamping for ISO/L2CAP/SCO
2025-02-20 4:30 UTC (5+ messages)
` [PATCH v4 1/5] net-timestamp: COMPLETION timestamp on packet tx completion
[PATCH v2 1/1] tracing: Fix memory leak when reading set_event file
2025-02-20 4:28 UTC (2+ messages)
[Buildroot] [PATCH v1 1/1] package/rpi-firmware: remove broken 32-bit binary install steps
2025-02-20 4:27 UTC
[kirkstone][PATCH] libcap: fix CVE-2025-1390
2025-02-20 4:23 UTC
[linux-next:master 4579/4901] arch/x86/kernel/cpu/mce/severity.c:305:22: error: implicit declaration of function 'FIELD_GET'
2025-02-20 4:21 UTC
[PATCH] ACPI: NUMA: Move get_numa_distances_cnt() helper to needed location
2025-02-20 4:20 UTC
[PATCH 0/2] hung_task: Dump the blocking task stacktrace
2025-02-20 4:19 UTC (19+ messages)
` [PATCH 1/2] hung_task: Show the blocker task if the task is hung on mutex
[PATCH 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
2025-02-20 4:19 UTC (17+ messages)
` [PATCH 04/11] PCI/IDE: Selective Stream IDE enumeration
` [PATCH 08/11] PCI/IDE: Add IDE establishment helpers
[PATCH v4 blktests 0/2] Add atomic write tests for scsi and nvme
2025-02-20 4:18 UTC (2+ messages)
[PATCH UNTESTED v5 0/4] Orange Pi 5 Ultra
2025-02-20 4:10 UTC (10+ messages)
` [PATCH UNTESTED v5 1/4] dt-bindings: arm: rockchip: Add Xunlong "
` [PATCH UNTESTED v5 2/4] arm64: dts: rockchip: Add Orange Pi 5 Ultra board
` [PATCH UNTESTED v5 3/4] arm64: dts: rockchip: Enable HDMI1 on Orange Pi 5 Ultra
` [PATCH UNTESTED v5 4/4] arm64: dts: rockchip: Enable HDMI1 audio output for "
[PATCH] usb: gadget: Increase the limit of USB_GADGET_VBUS_DRAW to 900mA
2025-02-20 4:17 UTC (7+ messages)
[meta-ti][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202502191800
2025-02-20 4:17 UTC
[meta-arago][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202502191800
2025-02-20 4:17 UTC
linux-next: build failure after merge of the pmdomain tree
2025-02-20 1:53 UTC (2+ messages)
[Buildroot] [autobuild.buildroot.org] Daily results for 2025-02-19
2025-02-20 4:15 UTC
[PATCH] ata: Use str_up_down() helper in vt6420_prereset()
2025-02-20 4:13 UTC (2+ messages)
[LTP] [PATCH v3 0/3] tst_device: add support for overlayfs
2025-02-20 4:12 UTC (5+ messages)
` [LTP] [PATCH v3 3/3] tst_find_backing_dev(): "
[PATCH mptcp-next v5 0/9] BPF path manager, part 4
2025-02-20 4:12 UTC (2+ messages)
[PATCH bpf] bpf: Use preempt_count() directly in bpf_send_signal_common()
2025-02-20 4:22 UTC
[PATCH v5 0/3] Expose modifiers/formats supported by async flips
2025-02-20 4:09 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for Expose modifiers/formats supported by async flips (rev6)
[PATCH] iothread: defer AioContext GSource usage
2025-02-20 4:05 UTC
[BUG] possible race between md_free_disk and md_notify_reboot
2025-02-20 4:06 UTC (5+ messages)
[scarthgap][PATCH] libcap: fix CVE-2025-1390
2025-02-20 4:05 UTC
[PATCH] drm/i915/dsc: Change rc parameters calculation for DSC 1.1
2025-02-20 4:04 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v1 0/1] i2c: npcm: Bug fixes remaining interrupts
2025-02-20 4:00 UTC (2+ messages)
` [PATCH v1 1/1] i2c: npcm: disable interrupt enable bit before devm_request_irq
[PATCH v2 0/5] drm/msm/dpu: enable CDM for all supported platforms
2025-02-20 3:59 UTC (6+ messages)
` [PATCH v2 1/5] drm/msm/dpu: rename CDM block definition
` [PATCH v2 2/5] drm/msm/dpu: enable CDM_0 for DPUs 5.x+
` [PATCH v2 3/5] drm/msm/dpu: enable CDM_0 for DPUs 1.x - 4.x
` [PATCH v2 4/5] drm/msm/dpu: enable CDM_0 for SC8280XP platform
` [PATCH v2 5/5] drm/msm/dpu: enable CDM_0 for X Elite platform
[PATCH] Revert "python3-ctypes: depend on ldconfig only if distro-feature set"
2025-02-20 3:57 UTC
[PATCH 0/1] dlm_tools: support corosync3/knet multi-link
2025-02-20 3:56 UTC (15+ messages)
` [PATCH v2 1/1] dlm_controld: "
[PATCH 0/5] Misc iommu_attach_handle enhancements in iommu core
2025-02-20 4:01 UTC (16+ messages)
` [PATCH 1/5] iommu: Make @handle mandatory in iommu_{attach|replace}_group_handle()
` [PATCH 2/5] iommu: Drop iommu_group_replace_domain()
` [PATCH 3/5] iommu: Store either domain or handle in group->pasid_array
` [PATCH 5/5] iommu: Retire group->domain
[PATCH] perf list: Also append PMU name in verbose mode
2025-02-20 3:49 UTC (2+ messages)
❌ FAIL: Test report for master (6.14.0-rc3, upstream-mainline, 87a132e7)
2025-02-20 3:52 UTC
[PATCH for-next 0/4] RDMA/hns: Introduce delay-destruction mechanism
2025-02-20 3:48 UTC (5+ messages)
[PATCH 3/5] iommu/virtio: Move to domain_alloc_paging()
2025-02-20 3:44 UTC (10+ messages)
[PATCH v3 0/2] mm: slub: Enhanced debugging in slub error
2025-02-20 3:39 UTC (3+ messages)
` [PATCH v3 1/2] mm: slub: Print the broken data before restoring slub
` [PATCH v3 2/2] mm: slub: call WARN() when the slab detect an error
[intel-lts:pr/57 1/1] arch/riscv/kernel/smp.c:74:6: warning: no previous prototype for 'arch_match_cpu_phys_id'
2025-02-20 3:40 UTC
[PATCH 0/2] perf vendor events arm64: Add A720/A520 events/metrics
2025-02-20 3:37 UTC (9+ messages)
[PATCH v3 0/8] Add initial support for IPQ9574 based boards
2025-02-20 3:38 UTC (4+ messages)
` [PATCH v3 8/8] configs: add qcom_ipq9574_mmc_defconfig
[PATCH] drm/amdgpu: Save nps to eeprom and refine code add nps info into eeprom records, and refine bad page adding logic based on nps info
2025-02-20 3:36 UTC
[PATCH net 1/2] bnxt: don't reject XDP installation when HDS isn't forced on
2025-02-20 3:33 UTC (4+ messages)
[PATCH v2 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support
2025-02-20 3:30 UTC (5+ messages)
` [PATCH v2 2/2] drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridge
[LTP] [PATCH] ioctl08: Fix comment indentation to fit RST format
2025-02-20 3:30 UTC (3+ messages)
[intel-lts:pr/57 1/1] sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c:148:40: warning: 'mt8183_da7219_max98357_dapm_routes' defined but not used
2025-02-20 3:30 UTC
[PATCH net-next v4 0/4] selftests: drv-net: add a simple TSO test
2025-02-20 3:30 UTC (2+ messages)
[PATCH 0/7] mm, swap: remove swap slot cache
2025-02-20 3:24 UTC (9+ messages)
` [PATCH 5/7] mm, swap: use percpu cluster as allocation fast path
[GIT PULL] md-6.14-20250218
2025-02-20 3:19 UTC
[PATCH] hwmon: (acpi_power_meter) Fix the fake power alarm reporting
2025-02-20 3:08 UTC
[intel-lts:pr/59 1/1] fs/xfs/xfs_dquot_item.c:153:20: warning: variable 'dqp' set but not used
2025-02-20 3:20 UTC
[RFC PATCH v2 0/5] virtio: obtain SHM page size from device
2025-02-20 3:20 UTC (3+ messages)
` [PATCH RFC v2 4/5] virtio-mmio: read shm region page size
[PATCH v3] docs: tracing: Refactor index.rst documentation
2025-02-20 3:18 UTC (2+ messages)
[PATCH v7 1/9] drm/amdgpu/kfd: Add shared SDMA reset functionality with callback support
2025-02-20 3:17 UTC (9+ messages)
` [PATCH V7 3/9] drm/amdgpu: Add common lock and reset caller parameter for SDMA reset synchronization
Pull request: u-boot-rockchip-20250220
2025-02-20 3:17 UTC
[PATCH net-next 0/3] net: stmmac: further cleanups
2025-02-20 3:10 UTC (2+ messages)
[PATCH v11 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
2025-02-20 3:10 UTC (4+ messages)
` [PATCH v11 2/4] wifi: ath12k: use correct WMI command to set "
` [PATCH v11 3/4] wifi: ath12k: add 11d scan offload support
` [PATCH v11 4/4] wifi: ath12k: store and send country code to firmware after recovery
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.