All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-23 16:31:06 to 2021-04-23 17:02:33 UTC [more...]

[PATCH v2 bpf-next 00/17] BPF static linker: support externs
 2021-04-23 17:02 UTC  (12+ messages)
` [PATCH v2 bpf-next 10/17] libbpf: tighten BTF type ID rewriting with error checking

[PATCH 0/2] powerpc/sstep: Add emulation support and tests for 'setb' instruction
 2021-04-23 16:57 UTC  (8+ messages)
` [PATCH 1/2] powerpc/sstep: Add emulation support for ‘setb’ instruction

[PATCH bpf-next 0/2] Simplify bpf_snprintf verifier code
 2021-04-23 17:01 UTC  (2+ messages)

[PATCH] ceph: Upgrade to 16.2.1
 2021-04-23 17:01 UTC 

[Bug 1323758] Re: Mouse stops working when connected usb-storage-device
 2021-04-23 16:41 UTC 

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-23 16:59 UTC  (42+ messages)
` [PATCH v5 01/20] drm/panel: panel-simple: Add missing pm_runtime_disable() calls
` [PATCH v5 02/20] drm/bridge: ti-sn65dsi86: Rename the main driver data structure
` [PATCH v5 03/20] drm/bridge: ti-sn65dsi86: More renames in prep for sub-devices
` [PATCH v5 04/20] drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disable
` [PATCH v5 05/20] drm/bridge: ti-sn65dsi86: Clean debugfs code
` [PATCH v5 06/20] drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probe
` [PATCH v5 07/20] drm/bridge: ti-sn65dsi86: Cleanup managing of drvdata
` [PATCH v5 08/20] drm/bridge: ti-sn65dsi86: Move all the chip-related init to the start
` [PATCH v5 09/20] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers
` [PATCH v5 10/20] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [PATCH v5 11/20] drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspend
` [PATCH v5 12/20] drm/bridge: ti-sn65dsi86: Code motion of refclk management functions
` [PATCH v5 13/20] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v5 14/20] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v5 15/20] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v5 16/20] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v5 17/20] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v5 18/20] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v5 19/20] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v5 20/20] arm64: dts: qcom: Link the panel to the bridge's DDC bus

[PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
 2021-04-23 16:54 UTC  (4+ messages)
` [PATCH 1/4] linux-user/arm: Split out emulate_arm_fpa11
` [PATCH 2/4] linux-user/arm: Do not emulate fpa11 in thumb mode
` [PATCH 4/4] linux-user/arm: Simplify accumulating and raising fpa11 exceptions

[NXP-IMX] Please pull nxp-imx-4-23-2021
 2021-04-23 16:59 UTC  (2+ messages)

[PATCH v2] pwm: Drop irrelevant error path from pwmchip_remove()
 2021-04-23 16:59 UTC 

[PATCH v1 01/14] spi: pxa2xx: Use one point of return when ->probe() fails
 2021-04-23 16:56 UTC  (45+ messages)
` [PATCH v1 02/14] spi: pxa2xx: Utilize MMIO and physical base from struct ssp_device
` [PATCH v1 03/14] spi: pxa2xx: Utilize struct device "
` [PATCH v1 04/14] spi: pxa2xx: Replace header inclusions by forward declarations
` [PATCH v1 05/14] spi: pxa2xx: Consolidate related headers under include/linux/spi
` [PATCH v1 06/14] spi: pxa2xx: Group Intel Quark specific definitions
` [PATCH v1 07/14] spi: pxa2xx: Introduce int_stop_and_reset() helper
` [PATCH v1 08/14] spi: pxa2xx: Reuse int_error_stop() in pxa2xx_spi_slave_abort()
` [PATCH v1 09/14] spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driver
` [PATCH v1 10/14] spi: pxa2xx: Extract pxa2xx_spi_update() helper
` [PATCH v1 11/14] spi: pxa2xx: Extract clear_SSCR1_bits() helper
` [PATCH v1 12/14] spi: pxa2xx: Extract read_SSSR_bits() helper
` [PATCH v1 13/14] spi: pxa2xx: Constify struct driver_data parameter
` [PATCH v1 14/14] spi: pxa2xx: Introduce special type for Merrifield SPIs

[meta-rockchip][PATCH v3 0/7] OP-TEE support for ARM and rk3399
 2021-04-23 16:58 UTC  (8+ messages)
` [meta-rockchip][PATCH v3 1/7] trusted-firmware-a: include optee support when requested by DISTRO_FEATURE
` [meta-rockchip][PATCH v3 2/7] u-boot: include optee-os as BL32 "
` [meta-rockchip][PATCH v3 3/7] optee-os: enable rk3399 support, including serial console support
` [meta-rockchip][PATCH v3 4/7] RFC optee: new "optee" DISTRO_FEATURE to enable optee-os integration
` [meta-rockchip][PATCH v3 5/7] RFC: optee: only enable the recipes when "optee" is included in DISTRO_FEATURES
` [meta-rockchip][PATCH v3 6/7] WIP nanopi-m4: declare OP-TEE presence in devicetree
` [meta-rockchip][PATCH v3 7/7] WIP kernel config feature for OP-TEE activation

[PATCH v2 0/7] tests/acceptance: Handle tests with "cpu" tag
 2021-04-23 16:55 UTC  (3+ messages)
` [PATCH v2 1/7] tests/acceptance: Automatic set -cpu to the test vm

[PATCH 00/37] imx: add i.MX8ULP support
 2021-04-23 16:57 UTC  (3+ messages)
` [PATCH 37/37] arm: imx: add i.MX8ULP EVK support

[GIT PULL] md-next 20210423
 2021-04-23 16:57 UTC  (2+ messages)

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-23 16:57 UTC  (3+ messages)

socket.c added support for unix domain socket datagram transport
 2021-04-23 16:54 UTC  (6+ messages)

[ANNOUNCE] sdparm 1.12 available
 2021-04-23 16:56 UTC 

[PATCH] Add full flash erase support in mtd-utils
 2021-04-23 16:54 UTC  (3+ messages)
` [PATCH 1/1] mtd-utils: flash_erase: Add flash erase chip

[PATCHv9 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-23 16:54 UTC  (5+ messages)
` [PATCHv9 bpf-next 2/4] "

[PATCH] libselinux android: Add keystore2_key label module
 2021-04-23 16:54 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: pwm: convert pwm-rockchip.txt to YAML
 2021-04-23 16:53 UTC  (4+ messages)

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.188-43-gf7796965d612)
 2021-04-23 16:54 UTC 

[PATCH] memcg: enable accounting for pids in nested pid namespaces
 2021-04-23 16:54 UTC  (2+ messages)

[PATCH v4 00/27] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-23 16:46 UTC  (4+ messages)
` [PATCH v4 27/27] drm/panel: panel-simple: Prepare/unprepare are refcounted, not forced

[PATCH 00/49] staging: rtl8723bs: remove all remaining debug macros in rtw_debug.h
 2021-04-23 16:52 UTC  (4+ messages)
` [PATCH 02/49] staging: rtl8723bs: replace DBG_871X_SEL log macro with netdev_dbg()

[PATCH-next v5 0/4] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-23 16:52 UTC  (7+ messages)
` [PATCH-next v5 2/4] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp

[PATCH v2 1/1] ACPICA: Add SVKL table headers
 2021-04-23 16:52 UTC  (3+ messages)

[meta-virtualization] [PATCH] ceph: Upgrade to 16.2.0
 2021-04-23 16:51 UTC  (2+ messages)

[PATCH v1 0/6] staging: media: atomisp: code cleanup fixes
 2021-04-23 16:50 UTC  (3+ messages)
` [PATCH v3 "

Need suggestions: in case where linux-lib-headers and the kernel versions differ
 2021-04-23 16:49 UTC  (4+ messages)
` [OE-core] "

[PATCH] arm-autonomy/linux-arm-autonomy: Remove Xen irq lock patch
 2021-04-23 16:49 UTC 

[PATCH] pwm: mediatek: remove unused function
 2021-04-23 16:47 UTC  (4+ messages)

[PATCH net-next 0/3] Marvell Prestera Switchdev initial updates for
 2021-04-23 16:49 UTC  (3+ messages)
` [PATCH net-next 1/3] net: marvell: prestera: bump supported firmware version to 3.0

stable-rc/queue/4.4 build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.267-21-g788e05e2821e7)
 2021-04-23 16:47 UTC 

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-04-23 16:47 UTC  (4+ messages)

[PATCH 1/2] ASoC: dwc: add a quirk DW_I2S_QUIRK_STOP_ON_SHUTDOWN to dwc driver
 2021-04-23 16:46 UTC  (3+ messages)

[PATCH] staging: media: atomisp: replace pr_info() by dev_info()
 2021-04-23 16:47 UTC  (3+ messages)

[RFC PATCH] fast-export, fast-import: Let tags specify an internal name
 2021-04-23 16:47 UTC  (2+ messages)

[PATCH v9 1/8] pwm: pca9685: Switch to atomic API
 2021-04-23 16:46 UTC  (4+ messages)

[PATCH v2 0/3] Add multiprocessor wake-up support
 2021-04-23 16:44 UTC  (4+ messages)
` [PATCH v2 1/3] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure

[PATCH v2] nvme: rdma/tcp: call nvme_mpath_stop() from reconnect workqueue
 2021-04-23 16:43 UTC  (2+ messages)

stable-rc/queue/5.4 build: 195 builds: 0 failed, 195 passed, 119 warnings (v5.4.114)
 2021-04-23 16:43 UTC 

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-23 16:43 UTC  (14+ messages)
                    ` Crash for i40e on net-next (was: [PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support)

[PATCH v2 1/2] kvm: x86: Allow userspace to handle emulation errors
 2021-04-23 16:43 UTC  (4+ messages)

[PATCH v2 0/3] fast-export, fast-import: implement signed-commits
 2021-04-23 16:41 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] git-fast-import.txt: add missing LF in the BNF
  ` [PATCH v3 2/3] fast-export: rename --signed-tags='warn' to 'warn-verbatim'
  ` [PATCH v3 3/3] fast-export, fast-import: implement signed-commits

[PATCH] README: update/fix contribution guidelines
 2021-04-23 16:41 UTC  (4+ messages)
` [bitbake-devel] "

[PATCH net-next 0/8][pull request] 40GbE Intel Wired LAN Driver Updates 2021-04-23
 2021-04-23 16:42 UTC  (9+ messages)
` [PATCH net-next 1/8] i40e: refactor repeated link state reporting code
` [PATCH net-next 2/8] i40e: use minimal Tx and Rx pairs for kdump
` [PATCH net-next 3/8] i40e: use minimal Rx and Tx ring buffers "
` [PATCH net-next 4/8] i40e: use minimal admin queue "
` [PATCH net-next 5/8] iavf: remove duplicate free resources calls
` [PATCH net-next 6/8] iavf: change the flex-byte support number to macro definition
` [PATCH net-next 7/8] iavf: enhance the duplicated FDIR list scan handling
` [PATCH net-next 8/8] iavf: redefine the magic number for FDIR GTP-U header fields

[PATCH 1/4] drm/panel: seperate panel power control from panel prepare/unprepare
 2021-04-23 16:36 UTC  (6+ messages)
` [PATCH 3/4] drm/mediatek: fine tune the dsi panel's power sequence

[master] Pull request
 2021-04-23 16:40 UTC  (3+ messages)
  ` [docs] "

[PATCH net] mptcp: Retransmit DATA_FIN
 2021-04-23 16:40 UTC 

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-23 16:38 UTC  (14+ messages)

[PATCH v1 00/50] mips: octeon: Add serdes and device helper support incl. DM PCIe driver
 2021-04-23 16:38 UTC  (3+ messages)
` [PATCH v2 33/50] mips: octeon: Add misc remaining header files

PTP RX & TX time-stamp and TX Time in XDP ZC socket
 2021-04-23 16:37 UTC 

bmcweb: Install encrypted certificate to BMC
 2021-04-23 16:37 UTC  (5+ messages)

[PATCH] pwm: reword docs about pwm_apply_state()
 2021-04-23 16:32 UTC  (5+ messages)
` [PATCH v2] "

[meta-virtualization][hardknott][PATCH] containerd: fix CVE-2021-3121
 2021-04-23 16:32 UTC  (4+ messages)

[PATCH] regulator: Fix current limit for QCOM PMIC VBUS
 2021-04-23 16:32 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 0/7] test: refactor crypto unit test framework
 2021-04-23 16:32 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 2/7] test: introduce parent testsuite format

[PATCH v2 0/5] iommu: Support identity mappings of reserved-memory regions
 2021-04-23 16:32 UTC  (12+ messages)
` [PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier
` [PATCH v2 2/5] iommu: Implement of_iommu_get_resv_regions()
` [PATCH v2 3/5] iommu: dma: Use of_iommu_get_resv_regions()
` [PATCH v2 4/5] iommu/tegra-smmu: Add support for reserved regions
` [PATCH v2 5/5] iommu/tegra-smmu: Support managed domains

[PATCH v2 0/4] Add guest support for SEV live migration
 2021-04-23 16:31 UTC  (3+ messages)
` [PATCH v2 1/4] KVM: x86: invert KVM_HYPERCALL to default to VMMCALL


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.