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

[PATCH for-8.0 v2 00/13] target/s390x: Use TCGv_i128
 2022-11-11  8:08 UTC  (3+ messages)
` [PATCH for-8.0 v2 01/13] tests/tcg/s390x: Add div.c
` [PATCH for-8.0 v2 04/13] target/s390x: Use a single return for helper_divs32/u32

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

[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 for-8.0 v3 00/45] tcg: Support for Int128 with helpers
 2022-11-11  7:41 UTC  (36+ 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 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 14/45] tcg: Introduce tcg_type_size
` [PATCH for-8.0 v3 15/45] tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
` [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 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 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 44/45] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128

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

[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] ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQ
 2022-11-10 18:50 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

RTT-PROBE: lore-subspace-rtt
 2022-11-11  8:10 UTC 

[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  (23+ messages)
` [PATCH v6 01/10] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [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)

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

[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 

RTT-PROBE: lore-subspace-rtt
 2022-11-11  8:00 UTC 

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

[PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
 2022-11-11  7:59 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()

RTT-PROBE: lore-subspace-rtt
 2022-11-11  7:50 UTC 

[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 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)

RTT-PROBE: lore-subspace-rtt
 2022-11-11  7:40 UTC 

[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: "

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

[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

[Buildroot] [autobuild.buildroot.net] Daily results for 2022-11-10
 2022-11-11  7:34 UTC 

Best way to share maps between multiple files/objects?
 2022-11-11  7:34 UTC  (2+ messages)

[PATCH] mesa: update llvm-config RPATH
 2022-11-11  7:32 UTC 

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc ltp-timers: 6 runs, 6 regressions (v4.19.264-cip84-50-g1e56b70eaf66)
 2022-11-11  7:33 UTC 

[PATCH v2] migration: check magic value for deciding the mapping of channels
 2022-11-11  7:31 UTC  (4+ messages)

[PATCH 0/5 v3] seccomp: add the synchronous mode for seccomp_unotify
 2022-11-11  7:31 UTC  (6+ messages)
` [PATCH 1/5] seccomp: don't use semaphore and wait_queue together
` [PATCH 2/5] sched: add WF_CURRENT_CPU and externise ttwu
` [PATCH 3/5] sched: add a few helpers to wake up tasks on the current cpu
` [PATCH 4/5] seccomp: add the synchronous mode for seccomp_unotify
` [PATCH 5/5] selftest/seccomp: add a new test for the sync mode of seccomp_user_notify

[PATCH] drm/amdgpu: Remove programming GCMC_VM_FB_LOCATION* on gfxhub_v3_0_3 in VF
 2022-11-11  7:30 UTC 

[PATCH 0/3] Improve AST26x0 DDR4 timing and signal quality
 2022-11-11  7:30 UTC  (4+ messages)
` [PATCH 1/3] ram: ast2600: Fix incorrect statement of the register polling
` [PATCH 2/3] ram: ast2600: Improve ddr4 timing and signal quality
` [PATCH 3/3] ram: ast2600: Align the RL and WL setting

RTT-PROBE: lore-subspace-rtt
 2022-11-11  7:30 UTC 

[PATCH bpf v2] selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
 2022-11-11  7:29 UTC  (2+ messages)

[PATCH] perf: remove unneeded assignment in find_get_context()
 2022-11-11  7:26 UTC 

[PATCH v1 0/3] Enable PMD power management on Arm
 2022-11-11  7:26 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] eal: add 8 bits case for wait scheme
  ` [PATCH v3 2/3] eal: add power mgmt support on Arm
  ` [PATCH v3 3/3] examples/l3fwd-power: enable PMD power monitor "

[OE-core][dunfell][PATCH v2] qemu: fix CVE-2021-3638 ati-vga: inconsistent check in ati_2d_blt() may lead to out-of-bounds write
 2022-11-11  7:25 UTC 

[PATCH RFC 0/3] pinctrl: add ACPI support to pin controller
 2022-11-11  7:23 UTC  (8+ messages)
` [PATCH RFC 2/3] pinconf-generic: add pull up and pull down config with resistance

RTT-PROBE: lore-subspace-rtt
 2022-11-11  7:20 UTC 

[PATCH] clkdev: Supply __printf(x, y) formatting
 2022-11-11  7:18 UTC  (2+ messages)

[PATCH] vdpa: allow provisioning device features
 2022-11-11  7:17 UTC  (4+ messages)

[PATCH v3] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
 2022-11-11  7:17 UTC  (3+ messages)

[tip:x86/splitlock] BUILD SUCCESS 727209376f4998bc84db1d5d8af15afea846a92b
 2022-11-11  7:14 UTC 

[PATCH] amdgpu_dm_2027: Add pointer check
 2022-11-11  7:14 UTC 

[PATCH v1] ALSA: hda/hdmi: Add a HP device to force connect list
 2022-11-10 23:49 UTC 

[PATCH 12/12] ASoC: cs48l32: Add codec driver for Cirrus Logic CS48L31/32/33
 2022-11-10 20:20 UTC  (2+ messages)

[PATCH] ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
 2022-11-10 19:06 UTC 

[PATCH 00/14] whitespace around keywords
 2022-11-11  7:12 UTC  (8+ messages)
` [PATCH v3 00/14] whitespace after keywords
  ` [PATCH v3 05/14] testpmd: fix whitespace
  ` [PATCH v3 13/14] net/i40e: "

[PATCH] arm64: dts: imx8m{m,n}-venice-gw7902: add gpio pins for new board revision
 2022-11-11  7:10 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-11-11  7:10 UTC 

[PATCH v3 0/2] hw/nvme: errp fixes
 2022-11-11  7:09 UTC  (6+ messages)
` [PATCH v3 1/2] hw/nvme: fix incorrect use of errp/local_err

[peterz-queue:sched/wip] [sched/fair] 892cf58709: RIP:task_h_load
 2022-11-11  7:08 UTC 

[PATCH net 0/4] octeon_ep: fix several bugs in exception paths
 2022-11-11  7:09 UTC  (5+ messages)
` [PATCH net 1/4] octeon_ep: delete unnecessary napi rollback under set_queues_err in octep_open()
` [PATCH net 2/4] octeon_ep: ensure octep_get_link_status() successfully before octep_link_up()
` [PATCH net 3/4] octeon_ep: fix potential memory leak in octep_device_setup()
` [PATCH net 4/4] octeon_ep: ensure get mac address successfully before eth_hw_addr_set()

[PATCH] ARM: imx3: Remove unneeded #include <linux/pinctrl/machine.h>
 2022-11-11  7:08 UTC  (2+ messages)

Coverity report for EFI subsystem
 2022-11-11  7:08 UTC 

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-11  7:08 UTC  (3+ messages)

[for-next PATCH v5 00/11] RDMA/rxe: Add RDMA FLUSH operation
 2022-11-11  7:08 UTC  (9+ messages)


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.