All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-29 01:07:13 to 2024-03-29 02:08:16 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-03-29  2:08 UTC 

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-29  2:07 UTC  (9+ messages)
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling

[PATCH 00/46] use stdatomic API
 2024-03-29  2:07 UTC  (3+ messages)
` [PATCH v3 00/45] "

[PATCH V6 net-next 0/4] Support some features for the HNS3 ethernet driver
 2024-03-29  2:07 UTC  (3+ messages)
` [PATCH V6 net-next 4/4] net: hns3: add support to query scc version by devlink info

pinctrl: single: Cannot disable bias - PIN_CONFIG_BIAS_DISABLE not handled
 2024-03-29  2:06 UTC  (7+ messages)
    ` [PATCH] pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling

[PATCH v2 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
 2024-03-29  2:05 UTC  (7+ messages)
` [PATCH v2 1/3] Hexagon (target/hexagon) Analyze reads before writes
` [PATCH v2 2/3] Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
` [PATCH v2 3/3] Hexagon (target/hexagon) Enable more short-circuit packets (HVX)

[PATCH v8 0/4] sched: Don't trigger misfit if affinity is restricted
 2024-03-29  2:06 UTC  (2+ messages)

[PATCH v6 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-03-29  2:04 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC
` [PATCH v6 2/3] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X
` [PATCH v6 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux

[PATCH v5 5/7] migration/multifd: implement initialization of qpl compression
 2024-03-29  2:04 UTC  (12+ messages)

[PATCH net-next v2 1/3] net: phy: marvell: add basic support of 88E308X/88E609X family
 2024-03-29  2:02 UTC  (3+ messages)
` [PATCH net-next v2 2/3] net: ethtool: Add impedance mismatch result code to cable test

[PATCH 0/3] Rework work queue usage
 2024-03-29  2:00 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH bpf 1/2] bpf: put uprobe link's path and task in release callback
 2024-03-29  2:00 UTC  (2+ messages)

[PATCH] tools/resolve_btfids: fix build with musl libc
 2024-03-29  2:00 UTC  (4+ messages)

[PATCH 0/2] introduce PM QoS interface
 2024-03-29  1:59 UTC  (11+ messages)

[PATCH] staging: gdm724x: Align descendant argument to the open parenthesis
 2024-03-29  1:59 UTC  (4+ messages)

[PATCH v5 0/6] Swap-out mTHP without splitting
 2024-03-29  1:56 UTC  (3+ messages)
` [PATCH v5 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags

[PATCH net-next -v6] net: enable timestamp static key if CPU isolation is configured
 2024-03-29  1:58 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-29  1:58 UTC 

[Bug 218656] New: Regression: Update from 6.8.1 to 6.8.2 breaks E50 DAC
 2024-03-29  1:58 UTC  (2+ messages)
` [Bug 218656] "

[PATCH] wifi: ath12k: fix flush failure in recovery scenarios
 2024-03-29  1:56 UTC 

[tip:master] BUILD SUCCESS 9699768066a9b12db247d5ee9276cf298b67528d
 2024-03-29  1:54 UTC 

[RFC PATCH v4 00/36] Fuse-BPF and plans on merging with Fuse Passthrough
 2024-03-29  1:53 UTC  (37+ messages)
` [RFC PATCH v4 01/36] fuse-bpf: Update fuse side uapi
` [RFC PATCH v4 02/36] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v4 03/36] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v4 04/36] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v4 05/36] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v4 06/36] fuse-bpf: Don't support export_operations
` [RFC PATCH v4 07/36] fuse-bpf: Add support for access
` [RFC PATCH v4 08/36] fuse-bpf: Partially add mapping support
` [RFC PATCH v4 09/36] fuse-bpf: Add lseek support
` [RFC PATCH v4 10/36] fuse-bpf: Add support for fallocate
` [RFC PATCH v4 11/36] fuse-bpf: Support file/dir open/close
` [RFC PATCH v4 12/36] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v4 13/36] fuse-bpf: Add support for read/write iter
` [RFC PATCH v4 14/36] fuse-bpf: support readdir
` [RFC PATCH v4 15/36] fuse-bpf: Add support for sync operations
` [RFC PATCH v4 16/36] fuse-bpf: Add Rename support
` [RFC PATCH v4 17/36] fuse-bpf: Add attr support
` [RFC PATCH v4 18/36] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v4 19/36] fuse-bpf: Add xattr support
` [RFC PATCH v4 20/36] fuse-bpf: Add symlink/link support
` [RFC PATCH v4 21/36] fuse-bpf: Add partial flock support
` [RFC PATCH v4 22/36] fuse-bpf: Add partial ioctl support
` [RFC PATCH v4 23/36] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v4 24/36] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v4 25/36] bpf: Increase struct_op max members
` [RFC PATCH v4 26/36] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v4 27/36] fuse-bpf: Export Functions
` [RFC PATCH v4 28/36] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v4 29/36] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v4 30/36] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v4 31/36] fuse-bpf: Add userspace "
` [RFC PATCH v4 32/36] WIP: fuse-bpf: add error_out
` [RFC PATCH v4 33/36] fuse-bpf: Add default filter op
` [RFC PATCH v4 34/36] tools: Add FUSE, update bpf includes
` [RFC PATCH v4 35/36] fuse-bpf: Add selftests
` [RFC PATCH v4 36/36] fuse: Provide easy way to test fuse struct_op call

[PATCH net] ax25: fix use-after-free bugs caused by ax25_ds_del_timer
 2024-03-29  1:54 UTC  (5+ messages)

[PATCH-for-9.1 v2 0/3] rdma: Remove RDMA subsystem and pvrdma device
 2024-03-29  1:53 UTC  (5+ messages)
` [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling

[PATCH 0/4] wifi: rtw89: improve compatibility of download firmware and PCI PHY
 2024-03-29  1:52 UTC  (5+ messages)
` [PATCH 1/4] wifi: rtw89: download firmware with five times retry
` [PATCH 2/4] wifi: rtw89: 8852c: update TX power tables to R69
` [PATCH 3/4] wifi: rtw89: 8852c: add quirk to set PCI BER for certain platforms
` [PATCH 4/4] wifi: rtw89: 8852c: disable PCI PHY EQ to improve compatibility

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-29  1:54 UTC  (3+ messages)
` [PATCH v19 093/130] KVM: TDX: Implements vcpu request_immediate_exit

[PATCH v6 0/5] ALPM AUX-Less
 2024-03-29  1:54 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for ALPM AUX-Less (rev8)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[RFC PATCH 1/2] spi: dt-bindings: add Siflower Quad SPI controller
 2024-03-29  1:51 UTC  (2+ messages)
` [RFC PATCH 2/2] spi: "

[PATCH net v2] ax25: fix use-after-free bugs caused by ax25_ds_del_timer
 2024-03-29  1:50 UTC 

[PATCH v2] ufs: core: wlun suspend dev/link state error recovery
 2024-03-29  1:50 UTC 

[PATCH net-next v2] net: remove gfp_mask from napi_alloc_skb()
 2024-03-29  1:50 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net-next] gve: Add counter adminq_get_ptype_map_cnt to stats report
 2024-03-29  1:50 UTC  (2+ messages)

[PATCH] qed: Drop useless pci_params.pm_cap
 2024-03-29  1:50 UTC  (2+ messages)

[PATCH net-next v2] devlink: use kvzalloc() to allocate devlink instance resources
 2024-03-29  1:49 UTC  (3+ messages)

[PATCH v1] ufs: core: wlun suspend dev/link state error recovery
 2024-03-29  1:48 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-29  1:48 UTC 

[PATCH v1] drm/msm/dp: assign correct DP controller ID to interface table
 2024-03-29  1:46 UTC  (6+ messages)
` [PATCH v1] drm/msm/dp: use dp_hpd_plug_handle() and dp_hpd_unplug_handle() directly

[PATCH] usb-storage: Optimize scan delay more precisely
 2024-03-29  1:45 UTC  (9+ messages)
          ` [usb-storage] "

[PATCH v2 0/6] arm64: dts: qcom: qcs6490-rb3gen2: Enable two displays
 2024-03-29  1:44 UTC  (9+ messages)
` [PATCH v2 2/6] arm64: dts: qcom: qcs6490-rb3gen2: Add DP output

[PATCHv2 net-next 0/4] doc/netlink: add a YAML spec for team
 2024-03-29  1:41 UTC  (3+ messages)
` [PATCHv2 net-next 1/4] Documentation: netlink: "

[PATCH v5] drm/xe/hwmon: Add infra to support card power and energy attributes
 2024-03-29  1:41 UTC  (2+ messages)
` ✓ CI.BAT: success for drm/xe/hwmon: Add infra to support card power and energy attributes (rev5)

[patch V3 28/33] PCI/MSI: Provide IMS (Interrupt Message Store) support
 2024-03-29  1:41 UTC  (3+ messages)

[PATCH] fs/aio: obey min_nr when doing wakeups
 2024-03-29  1:40 UTC  (3+ messages)

[PATCH] objtool/x86: objtool can confuse memory and stack access
 2024-03-29  1:39 UTC  (2+ messages)

[PATCH] drm/i915/guc: Remove bogus null check
 2024-03-29  1:39 UTC  (3+ messages)

[PATCH net-next v1 0/3] doc: netlink: Add hyperlinks to generated docs
 2024-03-29  1:38 UTC  (3+ messages)
` [PATCH net-next v1 2/3] doc: netlink: Add hyperlinks to generated Netlink docs

RTT-PROBE: lore-subspace-rtt
 2024-03-29  1:38 UTC 

[PATCH 1/4] platform/x86: wmi: Mark simple WMI drivers as legacy-free
 2024-03-29  1:37 UTC  (5+ messages)
` [PATCH 2/4] platform/x86: xiaomi-wmi: Fix race condition when reporting key events

[PATCH v2 3/3] platform/chrome: cros_ec_ucsi: Implement UCSI PDC driver
 2024-03-29  1:37 UTC  (6+ messages)

[ti:ti-android-linux-6.1.y 2/4] drivers/android/android_debug_symbols.c:13:10: fatal error: asm/stacktrace.h: No such file or directory
 2024-03-29  1:37 UTC 

[PULL] drm-intel-fixes
 2024-03-29  1:32 UTC 

[PATCH v3 0/2] Mesh PMU: Add tertiary match group support
 2024-03-29  1:32 UTC  (6+ messages)
` [PATCH v3 1/2] perf/arm-cmn: Decouple wp_config registers from filter group number
` [PATCH v3 2/2] perf/arm-cmn: Enable support for tertiary match group

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-03-29  1:31 UTC  (3+ messages)
` [RFC 8/9] dm thin: "

[PATCH] block: fix overflow in blk_ioctl_discard()
 2024-03-29  1:23 UTC 

[net-next,v4 0/2] ravb: Support describing the MDIO bus
 2024-03-29  1:30 UTC  (2+ messages)

[PATCH net-next v3] Documentation: Add documentation for eswitch attribute
 2024-03-29  1:30 UTC  (2+ messages)

[PATCH] ptp: MAINTAINERS: drop Jeff Sipek
 2024-03-29  1:30 UTC  (2+ messages)

[PATCH net] xen-netfront: Add missing skb_mark_for_recycle
 2024-03-29  1:30 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2024-03-29  1:30 UTC 

[PATCH v2 0/9] spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
 2024-03-29  1:29 UTC  (3+ messages)
` (subset) "

[PATCH] ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw
 2024-03-29  1:29 UTC  (2+ messages)

[PATCH] ASoC: kirkwood: Fix potential NULL dereference
 2024-03-29  1:28 UTC  (2+ messages)

[PATCH v5 0/4] cxl: access_coordinate validity fixes for 6.9
 2024-03-29  1:28 UTC  (5+ messages)
` [PATCH v5 1/4] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
` [PATCH v5 2/4] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord

RTT-PROBE: lore-subspace-rtt
 2024-03-29  1:28 UTC 

Linux Xen PV CPA W^X violation false-positives
 2024-03-29  1:25 UTC  (5+ messages)

[PATCH] drm/i915/gt: Limit the reserved VM space to only the platforms that need it
 2024-03-29  1:24 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v5 1/3] nfs-utils: clean up startup
 2024-03-29  1:24 UTC  (3+ messages)
` [PATCH v5 2/3] nfs-utils: Use upstream systemd service files
` [PATCH v5 3/3] nfs-utils: Configure nfsv4 ID mapping & Kerberos

[PATCH 0/2] wifi: ath12k: refactor the link capable flag
 2024-03-29  1:23 UTC  (3+ messages)
` [PATCH 1/2] wifi: ath12k: extend "
` [PATCH 2/2] wifi: ath12k: fix link capable flags

[PATCH] drm/i915: Fix i915_display_info output when connectors are not active
 2024-03-29  1:23 UTC 

[PATCH] signal handlers: volatile sigatomic_t, not volatile OR sigatomic_t
 2024-03-29  1:23 UTC  (6+ messages)

[PATCH] drm/vmwgfx: Don't memcmp equivalent pointers
 2024-03-29  1:22 UTC  (2+ messages)

[groeck-staging:testing] BUILD SUCCESS ad98b547d596561b6bdc5c2fdf8aa1a620c9e6fa
 2024-03-29  1:21 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-29  1:18 UTC 

[PATCH 00/19] -Werror=maybe-uninitialized fixes
 2024-03-29  1:14 UTC  (3+ messages)
` [PATCH 12/19] migration: fix -Werror=maybe-uninitialized false-positives

[PATCH v2] wifi: rtw88: station mode only for SDIO chips
 2024-03-29  1:17 UTC  (2+ messages)

[linux-next:master 839/2532] drivers/gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp_dscl.c:400:42-43: WARNING opportunity for min()
 2024-03-29  1:16 UTC 

[openeuler:OLK-6.6 4065/7000] drivers/net/ethernet/huawei/hinic3/hw/hinic3_mgmt.c:995: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2024-03-29  1:16 UTC 

[PATCH][next] nfp: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-29  1:17 UTC 

[Intel-wired-lan] [PATCH iwl-next v3 1/2] ice: add additional E830 device ids
 2024-03-29  1:07 UTC  (2+ messages)
` [Intel-wired-lan] [PATCH iwl-next v3 2/2] ice: update E830 device ids and comments

[RFC PATCH 0/2] Hot page promotion optimization for large address space
 2024-03-29  1:14 UTC  (6+ messages)

[PATCH 00/13] spi: add driver for Intel discrete graphics
 2024-03-29  1:15 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH net-next v2 0/3] tcp: make trace of reset logic complete
 2024-03-29  1:15 UTC  (4+ messages)
` [PATCH net-next v2 3/3] tcp: add location into reset trace process

[PATCH 00/22] drm/i915: Bigjoiner modeset sequence redesign and MST support
 2024-03-29  1:12 UTC  (23+ messages)
` [PATCH 01/22] drm/i915: Disable port sync when bigjoiner is used
` [PATCH 02/22] drm/i915: Fix intel_modeset_pipe_config_late() for bigjoiner
` [PATCH 03/22] drm/i915: Disable live M/N updates when using bigjoiner
` [PATCH 04/22] drm/i915/vrr: Disable VRR "
` [PATCH 05/22] drm/i915: Remove DRM_MODE_FLAG_DBLSCAN checks from .mode_valid() hooks
` [PATCH 06/22] drm/i915: Shuffle DP .mode_valid() checks
` [PATCH 07/22] drm/i915: Clean up glk_pipe_scaler_clock_gating_wa()
` [PATCH 08/22] drm/i915: Extract glk_need_scaler_clock_gating_wa()
` [PATCH 09/22] drm/i915: s/intel_dp_can_bigjoiner()/intel_dp_can_bigjoiner()/
` [PATCH 10/22] drm/i915: Extract intel_dp_joiner_needs_dsc()
` [PATCH 11/22] drm/i915/mst: Check intel_dp_joiner_needs_dsc()
` [PATCH 12/22] drm/i915: Pass connector to intel_dp_need_bigjoiner()
` [PATCH 13/22] drm/i915/mst: Limit MST+DSC to TGL+
` [PATCH 14/22] drm/i915/mst: Reject FEC+MST on ICL
` [PATCH 15/22] drm/i915: Introduce intel_crtc_joined_pipe_mask()
` [PATCH 16/22] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()
` [PATCH 17/22] drm/i915: Utilize intel_crtc_joined_pipe_mask() more
` [PATCH 18/22] drm/i915: Handle joined pipes inside hsw_crtc_disable()
` [PATCH 19/22] drm/i915: Handle joined pipes inside hsw_crtc_enable()
` [PATCH 20/22] drm/i915/mst: Add bigjoiner handling to MST modeset sequence
` [PATCH 21/22] drm/i915: Allow bigjoiner for MST
` [PATCH 22/22] drm/i915: Use debugfs_create_bool() for "i915_bigjoiner_force_enable"

[PATCH net-next 00/14] selftests: Fixes for kernel CI
 2024-03-29  1:11 UTC  (2+ messages)

[PATCHv3 net-next 0/2] doc/netlink/specs: Add vlan support
 2024-03-29  1:11 UTC  (2+ messages)

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-03-29  1:06 UTC  (18+ messages)
` [RFC PATCH v3 01/17] x86/resctrl: Add support for "
` [RFC PATCH v3 02/17] x86/resctrl: Add ABMC feature in the command line options
` [RFC PATCH v3 03/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [RFC PATCH v3 04/17] x86/resctrl: Introduce resctrl_file_fflags_init
` [RFC PATCH v3 05/17] x86/resctrl: Introduce the interface to display the assignment state
` [RFC PATCH v3 06/17] x86/resctrl: Introduce interface to display number of ABMC counters
` [RFC PATCH v3 07/17] x86/resctrl: Add support to enable/disable ABMC feature
` [RFC PATCH v3 08/17] x86/resctrl: Initialize assignable counters bitmap
` [RFC PATCH v3 09/17] x86/resctrl: Introduce assign state for the mon group
` [RFC PATCH v3 10/17] x86/resctrl: Add data structures for ABMC assignment
` [RFC PATCH v3 11/17] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg
` [RFC PATCH v3 12/17] x86/resctrl: Add the functionality to assign the RMID
` [RFC PATCH v3 13/17] x86/resctrl: Add the functionality to unassign "
` [RFC PATCH v3 14/17] x86/resctrl: Enable ABMC by default on resctrl mount
` [RFC PATCH v3 15/17] x86/resctrl: Introduce the interface switch between ABMC and legacy_mbm
` [RFC PATCH v3 16/17] x86/resctrl: Introduce interface to list assignment states of all the groups
` [RFC PATCH v3 17/17] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH v2] tg3: Remove residual error handling in tg3_suspend
 2024-03-29  1:10 UTC  (3+ messages)
` [PATCH net-next "

RTT-PROBE: lore-subspace-rtt
 2024-03-29  1:08 UTC 


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.