All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-10 16:21:08 to 2021-12-10 16:58:38 UTC [more...]

[PATCH 0/3] fix MPRQ prepare
 2021-12-10 16:58 UTC  (8+ messages)
` [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

[kvm-unit-tests PATCH 0/3] arm64: debug: add migration tests for debug state
 2021-12-10 16:58 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/3] arm64: debug: add a migration test for breakpoint state
` [kvm-unit-tests PATCH 2/3] arm64: debug: add a migration test for watchpoint state
` [kvm-unit-tests PATCH 3/3] arm64: debug: add a migration test for single-step state

stable-rc/linux-4.14.y baseline: 148 runs, 1 regressions (v4.14.257)
 2021-12-10 16:57 UTC 

[PATCH] bridge: extend BR_ISOLATE to full split-horizon
 2021-12-10 16:57 UTC  (8+ messages)

[PATCH v3 0/3] arm64: Add two HWCAPs for Arm v8.7 FP behaviour
 2021-12-10 16:54 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: cpufeature: add HWCAP for FEAT_AFP
` [PATCH v3 2/3] arm64: add ID_AA64ISAR2_EL1 sys register
` [PATCH v3 3/3] arm64: cpufeature: add HWCAP for FEAT_RPRES

[RFC PATCH 0/2] Landlock network PoC implementation
 2021-12-10 16:57 UTC  (2+ messages)

[PATCH v2] soc/tegra: fuse: Fix bitwise vs. logical OR warning
 2021-12-10 16:55 UTC 

[PATCH] platform/x86: amd-pmc: only use callbacks for suspend
 2021-12-10 16:57 UTC  (2+ messages)

[PATCH 0/1] nvme: Add verbose error logging
 2021-12-10 16:56 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] perf cs-etm: Remove duplicate and incorrect aux size checks
 2021-12-10 16:54 UTC  (7+ messages)

[bug report] drm/msm: basic KMS driver for snapdragon
 2021-12-10 16:56 UTC  (3+ messages)

[RFC][PATCH v6 0/5] trace: Introduce objtrace trigger to trace the kernel object
 2021-12-10 16:55 UTC  (2+ messages)

[chrome-os:chromeos-5.10 94/100] drivers/iommu/mtk_iommu.c:865 mtk_iommu_mm_dts_parse() error: uninitialized symbol 'larbnode'
 2021-12-10 16:55 UTC  (2+ messages)
` [kbuild] "

[PATCH v2 0/6] Support Spi in i2c-multi-instantiate driver
 2021-12-10 16:54 UTC  (2+ messages)

[PATCH v2 0/9] refcount: Improve code-gen
 2021-12-10 16:53 UTC  (11+ messages)
` [PATCH v2 1/9] atomic: Prepare scripts for macro ops
` [PATCH v2 2/9] atomic: Add xchg.tbl
` [PATCH v2 3/9] atomic: Introduce atomic_{inc,dec,dec_and_test}_overflow()
` [PATCH v2 4/9] refcount: Use atomic_*_overflow()
` [PATCH v2 5/9] atomic,x86: Implement atomic_dec_and_test_overflow()
` [PATCH v2 6/9] refcount: Fix refcount_dec_not_one()
` [PATCH v2 7/9] refcount: Prepare for atomic_*_overflow() offsets
` [PATCH v2 8/9] atomic,x86: Alternative atomic_*_overflow() scheme
` [PATCH v2 9/9] refcount: Optimize __refcount_add_not_zero(.i=1)

[PATCH] drm/dp: Actually read Adjust Request Post Cursor2 register
 2021-12-10 16:53 UTC  (8+ messages)

[PATCH v11 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-10 16:53 UTC  (4+ messages)
` [PATCH v11 3/8] dt-bindings: display: Add ingenic, jz4780-dw-hdmi DT Schema
  ` [PATCH v11 3/8] dt-bindings: display: Add ingenic,jz4780-dw-hdmi "

[PATCH net-next] net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT
 2021-12-10 16:52 UTC  (4+ messages)

[syzbot] KMSAN: uninit-value in fib_get_nhs
 2021-12-10 16:52 UTC  (2+ messages)

[net v5 0/3] fix bpf_redirect to ifb netdev
 2021-12-10 16:52 UTC  (4+ messages)
` [net v5 2/3] net: sched: add check tc_skip_classify in sch egress

[PATCH net] mptcp: fix NULL ptr dereference in inet_csk_accept()
 2021-12-10 16:51 UTC 

[hare-scsi-devel:auth-dh 24/24] drivers/nvme/host/auth.c:11:10: fatal error: crypto/ffdhe.h: No such file or directory
 2021-12-10 16:51 UTC  (2+ messages)

[GIT PULL] timer drivers fixes for v5.16-rc5
 2021-12-10 16:51 UTC 

[RFC PATCH 00/12] QOM/QAPI integration part 1
 2021-12-10 16:50 UTC  (4+ messages)
` [RFC PATCH 10/12] qapi: Generate QOM config marshalling code

[PATCH v17 0/7] usb: misc: Add onboard_usb_hub driver
 2021-12-10 16:51 UTC  (5+ messages)
` [PATCH v17 1/7] "

[RFC PATCH 00/10] KVM: selftests: Add support for test-selectable ucall implementations
 2021-12-10 16:46 UTC  (11+ messages)
` [PATCH RFC 01/10] kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h
` [PATCH RFC 02/10] kvm: selftests: move ucall declarations into ucall_common.h
` [PATCH RFC 03/10] kvm: selftests: introduce ucall_ops for test/arch-specific ucall implementations
` [PATCH RFC 04/10] kvm: arm64: selftests: use ucall_ops to define default ucall implementation
` [PATCH RFC 05/10] kvm: s390: "
` [PATCH RFC 06/10] kvm: selftests: add ucall interfaces based around shared memory
` [PATCH RFC 07/10] kvm: selftests: add ucall_shared ops for PIO
` [PATCH RFC 08/10] kvm: selftests: introduce ucall implementation based on halt instructions
` [PATCH RFC 09/10] kvm: selftests: add GUEST_SHARED_* macros for shared ucall implementations
` [PATCH RFC 10/10] kvm: selftests: add ucall_test to test various ucall functionality

[PATCH v12, 00/19] Support multi hardware decode using of_platform_populate
 2021-12-10 16:49 UTC  (6+ messages)
` [PATCH v12, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192

+ mm-damon-dbgfs-support-all-damos-stats.patch added to -mm tree
 2021-12-10 16:50 UTC 

+ docs-admin-guide-mm-damon-usage-update-for-schemes-statistics.patch added to -mm tree
 2021-12-10 16:50 UTC 

+ docs-admin-guide-mm-damon-reclaim-document-statistics-parameters.patch added to -mm tree
 2021-12-10 16:50 UTC 

+ mm-damon-reclaim-provide-reclamation-statistics.patch added to -mm tree
 2021-12-10 16:50 UTC 

+ mm-damon-schemes-account-how-many-times-quota-limit-has-exceeded.patch added to -mm tree
 2021-12-10 16:50 UTC 

+ mm-damon-schemes-account-scheme-actions-that-successfully-applied.patch added to -mm tree
 2021-12-10 16:50 UTC 

[RFC] perf record: Disable debuginfod by default
 2021-12-10 16:50 UTC  (4+ messages)

[PATCH] drm/amdkfd: explicitly create/destroy queue attributes under /sys
 2021-12-10 16:49 UTC  (6+ messages)

[RFC PATCH 01/10] libtool: don't prefix the installed binary
 2021-12-10 16:49 UTC  (4+ messages)
` [RFC PATCH 08/10] qemu: remove obsolete support for renamed libtool
  ` [OE-core] "

[PATCH v2] hw/net: npcm7xx_emc fix missing queue_flush
 2021-12-10 16:47 UTC  (2+ messages)

[PATCH 0/2] This patches provide ASoc codec support for ES8156
 2021-12-10 16:47 UTC  (10+ messages)
` [PATCH 1/2] ASoC: add ES8156 codec driver
` [PATCH 2/2] ASoC: convert Everest ES8156 binding to yaml

[PATCH] dpp-util: check return of l_ecc_scalar_get_data
 2021-12-10 16:48 UTC 

[RFC PATCH v5 0/2] Introduce XSAVE feature self-test
 2021-12-10 16:48 UTC  (5+ messages)
` [RFC PATCH v5 1/2] selftests/x86: add xsave test during and after signal handling

[PATCH v2 0/6] memory: tegra: Add Tegra234 support
 2021-12-10 16:47 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: memory: tegra: Document #interconnect-cells property
` [PATCH v2 2/6] dt-bindings: memory: tegra: Add Tegra234 support
` [PATCH v2 3/6] "
` [PATCH v2 4/6] arm64: tegra: Add EMC general interrupt on Tegra194
` [PATCH v2 5/6] arm64: tegra: Add memory controller on Tegra234
` [PATCH v2 6/6] arm64: tegra: Hook up MMC and BPMP to memory controller

[PATCH 00/65] x86: Support for CET Indirect Branch Tracking
 2021-12-10 16:47 UTC  (5+ messages)
` [PATCH 63/65] x86/setup: Rework MSR_S_CET handling for CET-IBT

[PATCH V4 01/17] drm/amd/pm: do not expose implementation details to other blocks out of power
 2021-12-10 16:46 UTC  (6+ messages)
` [PATCH V4 02/17] drm/amd/pm: do not expose power implementation details to amdgpu_pm.c

FAILED: patch "[PATCH] net: mvpp2: fix XDP rx queues registering" failed to apply to 5.10-stable tree
 2021-12-10 16:45 UTC 

[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
 2021-12-10 16:43 UTC  (9+ messages)
` [PATCH v17 08/10] of: fdt: Aggregate the processing of "linux,usable-memory-range"
` [PATCH v17 09/10] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"

[PATCH v14 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-12-10 16:44 UTC  (3+ messages)
` [PATCH v14 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma

[GIT PULL] PCI fixes for v5.16
 2021-12-10 16:44 UTC 

[PATCH net] net/sched: sch_ets: don't remove idle classes from the round-robin list
 2021-12-10 16:42 UTC 

[PATCH 1/2] drm/panel: panel-simple: add bus_format and connector_type to cdtech_s043wq26h_ct7 panel
 2021-12-10 16:36 UTC  (4+ messages)
` [PATCH 2/2] drm/panel: panel-simple: add bus_format and connector_type to cdtech_s070wv95_ct16 panel

[PATCH] dpp-util: check return of l_ecc_scalar_get_data
 2021-12-10 16:43 UTC 

Please, paint new branch errors in RED (or any visible color)
 2021-12-10 16:42 UTC  (3+ messages)

[PATCH v5 00/24] NVIDIA Tegra ARM32 device-tree patches for 5.17 (new devices and more)
 2021-12-10 16:42 UTC  (7+ messages)
` [PATCH v5 03/24] ARM: tegra: Add labels to tegra30.dtsi
` [PATCH v5 05/24] ARM: tegra: Add device-tree for ASUS Transformer EeePad TF101

[PATCH V4 6/6] dt-bindings: xen: Clarify "reg" purpose
 2021-12-10 16:41 UTC  (3+ messages)

[PATCH v2] libxc: avoid clobbering errno in xc_domain_pod_target()
 2021-12-10 16:41 UTC  (5+ messages)

[Intel-gfx] [PATCH v2 0/7] drm/i915: include reductions
 2021-12-10 16:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: include reductions (rev2)

[PATCH v5 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-10 16:40 UTC  (16+ messages)
` [PATCH v5 15/16] ima: Move dentries into ima_namespace

[PATCH v2] MIPS: Makefile: Remove "ifdef need-compiler" for Kbuild.platforms
 2021-12-10 16:39 UTC  (3+ messages)

[PATCH] drm/i915/selftests: Fix inconsistent object in IS_ERR and PTR_ERR
 2021-12-10 16:40 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-12-10 16:39 UTC  (6+ messages)
` [PATCH v2 03/11] mm/gup: migrate PIN_LONGTERM dev coherent pages to system

[PATCH] spi: Fix incorrect cs_setup delay handling
 2021-12-10 16:39 UTC  (4+ messages)

FAILED: patch "[PATCH] netfilter: conntrack: annotate data-races around ct->timeout" failed to apply to 5.4-stable tree
 2021-12-10 16:38 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2021-12-10 16:38 UTC 

FAILED: patch "[PATCH] netfilter: nft_exthdr: break evaluation if setting TCP option" failed to apply to 5.10-stable tree
 2021-12-10 16:38 UTC 

FAILED: patch "[PATCH] netfilter: nft_exthdr: break evaluation if setting TCP option" failed to apply to 5.4-stable tree
 2021-12-10 16:38 UTC 

[PATCH v1 1/2] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
 2021-12-10 16:38 UTC  (4+ messages)

FAILED: patch "[PATCH] netfilter: nft_exthdr: break evaluation if setting TCP option" failed to apply to 4.19-stable tree
 2021-12-10 16:38 UTC 

FAILED: patch "[PATCH] netfilter: nft_exthdr: break evaluation if setting TCP option" failed to apply to 4.14-stable tree
 2021-12-10 16:38 UTC 

[PATCH v3 1/4] iio: add filter subfolder
 2021-12-10 16:38 UTC  (3+ messages)
` [PATCH v3 3/4] dt-bindings:iio:filter: add admv8818 doc

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-10 16:37 UTC  (3+ messages)
` [PATCH v2 31/33] mm/sl*b: Differentiate struct slab fields by sl*b implementations

[PATCH net-next 0/2] net: ipa: fix SDX55 interconnects
 2021-12-10 16:37 UTC  (3+ messages)
` [PATCH net-next 1/2] ARM: dts: qcom: sdx55: fix IPA interconnect definitions
` [PATCH net-next 2/2] net: ipa: fix IPA v4.5 interconnect data

[PATCH-next v2] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
 2021-12-10 16:37 UTC  (7+ messages)

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2021-12-10 16:36 UTC  (7+ messages)
` [PATCH v6 1/6] KVM: Warn if mark_page_dirty() is called without an active vCPU
` [PATCH v6 2/6] KVM: Reinstate gfn_to_pfn_cache with invalidation support
` [PATCH v6 3/6] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
` [PATCH v6 4/6] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
` [PATCH v6 5/6] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty
` [PATCH v6 6/6] KVM: x86: First attempt at converting nested virtual APIC page to gpc

DPDK Release Status Meeting 2021-12-09
 2021-12-10 16:35 UTC 

+ kcov-fix-generic-kconfig-dependencies-if-arch_wants_no_instr.patch added to -mm tree
 2021-12-10 16:35 UTC 

[PATCH v1 1/2] HID: usbhid: enable remote wakeup function for usbhid device
 2021-12-10 16:35 UTC  (5+ messages)
` [PATCH v1 2/2] usb: core: enable remote wakeup function for usb controller

[PATCH v2 2/3] sched/fair: prevent cpu burst too many periods
 2021-12-10 16:34 UTC  (2+ messages)

stable-rc/linux-4.19.y baseline: 143 runs, 2 regressions (v4.19.220)
 2021-12-10 16:33 UTC 

[PATCH][RFC 1/2] Implement Ziegler-Nichols Heuristic
 2021-12-10 16:31 UTC  (2+ messages)
` [PATCH][RFC 2/2] Remove sysfs entry

[PATCH net-next 0/2] net: stmmac: add EthType Rx Frame steering
 2021-12-10 16:30 UTC  (4+ messages)
` [PATCH net-next 1/2] net: stmmac: fix tc flower deletion for VLAN priority Rx steering

[PATCH v2 0/5] Sparse index: fetch, pull, ls-files
 2021-12-10 16:16 UTC  (3+ messages)
` [PATCH v3 "

sound/firewire/amdtp-stream.c:799:13: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2021-12-10 16:31 UTC 

[PATCH 00/19] AMX Support in KVM
 2021-12-10 16:30 UTC  (8+ messages)
` [PATCH 15/19] kvm: x86: Save and restore guest XFD_ERR properly
` [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl
` [PATCH 18/19] kvm: x86: AMX XCR0 support for guest

[PATCH] PM: runtime: Add safety net to supplier device release
 2021-12-10 16:30 UTC  (2+ messages)

[ovmf test] 167345: regressions - FAIL
 2021-12-10 16:30 UTC 

[PATCH v1 1/3] platform/x86: asus-wmi: Join string literals back
 2021-12-10 16:30 UTC  (3+ messages)
` [PATCH v1 2/3] platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basis
` [PATCH v1 3/3] platform/x86: asus-wmi: Reshuffle headers for better maintenance

[PATCH 0/3] firmware: qcom: scm: Add IOMMU pool size and
 2021-12-10 16:28 UTC  (5+ messages)
` [PATCH 2/3] firmware: qcom: scm: Add function to set the maximum IOMMU pool size

[PATCH] Kconfig.debug: Make DEBUG_INFO selectable from a choice
 2021-12-10 16:28 UTC  (2+ messages)

[groeck-staging:watchdog-next 12/32] drivers/watchdog/s3c2410_wdt.c:663 s3c2410wdt_probe() warn: passing zero to 'PTR_ERR'
 2021-12-10 16:28 UTC  (3+ messages)

[PATCH v4 00/12] External ECC engines & Macronix support
 2021-12-10 16:27 UTC  (4+ messages)
` [PATCH v4 05/12] spi: spi-mem: Export the spi_mem_generic_supports_op() helper

[PATCH] usb: hub: Resume hubs to find newly connected device
 2021-12-10 16:27 UTC  (6+ messages)

[PATCH 0/3] iotests: multiprocessing!!
 2021-12-10 16:26 UTC  (5+ messages)
` [PATCH 3/3] iotests: check: multiprocessing support

[PATCH v7 0/3] force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2021-12-10 16:24 UTC  (8+ messages)
` [PATCH v7 1/3] drm/dsi: transer dsi hs packet aligned

[PATCH 1/2] drm/amd: add some extra checks that is_dig_enabled is defined
 2021-12-10 16:24 UTC  (7+ messages)
` [PATCH 2/2] drm/amd: move variable to local scope

[PATCH 0/7] perf intel-pt: Fixes
 2021-12-10 16:23 UTC  (8+ messages)
` [PATCH 1/7] perf intel-pt: Fix some PGE usage
` [PATCH 2/7] perf intel-pt: Fix sync state
` [PATCH 3/7] perf intel-pt: Fix intel_pt_fup_event() assumptions
` [PATCH 4/7] perf intel-pt: Fix overflow state
` [PATCH 5/7] perf intel-pt: Fix next 'err' value, walking trace
` [PATCH 6/7] perf intel-pt: Fix missing 'instruction' events with 'q' option
` [PATCH 7/7] perf intel-pt: Fix error timestamp

[igt-dev] [PATCH v4 0/2] tests/amdgpu: Introduce DSC tests
 2021-12-10 16:22 UTC  (7+ messages)
` [igt-dev] [PATCH v4 1/2] lib/kms: Add DSC_SLICE_HEIGHT to CRTC property

[PATCH 0/4] target/ppc: Fix VSX instructions register access
 2021-12-10 16:19 UTC  (3+ messages)
` [PATCH 4/4] target/ppc: move xscvqpdp to decodetree

[PATCH v1 0/4] Support register names from all architectures
 2021-12-10 16:19 UTC  (6+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers

[PATCHv4 0/5] HID: initial USI support patches
 2021-12-10 16:21 UTC  (3+ messages)
` [PATCHv4 2/5] HID: hid-input: Add suffix also for HID_DG_PEN

[PATCH net v2] tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH
 2021-12-10 16:21 UTC  (3+ messages)

[RFC] bus: mhi: core: Load firmware asynchronous
 2021-12-10 16:16 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.