All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-06 02:46:17 to 2022-12-06 04:39:41 UTC [more...]

[PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
 2022-12-06  4:39 UTC  (4+ messages)
` [PATCH -next V8 02/14] riscv: elf_kexec: Fixup compile warning

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-12-06  4:39 UTC  (5+ messages)

[PATCH v4] Input: touchscreen: use sysfs_emit() to instead of scnprintf()
 2022-12-06  4:36 UTC 

[PATCH 0/5] dmaengine: Add support for AM62A SoC DMAs
 2022-12-06  4:35 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: dma: ti: k3-bcdma: Add bindings for BCDMA CSI RX
` [PATCH 2/5] dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN
` [PATCH 3/5] dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
` [PATCH 4/5] dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
` [PATCH 5/5] dmaengine: ti: k3-udma: Add support for BCDMA CSI RX

work item still be scheduled to execute after destroy_workqueue?
 2022-12-06  4:35 UTC  (3+ messages)

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-06  4:34 UTC  (13+ messages)
` [PATCH v2 09/13] riscv: switch to relative alternative entries
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO

[PATCH 0/8] Make PAT handling less brittle
 2022-12-06  4:33 UTC  (9+ messages)
` [PATCH 1/8] x86/mm: Avoid hard-coding PAT in get_page_from_l1e()
` [PATCH 2/8] p2m-pt: Avoid hard-coding Xen's PAT
` [PATCH 3/8] x86/mm/shadow: avoid assuming a specific Xen PAT
` [PATCH 4/8] efi: Avoid hard-coding the various PAT constants
` [PATCH 5/8] x86/mm/shadow: do not open-code PAGE_CACHE_ATTRS
` [PATCH 6/8] x86: Derive XEN_MSR_PAT from its individual entries
` [PATCH 7/8] x86/mm: make code robust to future PAT changes
` [RFC PATCH 8/8] Use Linux's PAT

[PATCH v3 0/2] perf test: Add event group test
 2022-12-06  4:32 UTC  (3+ messages)
` [PATCH v3 1/2] perf tool: Move pmus list variable to new a file
` [PATCH v3 2/2] perf test: Add event group test

[xiang-erofs:dev] BUILD SUCCESS a391c2a69c94ba32cb084bb0c6d41d955a67b8c3
 2022-12-06  4:32 UTC 

[Intel-gfx] [PATCH v9 1/1] drm/i915/pxp: Promote pxp subsystem to top-level of i915
 2022-12-06  4:32 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v9,1/1] "

[PATCH bpf-next 0/2] Misc optimizations for bpf mem allocator
 2022-12-06  4:29 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Reuse freed element in free_by_rcu during allocation
` [PATCH bpf-next 2/2] bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true

[PATCH] cxl/pci: Remove endian confusion
 2022-12-06  4:28 UTC 

[PATCH] cxl/pci: Add some type-safety to the AER trace points
 2022-12-06  4:28 UTC 

[PATCH v3 00/17] crypt: x86 - fix RCU stalls
 2022-12-06  4:27 UTC  (9+ messages)
` [PATCH v4 00/24] crypto: "
  ` [PATCH v4 10/24] crypto: x86/poly - limit FPU preemption

[Intel-gfx] [PATCH] drm/i915: use sysfs_emit() to instead of scnprintf()
 2022-12-06  4:26 UTC  (4+ messages)
  `  "

[PATCH v5 0/1] nvme : Add ctrl id to allowed passthru commands
 2022-12-06  4:25 UTC  (3+ messages)
  ` [PATCH v5 1/1] "

[PATCH v2] kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-ar
 2022-12-06  4:24 UTC  (5+ messages)

[PATCH 00/22] tcg: exit_tb tidy, goto_tb reorg
 2022-12-06  4:17 UTC  (23+ messages)
` [PATCH 01/22] tcg: Split out tcg_out_exit_tb
` [PATCH 02/22] tcg/i386: Remove unused goto_tb code for indirect jump
` [PATCH 03/22] tcg/ppc: "
` [PATCH 04/22] tcg/sparc64: "
` [PATCH 05/22] tcg: Replace asserts on tcg_jmp_insn_offset
` [PATCH 06/22] tcg: Introduce set_jmp_insn_offset
` [PATCH 07/22] tcg: Introduce get_jmp_target_addr
` [PATCH 08/22] tcg: Split out tcg_out_goto_tb
` [PATCH 09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
` [PATCH 10/22] tcg: Add gen_tb to TCGContext
` [PATCH 11/22] tcg: Add TranslationBlock.jmp_insn_offset
` [PATCH 12/22] tcg: Change tb_target_set_jmp_target arguments
` [PATCH 13/22] tcg: Move tb_target_set_jmp_target declaration to tcg.h
` [PATCH 14/22] tcg: Always define tb_target_set_jmp_target
` [PATCH 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump
` [PATCH 16/22] tcg/aarch64: Reorg goto_tb implementation
` [PATCH 17/22] tcg/ppc: "
` [PATCH 18/22] tcg/sparc64: Remove USE_REG_TB
` [PATCH 19/22] tcg/sparc64: Reorg goto_tb implementation
` [PATCH 20/22] tcg/arm: Implement direct branch for goto_tb
` [PATCH 21/22] tcg/riscv: Introduce OPC_NOP
` [PATCH 22/22] tcg/riscv: Implement direct branch for goto_tb

stable-rc/queue/4.9 baseline: 88 runs, 26 regressions (v4.9.334-62-g8702b65ea4a7)
 2022-12-06  4:22 UTC 

[PATCH 0/4] cxl/mbox: Output payload validation reworks
 2022-12-06  4:22 UTC  (5+ messages)
` [PATCH 1/4] cxl/security: Fix Get Security State output payload endian handling
` [PATCH 2/4] cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output size
` [PATCH 3/4] cxl/mbox: Add variable output size validation for internal commands
` [PATCH 4/4] cxl/security: Drop security command ioctl uapi

[Intel-wired-lan] [PATCH net v1] ice: Fix deadlock on the rtnl_mutex
 2022-12-06  4:21 UTC  (2+ messages)

[RFC] wifi: ath10k: Implement duplicate detection for non-offloaded PCIe
 2022-12-06  4:18 UTC  (2+ messages)

[linux-stable-rc:linux-5.4.y 691/6391] ld.lld: error: drivers/usb/common/debug.o: contains a compressed section, but zlib is not available
 2022-12-06  4:18 UTC 

[PATCH] wifi: mt76: mt7915: add wds support when wed is enabled
 2022-12-06  3:17 UTC  (4+ messages)

[RFC] Proposed location to host the firmware handoff specification
 2022-12-06  4:18 UTC  (12+ messages)
` [TF-A] "

pull-request: bluetooth 2022-12-02
 2022-12-06  4:17 UTC  (3+ messages)

[PATCH v3] [mm-unstable] mm: Fix memcg reclaim on memory tiered systems
 2022-12-06  4:15 UTC  (3+ messages)

[PATCH 0/10] crypto: Driver conversions for DMA alignment
 2022-12-06  4:13 UTC  (4+ messages)

stable-rc/linux-5.4.y baseline: 120 runs, 18 regressions (v5.4.225-154-gc85077b3d9aa)
 2022-12-06  4:13 UTC 

stable-rc/queue/4.19 baseline: 109 runs, 19 regressions (v4.19.267-105-gccc3b13d195c)
 2022-12-06  4:12 UTC 

[PATCH net-next 0/2] ethtool: add PLCA RS support
 2022-12-06  4:11 UTC  (3+ messages)

[PATCH 0/6] crypto/realtek: add new driver
 2022-12-06  4:10 UTC  (3+ messages)

stable-rc/queue/5.4 baseline: 119 runs, 17 regressions (v5.4.225-153-gab5cbbf181e5)
 2022-12-06  4:10 UTC 

[PATCH 1/2] kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGS
 2022-12-06  4:07 UTC  (2+ messages)
` [PATCH 2/2] kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 builds

[PATCH net v4] net: stmmac: Set MAC's flow control register to reflect current settings
 2022-12-06  4:05 UTC  (6+ messages)

[PATCH net-next] net: mtk_eth_soc: enable flow offload support fot MT7986 SoC
 2022-12-06  4:06 UTC  (3+ messages)

[PATCH 5.15 000/120] 5.15.82-rc1 review
 2022-12-06  4:02 UTC  (2+ messages)

[PATCH bpf-next] bpf: Restrict attachment of bpf program to some tracepoints
 2022-12-06  4:00 UTC  (9+ messages)

What's cooking in git.git (Dec 2022, #02; Tue, 6)
 2022-12-06  4:00 UTC 

[ANNOUNCE] Git v2.39.0-rc2
 2022-12-06  4:00 UTC 

[oracle-dtrace:kallmodsyms/latest 4/13] net/dccp/ipv6.c:94:7: error: call to undeclared function '__inet6_lookup_established'; ISO C99 and later do not support implicit function declarations
 2022-12-06  3:58 UTC 

[PATCH 0/6] crypto: starfive: Add driver for cryptographic engine
 2022-12-06  3:55 UTC  (11+ messages)
` [PATCH 5/6] dt-bindings: crypto: Add bindings for Starfive crypto driver
` [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2

[libgpiod][WIP PATCH 0/2] Convert the build from autotools to meson
 2022-12-06  3:54 UTC  (6+ messages)

[PATCH v4 net-next 0/2] Fixed warnings
 2022-12-06  3:54 UTC  (4+ messages)
` [PATCH v4 net-next 2/2] net: phy: micrel: Fix warn: passing zero to PTR_ERR

[Intel-gfx] [PATCH 0/2] Align DDI_BUF_CTL Active timeouts with Bspec updates
 2022-12-06  3:54 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Align DDI_BUF_CTL Active timeouts with Bspec updates (rev4)
` [Intel-gfx] ✓ Fi.CI.IGT: success "

PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read
 2022-12-06  3:53 UTC  (4+ messages)
` [v2 "

[PATCH] drm/msm/mdp5: Add check for kzalloc
 2022-12-06  3:51 UTC  (2+ messages)

ab/cmake-nix-and-ci (was Re: What's cooking in git.git (Nov 2022, #07; Tue, 29))
 2022-12-06  3:52 UTC  (13+ messages)
` [PATCH] test-lib.sh: discover "git" in subdirs of "contrib/buildsystems/out"

[meta-oe][PATCH] sip: Add recipe for 6.7.5
 2022-12-06  3:51 UTC 

[oracle-dtrace:kallmodsyms/latest 4/13] include/net/snmp.h:163:44: error: request for member 'syncp' in something not a structure or union
 2022-12-06  3:48 UTC 

[RFC 0/2] add API to set process to primary or secondary
 2022-12-06  3:47 UTC  (6+ messages)
` [RFC 2/2] ethdev: "

[PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
 2022-12-06  3:46 UTC  (15+ messages)

[meta-oe][PATCH] minio: Disable on mips
 2022-12-06  3:46 UTC 

[PATCH V2 0/5] Ensure sensor drivers set V4L2_CTRL_FLAG_MODIFY_LAYOUT for flips
 2022-12-06  3:42 UTC  (3+ messages)
` [PATCH v2 3/5] media: i2c: imx319: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips

[PATCH bpf v2] riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
 2022-12-06  3:37 UTC  (4+ messages)

linux-next: Tree for Dec 6
 2022-12-06  3:36 UTC 

[igt-dev] [PATCH i-g-t v1 1/1] tests/gem_pxp: Pre-MTL prep: PXP is now global
 2022-12-06  3:36 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,v1,1/1] "

[PATCH v1 00/13] graph enhancement for multi-core dispatch
 2022-12-06  3:35 UTC  (3+ messages)
` [PATCH v1 04/13] graph: add get/set graph worker model APIs
  ` [EXT] "

[syzbot] KASAN: use-after-free Read in xfs_qm_dqfree_one
 2022-12-06  3:34 UTC  (3+ messages)

[PATCH v4] ufs: core: wlun suspend SSU/enter hibern8 fail recovery
 2022-12-06  3:33 UTC  (2+ messages)

[RESEND PATCH V2] common/populate: Ensure that S_IFDIR.FMT_BTREE is in btree format
 2022-12-06  3:32 UTC  (5+ messages)

[PATCH 2/2] riscv: stacktrace: Make walk_stackframe cross pt_regs frame
 2022-12-06  3:30 UTC  (5+ messages)

[f2fs-dev] [PATCH 4/6] f2fs: refactor extent_cache to support for read and more
 2022-12-06  3:28 UTC  (2+ messages)
`  "

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-06  3:28 UTC 

[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
 2022-12-06  3:24 UTC  (3+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors

[PATCH net] bonding: get correct NA dest address
 2022-12-06  3:25 UTC  (2+ messages)

next/pending-fixes build: 207 builds: 2 failed, 205 passed, 6 errors, 40 warnings (v6.1-rc8-110-g01ca8a2349c6)
 2022-12-06  3:25 UTC 

[PATCH 0/3] fix t1509-root-work-tree failure
 2022-12-06  3:23 UTC  (4+ messages)
` [PATCH 3/3] t1509: facilitate repeated script invocations

[PATCH] net: check for dev pointer being NULL in dev_hard_header() to avoid GPF
 2022-12-06  3:21 UTC  (7+ messages)

[PATCH V5 0/4] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2022-12-06  3:17 UTC  (7+ messages)
` [PATCH V5 1/4] i2c: gpio: Add support on ACPI-based system
` [PATCH V5 2/4] dt-bindings: i2c: add Loongson LS2X I2C controller
` [PATCH V5 3/4] i2c: ls2x: Add driver for Loongson-2K/LS7A "
` [PATCH V5 4/4] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH v2 0/4] dt-bindings: add missing subdevices to qcom-pm8xxx schema
 2022-12-06  3:20 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: input: qcom,pm8921-keypad: convert to YAML format

[PATCH v3 net-next 0/8] introduce WED RX support to MT7986 SoC
 2022-12-06  3:18 UTC  (8+ messages)
` [PATCH v3 net-next 2/8] dt-bindings: net: mediatek: add WED RX binding for MT7986 eth driver

[PATCH 0/3] Fix UNMAP notifier for intel-iommu
 2022-12-06  3:18 UTC  (10+ messages)
` [PATCH 3/3] intel-iommu: build iova tree during IOMMU translation

[PATCH linux-next v2] net: record times of netdev_budget exhausted
 2022-12-06  3:18 UTC  (3+ messages)

[PATCH v3 0/12] ext4: Stop using ext4_writepage() for writeout of ordered data
 2022-12-06  3:17 UTC  (3+ messages)
` [PATCH v3 11/12] ext4: Stop providing .writepage hook

Needless logging with QCA WCN6855
 2022-12-06  3:11 UTC 

[PATCH linux-next] power: supply: convert sprintf with sysfs_emit()
 2022-12-06  3:16 UTC 

[PATCH V2] vdpa: allow provisioning device features
 2022-12-06  3:14 UTC  (10+ messages)

[PATCH v2] libata/ahci: Fix PCS quirk application for suspend
 2022-12-06  3:14 UTC  (2+ messages)

[PATCH linux-next v2] power: supply: use sysfs_emit() to instead of scnprintf()
 2022-12-06  3:14 UTC 

[PATCH] dma-mapping: benchmark: Fix compile error in user-space tool
 2022-12-06  3:13 UTC  (2+ messages)

[PATCH] rockchip: Pinebook Pro: Do not initialize i2c before relocation
 2022-12-06  3:11 UTC  (4+ messages)

[PATCH 0/2] riscv: stacktrace: A fixup and an optimization
 2022-12-06  3:10 UTC  (5+ messages)

[jpirko-mlxsw:jiri_devel_devlink_ports_init 8/8] net/core/devlink.c:9856:16: warning: unused variable 'port_index'
 2022-12-06  3:07 UTC 

[PATCH v3] ufs: core: wlun suspend SSU/enter hibern8 fail recovery
 2022-12-06  3:07 UTC  (3+ messages)

[PATCH net] ice: Add check for kzalloc
 2022-12-06  3:08 UTC 

[PATCH v2] virtio: vdpa: new SolidNET DPU driver
 2022-12-06  3:07 UTC  (5+ messages)

[PATCH v4 00/17] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-12-06  3:05 UTC  (3+ messages)
` [PATCH v4 12/17] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive

[PATCH v2] clk: qcom: rpmh: add support for SM6350 rpmh IPA clock
 2022-12-06  3:05 UTC  (3+ messages)

[PATCH v3 net-next 1/4] net/ethtool: add netlink interface for the PLCA RS
 2022-12-06  3:03 UTC  (4+ messages)

[PATCH v4 0/6] Add first version mt8188 vdosys0 driver
 2022-12-06  2:00 UTC  (3+ messages)
` [PATCH v4 1/6] dt-bindings: mediatek: modify VDOSYS0 display device tree Documentations for MT8188

pm/testing build: 8 builds: 0 failed, 8 passed, 5 warnings (v6.1-rc8-130-gd1f5732ae3e3)
 2022-12-06  3:02 UTC 

[PATCH] regulator: core: Use different devices for resource allocation and DT lookup
 2022-12-06  2:59 UTC  (2+ messages)

[PATCH] Input: edt-ft5x06 - always do msleep(300) during initialization
 2022-12-06  3:00 UTC  (4+ messages)

[PATCH] v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
 2022-12-06  3:00 UTC 

[PATCH 010/149] rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEY
 2022-12-06  2:59 UTC  (3+ messages)
` [PATCHv2 "

[linux-next:master 10940/13214] fs/exfat/dir.c:874 exfat_get_dentry_set() warn: missing unwind goto?
 2022-12-06  2:57 UTC 

[PATCH 4.9 00/62] 4.9.335-rc1 review
 2022-12-06  2:51 UTC  (2+ messages)

[PATCH] perf/core: Fix cgroup events tracking
 2022-12-06  2:50 UTC 

[PATCH 4.19 000/105] 4.19.268-rc1 review
 2022-12-06  2:50 UTC  (2+ messages)

[PATCH v3] Input: touchscreen: use sysfs_emit() to instead of scnprintf()
 2022-12-06  2:49 UTC 

[PATCH v3 0/9] intel-m10-bmc: Split BMC to core and SPI parts & add PMCI+N6000 support
 2022-12-06  2:37 UTC  (8+ messages)
` [PATCH v3 7/9] mfd: intel-m10-bmc: Add PMCI driver

stable-rc/queue/4.14 build: 194 builds: 2 failed, 192 passed, 38 warnings (v4.14.300-77-gafde134206bc)
 2022-12-06  2:48 UTC 

[f2fs-dev] [PATCH 6/6] f2fs: add block_age-based extent cache
 2022-12-06  2:47 UTC  (2+ messages)
`  "

[PATCH linux-next] net: record times of netdev_budget exhausted
 2022-12-06  2:47 UTC  (3+ messages)

[PATCH bpf-next v3 00/12] xdp: hints via kfuncs
 2022-12-06  2:45 UTC  (12+ messages)
` [PATCH bpf-next v3 02/12] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v3 03/12] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v3 04/12] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 05/12] veth: Support RX XDP metadata
` [PATCH bpf-next v3 06/12] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v3 07/12] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 08/12] mxl4: Support RX XDP metadata
` [PATCH bpf-next v3 09/12] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v3 10/12] mlx5: Introduce mlx5_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 11/12] mlx5: Support RX XDP metadata
` [PATCH bpf-next v3 12/12] selftests/bpf: Simple program to dump XDP RX metadata


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.