All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-23 16:24:39 to 2021-04-23 16:59:59 UTC [more...]

[PATCH 0/4] linux-user/arm: fpa11 fix and cleanup
 2021-04-23 16:54 UTC  (3+ 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 v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-23 16:58 UTC  (18+ 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

[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  (8+ messages)
` [PATCH v4 24/27] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [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 v2 bpf-next 00/17] BPF static linker: support externs
 2021-04-23 16:34 UTC  (11+ messages)
` [PATCH v2 bpf-next 10/17] libbpf: tighten BTF type ID rewriting with error checking

[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

[PATCH kvm-unit-tests v2 0/8] arm/arm64: Prepare for target-efi
 2021-04-23 16:31 UTC  (3+ messages)
` [PATCH kvm-unit-tests v2 5/8] arm/arm64: mmu: Remove memory layout assumptions

[dpdk-dev] [PATCH] doc: fix formatting in testpmd user guide
 2021-04-23 16:29 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v3 4/5] drm/amdgpu: address remove from fault filter
 2021-04-23 16:28 UTC  (2+ messages)

[PATCH 00/17] arm: mach-k3: Initial Support for Texas Instruments AM642 Platform
 2021-04-23 16:27 UTC  (18+ messages)
` [PATCH 01/17] arm: mach-k3: Add basic support for AM642 SoC definition
` [PATCH 02/17] arm: mach-k3: am642: Add support for boot device detection
` [PATCH 03/17] arm: mach-k3: am642: Unlock all applicable control MMR registers
` [PATCH 04/17] arm: mach-k3: am642: Store boot info from ROM
` [PATCH 05/17] arm: mach-k3: am642: Load SYSFW binary and config from boot media
` [PATCH 06/17] arm: mach-k3: am642: Use mmc start and stop callbacks
` [PATCH 07/17] arm: mach-k3: am642: Shut down R5 core after ATF startup on A53
` [PATCH 08/17] armv8: mach-k3: am642: Add custom MMU support
` [PATCH 09/17] mmc: sdhci_am654: Add Support for TI's AM642 SoC
` [PATCH 10/17] mailbox: k3-sec-proxy: Extend valid thread IDs
` [PATCH 11/17] board: ti: am64x: Add board support for am64x evm
` [PATCH 12/17] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64
` [PATCH 13/17] arm: dts: ti: Add Support for AM642 SoC
` [PATCH 14/17] arm: dts: k3-am642: Add initial support for EVM
` [PATCH 15/17] arm: dts: k3-am642: Add r5 specific dt support
` [PATCH 16/17] configs: am64x_evm_r5: Add Initial support
` [PATCH 17/17] configs: am64x_evm_a53: "

[PATCH] [GSOC] pretty: provide human date format
 2021-04-23 16:27 UTC 

RSTs being marked as invalid because of wrong td_maxack value
 2021-04-23 16:26 UTC  (2+ messages)

[PATCH v2] vfio-ccw: Permit missing IRQs
 2021-04-23 16:24 UTC  (4+ messages)

[Buildroot] [PATCH v3 1/1] package/uftrace: new package
 2021-04-23 16:25 UTC  (2+ messages)

[PATCH v5] e2image: add option to ignore fs errors
 2021-04-23 16:25 UTC  (2+ messages)

[PATCH v2] checkpatch: Ignore ENOSYS warnings
 2021-04-23 16:24 UTC  (2+ messages)

[PATCH v2 1/3] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
 2021-04-23 16:24 UTC  (3+ messages)
` [PATCH v2 3/3] test: Add test for partitions


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.