messages from 2024-11-22 18:19:42 to 2024-11-22 23:58:40 UTC [more...]
[PATCH v10 0/8] x86/resctrl: mba_MBps enhancement
2024-11-22 23:58 UTC (4+ messages)
` [PATCH v10 1/8] x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
` [PATCH v10 2/8] x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control
` [PATCH v10 3/8] x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event
[RFC PATCH 0/6] SEAMCALL Wrappers
2024-11-22 23:55 UTC (4+ messages)
` [RFC PATCH 1/6] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
[PATCH 0/1] Fix to allow more correct isatty()
2024-11-22 23:54 UTC (2+ messages)
[PATCH] posix-timers: Target group sigqueue to current task only if not exiting
2024-11-22 23:48 UTC
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-11-22 23:37 UTC (16+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH] x86/cpu: Fix PPIN initialization
2024-11-22 23:42 UTC
[PATCH v9 00/26] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-11-22 23:36 UTC (35+ messages)
` [PATCH v9 08/26] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v9 14/26] x86/resctrl: Introduce interface to display number of free counters
` [PATCH v9 17/26] x86/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v9 18/26] x86/resctrl: Add the interface to assign/update counter assignment
` [PATCH v9 20/26] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v9 24/26] x86/resctrl: Update assignments on event configuration changes
[PATCH 0/1] tty: Handle HAS_IOPORT dependencies
2024-11-22 23:34 UTC (12+ messages)
` [PATCH 1/1] tty: serial: handle "
[PATCH] drm/msm/dpu: Add VBIF to DPU snapshot
2024-11-22 23:31 UTC (2+ messages)
[PATCH v2 0/5] Enable FLR for IDXD halt
2024-11-22 23:30 UTC (6+ messages)
` [PATCH v2 1/5] dmaengine: idxd: Add idxd_pci_probe_alloc() helper
` [PATCH v2 2/5] dmaengine: idxd: Binding and unbinding IDXD device and driver
` [PATCH v2 3/5] dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore() helpers
` [PATCH v2 4/5] dmaengine: idxd: Refactor halt handler
` [PATCH v2 5/5] dmaengine: idxd: Enable Function Level Reset (FLR) for halt
[PATCH net-next v2 00/21] net:yt6801: Add Motorcomm yt6801 PCIe driver
2024-11-22 23:19 UTC (12+ messages)
` [PATCH net-next v2 05/21] motorcomm:yt6801: Implement the fxgmac_start function
` [PATCH net-next v2 12/21] motorcomm:yt6801: Implement .ndo_tx_timeout and .ndo_change_mtu functions
` [PATCH net-next v2 13/21] motorcomm:yt6801: Implement some ethtool_ops function
` [PATCH net-next v2 14/21] motorcomm:yt6801: Implement the WOL function of ethtool_ops
` [PATCH net-next v2 15/21] motorcomm:yt6801: Implement pci_driver suspend and resume
[PATCH v2 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
2024-11-22 23:10 UTC (2+ messages)
[PATCH v4 0/2] MVME: Adopt standard RTC driver
2024-11-22 23:03 UTC (4+ messages)
` [PATCH v4 2/2] m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver
[PATCH v3 fanotify 0/2] Fanotify in kernel filter
2024-11-22 22:59 UTC (3+ messages)
` [PATCH v3 fanotify 1/2] fanotify: Introduce fanotify filter
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter
[syzbot] [hfs?] KMSAN: uninit-value in hfs_read_inode
2024-11-22 22:52 UTC (3+ messages)
[PATCH net v1] mlxbf-gige: Support workaround for MDIO GPIO degradation bug
2024-11-22 22:48 UTC
[syzbot] [kernel?] WARNING in enqueue_dl_entity
2024-11-22 22:48 UTC (2+ messages)
[RFC PATCH v2 0/16] x86/kexec: Add exception handling for relocate_kernel and further yak-shaving
2024-11-22 22:38 UTC (17+ messages)
` [RFC PATCH v2 01/16] x86/kexec: Clean up and document register use in relocate_kernel_64.S
` [RFC PATCH v2 02/16] x86/kexec: Use named labels in swap_pages "
` [RFC PATCH v2 03/16] x86/kexec: Restore GDT on return from preserve_context kexec
` [RFC PATCH v2 04/16] x86/kexec: Only swap pages for preserve_context mode
` [RFC PATCH v2 05/16] x86/kexec: Invoke copy of relocate_kernel() instead of the original
` [RFC PATCH v2 06/16] x86/kexec: Move relocate_kernel to kernel .data section
` [RFC PATCH v2 07/16] x86/kexec: Add data section to relocate_kernel
` [RFC PATCH v2 08/16] x86/kexec: Copy control page into place in machine_kexec_prepare()
` [RFC PATCH v2 09/16] x86/kexec: Drop page_list argument from relocate_kernel()
` [RFC PATCH v2 10/16] x86/kexec: Eliminate writes through kernel mapping of relocate_kernel page
` [RFC PATCH v2 11/16] x86/kexec: Clean up register usage in relocate_kernel()
` [RFC PATCH v2 12/16] x86/kexec: Mark relocate_kernel page as ROX instead of RWX
` [RFC PATCH v2 13/16] x86/kexec: Debugging support: load a GDT
` [RFC PATCH v2 14/16] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [RFC PATCH v2 15/16] x86/kexec: Debugging support: Dump registers on exception
` [RFC PATCH v2 16/16] [DO NOT MERGE] x86/kexec: enable DEBUG
[PATCH v4 0/5] move per-vma lock into vm_area_struct
2024-11-22 22:43 UTC (5+ messages)
` [PATCH v4 4/5] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[GIT PULL] tracing: Updates for v6.13
2024-11-22 22:41 UTC (8+ messages)
[RFC PATCH 0/1] KVM selftests runner for running more than just default
2024-11-22 22:37 UTC (9+ messages)
[ANNOUNCE] 5.4.285-rt93
2024-11-22 22:32 UTC
[GIT PULL] tracing/tools: Updates for v6.13
2024-11-22 22:32 UTC (2+ messages)
[GIT PULL] ring-buffer: Updates for 6.13
2024-11-22 22:32 UTC (2+ messages)
[GIT PULL] x86/tdx for 6.13-rc1
2024-11-22 22:32 UTC (2+ messages)
[GIT PULL] x86/misc for 6.13-rc1
2024-11-22 22:32 UTC (2+ messages)
[GIT PULL] x86/sgx for 6.13-rc1
2024-11-22 22:32 UTC (2+ messages)
[PATCH] nvme-pci: Shutdown the device if D3Cold is allowed by the user
2024-11-22 22:20 UTC (2+ messages)
[PATCH 2/2] block: remove the ioprio field from struct request
2024-11-22 22:18 UTC (4+ messages)
[PATCH v1] perf hwmon_pmu: Ensure hwmon key union is zeroed before use
2024-11-22 22:17 UTC (2+ messages)
[PATCH v1] perf tests: Fix hwmon parsing with PMU name test
2024-11-22 22:17 UTC (2+ messages)
[PATCH v3] perf/test: fix perf ftrace test on s390
2024-11-22 22:17 UTC (2+ messages)
[PATCH 1/1] perf tests hwmon_pmu: Remove double evlist__delete()
2024-11-22 22:17 UTC (2+ messages)
[PATCH] perf bpf-filter: Return -1 directly when pfi allocation fails
2024-11-22 22:17 UTC (3+ messages)
` [PATCH v2] perf bpf-filter: Return -ENOMEM "
[PATCH v1] perf test: Correct hwmon test PMU detection
2024-11-22 22:17 UTC (2+ messages)
[PATCH v2 00/12] Fix {rx,tx}_errors CAN statistics
2024-11-22 22:15 UTC (13+ messages)
` [PATCH v2 01/12] can: c_can: update statistics if skb allocation fails
` [PATCH v2 02/12] can: sun4i_can: call can_change_state() even if cf is NULL
` [PATCH v2 03/12] can: sun4i_can: continue to use likely() to check skb
` [PATCH v2 04/12] can: hi311x: fix txerr and rxerr reporting
` [PATCH v2 05/12] can: hi311x: update state error statistics if skb allocation fails
` [PATCH v2 06/12] can: m_can: fix {rx,tx}_errors statistics
` [PATCH v2 07/12] can: ifi_canfd: "
` [PATCH v2 08/12] can: hi311x: "
` [PATCH v2 09/12] can: sja1000: "
` [PATCH v2 10/12] can: sun4i_can: "
` [PATCH v2 11/12] can: ems_usb: "
` [PATCH v2 12/12] can: f81604: "
[PATCH 0/4] arm64: dts: qcom: sm8750: CDSP and modem
2024-11-22 22:16 UTC (2+ messages)
[GIT PULL] smb3 fixes
2024-11-22 22:14 UTC
[PATCH 2/2] media: camif-core: Add check for clk_enable()
2024-11-22 22:13 UTC (2+ messages)
` [PATCH v3 1/2] media: mipi-csis: "
[PATCH net-next v2 0/5] devmem TCP fixes
2024-11-22 22:10 UTC (6+ messages)
` [PATCH net-next v2 4/5] page_pool: disable sync for cpu for dmabuf memory provider
Question about a problem caused by copy_from_sockptr() in get_ext_report()
2024-11-22 22:08 UTC
[PATCH] arm64: Fix usage of new shifted MDCR_EL2 values
2024-11-22 22:07 UTC (3+ messages)
[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
2024-11-22 22:02 UTC (12+ messages)
[PATCH printk v1] printk: ringbuffer: Add KUnit test
2024-11-22 21:54 UTC (2+ messages)
[PATCH v9 0/9] x86/resctrl: mba_MBps enhancement
2024-11-22 21:33 UTC (5+ messages)
` [PATCH v9 2/9] x86/resctrl: Prepare for per-ctrl_mon group mba_MBps control
[PATCH 0/2] Add atomic transfer support to i2c-xiic
2024-11-22 21:29 UTC (3+ messages)
` [PATCH 2/2] i2c: xiic: Add atomic transfer support
[PATCH RFC v2 00/18] drm/vkms: Introduce detailed configuration
2024-11-22 21:28 UTC (3+ messages)
` [PATCH RFC v2 17/18] drm/vkms: Introduce config for connector EDID
drivers/tty/serial/8250/8250_aspeed_vuart.c:497:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
2024-11-22 21:21 UTC
[PATCH v3 1/1] x86/ia32: Leave NULL selector values 0~3 as is
2024-11-22 21:16 UTC (3+ messages)
[PATCH v3 0/4] Timestamp and PulSAR support for ad4000
2024-11-22 21:15 UTC (6+ messages)
` [PATCH v3 1/4] dt-bindings: iio: adc: adi,ad4000: Add PulSAR
[PATCH v3 3/3] dmapool: Use xarray for vaddr-to-block lookup
2024-11-22 21:11 UTC (4+ messages)
` [PATCH v3 2/3] dmapool: Use pool_find_block() in pool_block_err()
` [PATCH v3 1/3] dmapool: Move pool metadata into non-DMA memory
` [PATCH v3 0/3] dmapool: Mitigate dev-controllable mem. corruption
[bug-report] 5-9% FIO randomwrite ext4 perf regression on 6.12.y kernel
2024-11-22 21:09 UTC (9+ messages)
` [External] : "
[PATCH] x86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leaf
2024-11-22 21:07 UTC
[PATCH] brcmfmac: fix RSSI report in AP mode
2024-11-22 21:03 UTC
[PATCH] media: platform: stm32: Add check for clk_enable()
2024-11-22 20:46 UTC
[PATCH v4 0/6] thermal: scope/cleanup.h improvements
2024-11-22 20:43 UTC (2+ messages)
[PATCH v4 1/2] init/Kconfig: add python3 availability config
2024-11-22 20:41 UTC (6+ messages)
[RFC 0/1] swiotlb: Mitigate potential DoS caused by BUG_ON()
2024-11-22 20:34 UTC (4+ messages)
` [RFC 1/1] swiotlb: Replace BUG_ON() with graceful error handling
[PATCH 1/2] firmware: xilinx: Add support for secure image load
2024-11-22 20:32 UTC
[PATCH v3] tracing: Record task flag NEED_RESCHED_LAZY
2024-11-22 20:32 UTC (6+ messages)
` [PATCH v4] "
[PATCH 0/3] rust: sync: Add Lock::is_locked()
2024-11-22 20:30 UTC (4+ messages)
` [PATCH 2/3] rust: sync: Assert Lock::is_locked in Guard::new for debug builds
[GIT PULL] More thermal control updates for v6.13-rc1
2024-11-22 20:28 UTC
[GIT PULL] More power management updates for v6.13-rc1
2024-11-22 20:26 UTC
[PATCH v2] x86/sev: Add missing RIP_REL_REF() invocations during sme_enable()
2024-11-22 20:23 UTC
[GIT PULL] HID for 6.13
2024-11-22 20:23 UTC (3+ messages)
[PATCH next 6/7] minmax.h: Simplify the variants of clamp()
2024-11-22 20:20 UTC (2+ messages)
Unexpected lockdep selftest failures
2024-11-22 20:18 UTC
[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2024-11-22 20:16 UTC (11+ messages)
` [PATCH v9 8/8] task: rust: rework how current is accessed
[GIT PULL] tracing: Add Rust support to trace events for v6.13
2024-11-22 20:10 UTC
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (2)
2024-11-22 20:09 UTC (5+ messages)
[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
2024-11-22 20:08 UTC (2+ messages)
[GIT PULL] NVDIMM and DAX for 6.13
2024-11-22 20:01 UTC
[PATCH] nouveau: Remove unused functions
2024-11-22 19:59 UTC (3+ messages)
[PATCH] Fix a potential abuse of seq_printf() format string in drivers
2024-11-22 19:54 UTC (2+ messages)
[PATCH 2/2] media: camif-core: Add check for clk_enable()
2024-11-22 19:53 UTC (2+ messages)
` [PATCH v2 1/2] media: mipi-csis: "
[PATCH 2/2] media: camif-core: Add check for clk_enable()
2024-11-22 19:47 UTC (4+ messages)
` [PATCH 1/2] media: mipi-csis: "
[PATCH 0/3] cxl/core: Enable Region creation on x86 with Low Mem Hole
2024-11-22 19:46 UTC (2+ messages)
[PATCH v2] PCI/sysfs: Change read permissions for VPD attributes
2024-11-22 19:43 UTC (3+ messages)
[PATCH] nvme-pci: 512 byte aligned dma pool segment quirk
2024-11-22 19:36 UTC (6+ messages)
[PATCH v3 0/6] x86/uaccess: avoid barrier_nospec()
2024-11-22 19:35 UTC (14+ messages)
` [PATCH v3 2/6] x86/uaccess: Avoid barrier_nospec() in 64-bit __get_user()
[PATCH] futex: improve user space accesses
2024-11-22 19:33 UTC
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2024-11-22 19:28 UTC (5+ messages)
` [EXTERNAL] "
[Bug report] kernel BUG at include/linux/scatterlist.h
2024-11-22 19:28 UTC (4+ messages)
[RFC/RFT][PATCH v0.1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
2024-11-22 19:27 UTC (3+ messages)
[RFC v2 0/2] dmapool: Mitigate device-controllable mem. corruption
2024-11-22 19:19 UTC (9+ messages)
[PATCH V11 00/10] AMD XDNA driver
2024-11-22 19:13 UTC (3+ messages)
[RFC PATCH 01/10] powerpc/chrp: Remove CHRP support
2024-11-22 18:31 UTC (3+ messages)
[PATCH v5 0/3] PCI: dwc: Skip waiting for link up if vendor drivers can detect Link up event
2024-11-22 19:10 UTC (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] PCI: qcom: Set use_linkup_irq if global IRQ handler is present
` [PATCH v5 3/3] PCI: qcom: Update ICC and OPP values during link up event
[PATCH wireless-next] wifi: rtw88: Fix an unreachable code issue
2024-11-22 19:10 UTC (2+ messages)
[PATCH] slab: Fix too strict alignment check in create_cache()
2024-11-22 18:54 UTC (11+ messages)
[PATCH v2] drm/rockchip: vop2: fix rk3588 dp+dsi maxclk verification
2024-11-22 18:50 UTC (2+ messages)
[PATCH v3 0/7] Thunderbolt and DP altmode support for cros-ec-typec
2024-11-22 18:50 UTC (3+ messages)
` [PATCH v3 2/7] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
[PATCH v3 0/2] MIPI DSI phy for rk3588
2024-11-22 18:49 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: phy: Add Rockchip MIPI CSI/DSI PHY schema
[syzbot] [bcachefs?] KMSAN: uninit-value in rw_aux_tree_set (2)
2024-11-22 18:44 UTC
[syzbot] [fs?] WARNING in minix_unlink
2024-11-22 18:44 UTC
[syzbot] [bcachefs?] kernel BUG in bch2_btree_pos_to_text (2)
2024-11-22 18:44 UTC
[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
2024-11-22 18:40 UTC (3+ messages)
` [PATCH 1/4] KVM: guest_memfd: add generic post_populate callback
[GIT PULL] Please pull RDMA subsystem changes
2024-11-22 18:36 UTC
[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-22 18:33 UTC (5+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to guestmem library
[PATCH] x86/hyperv: Set X86_FEATURE_TSC_RELIABLE unconditionally
2024-11-22 18:33 UTC (4+ messages)
[PATCH 1/1] nvme: always enable multipath
2024-11-22 18:29 UTC (6+ messages)
[RFC 2/6] drivers: pci: Change CONFIG_SPDM to a dependency
2024-11-22 18:22 UTC (3+ messages)
[PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
2024-11-22 18:20 UTC (2+ messages)
[PATCH] selftests: Warn about skipped tests in result summary
2024-11-22 18:19 UTC (2+ messages)
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