All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-21 17:24:27 to 2019-01-21 18:09:26 UTC [more...]

[PATCH] net: phy: Fixup GPLv2+ SPDX tags based on license text
 2019-01-21 18:08 UTC 

[PATCH net-next 0/2] SPDX tags for PHY and MDIO drivers
 2019-01-21 18:05 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: Convert some PHY and MDIO driver files to SPDX headers
` [PATCH net-next 2/2] net: phy: Remove redundent License text when SPDX header is present

[PATCH v3 for-4.12 0/7] Docs improvements, and dom0 construction fixes
 2019-01-21 18:08 UTC  (14+ messages)
` [PATCH v3 1/7] docs: Improve documentation for dom0= and dom0-iommu=
` [PATCH v3 2/7] docs: Improve documentation and parsing for iommu=
` [PATCH v3 7/7] xen/dom0: Add a dom0-iommu=none option

[PATCH v3 0/1] Thermal throttling for SDM845
 2019-01-21 18:08 UTC  (3+ messages)
` [PATCH v3 1/1] arm64: dts: sdm845: wireup the thermal trip points to cpufreq

[Qemu-devel] [PULL 00/49] Misc patches for 2019-01-21
 2019-01-21 18:06 UTC  (49+ messages)
` [Qemu-devel] [PULL 01/49] scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1)
` [Qemu-devel] [PULL 02/49] include: update Linux headers to 4.21-rc1/5.0-rc1
` [Qemu-devel] [PULL 03/49] vhost-net: move stubs to a separate file
` [Qemu-devel] [PULL 04/49] vhost-net-user: add stubs for when no virtio-net device is present
` [Qemu-devel] [PULL 05/49] vhost: restrict Linux dependency to kernel vhost
` [Qemu-devel] [PULL 06/49] vhost-net: compile it on all targets that have virtio-net
` [Qemu-devel] [PULL 07/49] vhost-net: revamp configure logic
` [Qemu-devel] [PULL 08/49] vhost-user-test: use g_cond_broadcast
` [Qemu-devel] [PULL 09/49] vhost-user-test: signal data_cond when s->rings changes
` [Qemu-devel] [PULL 10/49] vhost-user: support cross-endian vnet headers
` [Qemu-devel] [PULL 11/49] vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
` [Qemu-devel] [PULL 12/49] vhost-user-test: skip if there is no memory at address 0
` [Qemu-devel] [PULL 13/49] vhost-user-test: reduce usage of global_qtest
` [Qemu-devel] [PULL 14/49] vhost-user-test: create a main loop per TestServer
` [Qemu-devel] [PULL 15/49] vhost-user-test: small changes to init_hugepagefs
` [Qemu-devel] [PULL 16/49] vhost-user-test: create a temporary directory per TestServer
` [Qemu-devel] [PULL 17/49] tap: flush STDOUT on newline
` [Qemu-devel] [PULL 18/49] tests/hexloader-test: Don't pass -nographic to the QEMU under test
` [Qemu-devel] [PULL 19/49] cpu-exec: add assert_no_pages_locked() after longjmp
` [Qemu-devel] [PULL 20/49] cpu-exec: reset BQL after longjmp in cpu_exec_step_atomic
` [Qemu-devel] [PULL 21/49] configure: Add a proper check for openpty() in libutil
` [Qemu-devel] [PULL 22/49] cpus: ignore ESRCH in qemu_cpu_kick_thread()
` [Qemu-devel] [PULL 23/49] elf: Add optional function ptr to load_elf() to parse ELF notes
` [Qemu-devel] [PULL 24/49] elf-ops.h: Add get_elf_note_type()
` [Qemu-devel] [PULL 25/49] pvh: Add x86/HVM direct boot ABI header file
` [Qemu-devel] [PULL 26/49] pvh: Boot uncompressed kernel using direct boot ABI
` [Qemu-devel] [PULL 27/49] pvh: load initrd and expose it through fw_cfg
` [Qemu-devel] [PULL 28/49] linuxboot_dma: remove duplicate definitions of FW_CFG
` [Qemu-devel] [PULL 29/49] linuxboot_dma: move common functions in a new header
` [Qemu-devel] [PULL 30/49] hw/i386/pc: use PVH option rom
` [Qemu-devel] [PULL 31/49] optionrom/pvh: load initrd from fw_cfg
` [Qemu-devel] [PULL 32/49] i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU model
` [Qemu-devel] [PULL 33/49] i386: remove the 'INTEL_PT' CPUID bit from named CPU models
` [Qemu-devel] [PULL 34/49] Revert "i386: Add CPUID bit for PCONFIG"
` [Qemu-devel] [PULL 35/49] target-i386: hvf: remove MPX support
` [Qemu-devel] [PULL 36/49] contrib/elf2dmp: fix elf.h including
` [Qemu-devel] [PULL 37/49] contrib/elf2dmp: use GLib in ELF processing
` [Qemu-devel] [PULL 38/49] contrib/elf2dmp: use GLib in PDB processing
` [Qemu-devel] [PULL 39/49] contrib/elf2dmp: fix structures definitions
` [Qemu-devel] [PULL 41/49] configure: enable elf2dmp build for Windows hosts
` [Qemu-devel] [PULL 42/49] monitor: do not use QTAILQ_FOREACH_SAFE across critical sections
` [Qemu-devel] [PULL 43/49] crypto: finish removing TABs
` [Qemu-devel] [PULL 44/49] ui: vnc: "
` [Qemu-devel] [PULL 45/49] unify len and addr type for memory/address APIs
` [Qemu-devel] [PULL 46/49] hw/core/loader.c: Read as long as possible in load_image_size()
` [Qemu-devel] [PULL 47/49] i386: import & use bootparam.h
` [Qemu-devel] [PULL 48/49] i386: allow to load initrd below 4 GB for recent linux
` [Qemu-devel] [PULL 49/49] docker: disable Xen on CentOS 7

Noise in begnning of alsa application
 2019-01-21 18:07 UTC  (3+ messages)

[U-Boot] [PATCH] tests: dtoc: adapt tests to changed dtoc output
 2019-01-21 18:06 UTC  (2+ messages)

[PATCH v1 net-next] lan743x: Provide Read/Write Access to on chip OTP
 2019-01-21 18:06 UTC  (3+ messages)

[PATCH v9 00/26] arm64: provide pseudo NMI with GICv3
 2019-01-21 18:05 UTC  (5+ messages)
` [PATCH v9 12/26] arm64: irqflags: Use ICC_PMR_EL1 for interrupt masking

[PATCH] libnvdimm: Clarify nd_pfn_init() flow
 2019-01-21 18:04 UTC  (4+ messages)

RT Xen on ARM - R-Car series
 2019-01-21 18:04 UTC  (11+ messages)

[RFC PATCH] drm: disable WC optimization for cache coherent devices on non-x86
 2019-01-21 18:04 UTC  (15+ messages)

[PATCH 1/2] arm64: dts: imx8mq: properly describe IRQ hierarchy
 2019-01-21 18:03 UTC  (9+ messages)
` [PATCH 2/2] arm64: imx8mq: select GPCv2 irqchip driver

[PATCH] libnvdimm/security: Require nvdimm_security_setup_events() to succeed
 2019-01-21 18:02 UTC  (3+ messages)

[1/2] dt-bindings: usb: ci-hdrc-usb2: add property power-active-high
 2019-01-21 18:00 UTC  (10+ messages)
` [v2,1/2] "
  ` [v2,2/2] usb: chipidea: imx: set power polarity
    ` [v3,1/2] dt-bindings: usb: ci-hdrc-usb2: add property power-active-high
        ` [PATCH v3 1/2] "
      ` [PATCH v2,2/2] usb: chipidea: imx: set power polarity

+ mm-thp-always-specify-disabled-vmas-as-nh-in-smaps.patch added to -mm tree
 2019-01-21 18:00 UTC  (4+ messages)

[PATCH 0/3] Add support for IR on Allwinner A64
 2019-01-21 17:59 UTC  (11+ messages)
` [PATCH 1/3] media: dt: bindings: sunxi-ir: Add A64 compatible

[PATCH v3 0/7] Reimplement rebase --merge via interactive machinery
 2019-01-21 17:59 UTC  (8+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 4/8] am, rebase--merge: do not overlook --skip'ed commits with post-rewrite
  ` [PATCH v4 5/8] git-rebase, sequencer: extend --quiet option for the interactive machinery

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2019-01-21 17:58 UTC  (9+ messages)
` [PATCH v7 20/25] ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
` [PATCH v7 22/25] ACPI / APEI: Kick the memory_failure() queue for synchronous errors

kmemleak scan crash due to invalid PFNs
 2019-01-21 17:58 UTC  (5+ messages)
` [PATCH] mm/hotplug: invalid PFNs from pfn_to_online_page()

Community support for any Yocto release
 2019-01-21 17:58 UTC 

[PATCH] MAINTAINERS: Add LAKML list to ACPI for ARM64 entry
 2019-01-21 17:57 UTC  (3+ messages)

[PATCH] RFC: Revert "net: phy: check return code when requesting PHY driver module"
 2019-01-21 17:57 UTC  (3+ messages)

[PATCH -next] staging: rtl8712: drop pointless static qualifier in r8712_efuse_pg_packet_write()
 2019-01-21 17:56 UTC  (3+ messages)

[U-Boot] dfu broken on rk3288 dwc2_otg
 2019-01-21 17:55 UTC 

[PATCH v5 00/15] Argo: hypervisor-mediated interdomain communication
 2019-01-21 17:55 UTC  (3+ messages)
` [PATCH v5 04/15] argo: init, destroy and soft-reset, with enable command line opt

[PATCH v3 0/3] mach-omap2: handle autoidle denial
 2019-01-21 17:53 UTC  (10+ messages)
` [PATCH v3 3/3] arm: omap_hwmod disable ick autoidling when a hwmod requires that

[PATCH v4 1/2] ASoC: Documentation: Add google,cros-ec-codec
 2019-01-21 17:54 UTC  (4+ messages)
` [PATCH v4 2/2] ASoC: cros_ec_codec: Add codec driver for Cros EC

[PATCH 1/2] ARM: zii-vf610-dev: fix boot from SD
 2019-01-21 17:53 UTC  (2+ messages)
` [PATCH 2/2] ARM: zii-vf610-dev: boot initrd "

[PATCH 0/6] Bindings for Armada display subsystem
 2019-01-21 17:53 UTC  (6+ messages)
` [PATCH 4/6] dt-bindings: display: armada: Add display subsystem binding

Regression: mv88e6xxx packet loss after 4.18's PHYLINK merge
 2019-01-21 17:52 UTC  (4+ messages)

[PATCH 1/2] ARM: dts: meson8b: odroidc1: Enable usb phy node
 2019-01-21 17:51 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: meson8b: odroidc1: Fix usb phy regulator power failed warning

[PATCH] ARM: dts: n900: fix mmc1 card detect gpio polarity
 2019-01-21 17:52 UTC  (2+ messages)

[U-Boot] [PATCH] bcm968380gerg: disable SPI_FLASH
 2019-01-21 17:52 UTC 

[PATCH] btrfs: remove unused workqueue helpers
 2019-01-21 17:50 UTC  (2+ messages)

[PATCH] ASoC: dapm: Skip suspending widgets with ignore flag
 2019-01-21 17:51 UTC  (3+ messages)

[PATCH] nvme-multipath: drop optimization for static ANA group IDs
 2019-01-21 17:50 UTC  (5+ messages)

[1/2] dt-bindings: edac: ARM Cortex A15 L2 asynchronous error detection
 2019-01-21 17:49 UTC  (4+ messages)
` [PATCH 1/2] "

[RFC v2 00/16] Old GIC (gic-vgic) optimizations for GICV2
 2019-01-21 17:48 UTC  (3+ messages)

stable-rc/linux-4.4.y boot: 86 boots: 2 failed, 82 passed with 2 offline (v4.4.171-72-ga12510ab0de1)
 2019-01-21 17:48 UTC 

[PATCH v1] fs/jfs: Switch to use new generic UUID API
 2019-01-21 17:46 UTC  (5+ messages)

[PATCH v2 0/5] xfs: properly invalidate cached writeback mapping
 2019-01-21 17:43 UTC  (10+ messages)
` [PATCH v2 5/5] xfs: revalidate imap properly before writeback delalloc conversion

kmemleak panic
 2019-01-21 17:42 UTC  (10+ messages)

[PATCH v2 0/3] Add ZynqMP VCU/Allegro DVT H.264 encoder driver
 2019-01-21 17:42 UTC  (5+ messages)
` [PATCH v2 1/3] media: dt-bindings: media: document allegro-dvt bindings

[RFC] PCI / ACPI: Implementing Type 3 _HPX records
 2019-01-21 17:42 UTC  (2+ messages)
` [RFC v2] "

[PATCH 0/7] Runtime PM support (hda/tegra)
 2019-01-21 17:41 UTC  (8+ messages)
` [PATCH 1/7] ALSA: hda/tegra: runtime power management support
` [PATCH 2/7] ALSA: hda/tegra: get clock handles early in probe
` [PATCH 3/7] ALSA: hda/tegra: add runtime PM callbacks
` [PATCH 4/7] ALSA: hda/tegra: remove redundant clock enable API
` [PATCH 5/7] ALSA: hda/tegra: implement runtime suspend/resume
` [PATCH 6/7] ALSA: hda/tegra: fix kernel panic
` [PATCH 7/7] ALSA: hda/tegra: add driver flag for runtime PM

[PATCH v2 -next 0/6] mm: make pinned_vm atomic and simplify users
 2019-01-21 17:42 UTC  (7+ messages)
` [PATCH 1/6] mm: make mm->pinned_vm an atomic64 counter
` [PATCH 2/6] mic/scif: do not use mmap_sem
` [PATCH 3/6] drivers/IB,qib: "
` [PATCH 4/6] drivers/IB,hfi1: do not se mmap_sem
` [PATCH 5/6] drivers/IB,usnic: reduce scope of mmap_sem
` [PATCH 6/6] drivers/IB,core: "

[PATCH] iommu/vt-d: Implement dma_[un]map_resource()
 2019-01-21 17:42 UTC  (4+ messages)

[Qemu-devel] [PULL v3 00/28] ivshmem deprecation, qtests, typedefs and gnu99
 2019-01-21 17:42 UTC  (3+ messages)

[PATCH bpf-next v4] libbpf: Show supported ELF section names on when failed to guess a prog/attach type
 2019-01-21 17:42 UTC  (2+ messages)

[RFC PATCH 0/2] iMX7ULP interconnect framework
 2019-01-21 17:41 UTC  (4+ messages)
` [RFC PATCH 1/2] Add support of imx7ulp to "

[PATCH v2] gic-vgic: skip irqs locking in gic_restore_pending_irqs()
 2019-01-21 17:40 UTC  (2+ messages)

[PATCH] MIPS: remove meaningless generic-(CONFIG_GENERIC_CSUM) += checksum.h
 2019-01-21 17:41 UTC  (2+ messages)

[Qemu-devel] [Bug 1812694] [NEW] qemu-system-x86_64 version 3.0+ is 20 times slower than version 2.12
 2019-01-21 17:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 1812694] "

[PATCH v2 iproute2] ip: support for xfrm interfaces
 2019-01-21 17:40 UTC  (4+ messages)

[PATCH 0/2] Untangle Spansion S25F{L|S}512S chip IDs
 2019-01-21 17:40 UTC  (3+ messages)

[PATCH] gic: drop interrupts enabling on interrupts processing
 2019-01-21 17:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] fs/common.mk: enable multithreaded xz compression
 2019-01-21 17:39 UTC  (4+ messages)

[PATCH V2 0/4] add Tegra210 BPMP driver
 2019-01-21 17:38 UTC  (3+ messages)
` [PATCH V2 4/4] dt-bindings: firmware: Add bindings for Tegra210 BPMP

[PATCH v3 0/6] dt-bindings: Firmware node binding for ZynqMP core
 2019-01-21 17:38 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: power: Add ZynqMP power domain bindings
` [PATCH v3 2/6] dt-bindings: soc: Add ZynqMP PM bindings
` [PATCH v3 3/6] dt-bindings: reset: Add bindings for ZynqMP reset driver
` [PATCH v3 4/6] dt-bindings: pinctrl: Add ZynqMP pin controller bindings
` [PATCH v3 5/6] dt-bindings: nvmem: Add bindings for ZynqMP nvmem driver
` [PATCH v3 6/6] dt-bindings: fpga: Add bindings for ZynqMP fpga driver

[git:media_tree/master] media: dt-bindings: media: video-i2c: add melexis mlx90640 documentation
 2019-01-21 17:38 UTC 

[PATCH v3] perf scripts python: Add Python 3 support to export-to-sqlite.py
 2019-01-21 17:38 UTC  (2+ messages)

stable-rc/linux-4.20.y boot: 110 boots: 1 failed, 109 passed (v4.20.3-112-g2fce01b9fc1e)
 2019-01-21 17:37 UTC 

[Qemu-devel] [PATCH v5 0/5] pvh: add new PVH option rom
 2019-01-21 17:37 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 3/5] optionrom: "
` [Qemu-devel] [PATCH v5 4/5] hw/i386/pc: use "

[meta-oe][PATCH] cpprest: update to 2.10.9, drop patches, now useless in this version. Seems like with both Ubuntu, Debian and Yocto builds that network is not accessed anymore with this upstream release
 2019-01-21 17:35 UTC 

[PATCH 0/2] Cleanup ARM arches to use common memblocks_present
 2019-01-21 17:34 UTC  (6+ messages)
` [PATCH 2/2] arm64: mm: make use of new memblocks_present() helper

[PATCH v3] platform/chrome: Add cros_ec_readmem() helpers for I2C/SPI based ECs
 2019-01-21 17:32 UTC  (2+ messages)

[PATCH] arm64: Remove asm/memblock.h
 2019-01-21 17:32 UTC  (2+ messages)

Xen Security Advisory 289 v3 - Cache-load gadgets exploitable with L1TF
 2019-01-21 17:32 UTC 

[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
 2019-01-21 17:32 UTC  (8+ messages)
` [U-Boot] [PATCH v2 11/11] riscv: Add SiFive FU540 board support

[U-Boot] [PATCH v3 0/9] mmc: sunxi: Enable DM_MMC
 2019-01-21 17:31 UTC  (5+ messages)
` [U-Boot] [PATCH v3 9/9] arm: dts: sunxi: Enumerate MMC2 as MMC1

[PATCH v2 0/4] Add driver for Mediatek-based GNSS receivers
 2019-01-21 17:27 UTC  (6+ messages)
` [PATCH v2 2/4] dt-bindings: gnss: add mediatek binding

[PATCH 0/2] Dangling fixes for ARM iommu
 2019-01-21 17:29 UTC  (2+ messages)

[PATCH 0/5] sched refcount_t conversions
 2019-01-21 17:28 UTC  (3+ messages)
` [PATCH 2/5] sched: convert signal_struct.sigcnt to refcount_t

[PATCH 0/3] linux-yocto: consolidated pull request
 2019-01-21 17:26 UTC  (4+ messages)
` [PATCH 1/3] linux-yocto/4.18: update to v4.18.25
` [PATCH 2/3] linux-yocto/4.19: fix qemuarm KBRANCH specification
` [PATCH 3/3] linux-yocto/4.19: integrate qemuarm refresh changes

[Qemu-devel] [PATCH v1] xen: preserve COMPAT in CFLAGS
 2019-01-21 17:23 UTC  (3+ messages)
`  "

[PATCH v3 0/6] dt-bindings: Firmware node binding for ZynqMP core
 2019-01-21 17:24 UTC  (2+ messages)
` [PATCH v3 6/6] dt-bindings: fpga: Add bindings for ZynqMP fpga driver


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.