All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-22 14:03:50 to 2020-06-22 14:42:29 UTC [more...]

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2020-06-22 14:42 UTC 

[PATCH v4 0/9] Raspberry Pi 4 USB firmware initialization rework
 2020-06-22 14:42 UTC  (11+ messages)
` [PATCH v4 1/9] dt-bindings: reset: Add a binding for the RPi Firmware reset controller
` [PATCH v4 2/9] reset: Add Raspberry Pi 4 firmware "
` [PATCH v4 3/9] ARM: dts: bcm2711: Add firmware usb reset node
` [PATCH v4 4/9] ARM: dts: bcm2711: Add reset controller to xHCI node
` [PATCH v4 5/9] usb: xhci-pci: Add support for reset controllers
` [PATCH v4 6/9] Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"
` [PATCH v4 7/9] usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4
` [PATCH v4 8/9] Revert "firmware: raspberrypi: Introduce vl805 init routine"
` [PATCH v4 9/9] Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"

[PATCH v1 00/18] testing/next (vm, gitlab)
 2020-06-22 14:32 UTC  (11+ messages)
` [PATCH v1 01/18] iotests: Fix 051 output after qdev_init_nofail() removal
` [PATCH v1 02/18] tests/vm: pass args through to BaseVM's __init__
` [PATCH v1 05/18] tests/vm: Add common Ubuntu python module
` [PATCH v1 06/18] tests/vm: Added a new script for ubuntu.aarch64
` [PATCH v1 09/18] python/qemu: Add ConsoleSocket for optional use in QEMUMachine
` [PATCH v1 10/18] tests/vm: Add workaround to consume console
` [PATCH v1 11/18] tests/vm: switch from optsparse to argparse
` [PATCH v1 12/18] tests/vm: allow us to take advantage of MTTCG
` [PATCH v1 14/18] .gitignore: un-ignore .gitlab-ci.d
` [PATCH v1 16/18] .gitlab: split fedora-misc-disabled

Clarify in fcntl(2) whether using F_SETFL, F_GETLK, F_SETLK, and F_SETLKW on shared memory should behave the same as for a normal file
 2020-06-22 14:40 UTC 

[PATCH v2 wireless-drivers] mt76: mt7663u: fix memory leaks in mt7663u_probe
 2020-06-22 14:40 UTC  (3+ messages)

[PATCH net-next v2 0/9] net: ethernet backplane support on DPAA1
 2020-06-22 14:39 UTC  (4+ messages)
` [PATCH net-next v3 4/7] net: phy: add backplane kr driver support
    ` [EXT] "

[PATCH 0/2] Allow breaking up Thunderbolt/USB4 updates
 2020-06-22 14:39 UTC  (4+ messages)
` [PATCH 1/2] thunderbolt: Add support for separating the flush to SPI and authenticate
` [PATCH 2/2] thunderbolt: Add support for authenticate on disconnect

post-receive: pub/scm/linux/kernel/git/sudeep.holla/linux
 2020-06-22 14:39 UTC 

post-receive: pub/scm/linux/kernel/git/jejb/scsi
 2020-06-22 14:38 UTC 

[RFC RESEND v7 0/4] QEMU cpus.c refactoring
 2020-06-22 10:15 UTC  (5+ messages)
` [RFC RESEND v7 1/4] softmmu: move softmmu only files from root
` [RFC RESEND v7 2/4] cpu-throttle: new module, extracted from cpus.c
` [RFC RESEND v7 3/4] cpu-timers, icount: new modules
` [RFC RESEND v7 4/4] cpus: extract out accel-specific code to each accel

post-receive: pub/scm/linux/kernel/git/jejb/scsi
 2020-06-22 14:37 UTC 

[PATCH v3] KVM: LAPIC: Recalculate apic map in batch
 2020-06-22 14:37 UTC  (5+ messages)

[tip: sched/urgent] sched: Fix RANDSTRUCT build fail
 2020-06-22 14:36 UTC  (4+ messages)

[PATCH v3 0/2] media: Add colors' order and other info over test image
 2020-06-22 14:36 UTC  (5+ messages)
` [PATCH v3 2/2] media: vimc: Add a control to display info on "

[PATCH v2 0/4]Synchronize libtraceevent with kernel tree
 2020-06-22 14:36 UTC  (5+ messages)
` [PATCH v2 1/4] trace-cmd libtraceevent: Remove unneeded semicolon
` [PATCH v2 2/4] trace-cmd traceevent: Fix memory leakage in filter_event
` [PATCH v2 3/4] trace-cmd traceevent: Take care of return value of asprintf
` [PATCH v2 4/4] trace-cmd traceevent: update KVM plugin

[PATCH 0/5] ath9k: bug fixes
 2020-06-22 14:36 UTC  (4+ messages)
` [PATCH 5/5] ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
  ` [BISECTED REGRESSION] "

[PATCH v1 0/6] console: unify return codes from ->setup() hook
 2020-06-22 14:36 UTC  (4+ messages)
` [PATCH v1 1/6] mips: Return proper error code from console "

[dpdk-dev] [PATCH] net/ice: support based RSS configure
 2020-06-22 14:36 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 1/1] net: wireless: intersil: orinoco: fix spelling mistake
 2020-06-22 14:36 UTC  (3+ messages)

[PATCH v2 0/7] Implement support for external IPT monitoring
 2020-06-22 14:35 UTC  (4+ messages)
` [PATCH v2 4/7] x86/vmx: add do_vmtrace_op

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-06-22 14:36 UTC 

[PATCH v2 1/3] mfd: core: Make a best effort attempt to match devices with the correct of_nodes
 2020-06-22 14:35 UTC  (7+ messages)

[RFC] Bypass filesystems for reading cached pages
 2020-06-22 14:35 UTC  (3+ messages)

iptables user space performance benchmarks published
 2020-06-22 14:35 UTC  (7+ messages)

[RFC RESEND v7 0/4] QEMU cpus.c refactoring
 2020-06-22 13:45 UTC  (5+ messages)
` [RFC RESEND v7 1/4] softmmu: move softmmu only files from root
` [RFC RESEND v7 2/4] cpu-throttle: new module, extracted from cpus.c
` [RFC RESEND v7 3/4] cpu-timers, icount: new modules
` [RFC RESEND v7 4/4] cpus: extract out accel-specific code to each accel

drivers/usb/gadget/udc/fsl_udc_core.c:1055 fsl_ep_fifo_status() error: we previously assumed '_ep->desc' could be null (see line 1055)
 2020-06-22 14:34 UTC 

UEFI support in ARM DomUs
 2020-06-22 14:33 UTC  (21+ messages)

[dpdk-dev] [PATCH 0/4] improve runtime loading of shared drivers
 2020-06-22 14:33 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/4] eal: remove unnecessary null-termination
  ` [dpdk-dev] [PATCH v2 2/4] eal: only load shared libs from driver plugin directory
  ` [dpdk-dev] [PATCH v2 3/4] eal: don't load drivers from insecure paths
  ` [dpdk-dev] [PATCH v2 4/4] eal: cache last directory permissions checked

[PATCH v2 0/8] RFC Support hot device unplug in amdgpu
 2020-06-22 14:32 UTC  (14+ messages)
` [PATCH v2 1/8] drm: Add dummy page per device or GEM object

[PATCH v3 0/9] Generalize memory encryption models
 2020-06-22 14:27 UTC  (3+ messages)

[RFC v7 0/4] QEMU cpus.c refactoring
 2020-06-22 10:11 UTC 

[PATCH 6/8] drm/vmwgfx: Use __drm_atomic_helper_crtc_reset
 2020-06-22 14:31 UTC  (3+ messages)
` [PATCH] "

[LTP] [RFC PATCH 1/1] tst_test.sh: Print tst_{res, brk} into stdout
 2020-06-22 14:31 UTC  (3+ messages)

[OE-core] [PATCH] boost: Add upstream patch to fix build on depending projects
 2020-06-22 14:30 UTC 

[PATCH v2 0/6] crypto/fsl: add RNG support
 2020-06-22 14:30 UTC  (8+ messages)
` [PATCH v2 5/6] crypto/fsl: instantiate the RNG with prediciton resistance

[RESEND v2 0/4] Add Support for MediaTek PMIC MT6359 Regulator
 2020-06-22 14:29 UTC  (5+ messages)
` [RESEND v2 4/4] arm64: dts: mt6359: add PMIC MT6359 related nodes

[PATCH bpf-next 0/2] tools, bpftool: Define name arrays only once
 2020-06-22 14:26 UTC  (3+ messages)
` [PATCH bpf-next 1/2] tools, bpftool: Define prog_type_name array "

[GIT PULL] ASoC fixes for v5.8-rc2
 2020-06-22 13:11 UTC  (2+ messages)

[PATCH v4 0/3] arm64: dts: realtek: Initial RTD1319 and Pym Particles support
 2020-06-22 12:55 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: arm: realtek: Convert comments to descriptions
` [PATCH v4 2/3] dt-bindings: arm: realtek: Document RTD1319 and Realtek Pym Particles EVB
` [PATCH v4 3/3] arm64: dts: realtek: Add RTD1319 SoC "

AMD IOMMU + SME + amdgpu regression
 2020-06-22 10:02 UTC  (2+ messages)

[PATCH 3/6] tty/sysrq: Allow configurable SysRq key
 2020-06-22  6:24 UTC  (3+ messages)
` [PATCH] tty/sysrq: Add alternative "

[PATCH 0/7] Enable support for kgdb NMI console feature
 2020-06-22 14:26 UTC  (8+ messages)
` [PATCH 1/7] serial: kgdb_nmi: Allow NMI console to replace kgdb IO console
` [PATCH 2/7] tty: serial: Add poll_get_irq() to the polling interface
` [PATCH 3/7] kgdb: Add request_nmi() to the io ops table for kgdboc
` [PATCH 4/7] serial: kgdb_nmi: Add support for interrupt based fallback
` [PATCH 5/7] serial: 8250: Implement poll_get_irq() interface
` [PATCH 6/7] serial: amba-pl011: "
` [PATCH 7/7] serial: kgdb_nmi: Replace hrtimer with irq_work ping

[PATCH RFC v7 00/12] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-06-22  6:24 UTC  (9+ messages)

[PATCH v3 00/16] python: add mypy support to python/qemu
 2020-06-22 14:24 UTC  (6+ messages)
` [PATCH v3 12/16] python/machine.py: Add _qmp access shim

[PATCH] ASoC: amd: add logic to check dmic hardware runtime
 2020-06-22 13:52 UTC  (3+ messages)

[PATCH] KVM: arm64: pvtime: Ensure task delay accounting is enabled
 2020-06-22 14:27 UTC 

[PATCH v4 0/3] arm64: dts: realtek: Initial RTD1319 and Pym Particles support
 2020-06-20 23:32 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: arm: realtek: Convert comments to descriptions
` [PATCH v4 2/3] dt-bindings: arm: realtek: Document RTD1319 and Realtek Pym Particles EVB
` [PATCH v4 3/3] arm64: dts: realtek: Add RTD1319 SoC "

[PATCH net-next v10 0/3] xen networking: add XDP support to xen-netfront
 2020-06-22 14:27 UTC  (6+ messages)
` [PATCH net-next v10 2/3] xen networking: add basic XDP support for xen-netfront

[PATCH 1/3] mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver
 2020-06-22 14:26 UTC  (3+ messages)

[PATCH 3/3] watchdog: ds1374_wdt: Introduce Dallas/Maxim DS1374 Watchdog driver
 2020-06-22 14:26 UTC  (2+ messages)

Input requirement for persistent configuration items in bcache
 2020-06-22  8:01 UTC 

fix ATAPI support for libsas drivers
 2020-06-22  6:28 UTC  (4+ messages)

Small Cache Dev Tuning
 2020-06-20 14:15 UTC  (2+ messages)

[PATCH][next] bcache: movinggc: Use struct_size() helper in kzalloc()
 2020-06-20 14:17 UTC  (2+ messages)

[PATCH net-next v3 0/8] net: phy: mscc: PHC and timestamping support
 2020-06-22 14:25 UTC  (4+ messages)
` [PATCH net-next v3 4/8] net: phy: mscc: take into account the 1588 block in MACsec init

drivers/gpio/gpio-sa1100.c:104:21: sparse: sparse: cast removes address space '__iomem' of expression
 2020-06-22 14:25 UTC 

[PATCH v3] nbd: Fix memory leak in nbd_add_socket
 2020-06-22 14:25 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2020-06-22 14:24 UTC 

weekly fstrim (still) necessary?
 2020-06-22 14:23 UTC  (8+ messages)

[PATCH 0/6] arm, arm-bsp, arm-toolchain: Add Trusted-Firmware-M recipe
 2020-06-22 14:23 UTC  (3+ messages)
` [PATCH 2/6] arm-toolchain: armcompiler: Add Arm Clang recipe
  ` [meta-arm] "

[PATCH v4] page_alloc: consider highatomic reserve in watermark fast
 2020-06-22 14:23 UTC  (5+ messages)

[PATCH] dt-bindings: backlight: Convert common backlight bindings to DT schema
 2020-06-22 14:22 UTC  (3+ messages)

[PATCH 0/5] QEMU Gating CI
 2020-06-22 14:20 UTC  (4+ messages)
` [PATCH 4/5] GitLab Gating CI: introduce pipeline-status contrib script

[PATCH 0/6] Fix enum values print in tracepoints
 2020-06-22 14:21 UTC  (2+ messages)

[PATCH -v2] x86/msr: Filter MSR writes
 2020-06-22 14:22 UTC 

[RFC 0/4] drivers: footprint reduction proposal
 2020-06-22 14:20 UTC  (4+ messages)

[dpdk-dev] [PATCH 1/2] doc: fix doc build when sphinx reports version to stderr
 2020-06-22 14:20 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

Displayed information has bad formatting
 2020-06-22 14:13 UTC 

[PATCH 2/2] block: only return started requests from blk_mq_tag_to_rq()
 2020-06-22 14:13 UTC  (4+ messages)

[yocto-autobuilder2][PATCH 0/2] Clarification and formatting of README-Guide.md
 2020-06-22 14:18 UTC  (3+ messages)
` [yocto-autobuilder2][PATCH 1/2] README-Guide: cleanup, clarify setup instructions
` [yocto-autobuilder2][PATCH 2/2] README-Guide: wrap lines at 80 characters

[RFC PATCH 0/2] Add Xilinx DSI-TX DRM driver
 2020-06-22 14:19 UTC  (10+ messages)
` [RFC PATCH 2/2] drm: xlnx: driver for Xilinx DSI TX Subsystem

[PATCH v5 0/7] arm_pmu: Use NMI for perf interrupt
 2020-06-22 14:19 UTC  (3+ messages)
` [PATCH v5 4/7] arm64: perf: Defer irq_work to IPI_IRQ_WORK

[PATCH] drm/mediatek: check plane visibility in atomic_update
 2020-06-22 14:19 UTC  (3+ messages)

[PATCH 0/6] Update bind and replace dhcp
 2020-06-22 14:19 UTC  (7+ messages)
` [PATCH 1/6] libuv: move from meta-oe to core for bind update
` [PATCH 2/6] bind: Update to latest ESV version 9.16
` [PATCH 3/6] log4cplus: move meta-oe pkg to core
` [PATCH 4/6] kea: Move "
` [PATCH 5/6] dhcp: remove depricated package
` [PATCH 6/6] maintainers.inc: add new packages remove dhcp

[PATCH 1/2] arm/scp-firmware : allow setting scp log level to INFO or WARN
 2020-06-22 14:17 UTC  (2+ messages)
` [PATCH 2/2] arm-bsp/scp-firmware: Build SCP MCP firmware for N1SDP

[dgc-xfs:xfs-async-inode-reclaim-4 30/31] fs/xfs/xfs_inode_item.c:649:1: warning: no previous prototype for function 'xfs_iflush_ail_updates'
 2020-06-22 14:17 UTC 

linux-next: build failure after merge of the tip tree
 2020-06-22 14:17 UTC  (5+ messages)
    ` [PATCH -v2] x86/msr: Move the F15h MSRs where they belong

[SPDK] SPDK, PMDK and Intel® Vtune Amplifier Virtual Forum - Tomorrow June 23rd
 2020-06-22 14:17 UTC 

[PATCH 2/2] ext4: avoid trimming block group if only few blocks freed
 2020-06-22 14:16 UTC  (2+ messages)
` [PATCH v2 "

[Bug 207673] New: radeon: crash due to over temperature
 2020-06-22 14:16 UTC  (5+ messages)
` [Bug 207673] amdgpu/radeon: "

[PATCH] arm/fiptool : provides fiptool for packaging
 2020-06-22 14:16 UTC 

[PATCH 0/4] Improvments for wlcore irq and resume for v5.9
 2020-06-22 14:16 UTC  (5+ messages)
` [PATCH 1/4] wlcore: Use spin_trylock in wlcore_irq_locked() for running the queue
` [PATCH 2/4] wlcore: Use spin_trylock in wlcore_irq() to see if we need to queue tx

[net-next PATCH v2 0/3] ACPI support for xgmac_mdio drivers
 2020-06-22 14:15 UTC  (6+ messages)
` [net-next PATCH v2 1/3] net: phy: Allow mdio buses to auto-probe c45 devices

[RFC PATCH 0/9] Hirschmann Hellcreek DSA driver
 2020-06-22 14:14 UTC  (7+ messages)
` [RFC PATCH 6/9] net: dsa: hellcreek: Add debugging mechanisms

[PATCH v2 0/3] mm/shuffle: fix and cleanups
 2020-06-22 14:11 UTC  (9+ messages)
` [PATCH v2 1/3] mm/shuffle: don't move pages between zones and don't read garbage memmaps

[PATCH v9 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-06-22 14:08 UTC  (5+ messages)
` [PATCH v9 1/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface

[PATCH] media: uvc: Fix list_for_each() checking
 2020-06-22 14:10 UTC  (2+ messages)

[PATCH v7 0/3] vTPM/aarch64 ACPI support
 2020-06-22 14:06 UTC  (4+ messages)
` [PATCH v7 1/3] acpi: Some build_tpm2() code reshape
` [PATCH v7 2/3] arm/acpi: Add the TPM2.0 device under the DSDT
` [PATCH v7 3/3] docs/specs/tpm: ACPI boot now supported for TPM/ARM

drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40: sparse: sparse: incorrect type in initializer (different base types)
 2020-06-22 14:09 UTC  (3+ messages)

OpenBMC 2.8 security audit results
 2020-06-22 14:08 UTC  (3+ messages)

[PATCH v3 0/4] Introduce the Counter character device interface
 2020-06-22 14:08 UTC  (5+ messages)
` [PATCH v3 3/4] counter: Add "

[PATCH v4 0/5] media: add v4l2_pipeline_stream_{enable,disable}
 2020-06-22 14:07 UTC  (4+ messages)
` [PATCH v4 2/5] media: v4l2-common: add helper functions to call s_stream() callbacks

[PATCH net-next v3 0/9] net: phy: add Lynx PCS MDIO module
 2020-06-22 14:07 UTC  (9+ messages)
` [PATCH net-next v3 5/9] net: dsa: add support for phylink_pcs_ops

[PATCH] drm/doc: device hot-unplug for userspace
 2020-06-22 14:05 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v3 00/19] audio: deprecate -soundhw
 2020-06-22 14:03 UTC  (5+ messages)
` [PATCH v3 11/19] audio: deprecate -soundhw pcspk

post-receive: pub/scm/linux/kernel/git/bluetooth/bluetooth-next
 2020-06-22 14:05 UTC 

[PATCH v4 0/7] build some devices as modules
 2020-06-22 13:55 UTC  (2+ messages)
` [PATCH v4 3/7] ccid: build smartcard as module

[PATCH v7 01/13] tools/libperf: introduce notion of static polled file descriptors
 2020-06-22 14:04 UTC  (12+ messages)

[PATCH v3] Bluetooth: use configured params for ext adv
 2020-06-22 14:04 UTC  (2+ messages)

[PATCH 0/2] ASoC: qcom: add apq8039 sound card and bindings
 2020-06-22 14:04 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: sound: Device tree bindings for the apq8039 sound complex

[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
 2020-06-22 14:03 UTC  (2+ messages)

DMA Engine: Transfer From Userspace
 2020-06-22 14:03 UTC  (8+ messages)


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.