All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-03 20:37:39 to 2020-09-03 21:10:38 UTC [more...]

[PATCH 00/77] Patch Round-up for stable 5.0.1, freeze on 2020-09-10
 2020-09-03 20:58 UTC  (5+ messages)
` [PATCH 11/77] 9pfs: local: ignore O_NOATIME if we don't have permissions
` [PATCH 19/77] iotests/283: Use consistent size for source and target
` [PATCH 23/77] KVM: x86: believe what KVM says about WAITPKG
` [PATCH 29/77] memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2020-09-03 21:10 UTC 

[dpdk-dev] [PATCH 1/7] ethdev: remove legacy descriptor status check API
 2020-09-03 21:09 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/7] ethdev: move inline device operations
  ` [dpdk-dev] [PATCH v2 3/7] ethdev: make device operations struct private

Aborting git rebase --edit-todo
 2020-09-03 21:08 UTC  (6+ messages)

[PULL 00/27] QOM boilerplate cleanup
 2020-09-03 20:52 UTC  (23+ messages)
` [PULL 01/27] qom: make object_ref/unref use a void * instead of Object *
` [PULL 02/27] qom: provide convenient macros for declaring and defining types
` [PULL 03/27] qom: Allow class type name to be specified in OBJECT_DECLARE*
` [PULL 04/27] qom: DECLARE_*_CHECKERS macros
` [PULL 05/27] qom: Make type checker functions accept const pointers
` [PULL 06/27] codeconverter: script for automating QOM code cleanups
` [PULL 07/27] Delete duplicate QOM typedefs
` [PULL 09/27] Use DECLARE_*CHECKER* macros
` [PULL 10/27] Use DECLARE_*CHECKER* when possible (--force mode)
` [PULL 11/27] Use OBJECT_DECLARE_TYPE where possible
` [PULL 12/27] Use OBJECT_DECLARE_SIMPLE_TYPE when possible
` [PULL 13/27] gpex: Fix type checking function name
` [PULL 14/27] chardev: Rename TYPE_CHARDEV_* to TYPE_*_CHARDEV
` [PULL 16/27] dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV
` [PULL 17/27] vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE
` [PULL 18/27] vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENID
` [PULL 20/27] esp: Rename ESP_STATE to ESP
` [PULL 21/27] filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITER
` [PULL 22/27] rs6000_mc: Rename RS6000MC_DEVICE to RS6000MC
` [PULL 23/27] sabre: Rename SABRE_DEVICE to SABRE
` [PULL 24/27] usb: Rename USB_SERIAL_DEV to USB_SERIAL
` [PULL 26/27] pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312

[PATCH v2] fetch: no FETCH_HEAD display if --no-write-fetch-head
 2020-09-03 21:06 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] drm/amdgpu/pm: Account for extra separator characters in sysfs interface
 2020-09-03 21:06 UTC 

[RFC PATCH 00/16] 1GB THP support on x86_64
 2020-09-03 21:06 UTC  (5+ messages)

[tip:WIP.core/build] BUILD SUCCESS 6e0bf0e0e55000742a53c5f3b58f8669e0091a11
 2020-09-03 21:04 UTC 

[PATCH] drm/msm: Drop local dma_parms
 2020-09-03 21:04 UTC  (2+ messages)

[PATCH] drm/mediatek: Drop local dma_parms
 2020-09-03 20:59 UTC  (3+ messages)

[PATCH v3 3/7] ASoC: sun4i-i2s: Add support for H6 I2S
 2020-09-03 20:58 UTC  (13+ messages)

[pull request][net-next 00/10] mlx5 Multi packet tx descriptors for SKBs
 2020-09-03 21:00 UTC  (11+ messages)
` [net-next 01/10] net/mlx5e: Refactor inline header size calculation in the TX path
` [net-next 02/10] net/mlx5e: Refactor xmit functions
` [net-next 03/10] net/mlx5e: Small improvements for XDP TX MPWQE logic
` [net-next 04/10] net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNT
` [net-next 05/10] net/mlx5e: Move the TLS resync check out of the function
` [net-next 06/10] net/mlx5e: Support multiple SKBs in a TX WQE
` [net-next 07/10] net/mlx5e: Generalize TX MPWQE checks for full session
` [net-next 08/10] net/mlx5e: Rename xmit-related structs to generalize them
` [net-next 09/10] net/mlx5e: Move TX code into functions to be used by MPWQE
` [net-next 10/10] net/mlx5e: Enhanced TX MPWQE for SKBs

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-09-03 21:07 UTC  (5+ messages)
` [PATCH v2 3/9] iommu/ioasid: Introduce ioasid_set APIs

[PATCH] net: fec: Fix PHY init after phy_reset_after_clk_enable()
 2020-09-03 21:00 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 00/18] mlx5 Rx DevX/Verbs separation
 2020-09-03 20:59 UTC  (3+ messages)

[PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support
 2020-09-03 20:58 UTC  (10+ messages)
` [PATCH v2 net-next 1/9] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v2 net-next 2/9] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v2 net-next 3/9] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v2 net-next 4/9] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v2 net-next 5/9] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v2 net-next 6/9] bpf: helpers: add bpf_xdp_adjust_mb_header helper
` [PATCH v2 net-next 7/9] bpf: helpers: add multibuffer support
` [PATCH v2 net-next 8/9] samples/bpf: add bpf program that uses xdp mb helpers
` [PATCH v2 net-next 9/9] net: mvneta: enable jumbo frames for XDP

[PATCH] drm/exynos: Drop local dma_parms
 2020-09-03 20:51 UTC  (3+ messages)

[PATCH v2 00/20] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-09-03 20:57 UTC  (36+ messages)
` [PATCH v2 01/20] Revert "ASoC: sun4i-i2s: Fix the LRCK polarity"
` [PATCH v2 03/20] ASoC: sun4i-i2s: Adjust LRCLK width
` [PATCH v2 04/20] dt-bindings: ASoC: sun4i-i2s: Add H6 compatible
` [PATCH v2 05/20] ASoC: sun4i-i2s: Set sign extend sample
` [PATCH v2 06/20] ASoc: sun4i-i2s: Add 20 and 24 bit support
` [PATCH v2 07/20] ASoC: sun4i-i2s: Fix sun8i volatile regs
` [PATCH v2 08/20] arm64: dts: allwinner: h6: Add HDMI audio node
` [PATCH v2 09/20] arm64: dts: allwinner: h6: Enable HDMI sound for Beelink GS1
` [PATCH v2 10/20] arm: dts: sunxi: h3/h5: Add DAI node for HDMI
` [PATCH v2 11/20] arm: dts: sunxi: h3/h5: Add HDMI audio
` [PATCH v2 12/20] arm64: dts: allwinner: a64: Add DAI node for HDMI
` [PATCH v2 13/20] arm64: dts: allwinner: a64: Add HDMI audio
` [PATCH v2 14/20] arm: sun8i: h3: Add HDMI audio to Orange Pi 2
` [PATCH v2 15/20] arm: sun8i: h3: Add HDMI audio to Beelink X2
` [PATCH v2 16/20] arm64: dts: allwinner: a64: Add HDMI audio to Pine64
` [PATCH v2 17/20] arm64: dts: allwinner: Enable HDMI audio on Orange Pi PC 2
` [PATCH v2 18/20] ARM: dts: sun8i-h3: Enable HDMI audio on Orange Pi PC/One
` [PATCH v2 19/20] arm64: dts: sun50i-h6-orangepi-3: Enable HDMI audio
` [PATCH v2 20/20] arm64: defconfig: Enable Allwinner i2s driver

[PATCH v2] x86: Use xorl %0,%0 in __get_user_asm
 2020-09-03 20:57 UTC  (2+ messages)
` [tip: x86/asm] x86/uaccess: Use XORL %0,%0 in __get_user_asm()

[cip-dev] [PATCH 4.4.y-cip] of: Add missing exports of node name compare functions
 2020-09-03 20:57 UTC  (4+ messages)

[PATCH 00/22] add support for Clang LTO
 2020-09-03 20:30 UTC  (38+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 01/28] x86/boot/compressed: Disable relocation relaxation
  ` [PATCH v2 02/28] x86/asm: Replace __force_order with memory clobber
  ` [PATCH v2 03/28] lib/string.c: implement stpcpy
  ` [PATCH v2 04/28] RAS/CEC: Fix cec_init() prototype
  ` [PATCH v2 05/28] objtool: Add a pass for generating __mcount_loc
  ` [PATCH v2 07/28] kbuild: add support for objtool mcount
  ` [PATCH v2 08/28] x86, build: use "
  ` [PATCH v2 09/28] kbuild: add support for Clang LTO
  ` [PATCH v2 10/28] kbuild: lto: fix module versioning
  ` [PATCH v2 11/28] kbuild: lto: postpone objtool
  ` [PATCH v2 12/28] kbuild: lto: limit inlining
  ` [PATCH v2 14/28] kbuild: lto: remove duplicate dependencies from .mod files
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering
  ` [PATCH v2 16/28] init: lto: fix PREL32 relocations
  ` [PATCH v2 17/28] PCI: Fix PREL32 relocations for LTO
  ` [PATCH v2 18/28] modpost: lto: strip .lto from module names
  ` [PATCH v2 19/28] scripts/mod: disable LTO for empty.c
  ` [PATCH v2 20/28] efi/libstub: disable LTO
  ` [PATCH v2 21/28] drivers/misc/lkdtm: disable LTO for rodata.o
  ` [PATCH v2 22/28] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
  ` [PATCH v2 23/28] arm64: vdso: disable LTO
  ` [PATCH v2 24/28] KVM: arm64: disable LTO for the nVHE directory
  ` [PATCH v2 25/28] arm64: allow LTO_CLANG and THINLTO to be selected
  ` [PATCH v2 26/28] x86, vdso: disable LTO only for vDSO
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations
  ` [PATCH v2 28/28] x86, build: allow LTO_CLANG and THINLTO to be selected

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-03 20:56 UTC 

[PATCH 1/3] ALSA: hda/realtek: Add quirk for System76 Lemur Pro (lemp9)
 2020-09-03 20:54 UTC  (3+ messages)
` [PATCH 2/3] ALSA: hda/realtek: Add quirks for System76 Gazelle (gaze15)
  ` [PATCH 3/3] ALSA: hda/realtek: Add quirk for System76 Serval WS (serw12)

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-09-03 20:54 UTC 

[RFC PATCH] scsi: target: detect XCOPY NAA descriptor conflicts
 2020-09-03 20:54 UTC  (6+ messages)

[cip-dev] [PATCH 4.4.y-cip 0/4] serial mctrl_gpio/sh-sci Fixes
 2020-09-03 20:54 UTC  (9+ messages)
` [cip-dev] [PATCH 4.4.y-cip 1/4] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
` [cip-dev] [PATCH 4.4.y-cip 2/4] serial: sh-sci: Terminate TX DMA during buffer flushing
` [cip-dev] [PATCH 4.4.y-cip 3/4] serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS
` [cip-dev] [PATCH 4.4.y-cip 4/4] serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning error

💥 PANICKED: Test report for kernel 5.9.0-rc3-020ad03.cki (block)
 2020-09-03 20:53 UTC  (6+ messages)

[Buildroot] [PATCH] package/libzip: add patch from upstream to fix build
 2020-09-03 20:52 UTC  (3+ messages)

[PATCH v9] ARM: boot: Validate start of physical memory against DTB
 2020-09-03 20:49 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/krzk/linux
 2020-09-03 20:50 UTC 

[PATCH 00/13] ARM: dts: exynos: dtschema cleanups for Exynos5
 2020-09-03 20:48 UTC  (4+ messages)
` [PATCH 01/13] ARM: dts: exynos: Correct compatible for Exynos5 GIC

[PATCH] drm/managed: Cleanup of unused functions and polishing docs
 2020-09-03 20:48 UTC  (4+ messages)

[PATCH net-next] net: tighten the definition of interface statistics
 2020-09-03 20:48 UTC  (4+ messages)

[Buildroot] [PATCH v2, 1/1] package/kismet: fix build with gcc >= 9
 2020-09-03 20:47 UTC  (3+ messages)

[Buildroot] [PATCH/next 1/2] package/libcap: drop host-gperf dependency
 2020-09-03 20:47 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-03 20:46 UTC 

[RFC PATCH 0/3] alsa-lib/ASoC: use inclusive language for bclk/fsync/topology
 2020-09-03 20:42 UTC  (2+ messages)

[PATCH 1/7] dt-bindings: clock: imx8m: Integrate duplicated i.MX 8M schemas
 2020-09-03 20:36 UTC  (4+ messages)
` [PATCH 6/7] dt-bindings: i2c: imx: Use unevaluatedProperties

Requirements to control kernel isolation/nohz_full at runtime
 2020-09-03 18:52 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 00/11] bbdev PMD ACC100
 2020-09-03 20:45 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 05/11] baseband/acc100: add LDPC processing functions

[PATCH] drm/komeda: Drop local dma_parms
 2020-09-03 20:36 UTC 

[PATCH V2 0/5] Convert the intel iommu driver to the dma-iommu api
 2020-09-03 20:18 UTC  (2+ messages)
` [PATCH V2 3/5] iommu: allow the dma-iommu api to use bounce buffers

[PATCH v2 00/10] Support qcom USB3+DP combo phy (or type-c phy)
 2020-09-03 20:43 UTC  (3+ messages)
` [PATCH v2 07/10] phy: qcom-qmp: Add support for DP in USB3+DP combo phy

[RFC PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
 2020-09-03 20:34 UTC  (2+ messages)

[Buildroot] [RFC PATCH v1 1/1] package/pkg-golang: download deps to vendor tree if not present
 2020-09-03 20:43 UTC  (10+ messages)

[PATCH 1/4] ASoC: odroid: Add missing properties
 2020-09-03 20:32 UTC  (4+ messages)
` [PATCH 2/4] ASoC: samsung-i2s: "
` [PATCH 3/4] arm64: dts: exynos: Remove undocumented i2s properties in Exynos5433
` [PATCH 4/4] ARM: dts: exynos: Add clocks sound node in Exynos5422 Odroid XU4

[PATCH net] net: phy: dp83867: Fix various styling and space issues
 2020-09-03 20:42 UTC  (4+ messages)

[PATCH 1/3] MIPS: DTS: img: marduk: Add SPI NAND flash
 2020-09-03 20:40 UTC  (2+ messages)

[PATCH] drm/etnaviv: Drop local dma_parms
 2020-09-03 20:40 UTC 

[PATCH] platform/chrome: Kconfig: Remove the transitional MFD_CROS_EC config
 2020-09-03 20:39 UTC  (3+ messages)

[PATCH net-next 0/3] net: phy: Support enabling clocks prior to bus probe
 2020-09-03 20:39 UTC  (3+ messages)
` [PATCH net-next 1/3] "

[PATCH net-next 0/7] Marvell PP2.2 PTP support
 2020-09-03 20:38 UTC  (5+ messages)
` [PATCH net-next 6/7] net: mvpp2: ptp: add interrupt handling

[PATCH v3 bpf-next 00/14] Add libbpf full support for BPF-to-BPF calls
 2020-09-03 20:35 UTC  (8+ messages)
` [PATCH v3 bpf-next 01/14] libbpf: ensure ELF symbols table is found before further ELF processing
` [PATCH v3 bpf-next 02/14] libbpf: parse multi-function sections into multiple BPF programs
` [PATCH v3 bpf-next 04/14] libbpf: make RELO_CALL work for multi-prog sections and sub-program calls
` [PATCH v3 bpf-next 05/14] libbpf: implement generalized .BTF.ext func/line info adjustment
` [PATCH v3 bpf-next 06/14] libbpf: add multi-prog section support for struct_ops
` [PATCH v3 bpf-next 07/14] selftests/bpf: add selftest for multi-prog sections and bpf-to-bpf calls
` [PATCH v3 bpf-next 12/14] selftests/bpf: add subprogs to pyperf, strobemeta, and l4lb_noinline tests


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.