All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-11 07:35:03 to 2022-11-11 08:33:08 UTC [more...]

[PATCH v7 0/3] mm/slub: extend redzone check for kmalloc objects
 2022-11-11  8:29 UTC  (7+ messages)
` [PATCH v7 3/3] mm/slub: extend redzone check to extra allocated kmalloc space than requested

[PATCH] soc: mediatek: Add deprecated compatible to mmsys
 2022-11-11  8:31 UTC  (4+ messages)

[PATCH for-8.0 v2 00/13] target/s390x: Use TCGv_i128
 2022-11-11  8:08 UTC  (13+ messages)
` [PATCH for-8.0 v2 01/13] tests/tcg/s390x: Add div.c
` [PATCH for-8.0 v2 02/13] tests/tcg/s390x: Add clst.c
` [PATCH for-8.0 v2 03/13] tests/tcg/s390x: Add long-double.c
` [PATCH for-8.0 v2 04/13] target/s390x: Use a single return for helper_divs32/u32
` [PATCH for-8.0 v2 05/13] target/s390x: Use a single return for helper_divs64/u64
` [PATCH for-8.0 v2 06/13] target/s390x: Use Int128 for return from CLST
` [PATCH for-8.0 v2 07/13] target/s390x: Use Int128 for return from CKSM
` [PATCH for-8.0 v2 08/13] target/s390x: Use Int128 for return from TRE
` [PATCH for-8.0 v2 10/13] target/s390x: Use Int128 for returning float128
` [PATCH for-8.0 v2 11/13] target/s390x: Use Int128 for passing float128
` [PATCH for-8.0 v2 12/13] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH for-8.0 v2 13/13] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-11  8:27 UTC  (4+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH v2] ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQ
 2022-11-11  8:30 UTC 

[PATCH v2] platform: use fwnode_irq_get_byname instead of of_irq_get_byname to get irq
 2022-11-11  8:30 UTC  (2+ messages)

[PATCH v2] net/ice: fix scalar Rx and Tx path segment
 2022-11-11 16:12 UTC  (9+ messages)
` [PATCH v3 1/2] net/ice: fix scalar Rx "
  ` [PATCH v3 2/2] net/ice: fix scalar Tx "
    ` [PATCH v4 1/2] net/ice: fix scalar Rx "
      ` [PATCH v4 2/2] net/ice: fix scalar Tx "

[PATCH net-next 0/2] dt-bindings: net: qcom,ipa: relax some restrictions
 2022-11-11  8:30 UTC  (5+ messages)
` [PATCH net-next 1/2] dt-bindings: net: qcom,ipa: remove an unnecessary restriction
` [PATCH net-next 2/2] dt-bindings: net: qcom,ipa: restate a requirement

[PATCH v2] soc: mediatek: Add deprecated compatible to mmsys
 2022-11-11  8:29 UTC  (2+ messages)

[PATCH for-8.0 v3 00/45] tcg: Support for Int128 with helpers
 2022-11-11  7:41 UTC  (44+ messages)
` [PATCH for-8.0 v3 01/45] meson: Move CONFIG_TCG_INTERPRETER to config_host
` [PATCH for-8.0 v3 02/45] tcg: Tidy tcg_reg_alloc_op
` [PATCH for-8.0 v3 03/45] tcg: Introduce paired register allocation
` [PATCH for-8.0 v3 04/45] tcg/s390x: Use register pair allocation for div and mulu2
` [PATCH for-8.0 v3 05/45] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
` [PATCH for-8.0 v3 06/45] tcg: Remove TCG_TARGET_STACK_GROWSUP
` [PATCH for-8.0 v3 07/45] accel/tcg: Set cflags_next_tb in cpu_common_initfn
` [PATCH for-8.0 v3 08/45] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PATCH for-8.0 v3 09/45] tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
` [PATCH for-8.0 v3 10/45] tcg: Add temp_subindex to TCGTemp
` [PATCH for-8.0 v3 11/45] tcg: Simplify calls to temp_sync vs mem_coherent
` [PATCH for-8.0 v3 12/45] tcg: Allocate TCGTemp pairs in host memory order
` [PATCH for-8.0 v3 13/45] tcg: Move TCG_TYPE_COUNT outside enum
` [PATCH for-8.0 v3 14/45] tcg: Introduce tcg_type_size
` [PATCH for-8.0 v3 15/45] tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
` [PATCH for-8.0 v3 16/45] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [PATCH for-8.0 v3 17/45] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
` [PATCH for-8.0 v3 19/45] accel/tcg/plugin: Don't search for the function pointer index
` [PATCH for-8.0 v3 20/45] accel/tcg/plugin: Avoid duplicate copy in copy_call
` [PATCH for-8.0 v3 21/45] accel/tcg/plugin: Use copy_op in append_{udata, mem}_cb
` [PATCH for-8.0 v3 22/45] tci: MAX_OPC_PARAM_IARGS is no longer used
` [PATCH for-8.0 v3 23/45] tcg: Vary the allocation size for TCGOp
` [PATCH for-8.0 v3 24/45] tcg: Use output_pref wrapper function
` [PATCH for-8.0 v3 25/45] tcg: Reorg function calls
` [PATCH for-8.0 v3 26/45] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PATCH for-8.0 v3 27/45] tcg/aarch64: Merge tcg_out_callr into tcg_out_call
` [PATCH for-8.0 v3 28/45] tcg: Add TCGHelperInfo argument to tcg_out_call
` [PATCH for-8.0 v3 29/45] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH for-8.0 v3 30/45] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH for-8.0 v3 31/45] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH for-8.0 v3 32/45] tcg: Introduce tcg_out_addi_ptr
` [PATCH for-8.0 v3 33/45] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH for-8.0 v3 34/45] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH for-8.0 v3 35/45] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH for-8.0 v3 36/45] include/qemu/int128: Use Int128 structure for TCI
` [PATCH for-8.0 v3 38/45] tcg/tci: Fix big-endian return register ordering
` [PATCH for-8.0 v3 39/45] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH for-8.0 v3 40/45] tcg: "
` [PATCH for-8.0 v3 41/45] tcg: Add temp allocation for TCGv_i128
` [PATCH for-8.0 v3 42/45] tcg: Add basic data movement "
` [PATCH for-8.0 v3 43/45] tcg: Add guest load/store primitives "
` [PATCH for-8.0 v3 44/45] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH for-8.0 v3 45/45] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32, 64}

[PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
 2022-11-11  8:29 UTC  (4+ messages)

[RFC PATCH 0/3] KVM: arm64: Allow userspace to trap hypercall ranges
 2022-11-11  8:26 UTC  (7+ messages)
` [RFC PATCH 2/3] KVM: arm64: Allow userspace to trap SMCCC sub-ranges

[PATCH 1/3] [RFC] PM: domains: Introduce .power_pre/post_on/off callbacks
 2022-11-11  8:27 UTC  (3+ messages)
` [PATCH 2/3] [RFC] soc: imx: gpcv2: Split clock prepare from clock enable in the domain

[PATCH v8 0/2] mfd: max597x: Add support for max597x
 2022-11-11  8:27 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings: mfd: Add bindings for MAX5970 and MAX5978

[linux-next:master 6603/7443] drivers/block/zram/zram_drv.c:1857:7: warning: variable 'err' is used uninitialized whenever 'if' condition is true
 2022-11-11  8:27 UTC 

[PATCH 1/2] dt-bindings: pinctrl: qcom,msm8660: convert to dtschema
 2022-11-11  8:27 UTC  (2+ messages)
` (subset) "

[PATCH] kobject: hide illegible sysfs warning of kobject_del()
 2022-11-11  8:27 UTC  (3+ messages)

testpmd logging
 2022-11-11  8:26 UTC  (5+ messages)

[PATCH] dt-bindings: arm: sunxi: add Pine64 SoPine Clusterboard
 2022-11-11  8:26 UTC  (2+ messages)

[PATCH for-7.2] Fix several typos in documentation (found by codespell)
 2022-11-11  8:24 UTC  (3+ messages)

[PATCH] mesa: on x64 machines llvm-config --libdir locate libraries
 2022-11-11  8:24 UTC  (3+ messages)
` [OE-core] "

[PATCH] ata: libata-sff: kill unused ata_sff_busy_sleep()
 2022-11-11  8:23 UTC  (2+ messages)

[PATCH v3] greatlakes: dts: Add Facebook greatlakes (AST2600) BMC
 2022-11-11  8:21 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: arm: aspeed: add Facebook Greatlakes board

[oe][meta-networking][PATCH] lldpd: add ptest for lldpd package
 2022-11-11  8:22 UTC 

[PATCH v1 0/3] Enable PMD power management on Arm
 2022-11-11  8:22 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] examples/l3fwd-power: enable PMD power monitor "

[PATCH v1 0/7] Add USB Driver for HPE GXP Architecture
 2022-11-11  8:20 UTC  (8+ messages)
` [PATCH v1 2/7] dt-bindings: usb: hpe,gxp-udc: Add binding for gxp gadget

[PATCH v4 net-next 0/8] introduce WED RX support to MT7986 SoC
 2022-11-11  8:20 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/3] Add hwmon support for dgfx selftests
 2022-11-11  8:19 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 1/3] drm/i915/selftests: Rename librapl library to libpower

[PATCH] ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQ
 2022-11-11  8:18 UTC  (2+ messages)

[PATCH] net/iavf: revert fix VLAN insertion
 2022-11-11  8:18 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v2 0/8] iommu/vt-d: Some cleanups
 2022-11-11  8:16 UTC  (5+ messages)
` [PATCH v2 2/8] iommu/vt-d: Improve iommu_enable_pci_caps()

[PATCH v2] xattr: use rbtree for simple_xattrs
 2022-11-11  8:13 UTC  (4+ messages)

[RFC PATCH] lib: test_bitops: add compile-time optimization/evaluations assertions
 2022-11-11  8:13 UTC 

[PATCH mptcp-next v19 0/9] BPF redundant scheduler, part 1
 2022-11-11  8:12 UTC  (11+ messages)
` [PATCH mptcp-next v19 1/9] mptcp: refactor push_pending logic
` [PATCH mptcp-next v19 2/9] mptcp: drop last_snd and MPTCP_RESET_SCHEDULER
` [PATCH mptcp-next v19 3/9] mptcp: add sched_data_set_contexts helper
` [PATCH mptcp-next v19 4/9] Squash to "mptcp: add struct mptcp_sched_ops"
` [PATCH mptcp-next v19 5/9] Squash to "bpf: Add bpf_mptcp_sched_ops"
` [PATCH mptcp-next v19 6/9] Squash to "bpf: Add bpf_mptcp_sched_kfunc_set"
` [PATCH mptcp-next v19 7/9] Squash to "selftests/bpf: Add bpf_first scheduler"
` [PATCH mptcp-next v19 8/9] Squash to "selftests/bpf: Add bpf_bkup scheduler"
` [PATCH mptcp-next v19 9/9] Squash to "selftests/bpf: Add bpf_rr scheduler"
  ` Squash to "selftests/bpf: Add bpf_rr scheduler": Build Failure

[Patch v3 0/3] Addition of new compatible for Exynos3250
 2022-11-11  8:10 UTC  (9+ messages)
    ` [Patch v3 1/3] media: dt-bindings: s5p-mfc: Add new compatible string for Exynos3250 SoC
    ` [Patch v3 3/3] ARM: dts: exynos: Rename compatible string property from version to SoC specific

[PATCH v2 0/6] mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51
 2022-11-11  8:10 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: mmc: Convert sdhci-fujitsu to JSON schema
` [PATCH v2 2/6] mmc: f-sdh30: Add reset control support
` [PATCH v2 3/6] dt-bindings: sdhci-fujitsu: Add compatible string for F_SDH30_E51
` [PATCH v2 4/6] mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51
` [PATCH v2 5/6] mmc: f-sdh30: Add support for non-removable media
` [PATCH v2 6/6] mmc: f-sdh30: Add quirks for broken timeout clock capability

[PATCH] RDMA/rxe: Replace page_address() with kmap_local_page()
 2022-11-11  8:10 UTC  (3+ messages)

[PATCH v6 00/10] ASID support in vhost-vdpa net
 2022-11-11  8:07 UTC  (19+ messages)
` [PATCH v6 05/10] vdpa: move SVQ vring features check to net/
` [PATCH v6 07/10] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v6 09/10] vdpa: Add listener_shadow_vq to vhost_vdpa
` [PATCH v6 10/10] vdpa: Always start CVQ in SVQ mode

[PATCH] mesa: update llvm-config RPATH
 2022-11-11  8:07 UTC  (2+ messages)
` [OE-core] "

[PATCH] btrfs: raid56: use atomic_dec_and_test() in end io functions
 2022-11-11  8:07 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] runner: Fix a memory leak in stderr_contains_warnings
 2022-11-11  8:05 UTC 

[RFC 2/2] testpmd: cleanup cleanly from signal
 2022-11-11  8:05 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] srcu: Make Tiny SRCU synchronize_srcu() more complete
 2022-11-11  8:04 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:master] BUILD SUCCESS 23569b5652ee8e8e55a12f7835f59af6f3cefc30
 2022-11-11  8:03 UTC 

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 8121c60d61269dc91c5757bd0c4120bdaf00ce73
 2022-11-11  8:03 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 8dab99c9eab3162bfb4326c35579a3388dbf68f2
 2022-11-11  8:03 UTC 

[PATCH 0/3] Add vulkan validation and improvements for headless devices
 2022-11-11  8:03 UTC  (5+ messages)
` [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers
  ` [OE-core] "

[PATCH 00/12] Add support for the Cirrus Logic CS48L32 audio codecs
 2022-11-11  8:00 UTC  (12+ messages)
` [PATCH 09/12] irqchip: cirrus: Add driver for Cirrus Logic CS48L31/32/33 codecs

❌ FAIL: Test report for master (6.1.0-rc4, mainline.kernel.org-clang, 1767a722)
 2022-11-11  8:01 UTC 

[PATCH net-next] MAINTAINERS: Update hinic maintainers from orphan
 2022-11-11  8:00 UTC  (2+ messages)

missing sound on kernel-5.15
 2022-11-11  7:58 UTC  (26+ messages)

[PATCH V2 0/2] mmc: block: Support Host to control FUA
 2022-11-11  7:58 UTC  (3+ messages)

[PATCH v2] dt-bindings: Convert active-semi PMIC docs to YAML schemas
 2022-11-11  7:58 UTC  (4+ messages)

[PATCH v2 00/18] tests: introduce testing coverage for TLS with migration
 2022-11-11  7:56 UTC  (3+ messages)
` [PATCH v2 13/18] tests: add migration tests of TLS with x509 credentials

[PATCH] fat (exportfs): Fix some kernel-doc warnings
 2022-11-11  7:56 UTC 

[PATCH 1/4] dt-bindings: arm: qcom: Add Xperia 5 IV (PDX224)
 2022-11-11  7:57 UTC  (4+ messages)
` [PATCH 3/4] arm64: dts: qcom: sm8450: Add Xperia 5 IV support

[PATCH v6 00/11] xen/arm: Add Armv8-R64 MPU support to Xen - Part#1
 2022-11-11  7:56 UTC  (6+ messages)
` [PATCH v6 07/11] xen/arm: implement FIXMAP_ADDR for MPU systems

[PATCH v2 0/3] fsnotify: fix softlockups iterating over d_subdirs
 2022-11-11  7:56 UTC  (7+ messages)
` [PATCH v3 "

[PATCH v9 00/12] dt-bindings: display/msm: rework MDSS and DPU bindings
 2022-11-11  7:56 UTC  (6+ messages)
` [PATCH v9 05/12] dt-bindings: display/msm: move common MDSS properties to mdss-common.yaml

[PATCH v2 0/6] can: mcan: Add MCAN support for FSD SoC
 2022-11-11  7:54 UTC  (8+ messages)
  ` [PATCH v2 1/6] dt-bindings: Document the SYSREG specific compatibles found on "

kasan-for-arm32
 2022-11-11  7:53 UTC  (5+ messages)
  ` [External] kasan-for-arm32

[PATCH] wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads
 2022-11-11  7:53 UTC 

[PATCH v2 00/19] At present there is no Windows support for 9p file system
 2022-11-11  7:48 UTC  (3+ messages)
` [PATCH v2 18/19] tests/qtest: virtio-9p-test: Adapt the case for win32

[PATCH] efi: Override runtime supported mask from a EFI variable if present
 2022-11-11  7:51 UTC  (4+ messages)

[PATCH v6 1/2] dt-bindings: PCI: xilinx-pcie: Convert to YAML schemas of Xilinx AXI PCIe Root Port Bridge
 2022-11-11  7:52 UTC  (3+ messages)
` [PATCH v6 2/2] dt-bindings: PCI: xilinx-nwl: Convert to YAML schemas of Xilinx NWL "

failing postinstall scriptlet
 2022-11-11  7:52 UTC  (2+ messages)
` [yocto] "

[PATCH v2 1/2] RDMA/rxe: Remove struct rxe_phys_buf
 2022-11-11  7:51 UTC  (2+ messages)
` [PATCH v2 2/2] RDMA/rxe: Replace page_address() with kmap_local_page()

[PATCH 0/2] Add support for Unisoc UFS host controller
 2022-11-11  7:48 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: ufs: Add document "

[PATCH] srcu: Release early_srcu resources when no longer in use
 2022-11-11  7:46 UTC  (2+ messages)

[PATCH -next] scsi: lpfc: Use memset_startat() helper
 2022-11-11  7:43 UTC 

[PATCH for-4.17 v2] hvm/apic: repurpose the reporting of the APIC assist options
 2022-11-11  7:45 UTC  (3+ messages)

[PATCH] rcu: Dump memory object info if callback is invalid
 2022-11-11  7:45 UTC  (2+ messages)

[PATCH] scsi: efct: Fix possible memleak in efct_device_init()
 2022-11-11  7:40 UTC 

[PATCH] libdecnumber/dpd/decimal64: Fix compiler warning from Clang 15
 2022-11-11  7:43 UTC  (3+ messages)

[PATCH v2] binfmt_elf: Allow .bss in any interp PT_LOAD
 2022-11-11  7:42 UTC  (2+ messages)

[PATCH] nbio_v7_4: Add pointer check
 2022-11-11  7:41 UTC 

[PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
 2022-11-11  8:07 UTC 

[PATCH v2] drm/mediatek: make eDP panel as the first connected connector
 2022-11-11  7:40 UTC  (3+ messages)

[dm-devel] [PATCHv2 0/5] fix direct io device mapper errors
 2022-11-10 18:45 UTC  (6+ messages)
` [dm-devel] [PATCHv2 1/5] block: make dma_alignment a stacking queue_limit
` [dm-devel] [PATCHv2 2/5] dm-crypt: provide dma_alignment limit in io_hints
` [dm-devel] [PATCHv2 3/5] block: make blk_set_default_limits() private
` [dm-devel] [PATCHv2 4/5] dm-integrity: set dma_alignment limit in io_hints
` [dm-devel] [PATCHv2 5/5] dm-log-writes: "

[dm-devel] [PATCH 0/3] fix direct io errors on dm-crypt
 2022-11-10 18:45 UTC  (3+ messages)

[PATCH 4.4.y-st] gitlab-ci: Add configuration for CIP's GitLab CI pipelines
 2022-11-11  7:38 UTC  (2+ messages)

[PATCH] wifi: mt76: connac: update nss calculation in txs
 2022-11-11  7:36 UTC 

[f2fs-dev] [Bug 216050] New: fsfs_gc occupies 100% cpu
 2022-11-11  7:35 UTC  (2+ messages)
` [f2fs-dev] [Bug 216050] f2fs_gc "

[PATCH 0/3] chainlint: emit line numbers alongside test definitions
 2022-11-11  7:34 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] chainlint: sidestep impoverished macOS "terminfo"
  ` [PATCH v2 2/3] chainlint: latch line numbers at which each token starts and ends
  ` [PATCH v2 3/3] chainlint: prefix annotated test definition with line numbers


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.