All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-30 21:14:37 to 2023-01-30 21:54:09 UTC [more...]

[PATCH v6 00/36] tcg: Support for Int128 with helpers
 2023-01-30 21:48 UTC  (37+ messages)
` [PATCH v6 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH v6 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH v6 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v6 04/36] tcg: Introduce tcg_out_addi_ptr
` [PATCH v6 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v6 06/36] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH v6 07/36] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH v6 08/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v6 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v6 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v6 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v6 12/36] tcg: "
` [PATCH v6 13/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v6 14/36] tcg: Add basic data movement "
` [PATCH v6 15/36] tcg: Add guest load/store primitives "
` [PATCH v6 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v6 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v6 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
` [PATCH v6 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
` [PATCH v6 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
` [PATCH v6 21/36] tests/tcg/s390x: Add div.c
` [PATCH v6 22/36] tests/tcg/s390x: Add clst.c
` [PATCH v6 23/36] tests/tcg/s390x: Add long-double.c
` [PATCH v6 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v6 25/36] target/s390x: Use a single return for helper_divs64/u64
` [PATCH v6 26/36] target/s390x: Use Int128 for return from CLST
` [PATCH v6 27/36] target/s390x: Use Int128 for return from CKSM
` [PATCH v6 28/36] target/s390x: Use Int128 for return from TRE
` [PATCH v6 29/36] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH v6 30/36] target/s390x: Use Int128 for returning float128
` [PATCH v6 31/36] target/s390x: Use Int128 for passing float128
` [PATCH v6 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v6 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
` [PATCH v6 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
` [PATCH v6 35/36] target/i386: Inline cmpxchg8b
` [PATCH v6 36/36] target/i386: Inline cmpxchg16b

[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
 2023-01-30 21:52 UTC  (8+ messages)
` [RFC PATCH v2 08/22] ASoC: dt-bindings: Add USB_RX port

[GIT PULL] iov_iter: Improve page extraction (pin or just list)
 2023-01-30 21:52 UTC  (3+ messages)

[PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
 2023-01-30 21:52 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-30 21:53 UTC 

[PATCH net-next v2 0/3] net: introduce rps_default_mask
 2023-01-30 21:52 UTC  (8+ messages)

[PATCH v2 00/27] drm/msm/dpu: wide planes support
 2023-01-30 21:51 UTC  (4+ messages)
` [PATCH v2 06/27] drm/msm/dpu: move pipe_hw to dpu_plane_state

[PATCH bpf-next] selftests/bpf: Try to address xdp_metadata crashes
 2023-01-30 21:51 UTC 

[Buildroot] [PATCH] package/sdl2: bump version to 2.26.0
 2023-01-30 21:51 UTC  (2+ messages)

[PATCH] drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
 2023-01-30 21:51 UTC  (2+ messages)

U-Boot support for M68K removal
 2023-01-30 21:50 UTC  (10+ messages)

[Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0
 2023-01-30 21:49 UTC  (8+ messages)
` [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1
` [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0

[Buildroot] [PATCH 1/1] Added beaglebone-green-wireless device tree to beaglebone_defconfig and genimage.cfg
 2023-01-30 21:49 UTC  (2+ messages)

[PATCH v3 0/4] RISC-V Hibernation Support
 2023-01-30 21:49 UTC  (4+ messages)
` [PATCH v3 2/4] RISC-V: Factor out common code of __cpu_resume_enter()

[PATCH] arm: kirkwood: Add nas440 board, Marvell 88SE6121 AHCI
 2023-01-30 21:49 UTC  (7+ messages)

[PATCH] Add more rules to docs/misra/rules.rst
 2023-01-30 21:48 UTC  (10+ messages)

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-01-30 21:46 UTC  (19+ messages)
` [PATCH v9 10/27] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v9 12/27] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v9 13/27] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v9 14/27] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot

[PATCH v3 0/8] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-01-30 21:46 UTC  (14+ messages)
` [PATCH v3 1/8] ACPI: property: Parse data node string references in properties
` [PATCH v3 2/8] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v3 4/8] ACPI: property: Generate camera swnodes for ACPI and DisCo for Imaging

[PATCH] phy: add of_set_phy_supported() helper, call from phy_config()
 2023-01-30 21:46 UTC  (5+ messages)

[PATCH v2 0/4] firmware: Add support for Qualcomm UEFI Secure Application
 2023-01-30 21:46 UTC  (4+ messages)
` [PATCH v2 3/4] dt-bindings: firmware: Add Qualcomm QSEECOM interface

[PATCH] null_blk: Support configuring the maximum segment size
 2023-01-30 21:46 UTC  (5+ messages)

[PATCH 1/5] drm/amd/amdgpu revert "implement tdr advanced mode"
 2023-01-30 21:46 UTC  (2+ messages)

[RFC] bpf: add bpf_link support for BPF_NETFILTER programs
 2023-01-30 21:44 UTC  (4+ messages)

[PATCH mm-unstable v2 0/4] Convert a couple migrate functions to use folios
 2023-01-30 21:43 UTC  (5+ messages)
` [PATCH mm-unstable v2 1/4] mm: Add folio_get_nontail_page()
` [PATCH mm-unstable v2 2/4] mm/migrate: Add folio_movable_ops()
` [PATCH mm-unstable v2 3/4] mm/migrate: Convert isolate_movable_page() to use folios
` [PATCH mm-unstable v2 4/4] mm/migrate: Convert putback_movable_pages() "

[PATCH v2] of/address: Return an error when no valid dma-ranges are found
 2023-01-30 21:43 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-30 21:43 UTC 

[PATCH v2 1/2] dt-bindings: usb: Introduce GPIO-based SBU mux
 2023-01-30 21:42 UTC  (11+ messages)

[RESEND^3][PATCH v3] x86/PCI: Add support for the Intel 82378ZB/82379AB (SIO/SIO.A) PIRQ router
 2023-01-30 21:42 UTC  (2+ messages)
` [PING][RESEND^3][PATCH "

[PATCH 0/4] Apple M1 USB4/Thunderbolt DART support
 2023-01-30 21:41 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: iommu: dart: Add t8103-usb4-dart compatible

[Patch v3 Part2 0/9] x86/microcode: Declare microcode safe for late loading
 2023-01-30 21:39 UTC  (10+ messages)
` [Patch v3 Part2 1/9] x86/microcode: Taint kernel only if microcode loading was successful
` [Patch v3 Part2 2/9] x86/microcode: Report invalid writes to reload sysfs file
` [Patch v3 Part2 3/9] x86/microcode/intel: Fix collect_cpu_info() to reflect current microcode
` [Patch v3 Part2 4/9] x86/microcode: Do not call apply_microcode() on sibling threads
` [Patch v3 Part2 5/9] x86/microcode: Move late load warning to the same function that taints kernel
` [Patch v3 Part2 6/9] x86/microcode/intel: Add minimum required revision to microcode header
` [Patch v3 Part2 7/9] x86/microcode: Add a generic mechanism to declare support for minrev
` [Patch v3 Part2 8/9] x86/microcode/intel: Drop wbinvd() from microcode loading
` [Patch v3 Part2 9/9] x86/microcode: Provide an option to override minrev enforcement

[PATCH] monitor/att: Fix Set Member Lock decoding
 2023-01-30 21:40 UTC  (2+ messages)

[PATCH 1/2] shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
 2023-01-30 21:40 UTC  (2+ messages)

[PATCH 0/2] drm/bridge: imx: Add i.MX93 parallel display format configuration support
 2023-01-30 21:39 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: display: bridge: Add NXP i.MX93 parallel display format configuration

[PULL] First set of Counter updates for the 6.2 cycle
 2023-01-30 21:40 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Use sysfs_emit() and sysfs_emit_at()
 2023-01-30 21:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Use sysfs_emit() and sysfs_emit_at() (rev2)

[LSF/MM/BPF TOPIC] Support block layer limits below the page size​
 2023-01-30 21:38 UTC 

[PATCHSET v2] sched: Implement BPF extensible scheduler class
 2023-01-30 21:38 UTC  (3+ messages)
` [PATCH 27/30] sched_ext: Implement core-sched support

[PATCH 0/6] features provisioning fixes and mlx5_vdpa support
 2023-01-30 20:30 UTC  (14+ messages)
` [PATCH 1/6] vdpa: fix improper error message when adding vdpa dev
` [PATCH 2/6] vdpa: conditionally read STATUS in config space
` [PATCH 3/6] vdpa: validate provisioned device features against specified attribute
` [PATCH 4/6] virtio: VIRTIO_DEVICE_F_MASK for all per-device features
` [PATCH 5/6] vdpa: validate device feature provisioning against supported class
` [PATCH 6/6] vdpa/mlx5: support device features provisioning

[PATCH v2 0/2] Cppcheck MISRA analysis improvements
 2023-01-30 21:37 UTC  (3+ messages)
` [PATCH v2 1/2] xen/cppcheck: sort alphabetically cppcheck report entries

[peterz-queue:sched/core-staging 8/10] vmlinux.o: warning: objtool: native_sched_clock+0x79: call to ftrace_likely_update() leaves .noinstr.text section
 2023-01-30 21:36 UTC 

[PATCH] f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_unbind_ctx()
 2023-01-30 21:35 UTC  (4+ messages)
  ` [f2fs-dev] "

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-30 21:34 UTC  (11+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v8 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH v3 0/3] Memory region overlap check in device tree
 2023-01-30 21:32 UTC  (5+ messages)
` [PATCH v3 1/3] xen/arm: Add memory overlap check for bootinfo.reserved_mem
` [PATCH v3 2/3] xen/arm: Extend the memory overlap check to include bootmodules

RTT-PROBE: lore-subspace-rtt
 2023-01-30 21:33 UTC 

[RFC PATCH 0/3] gpio: pca953x: Redesign handling of chip types
 2023-01-30 21:32 UTC  (2+ messages)

error: Undefined temporary symbol .LBB5_-1
 2023-01-30 21:31 UTC  (3+ messages)

[PATCH v3] x86: Use `get_random_u8' for kernel stack offset randomization
 2023-01-30 21:30 UTC 

[Buildroot] [git commit] board/beaglebone/readme.txt: update list of DTB files produced
 2023-01-30 21:29 UTC 

[PATCH] media: rc: add keymap for Beelink Mini MXIII remote
 2023-01-30 21:30 UTC  (4+ messages)

[PATCH] Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
 2023-01-30 21:30 UTC  (2+ messages)

[Buildroot] [git commit] configs/beaglebone: add support for BeagleBone Green Wireless
 2023-01-30 21:28 UTC 

[PATCH] HID: core: Fix deadloop in hid_apply_multiplier
 2023-01-30 21:29 UTC 

[PATCH v4 0/7] Add support for limits below the page size
 2023-01-30 21:26 UTC  (8+ messages)
` [PATCH v4 1/7] block: Introduce blk_mq_debugfs_init()
` [PATCH v4 2/7] block: Support configuring limits below the page size
` [PATCH v4 3/7] block: Support submitting passthrough requests with small segments
` [PATCH v4 4/7] block: Add support for filesystem requests and "
` [PATCH v4 5/7] block: Add support for small segments in blk_rq_map_user_iov()
` [PATCH v4 6/7] scsi_debug: Support configuring the maximum segment size
` [PATCH v4 7/7] null_blk: "

[PATCH] drm/amd/display: Trivial swizzle-related code clean-ups
 2023-01-30 19:56 UTC 

[PATCH 6.1 000/313] 6.1.9-rc2 review
 2023-01-30 21:26 UTC  (2+ messages)

[Cluster-devel] [PATCH dlm-tool 1/8] dlm_tool: add fail functionality if dump failed
 2023-01-30 21:26 UTC  (5+ messages)
` [Cluster-devel] [PATCH dlm-tool 6/8] dlm_controld: log lock/pending/waiter state changes
` [Cluster-devel] [PATCH dlm-tool 8/8] dlm_controld: add time diff for state time intervals

[PATCH] soc: sunxi: select CONFIG_PM
 2023-01-30 21:24 UTC  (5+ messages)

PROBLEM: Error 110 from ASMedia Host Controller
 2023-01-30 21:24 UTC  (6+ messages)

[PATCH 0/2] i2c: core: add devm_i2c_new_ancillary_device()
 2023-01-30 21:24 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] i2c: core: extend use case for dflt addr in i2c_new_ancillary_device

[PATCH][next] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
 2023-01-30 21:23 UTC  (3+ messages)

[PATCH v2 0/2] Miscellaneous fixes for Azoteq IQS626A
 2023-01-30 21:23 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: input: iqs626a: Redefine trackpad property types

[PATCH v2] dt-bindings: usb: samsung,exynos-dwc3: allow unit address in DTS
 2023-01-30 21:22 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-30 21:23 UTC 

[PATCH 0/8] soc: amlogic: switch bindings to yaml and adjust some dtbs's
 2023-01-30 21:21 UTC  (5+ messages)
` [PATCH v3] dt-bindings: pwm: Convert Amlogic Meson PWM binding

[PATCH v1 00/14] add display port DSC feature
 2023-01-30 21:22 UTC  (7+ messages)
` [PATCH v1 10/14] drm/msm/disp/dpu: add supports of DSC encoder v1.2 engine

[PATCH net-next RFC 00/20] Introducing P4TC
 2023-01-30 21:20 UTC  (18+ messages)

[PATCH] Revert "rockchip: Only call binman when TPL available"
 2023-01-30 21:21 UTC  (5+ messages)

[PATCH] grep: fall back to interpreter mode if JIT fails
 2023-01-30 21:21 UTC  (10+ messages)
` [PATCH v2] grep: fall back to interpreter if JIT memory allocation fails

[syzbot] KASAN: slab-out-of-bounds Read in hfs_cat_keycmp
 2023-01-30 21:20 UTC  (2+ messages)

Hot ADD using CXL1.1 host
 2023-01-30 21:19 UTC  (2+ messages)

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-30 21:18 UTC  (7+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled

[PATCH] dt-bindings: input: touchscreen: st,stmfts: convert to dtschema
 2023-01-30 21:16 UTC  (3+ messages)

[PATCH 0/8] dt-bindings: phy/samsung: move MIPI and DP phys under PMU
 2023-01-30 21:16 UTC  (8+ messages)
` [PATCH 2/8] dt-bindings: phy: samsung,dp-video-phy: deprecate syscon phandle
` [PATCH 3/8] dt-bindings: phy: samsung,mipi-video-phy: "

[Buildroot] [PATCH 1/1] boot/uboot: add BR2_TARGET_UBOOT_NEEDS_XXD option
 2023-01-30 21:16 UTC  (2+ messages)

[Buildroot] [git commit] boot/uboot: add BR2_TARGET_UBOOT_NEEDS_XXD option
 2023-01-30 21:16 UTC 

[Buildroot] [git commit] package/libva: bump version to 2.17.0
 2023-01-30 21:03 UTC 

arch/x86/kernel/hpet.c:598:31: warning: unused variable 'info'
 2023-01-30 21:15 UTC 

[peterz-queue:objtool/wip 2/2] arch/powerpc/decode.c:17:15: error: conflicting types for 'arch_dest_reloc_offset'; have 'long unsigned int(int)'
 2023-01-30 21:15 UTC 

[PATCH] Allow enabling job control without a tty in non-interactive mode
 2023-01-30 21:15 UTC 

[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
 2023-01-30 21:14 UTC  (11+ messages)

[PATCH v2 00/87] Clean up of bad Kconfig options
 2023-01-30 21:14 UTC  (6+ messages)
` [PATCH v2 09/87] Rename ARCH_NPCM7xx


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.