All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-05 18:55:56 to 2022-02-05 20:15:18 UTC [more...]

[PATCH 00/35] Shadow stacks for userspace
 2022-02-05 20:15 UTC  (5+ messages)

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-05 20:14 UTC  (160+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 03/66] clk: sunxi-ng: v3s: Export the MBUS clock to the public header
` [PATCH v2 04/66] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v2 06/66] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 09/66] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v2 10/66] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v2 11/66] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v2 12/66] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v2 13/66] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v2 14/66] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge
` [PATCH v2 15/66] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v2 16/66] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 19/66] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 26/66] media: sun6i-csi: Register the media device after creation
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 28/66] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 31/66] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 34/66] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v2 35/66] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v2 36/66] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v2 38/66] media: sun6i-csi: Move register configuration to capture
` [PATCH v2 39/66] media: sun6i-csi: Rework capture format management with helper
` [PATCH v2 40/66] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v2 41/66] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v2 42/66] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v2 43/66] media: sun6i-csi: Tidy capture configure code
` [PATCH v2 44/66] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v2 45/66] media: sun6i-csi: Introduce capture "
` [PATCH v2 46/66] media: sun6i-csi: Configure registers from format tables
` [PATCH v2 47/66] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v2 48/66] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v2 49/66] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v2 50/66] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v2 51/66] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v2 52/66] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v2 53/66] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v2 54/66] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v2 55/66] media: sun6i-csi: Only configure capture when streaming
` [PATCH v2 56/66] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v2 57/66] media: sun6i-csi: Request a shared interrupt
` [PATCH v2 58/66] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v2 59/66] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 64/66] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH NOT FOR MERGE v2 66/66] of: Mark interconnects property supplier as optional

[xen-unstable test] 168018: tolerable FAIL - PUSHED
 2022-02-05 20:14 UTC 

[PATCH] systemd: enable KeepConfiguration= when running on network filesystem
 2022-02-05 20:11 UTC 

[PATCH] nfsv4.0/read: Test the behavior of reading near OFFSET_MAX
 2022-02-05 20:06 UTC  (2+ messages)

stable/linux-5.16.y baseline: 161 runs, 2 regressions (v5.16.6)
 2022-02-05 20:03 UTC 

[PATCH] ARM: dts: bcm2711: Fix comment
 2022-02-05 19:58 UTC  (2+ messages)

[PATCH] ARM: dts: bcm2835/6: Add the missing L1/L2 cache information
 2022-02-05 19:59 UTC  (2+ messages)

v4 clientid uniquifiers in containers/namespaces
 2022-02-05 19:50 UTC  (3+ messages)

[syzbot] general protection fault in ext4_fill_super
 2022-02-05 19:50 UTC  (2+ messages)

[PATCH v2 0/2] Add BananaPi R2 Pro board
 2022-02-05 18:59 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: rockchip: Add BananaPi R2 Pro Board
  ` Aw: "

stable-rc/queue/5.10 baseline: 120 runs, 1 regressions (v5.10.96-46-gf063d5e33f46)
 2022-02-05 19:45 UTC 

[PATCH v2 3/7] KVM: nVMX: Roll all entry/exit ctl updates into a single helper
 2022-02-05 19:41 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] bump version to 2.0.18
 2022-02-05 19:40 UTC  (2+ messages)

[Buildroot] [PATCH] configs/orangepi_zero_defconfig: switch to extlinux
 2022-02-05 19:38 UTC  (2+ messages)

[PATCH] ceph: wait for async create reply before sending any cap messages
 2022-02-05 19:35 UTC  (2+ messages)

[xtables-addons PATCH 0/2] 5.17 Kernel Support
 2022-02-05 19:33 UTC  (2+ messages)

[PATCH v10 0/9] efi_loader: capsule: improve capsule authentication support
 2022-02-05 19:32 UTC  (3+ messages)
` [PATCH v10 6/9] tools: mkeficapsule: allow for specifying GUID explicitly

Pull request for efi-2022-04-rc2
 2022-02-05 19:29 UTC  (4+ messages)

[PATCH] net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
 2022-02-05 19:27 UTC  (3+ messages)
` [PATCH net v2] "

[PATCH 1/1] tools: mkeficapsule: dont use malloc.h
 2022-02-05 19:16 UTC 

[PATCH 1/6] platform/x86: x86-android-tablets: Add battery swnode support
 2022-02-05 19:13 UTC  (6+ messages)
` [PATCH 2/6] platform/x86: x86-android-tablets: Add Asus ME176C/TF103C charger and fuelgauge props
` [PATCH 3/6] platform/x86: x86-android-tablets: Add x86_android_tablet_get_gpiod() helper
` [PATCH 4/6] platform/x86: x86-android-tablets: Add lid-switch gpio-keys pdev to Asus ME176C + TF103C
` [PATCH 5/6] platform/x86: x86-android-tablets: Add IRQ to Asus ME176C accelerometer info
` [PATCH 6/6] platform/x86: x86-android-tablets: Add Nextbook Ares 8 data

stable/linux-5.4.y baseline: 153 runs, 4 regressions (v5.4.177)
 2022-02-05 19:02 UTC 

[PATCH] lima: avoid error task dump attempt when not enabled
 2022-02-05 18:59 UTC  (2+ messages)

[libvirt test] 168021: regressions - FAIL
 2022-02-05 19:01 UTC 

[PATCH v3 0/3] Add support for LTC2688
 2022-02-05 18:58 UTC  (6+ messages)
` [PATCH v3 1/3] iio: dac: add support for ltc2688

[PATCH 0/2] Make mc146818rtc more self-contained
 2022-02-05 18:53 UTC  (3+ messages)
` [PATCH 1/2] isa/piix4: Resolve RTCState attribute

[PATCH v2] pata_hpt366: check channel enable bits
 2022-02-05 18:57 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.