All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-26 14:58:47 to 2022-01-26 15:16:26 UTC [more...]

[LTP] [PATCH v2 0/7] m4: Fix warnings, remove old checks
 2022-01-26 15:18 UTC  (9+ messages)
` [LTP] [RFC PATCH v2 3/7] m4: Remove check for struct perf_event_attr
` [LTP] [RFC PATCH v2 4/7] realtime/m4: Simplify exp10 check
` [LTP] [RFC PATCH v2 5/7] m4: Remove check for MREMAP_FIXED
` [LTP] [RFC PATCH v2 6/7] m4: Remove check for clone() supports 7 args

[PATCH v2 0/4] VIRTIO: Provision maximum MSI-X vectors for a VF
 2022-01-26 15:16 UTC  (6+ messages)
` [PATCH v2 1/4] Add virtio Admin Virtqueue
    ` [virtio-comment] "

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-26 15:12 UTC  (4+ messages)
` [PATCH v5 18/18] vfio-user: avocado tests for vfio-user

[PATCH v4 00/27] drm/rockchip: RK356x VOP2 support
 2022-01-26 15:04 UTC  (59+ messages)
` [PATCH 01/27] drm/encoder: Add of_graph port to struct drm_encoder
  ` Aw: "
` [PATCH 03/27] drm/rockchip: dw_hdmi: rename vpll clock to reference clock
` [PATCH 05/27] drm/rockchip: dw_hdmi: add regulator support
` [PATCH 07/27] drm/rockchip: dw_hdmi: Use auto-generated tables
` [PATCH 08/27] drm/rockchip: dw_hdmi: drop mode_valid hook
` [PATCH 09/27] drm/rockchip: dw_hdmi: Set cur_ctr to 0 always
` [PATCH 10/27] drm/rockchip: dw_hdmi: add default 594Mhz clk for 4K@60hz
` [PATCH 11/27] clk: rockchip: rk3568: Add more PLL rates
` [PATCH 12/27] dt-bindings: display: rockchip: dw-hdmi: Add compatible for rk3568 HDMI
` [PATCH 13/27] dt-bindings: display: rockchip: dw-hdmi: Make unwedge pinctrl optional
` [PATCH 14/27] dt-bindings: display: rockchip: dw-hdmi: use "ref" as clock name
` [PATCH 15/27] dt-bindings: display: rockchip: dw-hdmi: Add regulator support
` [PATCH 16/27] dt-bindings: display: rockchip: dw-hdmi: Add additional clock
` [PATCH 17/27] dt-bindings: display: rockchip: Add binding for VOP2
` [PATCH 18/27] arm64: dts: rockchip: rk3399: reorder hmdi clocks
` [PATCH 19/27] arm64: dts: rockchip: rk3399: rename HDMI ref clock to 'ref'
` [PATCH 20/27] arm64: dts: rockchip: rk356x: Add VOP2 nodes
` [PATCH 21/27] arm64: dts: rockchip: rk356x: Add HDMI nodes
` [PATCH 22/27] arm64: dts: rockchip: rk3568-evb: Enable VOP2 and hdmi
` [PATCH 23/27] arm64: dts: rockchip: enable vop2 and hdmi tx on quartz64a
` [PATCH 24/27] clk: rk3568: drop CLK_SET_RATE_PARENT from dclk_vop*
` [PATCH 25/27] clk: rk3568: Add CLK_SET_RATE_PARENT to the HDMI reference clock
` [PATCH 26/27] drm/rockchip: Make VOP driver optional
` [PATCH 27/27] drm: rockchip: Add VOP2 driver

Firmware (devicetree/ACPI interface) for marking camera sensors being on the front/back of a device
 2022-01-26 15:15 UTC  (3+ messages)

[PATCH v9 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-01-26 15:11 UTC  (82+ messages)
` [PATCH v9 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v9 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v9 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v9 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v9 05/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v9 06/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v9 07/40] arm64/sme: Manually encode SME instructions
` [PATCH v9 08/40] arm64/sme: Early CPU setup for SME
` [PATCH v9 09/40] arm64/sme: Basic enumeration support
` [PATCH v9 10/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v9 11/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v9 12/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v9 13/40] arm64/sme: Implement support for TPIDR2
` [PATCH v9 14/40] arm64/sme: Implement SVCR context switching
` [PATCH v9 15/40] arm64/sme: Implement streaming SVE "
` [PATCH v9 16/40] arm64/sme: Implement ZA "
` [PATCH v9 17/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v9 18/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v9 19/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v9 20/40] arm64/sme: Implement ZA "
` [PATCH v9 21/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v9 22/40] arm64/sme: Add ptrace support for ZA
` [PATCH v9 23/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v9 24/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v9 25/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v9 26/40] KVM: arm64: Trap SME usage in guest
` [PATCH v9 27/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v9 28/40] arm64/sme: Provide Kconfig for SME
` [PATCH v9 29/40] kselftest/arm64: sme: Add streaming SME support to vlset
` [PATCH v9 30/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v9 31/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v9 32/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v9 33/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v9 34/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v9 35/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v9 36/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v9 37/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v9 38/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v9 39/40] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v9 40/40] squqsh traps

[PATCH 0/4] Prepare general purpose clocks on msm8916
 2022-01-26 15:14 UTC  (6+ messages)
` [PATCH 1/4] clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled

[LTP] [PATCH 0/2] shell API: print environment variables in .h
 2022-01-26 15:13 UTC  (2+ messages)

[PATCH 5.10 00/25] 5.10.92-rc1 review
 2022-01-26 15:12 UTC  (4+ messages)
` [PATCH 5.10 01/25] md: revert io stats accounting

ppc: hard lockup / hang in v5.17-rc1 under QEMU
 2022-01-26 15:03 UTC  (2+ messages)

[dpdk-dev] [RFC 0/3] ethdev: datapath-focused flow rules management
 2022-01-26 15:12 UTC  (7+ messages)
` [PATCH v2 01/10] ethdev: introduce flow pre-configuration hints

[PATCH v3] kselftest: kvm/arm64: Skip tests if we can't create a vgic-v3
 2022-01-26 15:12 UTC  (3+ messages)

[PATCH 5.10 000/560] 5.10.94-rc2 review
 2022-01-26 15:11 UTC  (2+ messages)

[PATCH v5 1/4] drm/amd: Warn users about potential s0ix problems
 2022-01-26 15:11 UTC  (5+ messages)
` [PATCH v5 2/4] drm/amd: add support to check whether the system is set to s3

[PATCH] drm/privacy-screen: Fix sphinx warning
 2022-01-26 15:11 UTC 

[RFC PATCH v2 0/7] Add support for BCM2835 camera interface (unicam)
 2022-01-26 15:03 UTC  (5+ messages)
` [RFC PATCH v2 4/7] media: bcm2835-unicam: Add support for for CCP2/CSI2 camera interface

[PATCH] rteval: Increase default buckets from 2000 to 3500
 2022-01-26 15:10 UTC 

[virtio-dev] [PATCH] virtio: clarify feature negotiation
 2022-01-26 15:10 UTC  (9+ messages)
` [virtio-comment] Re: [virtio] "
    ` [virtio-dev] "

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2022-01-26 15:08 UTC  (10+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] t5326: demonstrate bitmap corruption after permutation
  ` [PATCH v4 3/9] pack-revindex.c: instrument loading on-disk reverse index
  ` [PATCH v4 5/9] t5326: extract `test_rev_exists`
  ` [PATCH v4 9/9] pack-bitmap.c: gracefully fallback after opening pack/MIDX

[LTP] [PATCH 1/1] tst_net.sh: Print help ASAP
 2022-01-26 15:08 UTC 

[PATCH] drm/amdgpu: Fix an error message in rmmod
 2022-01-26 15:08 UTC  (5+ messages)

[PATCH] Whitelist libuuid clock file
 2022-01-26 15:07 UTC  (5+ messages)

DTS WG Meeting Minutes 1/19/22
 2022-01-26 15:06 UTC 

[PATCH] kexec: disable cpu hotplug until the rebooting cpu is stable
 2022-01-26 15:06 UTC  (5+ messages)

[dunfell][PATCH v2] ghostscript: fix CVE-2021-45949
 2022-01-26 15:06 UTC  (2+ messages)
` [OE-core] "

[PATCH 00/10] Removal of most do_exit calls
 2022-01-26 15:06 UTC  (13+ messages)
` [PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case

[PATCH] arm64: dts: renesas: ulcb-kf: add 9-asix sensor device
 2022-01-26 15:04 UTC  (2+ messages)

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-26 15:04 UTC  (6+ messages)
` [PATCH 1/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT

[Cluster-devel] [PATCH] srcutree: use export for srcu_struct defined by DEFINE_STATIC_SRCU()
 2022-01-26 15:03 UTC  (2+ messages)
`  "

[PULL 0/1] virtiofs queue
 2022-01-26 14:57 UTC  (2+ messages)

[PATCH net-next 1/1] r8169: enable RTL8125 ASPM L1.2
 2022-01-26 15:03 UTC  (5+ messages)

[PATCH] inet: missing lock releases in igmp.c
 2022-01-26 15:03 UTC  (3+ messages)
` [inet] 92768196fd: BUG:sleeping_function_called_from_invalid_context_at_lib/iov_iter.c

[Intel-wired-lan] [PATCH net-next v2 2/2] iavf: Fix incorrect use of assigning iavf_status to int
 2022-01-26 15:03 UTC 

[PATCH] Fixed the failing BadConfigExceptionTest unit test
 2022-01-26 15:02 UTC  (2+ messages)

[PATCH] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-26 15:02 UTC 

'btrfs replace' hangs at end of replacing a device (v5.10.82)
 2022-01-26 15:02 UTC  (7+ messages)

[PATCH v1 0/4] fbtft: Unorphan the driver for maintenance
 2022-01-26 15:02 UTC  (7+ messages)

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-01-26 14:54 UTC  (3+ messages)
` [PATCH v6 30/33] include/block/block_int-common.h: introduce bdrv_amend_pre_run and bdrv_amend_clean

[PATCH v2] kselftest: alsa: Add test case for writing invalid values
 2022-01-26 15:00 UTC  (3+ messages)

[PATCH] crypto: algapi - Remove test larvals to fix error paths
 2022-01-26 15:01 UTC  (2+ messages)

[RFC bpf-next 0/2] introduce bpf fdb lookup helper for xdp
 2022-01-26 15:00 UTC  (9+ messages)
` [RFC bpf-next 1/2] net: bridge: add unstable br_fdb_find_port_from_ifindex helper
            ` [Bridge] "

xfrm regression: TCP MSS calculation broken by commit b515d263, results in TCP stall
 2022-01-26 15:00 UTC  (8+ messages)
` [PATCH] xfrm: fix MTU regression
            ` [PATCH] Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"

[PATCH v2] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-26 14:59 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v1] iavf: Fix incorrect use of assigning iavf_status to int
 2022-01-26 14:59 UTC 

[PATCH] iio: st-sensors: Update ST Sensor bindings
 2022-01-26 14:59 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v2 1/2] iavf: Stop leaking iavf_status as "errno" values
 2022-01-26 14:59 UTC 

[Intel-wired-lan] [PATCH net-next v2 0/2] iavf: Fix return values in driver
 2022-01-26 14:59 UTC 


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.