messages from 2023-03-21 02:38:34 to 2023-03-21 04:20:08 UTC [more...]
[PATCH RFC v6 0/6] Create common DPLL/clock configuration API
2023-03-21 4:20 UTC (12+ messages)
` [PATCH RFC v6 1/6] dpll: spec: Add Netlink spec in YAML
[paulmck-rcu:dev.2023.03.17a 33/38] kernel/rcu/tasks.h:140:20: warning: 'tasks_rcu_exit_srcu' defined but not used
2023-03-21 4:18 UTC (4+ messages)
[PATCH v3 0/2] Improving calls to kvmppc_hv_entry
2023-03-21 4:15 UTC (4+ messages)
` [PATCH v3 2/2] arch/powerpc/kvm: kvmppc_hv_entry: remove r4 argument
[PATCH] arm64: Support CMDLINE_EXTEND
2023-03-21 4:15 UTC (5+ messages)
[PATCH] mm: kfence: fix PG_slab and memcg_data clearing
2023-03-21 4:14 UTC (4+ messages)
[PATCH 0/3] arm64: dts: ti: Introduce AM62x LP SK board support
2023-03-21 4:09 UTC (5+ messages)
` [PATCH 1/3] dt-bindings: arm: ti: k3: Add compatible for AM62x LP SK
[PATCH 5.15 000/115] 5.15.104-rc1 review
2023-03-21 4:12 UTC (2+ messages)
[virtio-dev] [PATCH v2 0/7] Rename queue index to queue number
2023-03-21 4:10 UTC (16+ messages)
` [virtio-comment] "
` [virtio-dev] [PATCH v2 1/7] transport-pci: Refer to the vq by its number
` [virtio-comment] "
` [virtio-dev] [PATCH v2 2/7] transport-mmio: Rename QueueNum register
` [virtio-comment] "
` [virtio-comment] [PATCH v2 3/7] transport-mmio: Refer to the vq by its number
` [virtio-dev] "
` [virtio-comment] [PATCH v2 4/7] transport-ccw: Rename queue depth/size to other transports
` [virtio-dev] "
` [virtio-comment] [PATCH v2 5/7] transport-ccw: Refer to the vq by its number
` [virtio-dev] "
` [virtio-comment] [PATCH v2 6/7] virtio-net: Avoid duplicate receive queue example
` [virtio-dev] "
` [virtio-comment] [PATCH v2 7/7] virtio-net: Describe RSS using receive queue handle
` [virtio-dev] "
[ceph-client:testing 19/80] fs/ceph/super.c:1122:15: error: implicit declaration of function 'fscrypt_add_test_dummy_key'
2023-03-21 3:59 UTC
[PATCH net-next 0/3] net: remove some rcu_bh cruft
2023-03-21 4:01 UTC (4+ messages)
` [PATCH net-next 1/3] ipv6: flowlabel: do not disable BH where not needed
` [PATCH net-next 2/3] neighbour: switch to standard rcu, instead of rcu_bh
` [PATCH net-next 3/3] net: remove rcu_dereference_bh_rtnl()
[PATCH] ALSA: usb-audio: Fix recursive locking at XRUN during syncing
2023-03-21 4:02 UTC (2+ messages)
[PATCH 5.10 00/99] 5.10.176-rc1 review
2023-03-21 4:02 UTC (3+ messages)
[Intel-xe] [PATCH] drm/xe: Fix potential deadlock handling page faults
2023-03-21 4:01 UTC (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Fix potential deadlock handling page faults (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "
[PATCH 0/3] boards: tqma6: defconfig updates
2023-03-20 15:05 UTC (4+ messages)
` [PATCH 1/3] boards: tqma6: switch to DM_SERIAL
` [PATCH 2/3] boards: tqma6: enable DM for MDIO / PHY
` [PATCH 3/3] boards: tqma6: enable DM_THERMAL
[PATCH v2 0/4] P2M improvements for Arm
2023-03-21 4:00 UTC (5+ messages)
` [PATCH v2 3/4] xen/arm: Defer GICv2 CPU interface mapping until the first access
[PATCH v4 00/29] Add KVM LoongArch support
2023-03-21 3:56 UTC (30+ messages)
` [PATCH v4 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v4 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v4 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v4 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v4 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v4 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v4 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v4 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v4 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v4 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v4 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v4 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v4 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v4 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v4 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v4 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v4 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v4 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v4 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v4 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v4 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v4 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v4 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v4 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v4 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v4 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v4 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v4 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v4 29/29] LoongArch: KVM: Enable kvm config and add the makefile
[virtio-comment] [PATCH v11] virtio-net: support inner header hash
2023-03-21 3:56 UTC (6+ messages)
` [virtio-comment] "
` [virtio-dev] "
` [virtio-comment] "
[PATCH v7 0/5] shoot lazy tlbs (lazy tlb refcount scalability improvement)
2023-03-21 3:54 UTC (6+ messages)
` [PATCH v7 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
[Intel-gfx] [PATCH] [i915] avoid infinite retries in GuC/HuC loading
2023-03-21 3:55 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[PATCH for-8.1 v3 00/26] target/riscv: rework CPU extensions validation
2023-03-21 3:54 UTC (9+ messages)
` [PATCH for-8.1 v3 11/26] target/riscv/cpu.c: set cpu config in set_misa()
` [PATCH for-8.1 v3 15/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
` [PATCH for-8.1 v3 25/26] target/riscv: allow write_misa() to enable RVG
` [PATCH for-8.1 v3 26/26] target/riscv: allow write_misa() to enable RVV
QA notification for completed autobuilder build (yocto-3.1.24.rc1)
2023-03-21 3:48 UTC (2+ messages)
` [yocto] "
[PATCH 6.1 000/198] 6.1.21-rc1 review
2023-03-21 3:42 UTC (2+ messages)
[PATCH net-next v2 00/12] Add EMAC3 support for sa8540p-ride
2023-03-21 3:41 UTC (9+ messages)
` [PATCH net-next v2 09/12] net: stmmac: Add EMAC3 variant of dwmac4
` [PATCH net-next v2 10/12] net: stmmac: dwmac-qcom-ethqos: Respect phy-mode and TX delay
[PATCH v4 00/17] Collection of DOE material
2023-03-21 3:42 UTC (3+ messages)
` [PATCH v4 05/17] PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
[PATCH net-next] net: introduce a config option to tweak MAX_SKB_FRAGS
2023-03-21 3:40 UTC (2+ messages)
[dunfell][patch v2] qemu: fix multple CVEs
2023-03-21 3:40 UTC
[PATCH] ARM: mstar: remove unused config MACH_MERCURY
2023-03-21 3:38 UTC (2+ messages)
[PATCH 0/5] remoteproc: Call of_node_put() on iteration error
2023-03-21 3:34 UTC (7+ messages)
` [PATCH 4/5] remoteproc: imx_rproc: "
` [PATCH 5/5] retmoteproc: imx_dsp_rproc: "
linux-next: Tree for Mar 21
2023-03-21 3:33 UTC
[PATCH 1/2] ui/gtk: use widget size for cursor motion event
2023-03-21 3:29 UTC (2+ messages)
[PATCH] Bluetooth: btintel: Fix: Add LE States quirk form Solar onwards
2023-03-21 3:28 UTC (3+ messages)
[PATCH] crypto: caam: Clear some memory in instantiate_rng()
2023-03-21 3:26 UTC (2+ messages)
[PATCH v5 0/2] function_graph: Support recording and printing the return value of function
2023-03-21 3:24 UTC (6+ messages)
` [PATCH v5 2/2] tracing: Add documentation for funcgraph-retval and graph_retval_hex
[PATCH 0/2] Submit split bios in LBA order
2023-03-21 3:24 UTC (10+ messages)
` [PATCH 2/2] block: Split and submit "
[linus:master] [migrate_pages] 7e12beb8ca: vm-scalability.throughput -3.4% regression
2023-03-21 3:24 UTC (3+ messages)
[PATCH] vdpa/mlx5: Remove debugfs file after device unregister
2023-03-21 3:22 UTC (3+ messages)
[RFC PATCH] btrfs-progs: mkfs: Enforce 4k sectorsize by default
2023-03-21 3:21 UTC (3+ messages)
[PATCH v14 0/4] vhost-vdpa: add support for vIOMMU
2023-03-21 3:21 UTC (5+ messages)
` [PATCH v14 3/4] vhost-vdpa: Add check for full 64-bit in region delete
` [PATCH v14 4/4] vhost-vdpa: Add support for vIOMMU
[Ocfs2-devel] FAILED: patch "[PATCH] ocfs2: fix data corruption after failed write" failed to apply to 4.19-stable tree
2023-03-21 3:20 UTC (3+ messages)
` [Ocfs2-devel] [PATCH] ocfs2: fix data corruption after failed write
` "
[PATCH] nvdimm: nvdimm_bus_register: Avoid adding device to the unregistered bus
2023-03-21 3:19 UTC (9+ messages)
[PATCH BlueZ 1/2] shared/shell: Add support for -i/--init-script
2023-03-21 3:19 UTC (2+ messages)
` [BlueZ,1/2] "
[PATCH 1/2] ARM: dts: rk3588-rock-5b-u-boot: add u-boot, dm-spl to pinctrl for sdmmc
2023-03-21 3:18 UTC (4+ messages)
` [PATCH 2/2] configs: rockchip: rock5b-rk3588: add pinctrl to SPL
[PATCH net-next v1] rtnetlink: Return error when message too short
2023-03-21 3:18 UTC (2+ messages)
[PATCH] net: Fix invalid ip_route_output_ports() call
2023-03-21 3:17 UTC (2+ messages)
[bug report] WARNING: CPU: 11 PID: 4009 at fs/proc/generic.c:718 remove_proc_entry+0x192/0x1a0
2023-03-21 3:16 UTC
[PATCH v4] pinctrl: rockchip: support rk3588 pinctrl
2023-03-21 3:16 UTC (2+ messages)
[PATCH v2 1/7] arm: dts: rockchip: rk3288: move io-domains nodes
2023-03-21 3:15 UTC (14+ messages)
` [PATCH v2 2/7] arm: dts: rockchip: rk3288: partial sync grf and pmu nodes
` [PATCH v2 3/7] video: rockchip: rk_vop: add rk3288-dp compare string
` [PATCH v2 4/7] arm: dts: rockchip: rk3288: partial sync edp node
` [PATCH v2 5/7] arm: dts: rockchip: rk3288: partial sync vop/lvds/mipi/hdmi nodes
` [PATCH v2 6/7] clk: rockchip: clk_rk3288: add PCLK_RKPWM
` [PATCH v2 7/7] arm: dts: rockchip: rk3288: partial sync pwm nodes
[meta-networking][PATCH V2] mbedtls: add ptest
2023-03-21 3:14 UTC
[PATCH 0/3] rockchip: rk3588: Fix sdmmc clocks
2023-03-21 3:13 UTC (7+ messages)
` [PATCH 1/3] clk: scmi: Add Kconfig option for SPL
` [PATCH 2/3] rockchip: rk3588: Add support for sdmmc clocks in SPL
` [PATCH 3/3] rockchip: rk3588: Sync sdmmc node from linux-next
[Intel-gfx] [PATCH] drm/i915/gem: Flush lmem contents after construction
2023-03-21 3:12 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gem: Flush lmem contents after construction (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[PATCH v2] gpio: rockchip: Add support for RK3568 and RK3588 banks
2023-03-21 3:11 UTC (2+ messages)
[PATCH v2 1/6] rockchip: gpio: rk_gpio: use ROCKCHIP_GPIOS_PER_BANK as divider
2023-03-21 3:09 UTC (12+ messages)
` [PATCH v2 2/6] arm: dts: rockchip: rk3066a-u-boot: add gpio-ranges
` [PATCH v2 3/6] arm: dts: rockchip: rk3188-u-boot: "
` [PATCH v2 4/6] arm: dts: rockchip: sync rk3066/rk3188 DT files from linux-next v6.2-rc4
` [PATCH v2 5/6] rockchip: configs: mk808: change CONFIG_TPL_TEXT_BASE
` [PATCH v2 6/6] rockchip: configs: mk808: enable usb support
[PATCH] net: cxgb3: remove unused fl_to_qset function
2023-03-21 3:10 UTC (2+ messages)
[PATCH v3 0/5] GPU workload hints for better performance
2023-03-21 3:05 UTC (3+ messages)
` [PATCH v3 1/5] drm/amdgpu: add UAPI for workload hints to ctx ioctl
linux-next: build warning after merge of the rcu tree
2023-03-21 3:01 UTC (2+ messages)
[PATCH net-next v14 0/9] net: ethernet: mtk_eth_soc: various enhancements
2023-03-21 3:00 UTC (4+ messages)
[Ocfs2-devel] FAILED: patch "[PATCH] ocfs2: fix data corruption after failed write" failed to apply to 5.10-stable tree
2023-03-21 3:00 UTC (3+ messages)
` [PATCH] ocfs2: fix data corruption after failed write
` [Ocfs2-devel] "
[linux-next:master 3778/4413] include/linux/mmzone.h:1749:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE
2023-03-21 2:59 UTC (3+ messages)
[Intel-gfx] [PATCH v2 1/2] drm/i915/debugfs: switch crtc debugfs to struct intel_crtc
2023-03-21 2:59 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2,1/2] "
BUG: selftests/net/tls: FAIL in sm4_ccm tests
2023-03-21 2:59 UTC (2+ messages)
[linusw-pinctrl:for-next] BUILD SUCCESS 454c44542d3547c8088dedd3efcc94d53b21ec24
2023-03-21 2:57 UTC
[geert-m68k:for-next] BUILD SUCCESS fda1941b8eab786112afe91088fa0a1ed4880360
2023-03-21 2:57 UTC
[PATCH v2] drm/msm/dpu: Add support for AR30 format
2023-03-21 2:58 UTC
[PATCH] Makefile: Generate Map file for each firmware
2023-03-21 2:58 UTC (3+ messages)
[geert-m68k:master] BUILD SUCCESS b55f773e598a93232307dc61278cdf081adad7fa
2023-03-21 2:57 UTC
[PATCH v2 00/23] drm/msm+PM+icc: Make job_run() reclaim-safe
2023-03-21 2:55 UTC (4+ messages)
` [PATCH v2 23/23] drm/sched: Add (optional) fence signaling annotation
[PATCH 0/3] rockchip: gpio: Add support for RK3568 and RK3588
2023-03-21 2:55 UTC (2+ messages)
[PATCH v2 0/2] spi: loongson: add bus driver for the loongson spi
2023-03-21 2:54 UTC (6+ messages)
` [PATCH v2 2/2] spi: loongson: add bus driver for the loongson spi controller
[PATCH net-next 0/2] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT
2023-03-21 2:54 UTC (4+ messages)
` [PATCH net-next 2/2] net/sched: act_tunnel_key: add support for "don't fragment"
[xen-unstable-smoke test] 179826: tolerable trouble: pass/starved - PUSHED
2023-03-21 2:51 UTC
[PATCH v2] powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabled
2023-03-21 2:50 UTC
[PATCH v2 00/12] Reviving the Proxy Execution Series v2
2023-03-21 2:51 UTC (2+ messages)
[PATCH mptcp-next v5 0/7] mptcp: update userspace pm mptcp_info fields
2023-03-21 2:52 UTC (6+ messages)
` [PATCH mptcp-next v5 3/7] mptcp: close remote subflow when destroying it
[jpoimboe:static-call-null-4 5/10] ERROR: modpost: "__static_call_update" [security/keys/trusted-keys/trusted.ko] undefined!
2023-03-21 2:48 UTC
[igt-dev] [PATCH] correct validating config on enconder mask. Then mode setting can be run through with multiple displays
2023-03-21 2:48 UTC
[PATCH v2] riscv: mm: Fix incorrect ASID argument when flushing TLB
2023-03-21 2:42 UTC (5+ messages)
[virtio-comment] [PATCH v12] virtio-net: support the virtqueue coalescing moderation
2023-03-21 2:41 UTC (4+ messages)
` [virtio-dev] "
[RFC] memcg, oom: clean up mem_cgroup_oom_synchronize
2023-03-21 2:41 UTC (3+ messages)
[PATCH 1/3] drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV
2023-03-21 2:40 UTC (3+ messages)
` [PATCH 2/3] drm/amdgpu: reinit mes ip block during reset "
` [PATCH 3/3] drm/amdgpu: resume ras for gfx v11_0_3 "
[PATCH v9 0/5] add debugfs to migration driver
2023-03-21 2:40 UTC (4+ messages)
` [PATCH v9 1/5] vfio/migration: Add debugfs to live "
[PATCH v4 00/17] Basic StarFive JH7110 RISC-V SoC support
2023-03-21 2:39 UTC (4+ messages)
` [PATCH v4 17/17] configs: starfive: add starfive_visionfive2_defconfig
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.