All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-13 22:24:25 to 2025-03-14 00:02:51 UTC [more...]

[PATCH v5] drm/xe: Apply Wa_16023105232
 2025-03-13 23:58 UTC 

[PATCH V9 1/7] perf: Save PMU specific data in task_struct
 2025-03-14  0:02 UTC  (7+ messages)
` [PATCH V9 2/7] locking/percpu-rwsem: Add guard support
` [PATCH V9 3/7] perf: attach/detach PMU specific data
` [PATCH V9 4/7] perf: Supply task information to sched_task()
` [PATCH V9 5/7] perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode
` [PATCH V9 6/7] perf/x86: Remove swap_task_ctx()
` [PATCH V9 7/7] perf: Clean up pmu specific data

[PATCH v2 0/6] rev-list: introduce NUL-delimited output mode
 2025-03-13 23:57 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] rev-list: inline `show_object_with_name()` in `show_object()`
  ` [PATCH v3 2/6] rev-list: refactor early option parsing
  ` [PATCH v3 3/6] revision: support NUL-delimited --stdin mode
  ` [PATCH v3 4/6] rev-list: support delimiting objects with NUL bytes
  ` [PATCH v3 5/6] rev-list: support NUL-delimited --boundary option
  ` [PATCH v3 6/6] rev-list: support NUL-delimited --missing option

[PATCH ath-next v9 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2025-03-13 23:59 UTC  (3+ messages)
` [PATCH ath-next v9 13/13] wifi: ath12k: enable ath12k AHB support

[REGRESSION][BISECTED] x86: kernel 6.12 crashes during get_xsave_addr_user on Apple Virtualization
 2025-03-13 23:59 UTC  (4+ messages)
` [PATCH v2] x86: disable PKU when running "

[RFC PATCH 0/5] TDX host: kexec/kdump support
 2025-03-13 23:57 UTC  (10+ messages)
` [RFC PATCH 2/5] x86/kexec: Do unconditional WBINVD for bare-metal in relocate_kernel()
` [RFC PATCH 3/5] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum

[PATCH v3] leds: led-triggers: Improvements for default trigger
 2025-03-13 23:56 UTC 

[PATCH v2 00/10] bus: mhi: host: Add support for mhi bus bw
 2025-03-13 23:53 UTC  (3+ messages)
` [PATCH v2 10/10] wifi: ath11k: add support for MHI bandwidth scaling

[RFC PATCH v3 0/7] xen/arm: scmi: introduce SCI SCMI SMC multi-agent support
 2025-03-13 23:48 UTC  (9+ messages)
` [RFC PATCH v3 1/7] xen/arm: add generic SCI subsystem
` [RFC PATCH v3 2/7] xen/arm: scmi-smc: update to be used under sci subsystem
` [RFC PATCH v3 3/7] xen/arm: scmi-smc: passthrough SCMI SMC to guest domain
` [RFC PATCH v3 4/7] xen/arm: scmi: introduce SCI SCMI SMC multi-agent driver

[PATCH v2 09/10] PCI: Add function to convert lnkctl2speed to pci_bus_speed
 2025-03-13 23:48 UTC  (2+ messages)

[PATCH 0/5] x86/entry: Break up common.c
 2025-03-13 23:47 UTC  (5+ messages)
` [PATCH 2/5] x86/syscall/32: Move 32-bit syscall dispatch code
` [PATCH 4/5] x86/syscall/x32: Move x32 syscall table

Does ceph_fill_inode() mishandle I_NEW?
 2025-03-13 23:47 UTC  (7+ messages)

[PATCH] x86/early_printk: add MMIO-based UARTs
 2025-03-13 23:45 UTC  (2+ messages)

Techboard Meeting Minutes 2025-Feb-05
 2025-03-13 23:46 UTC 

[PATCH v6 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2025-03-13 23:39 UTC  (7+ messages)
` [PATCH v6 01/10] clk: qcom: clk-alpha-pll: Add support for dynamic update for slewing PLLs
` [PATCH v6 06/10] dt-bindings: clock: Add Qualcomm QCS615 Graphics clock controller

[Intel-wired-lan] [iwl-next v4 0/1] Add RDMA support for Intel IPU E2000 (GEN3)
 2025-03-13 23:38 UTC  (8+ messages)
` [Intel-wired-lan] [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers

[PATCH net-next v11] net: mdio: Add RTL9300 MDIO driver
 2025-03-13 23:38 UTC 

[RFC PATCH 00/35] ceph, rbd, netfs: Make ceph fully use netfslib
 2025-03-13 23:33 UTC  (36+ messages)
` [RFC PATCH 01/35] ceph: Fix incorrect flush end position calculation
` [RFC PATCH 02/35] libceph: Rename alignment to offset
` [RFC PATCH 03/35] libceph: Add a new data container type, ceph_databuf
` [RFC PATCH 04/35] ceph: Convert ceph_mds_request::r_pagelist to a databuf
` [RFC PATCH 05/35] libceph: Add functions to add ceph_databufs to requests
` [RFC PATCH 06/35] rbd: Use ceph_databuf for rbd_obj_read_sync()
` [RFC PATCH 07/35] libceph: Change ceph_osdc_call()'s reply to a ceph_databuf
` [RFC PATCH 08/35] libceph: Unexport osd_req_op_cls_request_data_pages()
` [RFC PATCH 09/35] libceph: Remove osd_req_op_cls_response_data_pages()
` [RFC PATCH 10/35] libceph: Convert notify_id_pages to a ceph_databuf
` [RFC PATCH 11/35] ceph: Use ceph_databuf in DIO
` [RFC PATCH 12/35] libceph: Bypass the messenger-v1 Tx loop for databuf/iter data blobs
` [RFC PATCH 13/35] rbd: Switch from using bvec_iter to iov_iter
` [RFC PATCH 14/35] libceph: Remove bvec and bio data container types
` [RFC PATCH 15/35] libceph: Make osd_req_op_cls_init() use a ceph_databuf and map it
` [RFC PATCH 16/35] libceph: Convert req_page of ceph_osdc_call() to ceph_databuf
` [RFC PATCH 17/35] libceph, rbd: Use ceph_databuf encoding start/stop
` [RFC PATCH 18/35] libceph, rbd: Convert some page arrays to ceph_databuf
` [RFC PATCH 19/35] libceph, ceph: Convert users of ceph_pagelist "
` [RFC PATCH 20/35] libceph: Remove ceph_pagelist
` [RFC PATCH 21/35] libceph: Make notify code use ceph_databuf_enc_start/stop
` [RFC PATCH 22/35] libceph, rbd: Convert ceph_osdc_notify() reply to ceph_databuf
` [RFC PATCH 23/35] rbd: Use ceph_databuf_enc_start/stop()
` [RFC PATCH 24/35] ceph: Make ceph_calc_file_object_mapping() return size as size_t
` [RFC PATCH 25/35] ceph: Wrap POSIX_FADV_WILLNEED to get caps
` [RFC PATCH 26/35] ceph: Kill ceph_rw_context
` [RFC PATCH 27/35] netfs: Pass extra write context to write functions
` [RFC PATCH 28/35] netfs: Adjust group handling
` [RFC PATCH 29/35] netfs: Allow fs-private data to be handed through to request alloc
` [RFC PATCH 30/35] netfs: Make netfs_page_mkwrite() use folio_mkwrite_check_truncate()
` [RFC PATCH 31/35] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
` [RFC PATCH 32/35] netfs: Add some more RMW support for ceph
` [RFC PATCH 33/35] ceph: Use netfslib [INCOMPLETE]
` [RFC PATCH 34/35] ceph: Enable multipage folios for ceph files
` [RFC PATCH 35/35] ceph: Remove old I/O API bits

[PATCH 0/3] Export the target RPM fan control by ChromeOS EC under hwmon
 2025-03-13 23:36 UTC  (4+ messages)
` [PATCH 2/3] hwmon: (cros_ec) Add reading target fan RPM function

[RFC PATCH bpf-next 0/3] Avoid skipping sockets with socket iterators
 2025-03-13 23:35 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: udp: Avoid socket skips during iteration
` [RFC PATCH bpf-next 2/3] bpf: tcp: "
` [RFC PATCH bpf-next 3/3] selftests/bpf: Add tests for socket skips and repeats

DTS WG Meeting Minutes - March 13, 2025
 2025-03-13 23:32 UTC 

What's cooking in git.git (Mar 2025, #03; Wed, 12)
 2025-03-13 23:35 UTC  (2+ messages)

[tip: x86/asm] x86/asm: Make ASM_CALL_CONSTRAINT conditional on frame pointers
 2025-03-13 23:33 UTC  (8+ messages)

Community CI Meeting Minutes - March 6, 2025
 2025-03-13 23:28 UTC 

Windows Application Issue | Git | REF # 56282410
 2025-03-13 23:30 UTC  (2+ messages)

DTS WG Meeting Minutes - February 27, 2025
 2025-03-13 23:26 UTC 

[PATCH v1 3/3] mfd: cros_ec: Don't add cros_ec_ucsi if it is defined in OF or ACPI
 2025-03-13 23:29 UTC  (3+ messages)

[PATCH v1] dmaengine: dmatest: Fix dmatest waiting less when interrupted
 2025-03-13 23:29 UTC  (7+ messages)

[PATCH linux-next] perf/ring_buffer: Add EPOLLRDNORM flag for poll
 2025-03-13 23:26 UTC  (5+ messages)

Community CI Meeting Minutes - February 20, 2025
 2025-03-13 23:20 UTC 

netfilter expected behavior for established connections
 2025-03-13 23:23 UTC  (6+ messages)

[PATCH v1 0/3] Load cros_ec_ucsi from OF and ACPI definitions
 2025-03-13 23:23 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: Add cros-ec-ucsi to cros-ec-typec device tree documentation

DTS WG Meeting Minutes - February 13, 2025
 2025-03-13 23:18 UTC 

Community CI Meeting Minutes - February 6, 2025
 2025-03-13 23:15 UTC 

[PATCH v2 0/2] arm64: Device Tree for Ugoos AM3 board
 2025-03-13 23:11 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: arm: amlogic: Add Ugoos AM3
` [PATCH v2 2/2] arm64: dts: "

Converting thin stripe volume to linear
 2025-03-13 23:14 UTC  (3+ messages)

[PATCH] selftests: netfilter: conntrack respect reject rules
 2025-03-13 23:13 UTC 

[PATCH v13 00/11] Support page table check on PowerPC
 2025-03-13 23:10 UTC  (7+ messages)
` [PATCH v13 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()

DTS WG Meeting Minutes - January 30, 2025
 2025-03-13 23:08 UTC 

Community CI Meeting Minutes - January 23, 2025
 2025-03-13 23:04 UTC 

[PATCH v2] leds: led-triggers: Improvements for default trigger
 2025-03-13 23:07 UTC  (4+ messages)

[PATCH v2 0/3] arm64: dts: qcom: x1e78100-t14s: Rework devicetree for LCD and OLED SKUs
 2025-03-13 23:06 UTC  (2+ messages)

[PATCH V8 2/6] perf: attach/detach PMU specific data
 2025-03-13 23:06 UTC  (4+ messages)

DTS WG Meeting Minutes - January 16, 2025
 2025-03-13 23:01 UTC 

[DPDK/DTS Bug 1674] Re-assess testruns on single node systems (TG and SUT are the same physical server)
 2025-03-13 23:02 UTC 

[PATCH v10] net: mdio: Add RTL9300 MDIO driver
 2025-03-13 23:01 UTC  (8+ messages)

[PATCH v2 0/2] Add defaults refs for linux-stable-rc
 2025-03-13 23:00 UTC  (2+ messages)

[LTP] [PATCH v2] ioctl_loop06: update loopback block size validation
 2025-03-13 22:59 UTC  (2+ messages)

[PATCH v4 0/3] wifi: MBSSID support in MLO
 2025-03-13 22:59 UTC  (4+ messages)
` [PATCH v4 1/3] wifi: nl80211: add link id of transmitted profile for MLO MBSSID

[PATCH v2 0/2] drm/msm/dp: Introduce link training per-segment for LTTPRs
 2025-03-13 22:59 UTC  (3+ messages)

Community CI Meeting Minutes - January 9, 2025
 2025-03-13 22:54 UTC 

[PATCH 00/37] accel/tcg, codebase: Build once patches
 2025-03-13 22:57 UTC  (5+ messages)
` [PATCH 01/37] accel/tcg: Build user-exec-stub.c once
` [PATCH 02/37] accel/tcg: Build plugin-gen.c once

[PATCH v11 06/11] PCI: dwc: Use devicetree 'ranges' property to get rid of cpu_addr_fixup() callback
 2025-03-13 22:56 UTC  (3+ messages)

DTS WG Meeting Minutes - December 19, 2024
 2025-03-13 22:51 UTC 

[to-be-updated] mm-vma-skip-anonymous-vma-when-inserting-vma-to-file-rmap-tree.patch removed from -mm tree
 2025-03-13 22:55 UTC 

[PATCH] watchdog: npcm: Remove unnecessary NULL check before clk_prepare_enable/clk_disable_unprepare
 2025-03-13  8:44 UTC 

[PATCH] watchdog: npcm: Remove unnecessary NULL check before clk_prepare_enable/clk_disable_unprepare
 2025-03-13  8:43 UTC 

[PATCH v2 net-next 0/4] inet: frags: fully use RCU
 2025-03-13 22:53 UTC  (3+ messages)
` [PATCH v2 net-next 4/4] inet: frags: save a pair of atomic operations in reassembly

[PATCH] exportfs: remove locking around ->get_parent() call
 2025-03-13 22:29 UTC 

[PATCH 00/11] Various dt-bindings fixes
 2025-03-13 22:53 UTC  (4+ messages)
` [PATCH 03/11] dt-bindings: power: qcom,kpss-acc-v2: Add MSM8916 compatible

[PATCH net-next v2 0/9] net: stmmac: remove unnecessary of_get_phy_mode() calls
 2025-03-13 22:48 UTC  (3+ messages)

[PATCH v4 0/4] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2025-03-13 22:51 UTC  (4+ messages)
` [PATCH v4 4/4] dt-bindings: memory-controllers: Convert fsl,elbc to YAML

+ memcg-move-do_memsw_account-to-config_memcg_v1.patch added to mm-unstable branch
 2025-03-13 22:50 UTC 

[RFC PATCH v1 0/2] mseal: allow noop mprotect
 2025-03-13 22:50 UTC  (9+ messages)
` [RFC PATCH v1 2/2] "

[koverstreet-bcachefs:bcachefs-testing 156/157] random.c:undefined reference to `__aeabi_uldivmod'
 2025-03-13 22:49 UTC 

[PATCH RESEND v4 0/2] regulator: add new PMIC PF9453 support
 2025-03-13 22:49 UTC  (3+ messages)
` [PATCH RESEND v4 1/2] regulator: dt-bindings: pca9450: Add nxp,pf9453 compatible string

[RFC PATCH] block, fs: use FOLL_LONGTERM as gup_flags for direct IO
 2025-03-13 22:49 UTC  (5+ messages)

+ powerpc-mm-support-page-table-check.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ powerpc-mm-use-set_pte_at_unchecked-for-internal-usages.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ powerpc-mm-implement-_user_accessible_page-for-ptes.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ powerpc-mm-add-pud_pfn-stub.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ mm-provide-address-parameter-to-ptemdud_user_accessible_page.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ mm-page_table_check-reinstate-address-parameter-in-page_table_check_pte_clear.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ mm-page_table_check-reinstate-address-parameter-in-page_table_check_pmd_clear.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ mm-page_table_check-reinstate-address-parameter-in-page_table_check_pud_clear.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ mm-page_table_check-provide-addr-parameter-to-page_table_check_pte_set.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ mm-page_table_check-reinstate-address-parameter-in-page_table_check_pmd_set.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

+ mm-page_table_check-reinstate-address-parameter-in-page_table_check_pud_set.patch added to mm-unstable branch
 2025-03-13 22:48 UTC 

[PATCH v3 0/2] clk: sophgo: add SG2044 clock controller support
 2025-03-13 22:46 UTC  (15+ messages)
` [PATCH v3 1/2] dt-bindings: clock: sophgo: add clock controller for SG2044
` [PATCH v3 2/2] clk: sophgo: Add clock controller support for SG2044 SoC

[PATCH net-next 0/7] bnxt_en: Driver update
 2025-03-13 22:45 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.14-rc7
 2025-03-13 22:45 UTC 

[PATCH] ARM: dts: imx: Drop bogus regulator extras on DH i.MX6 DHCOM DRC02
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH v2] Kconfig: Introduce CONFIG_WERROR
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] lib: rsa: add NULL check for 'algo' in
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] memory: ti-gpmc: Alloc per driver private struct
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH v2] board: ti: j784s4: Update Resource Management configs
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] cmd: Drop last reference to CMD_REISERFS
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] mach-k3: common_fdt: create a reserved memory node
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] test: event: Correct usage of IS_ENABLED() macro in test/common/event.c
 2025-03-13 22:44 UTC  (2+ messages)

unregister_netdevice: waiting for DEV to become free [unbalanced refcount bug in dev_ifsioc]
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] tools: add HOSTCFLAGS from openssl pkg-config
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] Dockerfile: Add missing 'rm -rf /tmp/coreboot-24.08'
 2025-03-13 22:44 UTC  (2+ messages)

[PATCH] arm64: Add MIDR entries for Cortex-A55, A73 and A75
 2025-03-13 22:39 UTC 

[PATCH v2 0/8] clk: qcom: Add support to attach multiple power domains in cc probe
 2025-03-13 22:39 UTC  (3+ messages)
` [PATCH v2 2/8] clk: qcom: common: Add support to configure PLL

[PATCH net-next 0/4] mlx5e: Support recovery counter in reset
 2025-03-13 22:38 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-13 22:38 UTC  (11+ messages)

[PATCH net-next 0/3] Clean up deprecated PCI calls
 2025-03-13 22:34 UTC  (7+ messages)
` [PATCH net-next 1/3] stmmac: loongson: Remove surplus loop
` [PATCH net-next 2/3] stmmac: Remove pcim_* functions for driver detach
` [PATCH net-next 3/3] stmmac: Replace deprecated PCI functions

[PATCH v2 2/4] mm/mempolicy: Support memory hotplug in weighted interleave
 2025-03-13 22:36 UTC  (4+ messages)

[PATCH] dt-bindings: timer: Add SiFive CLINT2
 2025-03-13 22:34 UTC  (6+ messages)

[PATCH v2 0/3] PM: sleep: Improvements of async suspend and resume of devices
 2025-03-13 22:36 UTC  (7+ messages)
` [PATCH v2 1/3] PM: sleep: Resume children after resuming the parent
` [PATCH v2 2/3] PM: sleep: Suspend parents and suppliers after suspending subordinates

[PATCH][next] misc: bcm-vk: avoid -Wflex-array-member-not-at-end warning
 2025-03-13 22:36 UTC 

[RFC 0/5] track memory used by balloon drivers
 2025-03-13 22:33 UTC  (7+ messages)
` [RFC 1/5] meminfo: add a per node counter for "

[PATCH] VFS/autofs: try_lookup_one_len() does not need any locks
 2025-03-13 22:32 UTC 

[PATCH] cxl/acpi: Add Null check for adev
 2025-03-13 22:31 UTC  (4+ messages)

+ samples-add-hung_task-detector-mutex-blocking-sample.patch added to mm-nonmm-unstable branch
 2025-03-13 22:29 UTC 

+ hung_task-show-the-blocker-task-if-the-task-is-hung-on-mutex-fix.patch added to mm-nonmm-unstable branch
 2025-03-13 22:29 UTC 

+ hung_task-show-the-blocker-task-if-the-task-is-hung-on-mutex.patch added to mm-nonmm-unstable branch
 2025-03-13 22:29 UTC 

[PATCH v4 0/2] hung_task: Dump the blocking task stacktrace
 2025-03-13 22:29 UTC  (3+ messages)
` [PATCH v4 1/2] hung_task: Show the blocker task if the task is hung on mutex

[PATCH v2][next] firewire: core: avoid -Wflex-array-member-not-at-end warning
 2025-03-13 22:28 UTC 

[PATCH] spi: spi-mem: Introduce a default ->exec_op() debug log
 2025-03-13 22:27 UTC  (4+ messages)

[PATCH net-next 0/4] mlx5: Support setting a parent for a devlink rate node
 2025-03-13 22:27 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: Fix CME quirk for UF series keyboards
 2025-03-13 22:16 UTC 

[RESEND PATCH v5] ASoC: tas2781: Support dsp firmware Alpha and Beta seaies
 2025-03-13 22:26 UTC  (2+ messages)

[PATCH] mseal sysmap: add arch-support txt
 2025-03-13 22:25 UTC  (3+ messages)

[PATCH 0/3] perf/arm_cspmu: Add PMEVFILT2R support
 2025-03-13 22:22 UTC  (2+ messages)

[PATCH v2 00/17] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-03-13 22:24 UTC  (6+ messages)


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.