messages from 2023-04-08 00:10:31 to 2023-04-08 03:18:27 UTC [more...]
[PATCH 11/12] block: mq-deadline: Fix a race condition related to zoned writes
2023-04-08 3:17 UTC (2+ messages)
[PATCH v9 net-next 00/14] pds_core driver
2023-04-08 3:18 UTC (2+ messages)
[PATCH 1/2] maple_tree: Add a test case to check maple_alloc
2023-04-08 3:16 UTC (2+ messages)
[PATCH 00/68] hwmon: constify pointers to hwmon_channel_info
2023-04-08 3:14 UTC (3+ messages)
` [PATCH 48/68] hwmon: nzxt: "
[PATCH net-next 0/2] net: stmmac: dwmac-anarion: address issues flagged by sparse
2023-04-08 3:10 UTC (3+ messages)
[PATCH net-next] net: stmmac: remove set but unused mask in stmmac_ethtool_set_link_ksettings()
2023-04-08 3:10 UTC (3+ messages)
[GIT PULL v1] Improve IPsec limits, ESN and replay window
2023-04-08 3:10 UTC (2+ messages)
[PATCH for-8.1 00/12] tcg/mips: Backend improvements
2023-04-08 3:03 UTC (13+ messages)
` [PATCH 01/12] tcg/mips: Move TCG_AREG0 to S8
` [PATCH 02/12] tcg/mips: Move TCG_GUEST_BASE_REG to S7
` [PATCH 03/12] tcg/mips: Unify TCG_GUEST_BASE_REG tests
` [PATCH 04/12] tcg/mips: Create and use TCG_REG_TB
` [PATCH 05/12] tcg/mips: Split out tcg_out_movi_one
` [PATCH 06/12] tcg/mips: Split out tcg_out_movi_two
` [PATCH 07/12] tcg/mips: Use the constant pool for 64-bit constants
` [PATCH 08/12] tcg/mips: Aggressively use the constant pool for n64 calls
` [PATCH 09/12] tcg/mips: Try tb-relative addresses in tcg_out_movi
` [PATCH 10/12] tcg/mips: Try three insns with shift and add "
` [PATCH 11/12] tcg/mips: Use qemu_build_not_reached for LO/HI_OFF
` [PATCH 12/12] tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIAN
[Bridge] [PATCH net-next] net/bridge: add drop reasons for bridge forwarding
2023-04-08 3:03 UTC (3+ messages)
` "
[f2fs-dev] [PATCH] f2fs: fix to tag FIEMAP_EXTENT_DELALLOC in fiemap() for delay allocated extent
2023-04-08 2:57 UTC (4+ messages)
` "
[PATCH] net: stmmac: fix system hang when setting up standalone tag_8021q VLAN for DSA ports
2023-04-08 2:57 UTC (3+ messages)
[net-next Patch v6 0/6] octeontx2-pf: HTB offload support
2023-04-08 2:58 UTC (3+ messages)
` [net-next Patch v6 3/6] octeontx2-pf: qos send queues management
[PATCH net-next v3 0/3] Add support for J784S4 CPSW9G
2023-04-08 2:50 UTC (3+ messages)
[PATCH v1 1/2] usb: dwc3: core: add support for remapping global register start address
2023-04-08 2:51 UTC (4+ messages)
` [PATCH v1 2/2] dt-bindings: usb: snps,dwc3: Add 'snps,fixed_dwc3_globals_regs_start' quirk
[PATCH net v3] net: openvswitch: fix race on port output
2023-04-08 2:50 UTC (2+ messages)
[PATCH net] net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow
2023-04-08 2:50 UTC (2+ messages)
[brgl:gpio/for-next] BUILD SUCCESS f09673770e767f862bd992b612f14018d0ab3857
2023-04-08 2:49 UTC
[PATCH for-8.1 00/42] tcg: Simplify calls to load/store helpers
2023-04-08 2:43 UTC (44+ messages)
` [PATCH for-8.0] tcg/i386: Adjust assert in tcg_out_addi_ptr
` [PATCH 01/42] tcg: Replace if + tcg_abort with tcg_debug_assert
` [PATCH 02/42] tcg: Replace tcg_abort with g_assert_not_reached
` [PATCH 03/42] tcg: Split out tcg_out_ext8s
` [PATCH 04/42] tcg: Split out tcg_out_ext8u
` [PATCH 05/42] tcg: Split out tcg_out_ext16s
` [PATCH 06/42] tcg: Split out tcg_out_ext16u
` [PATCH 07/42] tcg: Split out tcg_out_ext32s
` [PATCH 08/42] tcg: Split out tcg_out_ext32u
` [PATCH 09/42] tcg: Split out tcg_out_exts_i32_i64
` [PATCH 10/42] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
` [PATCH 11/42] tcg/mips: "
` [PATCH 12/42] tcg/riscv: "
` [PATCH 13/42] tcg: Split out tcg_out_extu_i32_i64
` [PATCH 14/42] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH 15/42] tcg: Split out tcg_out_extrl_i64_i32
` [PATCH 16/42] tcg: Introduce tcg_out_movext
` [PATCH 17/42] tcg: Introduce tcg_out_xchg
` [PATCH 18/42] tcg: Introduce tcg_out_movext2
` [PATCH 19/42] tcg: Clear TCGLabelQemuLdst on allocation
` [PATCH 20/42] tcg/i386: Use TCGType not bool is_64 in tcg_out_qemu_{ld, st}
` [PATCH 21/42] tcg/aarch64: Rename ext to d_type in tcg_out_qemu_ld
` [PATCH 22/42] tcg/aarch64: Pass TGType to tcg_out_qemu_st
` [PATCH 23/42] tcg/arm: Use TCGType not bool is_64 in tcg_out_qemu_{ld, st}
` [PATCH 24/42] tcg/i386: "
` [PATCH 25/42] tcg/ppc: "
` [PATCH 26/42] tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH 27/42] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH 28/42] tcg/riscv: Expand arguments to tcg_out_qemu_{ld,st}
` [PATCH 29/42] tcg: Move TCGLabelQemuLdst to tcg.c
` [PATCH 30/42] tcg: Introduce tcg_out_ld_helper_args
` [PATCH 31/42] tcg: Introduce tcg_out_st_helper_args
` [PATCH 32/42] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH 33/42] tcg/mips: Reorg tcg_out_tlb_load
` [PATCH 34/42] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH 35/42] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH 36/42] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH 37/42] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH 38/42] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH 39/42] tcg/s390x: Use ALGFR in constructing host address for qemu_ld/st
` [PATCH 40/42] tcg/s390x: Simplify constraints on qemu_ld/st
` [PATCH 41/42] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PATCH 42/42] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
[Buildroot] [PATCH 1/1] package/glibc: bump to version 2.37
2023-04-08 2:36 UTC (2+ messages)
[PATCH 0/7] add setting and querying of LLRS FEC mode
2023-04-08 2:27 UTC (8+ messages)
` [PATCH 1/7] net/hns3: fix fec mode for 200G ports
` [PATCH 2/7] net/hns3: fix fec mode check error
` [PATCH 3/7] net/hns3: fix missing FEC capability
` [PATCH 4/7] ethdev: introduce low latency RS FEC
` [PATCH 5/7] app/testpmd: add setting and querying of LLRS FEC mode
` [PATCH 6/7] net/hns3: add LLRS FEC mode support for 200G ports
` [PATCH 7/7] net/hns3: support getting current FEC capability from firmware
[Buildroot] SSH Reset on Buildroot 2022.02
2023-04-08 2:30 UTC (2+ messages)
[PATCH] selftests/bpf: Reset err when symbol name already exist in kprobe_multi_test
2023-04-08 2:29 UTC
[PATCH v2 07/10] fortify: Split reporting and avoid passing string pointer
2023-04-08 2:26 UTC (2+ messages)
[PATCH v4 2/3] drivers: clk: Add support for versa3 clock driver
2023-04-08 2:26 UTC
[PATCH] platform/x86/intel/pmc/mtl: Put GNA/IPU/VPU devices in D3
2023-04-08 2:26 UTC
[PATCH 0/6] powerpc/64: Build with PC-Relative addressing
2023-04-08 2:17 UTC (7+ messages)
` [PATCH 1/6] powerpc/64: Move initial base and TOC pointer calculation
` [PATCH 2/6] powerpc/64s: Run at the kernel virtual address earlier in boot
` [PATCH 3/6] powerpc/64: Add support to build with prefixed instructions
` [PATCH 4/6] powerpc: add CFUNC assembly label annotation
` [PATCH 5/6] powerpc/64: vmlinux support building with PCREL addresing
` [PATCH 6/6] powerpc/64: modules "
[syzbot] [net?] WARNING in cleanup_net (2)
2023-04-08 2:18 UTC
[PATCH v14 00/10] Add LoongArch support
2023-04-08 2:05 UTC (11+ messages)
` [PATCH v14 01/10] PE: Add LoongArch definitions
` [PATCH v14 02/10] ELF: "
` [PATCH v14 03/10] LoongArch: Add setjmp implementation
` [PATCH v14 04/10] LoongArch: Add early startup code
` [PATCH v14 05/10] LoongArch: Add support for ELF psABI v1.00 relocations
` [PATCH v14 06/10] LoongArch: Add support for ELF psABI v2.00 relocations
` [PATCH v14 07/10] LoongArch: Add auxiliary files
` [PATCH v14 08/10] LoongArch: Add to build system
` [PATCH v14 09/10] tests: Fix timezone inconsistency in squashfs_test
` [PATCH v14 10/10] tests: Add LoongArch to various test cases
[PATCH -next v3 0/2] support allocating crashkernel above 4G explicitly on riscv
2023-04-08 2:01 UTC (11+ messages)
` [PATCH -next v3 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v3 2/2] docs: kdump: Update the crashkernel description for riscv
[PATCH v1 1/2] usb: dwc3: core: add support for disabling High-speed park mode
2023-04-08 2:00 UTC (2+ messages)
LUKS multiple passphrase retries
2023-04-08 1:59 UTC
[PATCH v2] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
2023-04-08 1:56 UTC (8+ messages)
[Nouveau] [PATCH 2/2] drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state
2023-04-08 1:45 UTC (4+ messages)
` "
[linux-next:master 1636/9787] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:68:17: warning: no previous prototype for 'bpf_iter_testmod_seq_new'
2023-04-08 1:45 UTC
[PATCH v2 0/3] Avoid having pending end transfers on soft disconnect
2023-04-08 1:45 UTC (3+ messages)
` [PATCH v2 1/3] usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API
[PATCH v6 0/8] Add multiport support for DWC3 controllers
2023-04-08 1:42 UTC (4+ messages)
` [PATCH v6 2/8] usb: dwc3: core: Access XHCI address space temporarily to read port info
drivers/remoteproc/qcom_q6v5_pas.c:108:6: warning: no previous prototype for function 'adsp_segment_dump'
2023-04-08 1:35 UTC
[PATCH RFC 4/4] media: v4l2-ctrls: add controls for individual zoom lenses
2023-04-08 1:35 UTC
mm/kasan/kasan_test.c:824 kasan_stack_oob() error: buffer overflow 'array' 10 <= 26
2023-04-08 1:35 UTC
[LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory
2023-04-08 1:33 UTC (4+ messages)
pull-request: bluetooth 2023-04-07
2023-04-08 1:33 UTC (2+ messages)
[PATCH 1/3] kbuild: merge cmd_archive_linux and cmd_archive_perf
2023-04-08 1:32 UTC (4+ messages)
` [PATCH 2/3] kbuild: do not create intermediate *.tar for source tarballs
[tip:master] BUILD SUCCESS b2e7ae549d84c654744bf70d30a881bfa140a6e3
2023-04-08 1:29 UTC
[tip:x86/apic] BUILD SUCCESS f96fb2df3eb31ede1b34b0521560967310267750
2023-04-08 1:29 UTC
pull-request: bpf 2023-04-08
2023-04-08 1:30 UTC (2+ messages)
[-net-next v11 0/6] Add Ethernet driver for StarFive JH7110 SoC
2023-04-08 1:24 UTC (9+ messages)
` [-net-next v11 5/6] net: stmmac: Add glue layer "
` [-net-next v11 6/6] net: stmmac: starfive-dmac: Add phy interface settings
[djiang:cxl-qtg 12/23] drivers/cxl/core/port.c:2045:6: warning: variable 'devices' set but not used
2023-04-08 1:14 UTC
[RFC PATCH v3] sched: Fix performance regression introduced by mm_cid
2023-04-08 1:14 UTC (5+ messages)
[PATCH 1/8] net: netronome: constify pointers to hwmon_channel_info
2023-04-08 1:10 UTC (4+ messages)
[PATCH v12 00/10] support subsets of code size reduction extension
2023-04-08 1:09 UTC (7+ messages)
` [PATCH v12 02/10] target/riscv: add support for Zca extension
[f2fs-dev] [PATCH v7] f2fs: support errors=remount-ro|continue|panic mountoption
2023-04-08 1:00 UTC (4+ messages)
` "
[PATCH v4 net-next 0/9] Add tc-mqprio and tc-taprio support for preemptible traffic classes
2023-04-08 1:01 UTC (9+ messages)
` [PATCH v4 net-next 6/9] net/sched: mqprio: allow per-TC user input of FP adminStatus
[PATCH] usage: clarify --recurse-submodules as a boolean
2023-04-08 0:59 UTC (5+ messages)
ax204/Intel NUC13 i9
2023-04-08 1:07 UTC (2+ messages)
[PATCH V4] tracing: install trace events file only if necessary
2023-04-08 1:04 UTC
[jolsa-perf:bpf/kfunc_test_kmod_11 1/10] core.c:undefined reference to `bpf_get_kfunc_addr'
2023-04-08 0:54 UTC
[PATCH] block/vhdx: fix dynamic VHDX BAT corruption
2023-04-07 22:11 UTC
[PATCH] target/arm: Fix debugging of ARMv8M Secure code
2023-04-08 0:01 UTC
Litmus test names
2023-04-08 0:49 UTC (3+ messages)
[Intel-gfx] [PATCH] drm/i915: disable sampler indirect state in bindless heap
2023-04-08 0:47 UTC (3+ messages)
[asahilinux:bits/210-gpu 71/135] rust/helpers.c:317:9: error: implicit declaration of function 'of_node_is_root' is invalid in C99
2023-04-08 0:43 UTC
[PATCH 00/10] accel/kvm: Spring cleaning
2023-04-08 0:37 UTC (5+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers
` [PATCH 02/10] accel/kvm: Declare kvm_direct_msi_allowed in stubs
[PATCH v2 09/10] fortify: Add KUnit tests for runtime overflows
2023-04-08 0:33 UTC (2+ messages)
[jimc:maph 6/6] lib/test_map_h.c:36:2: error: call to '__compiletime_assert_234' declared with 'error' attribute: BUILD_BUG_ON failed: __builtin_memcmp(caten, "YESNOMAYBE", sizeof("YESNOMAYBE"))
2023-04-08 0:33 UTC
[PATCH] MIPS: Limit MIPS_MT_SMP support by ISA reversion
2023-04-08 0:30 UTC (2+ messages)
[PATCH v5 0/4] drm/msm/dpu: more catalog fixes
2023-04-08 0:27 UTC (10+ messages)
` [PATCH v5 1/4] drm/msm/dpu: enable DPU_CTL_SPLIT_DISPLAY for sc8280xp
` [PATCH v5 2/4] drm/msm/dpu: enable DSPP_2/3 for LM_2/3 on sm8450
` [PATCH v5 3/4] drm/msm/dpu: enable DSPP and DSC on sc8180x
` [PATCH v5 4/4] drm/msm/dpu: use CTL_SC7280_MASK for sm8450's ctl_0
[igt-dev] [PATCH i-g-t] tests/xe_vm: Do not assert uninitalized variable
2023-04-08 0:27 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "
[PATCH v2 0/2] video: sunxi: dw-hdmi: complement partial OF conversion
2023-04-08 0:26 UTC (3+ messages)
` [PATCH v2 1/2] video: sunxi: dw-hdmi: Use DM for clock gates and resets
` [PATCH v2 2/2] video: sunxi: dw-hdmi: Use DM for HVCC regulator
[PATCH v2 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
2023-04-08 0:23 UTC (5+ messages)
` [PATCH v2 6/6] PCI: hv: Use async probing to reduce boot time
[PATCHv2 2/5] nvme: simplify passthrough bio cleanup
2023-04-08 0:22 UTC (2+ messages)
[mcgrof:20230405-module-alloc-opts 38/40] kernel/module/stats.c:248:38: error: passing argument 1 of 'atomic64_inc' from incompatible pointer type
2023-04-08 0:22 UTC
[rafael-pm:bleeding-edge] BUILD SUCCESS 6bbfb44e060f52b4cc75311b4766bb6c9a2ae1da
2023-04-08 0:19 UTC
[PATCH 0/2] accel/stubs: Build HAX/KVM/XEN stubs once
2023-04-08 0:20 UTC (5+ messages)
` [PATCH 1/2] accel/stubs: Remove kvm_flush_coalesced_mmio_buffer() stub
` [PATCH 2/2] accel/stubs: Build HAX/KVM/XEN stubs once
[PATCH v4 00/42] drm/msm/dpu: rework HW catalog
2023-04-08 0:19 UTC (3+ messages)
[PATCH v5 0/6] RISC-V Hardware Probing User Interface
2023-04-07 23:13 UTC (4+ messages)
` [PATCH v5 2/6] RISC-V: Add a syscall for HW probing
[PATCH] doc: simplify man version
2023-04-08 0:18 UTC
[PATCH] x86/ibt: Convert IBT selftest to asm
2023-04-08 0:16 UTC
[PATCH 1/2] proc.5: note effective removal of /proc/execdomains in v4.1
2023-04-08 0:16 UTC (5+ messages)
` [PATCH 2/2] personality.2: review, update for Linux 6.2
[bluetooth:master 1/10] net/bluetooth/hci_conn.c:1202:7: warning: variable 'params' is uninitialized when used here
2023-04-08 0:12 UTC
[PATCH V3] tracing: install trace events file only if necessary
2023-04-08 0:10 UTC
[PATCH 00/12] Sprinkle more __noreturn
2023-04-08 0:10 UTC (8+ messages)
` [PATCH 05/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn
` [PATCH 06/11] cpu: Mark panic_smp_self_stop() __noreturn
` [PATCH 07/11] cpu: Mark nmi_panic_self_stop() __noreturn
` [PATCH 08/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
` [PATCH 09/11] objtool: Include weak functions in global_noreturns check
` [PATCH 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
` [PATCH 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.