All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-06 09:08:53 to 2023-06-06 09:35:35 UTC [more...]

[PATCH net-next v1 1/1] ieee802154: ca8210: Remove stray gpiod_unexport() call
 2023-06-06  9:33 UTC  (4+ messages)

[PATCH net-next] tipc: replace open-code bearer rcu_dereference access in bearer.c
 2023-06-06  9:35 UTC  (3+ messages)

linux-next: build failure after merge of the crypto tree
 2023-06-06  9:34 UTC  (7+ messages)
    ` [PATCH] crypto: starfive - Depend on AMBA_PL08X instead of selecting it

[PATCH v4 1/8] platform/x86: think-lmi: mutex protection around multiple WMI calls
 2023-06-06  9:33 UTC  (2+ messages)

[Intel-gfx] [PATCH v14 0/7] mtl: add support for pmdemand
 2023-06-06  9:35 UTC  (4+ messages)
` [Intel-gfx] [PATCH v14 1/7] drm/i915: fix the derating percentage for MTL
` [Intel-gfx] [PATCH v14 2/7] drm/i915: update the QGV point frequency calculations
` [Intel-gfx] [PATCH v14 3/7] drm/i915: store the peak bw per QGV point

[PATCH mptcp-next v6 18/18] selftests/bpf: Add bpf_stale test
 2023-06-06  9:35 UTC  (2+ messages)
` selftests/bpf: Add bpf_stale test: Build Failure

new recipe file to extract the tar.gz in to root directory #hardknott
 2023-06-06  9:34 UTC  (2+ messages)
` [yocto] "

[PATCH master 1/7] ddr: imx8m: align function definition with prototype
 2023-06-06  9:33 UTC  (3+ messages)
` [PATCH master 4/7] net: gianfar: fix out of bounds read of local variable

[PATCH net] net: sched: fix possible refcount leak in tc_chain_tmplt_add()
 2023-06-06  9:33 UTC  (4+ messages)

[PATCH v1 1/2] pinctrl: moorefield: Fix open-drain pin mode configuration
 2023-06-06  9:33 UTC  (3+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-06  9:33 UTC  (14+ messages)
` [PATCH v10 06/59] arm64: Add TLBI operation encodings

[PATCH v16 00/22] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-06-06  9:32 UTC  (10+ messages)
` [PATCH v16 08/22] PCI: designware-ep: Add INTx IRQs support
` [PATCH v16 10/22] PCI: dwc: Modify PCIE_PORT_LINK_CONTROL handling
` [PATCH v16 11/22] PCI: dwc: Add dw_pcie_link_set_max_cap_width()

[PATCH] soc: qcom: Fix a IS_ERR() vs NULL bug in probe
 2023-06-06  9:32 UTC  (2+ messages)

[PATCH v2 00/10] Add devicetree support for SDX75 Modem and IDP
 2023-06-06  9:32 UTC  (5+ messages)
` [PATCH v2 10/10] arm64: dts: qcom: Add the support of cpufreq on SDX75

[PATCH iproute2-next v3 00/12] Introduce new dcb-rewr subcommand
 2023-06-06  9:32 UTC  (5+ messages)
` [PATCH iproute2-next v3 02/12] dcb: app: replace occurrences of %d with %u for printing unsigned int
` [PATCH iproute2-next v3 03/12] dcb: app: move colon printing out of callbacks

[PATCH] arm64: dts: qcom: Split sdm845-db845c to add headless support
 2023-06-06  9:32 UTC  (2+ messages)

[PATCH] workqueue: introduce queue_work_cpumask to queue work onto a given cpumask
 2023-06-06  9:31 UTC 

[PATCH] x86/cpu: detect extended topology for Zhaoxin CPUs
 2023-06-06  9:31 UTC 

[PATCH 0/2] xen/blkback: support delete-on-close block devices
 2023-06-06  9:31 UTC  (2+ messages)

[Intel-xe] [PATCH 0/1] drm/xe: Rebar resize should not fail probe
 2023-06-06  9:32 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for "

[PATCH 0/7] mm: zswap: move writeback LRU from zpool to zswap
 2023-06-06  9:31 UTC  (4+ messages)
` [RFC PATCH 1/7] mm: zswap: add pool shrinking mechanism

[PATCH V2 00/23] Metadump v2
 2023-06-06  9:28 UTC  (24+ messages)
` [PATCH V2 01/23] metadump: Use boolean values true/false instead of 1/0
` [PATCH V2 02/23] mdrestore: Fix logic used to check if target device is large enough
` [PATCH V2 03/23] metadump: Declare boolean variables with bool type
` [PATCH V2 04/23] metadump: Define and use struct metadump
` [PATCH V2 05/23] metadump: Add initialization and release functions
` [PATCH V2 06/23] metadump: Postpone invocation of init_metadump()
` [PATCH V2 07/23] metadump: Introduce struct metadump_ops
` [PATCH V2 08/23] metadump: Introduce metadump v1 operations
` [PATCH V2 09/23] metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1
` [PATCH V2 10/23] metadump: Define metadump v2 ondisk format structures and macros
` [PATCH V2 11/23] metadump: Define metadump ops for v2 format
` [PATCH V2 12/23] xfs_db: Add support to read from external log device
` [PATCH V2 13/23] metadump: Add support for passing version option
` [PATCH V2 14/23] mdrestore: Declare boolean variables with bool type
` [PATCH V2 15/23] mdrestore: Define and use struct mdrestore
` [PATCH V2 16/23] mdrestore: Detect metadump v1 magic before reading the header
` [PATCH V2 17/23] mdrestore: Add open_device(), read_header() and show_info() functions
` [PATCH V2 18/23] mdrestore: Introduce struct mdrestore_ops
` [PATCH V2 19/23] mdrestore: Replace metadump header pointer argument with generic pointer type
` [PATCH V2 20/23] mdrestore: Introduce mdrestore v1 operations
` [PATCH V2 21/23] mdrestore: Extract target device size verification into a function
` [PATCH V2 22/23] mdrestore: Define mdrestore ops for v2 format
` [PATCH V2 23/23] mdrestore: Add support for passing log device as an argument

[PATCH net-next 0/2] Followup fixes for the dwmac and altera lynx conversion
 2023-06-06  9:30 UTC  (5+ messages)
` [PATCH net-next 1/2] net: stmmac: Add PCS_LYNX as a dependency for the whole driver

[PATCH v2] gro : ipv6 changes to support GRO for TCP/ipv6
 2023-06-06  9:31 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] net: stmmac: Fix build without PCS_LYNX
 2023-06-06  9:30 UTC  (2+ messages)

[PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-06-06  9:30 UTC  (5+ messages)
` [PATCH net-next v2 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH v3 0/5] ARM: Add GPIO support
 2023-06-06  9:30 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: gpio: Add HPE GXP GPIO
` [PATCH v3 2/5] gpio: gxp: "
` [PATCH v3 3/5] dt-bindings: hwmon: hpe,gxp-fan-ctrl: remove fn2 and pl registers

[RFC PATCH 0/6] add support for CDX bus
 2023-06-06  9:30 UTC  (4+ messages)
` [PATCH v6 0/4] Support AMD "
  ` [PATCH v6 3/4] bus/cdx: add support for MSI

[PATCH] platform/x86:intel/pmc: Remove Meteor Lake S platform support
 2023-06-06  9:29 UTC  (2+ messages)

possible deadlock in ovl_maybe_copy_up
 2023-06-06  9:30 UTC  (2+ messages)

[PATCH] xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets
 2023-06-06  9:30 UTC  (5+ messages)
` [PATCH v2] "

arm: shmobile_defconfig: ld.lld: error: undefined symbol: lynx_pcs_destroy
 2023-06-06  9:28 UTC  (6+ messages)

[PATCH v3] gpio: ath79: Add missing check for platform_get_irq
 2023-06-06  9:28 UTC  (3+ messages)

[PATCH 1/4] powerpc/kuap: Avoid unnecessary reads of MD_AP
 2023-06-06  9:27 UTC  (10+ messages)
` [PATCH 2/4] powerpc/kuap: Avoid useless jump_label on empty function
` [PATCH 3/4] powerpc/kuap: Refactor static branch for disabling kuap
` [PATCH 4/4] powerpc/kuap: Make disabling KUAP at boottime optional

[PATCH 6/8] test_sysclt: Test for registering a mount point
 2023-06-06  9:27 UTC  (2+ messages)

[PATCH] clocksource/drivers/timer-cadence-ttc: fix a signedness bug in probe()
 2023-06-06  9:26 UTC  (3+ messages)

[PATCH v2 0/5] bulk: Do not declare function prototypes using 'extern' keyword
 2023-06-06  9:25 UTC  (5+ messages)
` [PATCH v2 3/5] qemu/uri: Use QueryParams type definition
` [PATCH v2 4/5] bulk: Do not declare function prototypes using 'extern' keyword

[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-06-06  9:26 UTC  (4+ messages)

[Intel-xe] [PATCH] [RFC]drm/xe: Sysfs entries to query fused min, max frequency of lmem
 2023-06-06  9:26 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✗ CI.KUnit: failure "

[oe-core][kirkstone][PATCH v2 1/1] perl: fix CVE-2023-31484
 2023-06-06  9:25 UTC 

[PATCH 00/17] MIPS: fix and improve 64BIT support
 2023-06-06  9:23 UTC  (7+ messages)
` [PATCH 02/17] MIPS: malta: use CKSEG instead of KSEG macros
` [PATCH 11/17] MIPS: Makefile: sign-extend TEXT_BASE value on CONFIG_64BIT

[regression] Bug 217218 - Trying to boot Linux version 6-2.2 kernel with Marvell SATA controller 88SE9235
 2023-06-06  9:24 UTC  (11+ messages)

[PATCH net-next v12 0/8] TXGBE PHYLINK support
 2023-06-06  9:21 UTC  (9+ messages)
` [PATCH net-next v12 1/8] net: txgbe: Add software nodes to support phylink
` [PATCH net-next v12 2/8] net: txgbe: Register fixed rate clock
` [PATCH net-next v12 3/8] net: txgbe: Register I2C platform device
` [PATCH net-next v12 4/8] net: txgbe: Add SFP module identify
` [PATCH net-next v12 5/8] net: txgbe: Support GPIO to SFP socket
` [PATCH net-next v12 6/8] net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCS
` [PATCH net-next v12 7/8] net: txgbe: Implement phylink pcs
` [PATCH net-next v12 8/8] net: txgbe: Support phylink MAC layer

[PATCH] net/ice/base: support customized DDP package
 2023-06-06  9:24 UTC  (2+ messages)

[PATCH v2] platform/x86: int3472: Evaluate device's _DSM method to control imaging clock
 2023-06-06  9:23 UTC  (4+ messages)

[Intel-wired-lan] [PATCH iwl-next v4 00/13] ice: switchdev bridge offload
 2023-06-06  9:23 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 09/13] ice: Accept LAG netdevs in bridge offloads
        `  "

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-02 (iavf)
 2023-06-06  9:22 UTC  (4+ messages)
` [PATCH net-next 1/3] iavf: add check for current MAC address in set_mac callback

[Intel-gfx] [PATCH] drm/i915: Fix a NULL vs IS_ERR() bug
 2023-06-06  9:22 UTC  (3+ messages)
`  "

possible deadlock in process_measurement (2)
 2023-06-06  9:22 UTC 

[PATCH 1/2] Input: tps65219-pwrbutton - Convert to .remove_new()
 2023-06-06  9:20 UTC  (4+ messages)
` [PATCH 2/2] Input: tps65219-pwrbutton - Use regmap_set_bits()

[PATCH v3 0/1] gro: decrease size of CB
 2023-06-06  9:20 UTC  (2+ messages)

[PATCH v1 0/1] doc: accounce change in bbdev extension
 2023-06-06  9:20 UTC  (6+ messages)
` [PATCH v1 1/1] doc: announce change in bbdev api related to operation extension

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2023-06-06  9:20 UTC  (2+ messages)

[PATCH] serial: 8250_mtk: Simplify clock sequencing and runtime PM
 2023-06-06  9:17 UTC  (2+ messages)

[PATCH v9 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-06-06  9:18 UTC  (7+ messages)
` [PATCH v9 1/6] KVM: x86: Consolidate flags for __linearize()
` [PATCH v9 2/6] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v9 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v9 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v9 5/6] KVM: x86: Untag address when LAM applicable
` [PATCH v9 6/6] KVM: x86: Expose LAM feature to userspace VMM

[PATCH] doc: build manpages as well as html output
 2023-06-06  9:18 UTC  (3+ messages)

[igt-dev] [PATCH v5 i-g-t 0/8] Introduce KUnit
 2023-06-06  9:18 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 6/8] lib/igt_kmod: place KUnit tests on a subtest

[Intel-gfx] [PATCH] drm/i915/gsc: Fix error code in intel_gsc_uc_heci_cmd_submit_nonpriv()
 2023-06-06  9:18 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH umr 00/17] Various fixes and features for shader debugging on gfx11
 2023-06-06  9:17 UTC  (18+ messages)
` [PATCH umr 01/17] Use the correct register prefix on Navi3 for top
` [PATCH umr 02/17] Use the correct prefix for Navi3 in halt_waves
` [PATCH umr 03/17] Silence a warning
` [PATCH umr 04/17] gfx10+: iterate only over existing WGPs when scanning waves
` [PATCH umr 05/17] gfx10+: fix SGPR counts
` [PATCH umr 06/17] gfx10+: warn when halt_waves isn't used
` [PATCH umr 07/17] gfx11: enable wave scanning
` [PATCH umr 08/17] gfx11: wave limit is 16
` [PATCH umr 09/17] gfx11: ignore wave status fields that were removed
` [PATCH umr 10/17] gui/info_panel: correctly identify the GFX11 family
` [PATCH umr 11/17] gui/waves_panel: refactor the wave storage and wave identification
` [PATCH umr 12/17] server/waves: always report threads (exec)
` [PATCH umr 13/17] server/waves: fix ring halt logic
` [PATCH umr 14/17] server/waves: pull out a wave_to_json function that deserves the name
` [PATCH umr 15/17] Add umr_sq_cmd_singlestep
` [PATCH umr 16/17] gui: add a wave single step button
` [PATCH umr 17/17] gui/waves_panel: grey out inactive lanes of VGPRs

[PATCH 00/14] Add dedicated device tree node for RPM processor/subsystem
 2023-06-06  9:17 UTC  (5+ messages)
` [PATCH 06/14] dt-bindings: soc: qcom: smd-rpm: Use qcom,rpm-proc in example

[PATCH 6.1.y-cip 0/8] Add MTU3 core/counter driver support for RZ/G2L alike SoCs
 2023-06-06  9:17 UTC  (3+ messages)

[PATCH v16 0/1] drm/i915: Allow user to set cache at BO creation
 2023-06-06  9:16 UTC  (4+ messages)
` [Intel-gfx] "
` [PATCH v16 1/1] "
  ` [Intel-gfx] "

[PATCH] mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)
 2023-06-06  9:16 UTC  (6+ messages)

[PATCH v12 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2023-06-06  9:16 UTC  (11+ messages)

[bug report] modpost: handle relocations mismatch in __ex_table
 2023-06-06  9:16 UTC  (2+ messages)

[PATCHSET 0/2] xfs_repair: fix missing corruption detection
 2023-06-06  9:16 UTC  (2+ messages)

[PATCH net] net: enetc: correct the indexes of highest and 2nd highest TCs
 2023-06-06  9:16 UTC  (2+ messages)

[PATCH v12 00/31] Add KVM LoongArch support
 2023-06-06  9:16 UTC  (10+ messages)
` [PATCH v12 09/31] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v12 12/31] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v12 26/31] LoongArch: KVM: Implement kvm exception vector

[Intel-wired-lan] [PATCH net v2 00/10] Implement support for SRIOV + LAG
 2023-06-06  9:16 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net v2 02/10] ice: Add driver support for firmware changes for LAG
  `  "

[PATCH 0/6] Enable decoder for mt8183
 2023-06-06  9:16 UTC  (10+ messages)
` [PATCH 1/6] media: dt-bindings: mediatek,vcodec: Allow single clock "
` [PATCH 2/6] media: dt-bindings: mediatek,vcodec: Don't require assigned-clocks
` [PATCH 3/6] media: dt-bindings: mediatek,vcodec: Remove VDEC_SYS for mt8183

What's cooking in git.git (Jun 2023, #02; Tue, 6)
 2023-06-06  9:15 UTC  (2+ messages)

[dm-devel] [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback
 2023-06-06  9:15 UTC  (3+ messages)
` [dm-devel] [PATCH v2 16/16] xen-blkback: Inform userspace that device has been opened
  `  "

[PATCH] usb: gadget/snps_udc_plat: Fix a signedness bug in probe
 2023-06-06  9:13 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] scripts/xls_to_doc.py: add an script to partially import data from a spreadsheet
 2023-06-06  9:14 UTC 

[syzbot] possible deadlock in mnt_want_write (2)
 2023-06-06  9:13 UTC  (4+ messages)

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-06-06  9:13 UTC  (2+ messages)

[PATCH net 0/4] Fix mixing atomic/non-atomic contexts in mlx5 IPsec code
 2023-06-06  9:13 UTC  (5+ messages)
` [PATCH net 3/4] net/mlx5e: Drop XFRM state lock when modifying flow steering
` [PATCH net 4/4] net/mlx5e: Fix scheduling of IPsec ASO query while in atomic

Need help getting QEMU to run QNX ifs.bin for Raspberry Pi on QMEU
 2023-06-06  9:11 UTC  (2+ messages)

[PATCH] wifi: ath11k: fix memory leak in WMI firmware stats
 2023-06-06  9:11 UTC  (2+ messages)

[PATCH 0/2] e2fsprogs: avoid error information loss during journal replay
 2023-06-06  9:11 UTC  (5+ messages)
` [PATCH 1/2] e2fsck: save EXT2_ERROR_FS flag "
` [PATCH 2/2] tune2fs/fuse2fs/debugfs: save error information "

[PATCH v11 00/12] Network support for Landlock
 2023-06-06  9:10 UTC  (3+ messages)

[PATCH v19 00/70] ceph+fscrypt: full support
 2023-06-06  9:09 UTC  (6+ messages)
` [PATCH v19 69/70] ceph: switch ceph_open() to use new fscrypt helper

[PATCH] e2fsck: restore sb->s_state before journal recover
 2023-06-06  9:09 UTC  (2+ messages)

[PATCH v5] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check
 2023-06-06  9:08 UTC  (3+ messages)

[PATCH v2] wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()
 2023-06-06  9:09 UTC  (3+ messages)

[igt-dev] [PATCH v1 0/1] test/gem_create: limit set_pat to GEN12+ platforms
 2023-06-06  9:08 UTC  (2+ messages)
` [igt-dev] [PATCH v1 1/1] "

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-06  9:08 UTC  (3+ messages)
` [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification


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.