All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-01 15:02:52 to 2021-06-01 15:45:03 UTC [more...]

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2021-06-01 15:45 UTC 

[lee-mfd:tb-mfd-asoc-5.14 2/3] sound/soc/codecs/rk817_codec.c:418:6: warning: variable 'ret' set but not used
 2021-06-01 15:44 UTC 

[PATCH v6 0/4]Add Bitstream configuration support for Versal
 2021-06-01 15:43 UTC  (6+ messages)
` [PATCH v6 4/4] fpga: versal-fpga: Add versal fpga manager driver

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2021-06-01 15:44 UTC 

[PATCH v2 1/4] kunit: Support skipped tests
 2021-06-01 15:44 UTC  (3+ messages)
` [PATCH v2 4/4] kasan: test: make use of kunit_skip()

[RFC net-next 0/2] Introduce MDIO probe order C45 over C22
 2021-06-01 15:44 UTC  (5+ messages)

[PATCH] kernel/time: Improve performance of time64_to_tm. Add tests
 2021-06-01 15:44 UTC  (3+ messages)

Seeking your opinion on ways to report both Altitude and Pressure sensors for the DPS310 as well as Temperature from dbus-sensors
 2021-06-01 15:42 UTC 

[PATCH] bpf: core: fix shift-out-of-bounds in ___bpf_prog_run
 2021-06-01 15:43 UTC  (4+ messages)
  ` [PATCH v2] "

stable-rc/queue/5.12 baseline: 124 runs, 1 regressions (v5.12.7-303-g89387db068ad)
 2021-06-01 15:42 UTC 

virtiofs uuid and file handles
 2021-06-01 15:42 UTC  (9+ messages)

[RFC 0/3] dma-fence: Add a "boost" mechanism
 2021-06-01 15:46 UTC  (7+ messages)
` [RFC 2/3] drm/atomic: Call dma_fence_boost() when we've missed a vblank

[XEN PATCH] libs/foreignmemory: Fix osdep_xenforeignmemory_map prototype
 2021-06-01 15:41 UTC 

[PATCH v2 0/7] mfd/power/rtc: Do not enforce (incorrect) interrupt trigger type
 2021-06-01 15:41 UTC  (2+ messages)

cp210x module broken in 5.12.5 and 5.12.6, works in 5.11.21 (with bisection)
 2021-06-01 15:40 UTC  (4+ messages)

[nomadik:mixdown 12/22] drivers/ata/pata_ixp4xx_cf.c:22:10: fatal error: mach/hardware.h: No such file or directory
 2021-06-01 15:38 UTC  (2+ messages)

[PATCH 0/3] vhost-user-blk-test and vdagent Coverity fixes
 2021-06-01 15:36 UTC  (7+ messages)
` [PATCH 1/3] vhost-user-blk-test: fix Coverity open(2) false positives
` [PATCH 2/3] vhost-user-blk-test: fix Coverity mkstemp(2) umask warning

[PATCH v2] fb_defio: Remove custom address_space_operations
 2021-06-01 15:39 UTC  (7+ messages)

stable-rc/queue/5.10 build: 164 builds: 0 failed, 164 passed, 7 warnings (v5.10.40-261-g8e56f01eb8e7)
 2021-06-01 15:39 UTC 

[PATCH v2] docs: Convert the Speakup guide to rst
 2021-06-01 15:39 UTC  (5+ messages)
`  "

[GIT FIXES FOR v5.13] Three fixes for 5.13
 2021-06-01 15:38 UTC  (3+ messages)

[PATCH v3 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
 2021-06-01 15:38 UTC  (3+ messages)
` [PATCH v3 4/6] reset: Add Delta TN48M CPLD reset controller

[PATCH v3] usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig
 2021-06-01 11:21 UTC 

[PATCH RFCv2 0/3] make '%pD' print full path for file
 2021-06-01 15:36 UTC  (10+ messages)
` [PATCH RFCv2 2/3] lib/vsprintf.c: make %pD "

[PATCH v7 00/27] TCI fixes and cleanups
 2021-06-01 15:30 UTC  (29+ messages)
` [PATCH v7 01/27] tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
` [PATCH v7 02/27] tcg: Add tcg_call_flags
` [PATCH v7 03/27] accel/tcg/plugin-gen: Drop inline markers
` [PATCH v7 04/27] plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
` [PATCH v7 05/27] accel/tcg: Add tcg call flags to plugins helpers
` [PATCH v7 06/27] tcg: Store the TCGHelperInfo in the TCGOp for call
` [PATCH v7 07/27] tcg: Add tcg_call_func
` [PATCH v7 08/27] tcg: Build ffi data structures for helpers
` [PATCH v7 09/27] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v7 10/27] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v7 11/27] tcg/tci: Use ffi for calls
` [PATCH v7 12/27] tcg/tci: Reserve r13 for a temporary
` [PATCH v7 13/27] tcg/tci: Emit setcond before brcond
` [PATCH v7 14/27] tcg/tci: Remove tci_write_reg
` [PATCH v7 15/27] tcg/tci: Change encoding to uint32_t units
` [PATCH v7 16/27] tcg/tci: Implement goto_ptr
` [PATCH v7 17/27] tcg/tci: Implement movcond
` [PATCH v7 18/27] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v7 19/27] tcg/tci: Implement extract, sextract
` [PATCH v7 20/27] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v7 21/27] tcg/tci: Implement mulu2, muls2
` [PATCH v7 22/27] tcg/tci: Implement add2, sub2
` [PATCH v7 23/27] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PATCH v7 24/27] Revert "tcg/tci: Use exec/cpu_ldst.h interfaces"
` [PATCH v7 25/27] tcg/tci: Remove the qemu_ld/st_type macros
` [PATCH v7 26/27] tcg/tci: Use {set,clear}_helper_retaddr
` [PATCH v7 27/27] tests/tcg: Increase timeout for TCI

[PATCH v2] xen/page_alloc: Remove dead code in alloc_domheap_pages()
 2021-06-01 15:35 UTC  (3+ messages)

[Bug 1910603] [NEW] [OSS-Fuzz] Issue 29174 sb16: Abrt in audio_bug
 2021-06-01 15:18 UTC  (4+ messages)
` [Bug 1910603] [PATCH] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
    `  "

[PATCH] libselinux: improve getcon(3) man page
 2021-06-01 15:35 UTC 

[PATCH v2 0/2] Add thermal cooling support to NVIDIA Tegra devfreq
 2021-06-01 15:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/chanwoo/linux
 2021-06-01 15:35 UTC 

PROBLEM: bcache related kernel BUG() since Linux 5.12
 2021-06-01 15:34 UTC  (3+ messages)

[PATCH] [GSOC] cat-file: fix --batch report changed-type bug
 2021-06-01 15:34 UTC  (8+ messages)

[PATCH] of: Drop reserved mem dependency on DMA_DECLARE_COHERENT and DMA_CMA
 2021-06-01 15:34 UTC  (4+ messages)

[PATCH v3 1/1] yank: Unregister function when using TLS migration
 2021-06-01 15:32 UTC  (3+ messages)

[Buildroot] [PATCHv6 1/5] package/llvm: add BPF backend
 2021-06-01 15:34 UTC  (4+ messages)
` [Buildroot] [PATCHv6 4/5] package/bpftrace: new package

[PATCH] remoteproc: imx_rproc: correct firmware reload
 2021-06-01 15:31 UTC  (3+ messages)

[PATCH v2 0/9] drm: Add privacy-screen class and connector properties
 2021-06-01 15:31 UTC  (5+ messages)
` [PATCH v2 2/9] drm: Add privacy-screen class (v2)
  ` [Intel-gfx] "

[PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts
 2021-06-01 15:31 UTC  (4+ messages)
` [PATCH] spi: stm32_qspi: Fix short data write operation

pynfs: [NFS 4.0] SEC7, LOCK24 test failures
 2021-06-01 15:31 UTC  (2+ messages)

[RFC] Adding the A64FX's HPC funtions
 2021-06-01 15:21 UTC 

[PATCH] fs/jfs: Fix missing error code in lmLogInit()
 2021-06-01 15:30 UTC  (2+ messages)

[PATCH v2 -next] x86/platform/uv: Remove the unneeded extern keyword
 2021-06-01 15:30 UTC  (2+ messages)

[PATCH v2 0/4] pcf857x: DTS fixes and DT binding to json-schema conversion
 2021-06-01 15:30 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: i2c: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
` [PATCH v2 2/4] ARM: dts: dra7x-evm: Drop "ti,pcf8575"
` [PATCH v2 3/4] x86: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
` [PATCH v2 4/4] dt-bindings: gpio: pcf857x: Convert to json-schema

[PATCH] mfd: cros_ec_dev: Load lightbar module only present
 2021-06-01 15:30 UTC  (2+ messages)

[RESEND PATCH v2 00/13] Simplify + drop board file support for Samsung PMIC
 2021-06-01 15:28 UTC  (2+ messages)

[RFC PATCH 0/6] powerpc: Stack tracer fixes
 2021-06-01 15:28 UTC  (4+ messages)
` [RFC PATCH 1/6] trace/stack: Move code to save the stack trace into a separate function

[Intel-gfx] [PATCH] drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3
 2021-06-01 15:28 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev2)

5.13-rc3 Renoir (ChipID = 0x1636): error GPU reset, fences timed out, failed to initialize parser -125
 2021-06-01 15:28 UTC  (2+ messages)

[PATCH v2 0/2] add boot partitions support and read test case
 2021-06-01 14:37 UTC  (3+ messages)
    ` [PATCH v2 1/2] hw/nvme: add support for boot partiotions
    ` [PATCH v2 2/2] tests/qtest/nvme-test: add boot partition read test

[RFC PATCH 0/3] Add additional MOK vars
 2021-06-01 15:24 UTC  (9+ messages)

[PATCH v2 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-01 15:02 UTC  (2+ messages)
    ` [PATCH v2 2/2] hw/nvme: documentation fix

[PATCH 0/5] RTL8231 GPIO expander support
 2021-06-01 15:24 UTC  (16+ messages)
` [PATCH v3 0/6] "

[PATCH v3] ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin
 2021-06-01 15:17 UTC  (3+ messages)

stable-rc/linux-4.14.y baseline: 150 runs, 8 regressions (v4.14.234-85-g709fde45859b)
 2021-06-01 15:23 UTC 

[PATCH 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
 2021-06-01 15:21 UTC  (5+ messages)
` [PATCH 7/7] KVM: arm64: Use less bits for hyp_page refcount

[PATCH V5 00/11] Add PMIC DT files for sc7280
 2021-06-01 15:23 UTC  (3+ messages)
` [PATCH V5 11/11] mfd: qcom-spmi-pmic: Add support for four variants

[PATCH v5 09/11] KVM: X86: Add vendor callbacks for writing the TSC multiplier
 2021-06-01 15:22 UTC  (2+ messages)

[PATCH 7/8] autotests: Update APRanges usage in testAP
 2021-06-01 15:22 UTC  (2+ messages)

post-receive: pub/scm/network/wireless/iwd
 2021-06-01 15:22 UTC 

[PATCH] remoteproc: pru: Remove redundant dev_err call in pru_rproc_probe()
 2021-06-01 15:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jlayton/linux
 2021-06-01 15:20 UTC 

[PATCH 6/8] ap: Save AP address as l_rtnl_address
 2021-06-01 15:20 UTC  (2+ messages)

[Intel-gfx] [PULL] drm-misc-next
 2021-06-01 15:11 UTC  (2+ messages)
`  "

[PATCH v3 0/6] block permission updated follow-up
 2021-06-01 15:08 UTC  (2+ messages)

[PATCH] checkpolicy: fix the leak memory when uses xperms
 2021-06-01 15:17 UTC  (2+ messages)
` [PATCH v2] "

post-receive: pub/scm/network/wireless/iwd
 2021-06-01 15:18 UTC 

[PATCH 5/8] ap: Send a specific error message on async AP start failure
 2021-06-01 15:18 UTC  (2+ messages)

[PATCH] Fix corrupted magic number in ipk on populate_sdk task
 2021-06-01 15:21 UTC 

[PATCH v6 0/4] printk: Userspace format indexing support
 2021-06-01 15:16 UTC  (11+ messages)
` [PATCH v6 2/4] printk: Straighten out log_flags into printk_info_flags
` [PATCH v6 3/4] printk: Userspace format indexing support

[PATCH v4] soundwire: intel: move to auxiliary bus
 2021-06-01 13:56 UTC  (4+ messages)

[RESEND PATCH v4 0/3] Add Qualcomm Technologies, Inc. PM8008 MFD driver
 2021-06-01 15:16 UTC  (7+ messages)
` [RESEND PATCH v4 1/3] dt-bindings: mfd: pm8008: Add IRQ listing
` [RESEND PATCH v4 2/3] dt-bindings: mfd: pm8008: Add bindings
` [RESEND PATCH v4 3/3] mfd: pm8008: Add driver for QCOM PM8008 PMIC

[PATCH -next] drm/amdgpu: Remove unneeded semicolon
 2021-06-01 14:20 UTC 

NVME_IOCTL_SUBMIT_IO access control
 2021-06-01 15:15 UTC  (3+ messages)

[PATCH 00/10] AM642-EVM: Add USB support
 2021-06-01 15:13 UTC  (11+ messages)
` [PATCH 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol
` [PATCH 02/10] arm: mach-k3: am642_init: Add support for USB boot mode
` [PATCH 03/10] arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modes
` [PATCH 04/10] board: ti: am64x: Set the core voltage of USB PHY to 0.85V
` [PATCH 05/10] arm: dts: k3-am64-main: Add USB DT nodes
` [PATCH 06/10] arm: dts: k3-am642-*-evm: Add USB support
` [PATCH 07/10] arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral for USB subsystem
` [PATCH 08/10] configs: am64x_evm_*_defconfig: Move the SPL Load address to 0x70000000, move the ATF to a latter location and rearrange EEPROM and BSS data
` [PATCH 09/10] arm: dts: k3-am64-main: Update the location of ATF in SRAM
` [PATCH 10/10] configs: am64: Enable configs to support USB host and device modes

[PATCH] arm64: dts: renesas: r8a779a0: Drop power-domains property from GIC node
 2021-06-01 15:12 UTC  (2+ messages)

[PATCH v3 1/2] nvme: Look for StorageD3Enable on companion ACPI device instead
 2021-06-01 15:15 UTC  (5+ messages)

[PATCH v2 0/5] crypto: add gemini/sl3516 crypto driver
 2021-06-01 15:11 UTC  (12+ messages)
` [PATCH v2 1/5] dt-bindings: crypto: Add documentation for sl3516-ce
` [PATCH v2 2/5] crypto: Add sl3516 crypto engine
` [PATCH v2 3/5] ARM: dts: gemini: add crypto node
` [PATCH v2 4/5] ARM: gemini_config: enable sl3516-ce crypto
` [PATCH v2 5/5] MAINTAINERS: add gemini crypto sl3516-ce

[v4 PATCH 0/3] mm/mempolicy: some fix and semantics cleanup
 2021-06-01 15:14 UTC  (4+ messages)
` [v4 PATCH 1/3] mm/mempolicy: cleanup nodemask intersection check for oom
` [v4 PATCH 2/3] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [v4 PATCH 3/3] mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy

[PATCH 4/8] ap: Refactor global address pool loading
 2021-06-01 15:14 UTC  (2+ messages)

[PATCH 2/8] ip-pool: Add subnet address selection logic
 2021-06-01 15:13 UTC  (2+ messages)

post-receive: pub/scm/network/wireless/iwd
 2021-06-01 15:13 UTC 

[PATCH tip/sched/core] wait: use LIST_HEAD_INIT() to initialize wait_queue_head
 2021-06-01 15:11 UTC 

[dpdk-dev] [RFC PATCH] ethdev: add support for testpmd-compliant flow rule dumping
 2021-06-01 15:10 UTC  (5+ messages)

[PATCH 3/8] ap: Refactor DHCP settings loading
 2021-06-01 15:10 UTC  (2+ messages)

[BUG] t5300 fails tests on NonStop x86 at 2.32.0-rc2
 2021-06-01 15:09 UTC 

[PATCH 0/1] bpf: avoid unnecessary IPI in bpf_flush_icache
 2021-06-01 15:06 UTC  (4+ messages)
` [PATCH 1/1] "

[OE-core][hardknott][PATCH 1/2] curl: fix CVE-2021-22890
 2021-06-01 15:09 UTC  (2+ messages)
` [OE-core][hardknott][PATCH 2/2] curl: fix CVE-2021-22876

[PATCH v5 00/12] wcn36xx: Enable downstream consistent Wake on Lan
 2021-06-01 15:10 UTC  (13+ messages)
` [PATCH v5 01/12] wcn36xx: Return result of set_power_params in suspend
` [PATCH v5 02/12] wcn36xx: Run suspend for the first ieee80211_vif
` [PATCH v5 03/12] wcn36xx: Add ipv4 ARP offload support in suspend
` [PATCH v5 04/12] wcn36xx: Do not flush indication queue on suspend/resume
` [PATCH v5 05/12] wcn36xx: Add ipv6 address tracking
` [PATCH v5 06/12] wcn36xx: Add ipv6 namespace offload in suspend
` [PATCH v5 07/12] wcn36xx: Add set_rekey_data callback
` [PATCH v5 08/12] wcn36xx: Add GTK offload to WoWLAN path
` [PATCH v5 09/12] wcn36xx: Add GTK offload info to WoWLAN resume
` [PATCH v5 10/12] wcn36xx: Add Host suspend indication support
` [PATCH v5 11/12] wcn36xx: Add host resume request support
` [PATCH v5 12/12] wcn36xx: Enable WOWLAN flags

post-receive: pub/scm/network/wireless/iwd
 2021-06-01 15:08 UTC 

[PATCH V3 0/3] scsi: two fixes in scsi_add_host_with_dma
 2021-06-01 15:07 UTC  (4+ messages)

semantics of VFIO_IOMMU_DIRTY_PAGES_FLAG_GET_BITMAP
 2021-06-01 15:07 UTC  (2+ messages)

[PATCH 1/8] ip-pool: Track IPv4 addresses in use
 2021-06-01 15:06 UTC  (2+ messages)

[PATCH 1/1] firmware: tegra: Fix error return code in tegra210_bpmp_init()
 2021-06-01 15:07 UTC  (2+ messages)

[PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)
 2021-06-01 15:05 UTC  (3+ messages)

[PATCH] libselinux: selinux_status_open: return 1 in fallback mode
 2021-06-01 15:05 UTC 

[PATCH v8 0/5] arm64 userspace counter support
 2021-06-01 15:00 UTC  (4+ messages)
` [PATCH v8 3/5] arm64: perf: Enable PMU counter userspace access for perf event

[PATCH] MAINTAINERS: Add linux-renesas-soc to the Renesas I2C entries
 2021-06-01 15:03 UTC 

[PATCH v2 0/2] Add ICSSG MDIO nodes on AM65x & J721E SoCs
 2021-06-01 15:00 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am65-main: Add ICSSG MDIO nodes
` [PATCH v2 2/2] arm64: dts: ti: k3-j721e-main: "

[PATCH 00/16] Rid W=1 warnings from I2C
 2021-06-01 15:04 UTC  (3+ messages)
` [PATCH 15/16] i2c: busses: i2c-tegra-bpmp: Demote kernel-doc abuses

[dpdk-dev] [21.08 PATCH v1 1/2] power: invert the monitor check
 2021-06-01 15:02 UTC  (3+ messages)
` [dpdk-dev] [21.08 PATCH v1 2/2] net/af_xdp: add power monitor support


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.