All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-16 16:31:33 to 2020-03-16 17:03:26 UTC [more...]

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-03-16 16:06 UTC  (5+ messages)
` [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
` [PATCH v3 06/19] target/arm: Move Makefile variable restricted to CONFIG_TCG
` [PATCH v3 11/19] target/arm: Restrict ARMv5 cpus to TCG accel
` [PATCH v3 13/19] target/arm: Restrict ARMv7 R-profile "

[PATCH v2 1/4] m25p80: Convert to support tracing
 2020-03-16 15:11 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-03-16 17:03 UTC 

[PATCH 2/3] clk: qcom: gcc: Add USB3 PIPE clock operations
 2020-03-16 17:03 UTC 

[PATCH 0/7] Sparse checkout improvements -- improved sparsity updating
 2020-03-16 17:02 UTC  (4+ messages)
` [PATCH 6/7] sparse-checkout: use new update_sparsity() function

[PATCH v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-03-16 14:29 UTC  (27+ messages)
` [PATCH v6 01/42] nvme: rename trace events to nvme_dev
` [PATCH v6 02/42] nvme: remove superfluous breaks
` [PATCH v6 03/42] nvme: move device parameters to separate struct
` [PATCH v6 04/42] nvme: bump spec data structures to v1.3
` [PATCH v6 05/42] nvme: use constant for identify data size
` [PATCH v6 06/42] nvme: add identify cns values in header
` [PATCH v6 08/42] nvme: add support for the abort command
` [PATCH v6 09/42] nvme: add max_ioqpairs device parameter
` [PATCH v6 10/42] nvme: refactor device realization
` [PATCH v6 11/42] nvme: add temperature threshold feature
` [PATCH v6 12/42] nvme: add support for the get log page command
` [PATCH v6 14/42] nvme: add missing mandatory features
` [PATCH v6 15/42] nvme: additional tracing
` [PATCH v6 16/42] nvme: make sure ncqr and nsqr is valid
` [PATCH v6 17/42] nvme: add log specific field to trace events
` [PATCH v6 18/42] nvme: support identify namespace descriptor list
` [PATCH v6 19/42] nvme: enforce valid queue creation sequence
` [PATCH v6 20/42] nvme: provide the mandatory subnqn field
` [PATCH v6 22/42] nvme: memset preallocated requests structures
` [PATCH v6 23/42] nvme: add mapping helpers
` [PATCH v6 25/42] nvme: refactor dma read/write
` [PATCH v6 26/42] nvme: pass request along for tracing
` [PATCH v6 27/42] nvme: add request mapping helper
` [PATCH v6 28/42] nvme: verify validity of prp lists in the cmb
` [PATCH v6 29/42] nvme: refactor request bounds checking
` [PATCH v6 37/42] nvme: refactor identify active namespace id list

[PATCH 0/3] Removal of BTRFS_SUBVOL_CREATE_ASYNC support
 2020-03-16 17:01 UTC  (2+ messages)

[PATCH 1/3] howto: Update Answer to QQZ 1.3 to mention inline QQA is not easy
 2020-03-16 17:01 UTC  (2+ messages)

[PATCH v2] arm64: dts: meson: khadas-vim3: move model to g12b-khadas-vim3 dtsi
 2020-03-16 17:01 UTC  (2+ messages)

[PATCH] arm64: dts: meson: add thermal zones to meson gx devices
 2020-03-16 17:01 UTC  (2+ messages)

[PATCH 0/3] imx: drop dependency on ARM64
 2020-03-16 17:01 UTC  (4+ messages)
` [PATCH 2/3] clk: imx: drop the dependency on ARM64 for i.MX8M

general protection fault in erspan_netlink_parms
 2020-03-16 17:00 UTC  (3+ messages)

[PATCH v7 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel
 2020-03-16 17:00 UTC  (4+ messages)
` [PATCH v7 2/2] drm/panel: add support for rm69299 visionox panel driver

[PATCH] arm64: dts: meson-g12-common: add spicc controller nodes
 2020-03-16 16:59 UTC  (5+ messages)

[PATCH v4] remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
 2020-03-16 16:55 UTC  (7+ messages)
` [PATCH v5] "

[PATCH] ARM: dts: rockchip: rk3xxx: fix L2 cache-controller nodename
 2020-03-16 16:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/4] package/bluez5_utils: bump to version 5.54
 2020-03-16 16:55 UTC  (6+ messages)
` [Buildroot] [PATCH 2/4] package/bluez5_utils: add mesh support
` [Buildroot] [PATCH 3/4] package/ell: bump to version 0.28
` [Buildroot] [PATCH 4/4] package/bluez5_utils: enable support for external ell

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-03-16 16:50 UTC  (42+ messages)
` [PATCH v10 01/13] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v10 02/13] ELF: Add ELF program property parsing support
` [PATCH v10 03/13] arm64: Basic Branch Target Identification support
` [PATCH v10 04/13] elf: Allow arch to tweak initial mmap prot flags
` [PATCH v10 05/13] arm64: elf: Enable BTI at exec based on ELF program properties
` [PATCH v10 06/13] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v10 07/13] arm64: unify native/compat instruction skipping
` [PATCH v10 08/13] arm64: traps: Shuffle code to eliminate forward declarations
` [PATCH v10 09/13] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v10 10/13] KVM: "
` [PATCH v10 11/13] arm64: mm: Display guarded pages in ptdump
` [PATCH v10 12/13] mm: smaps: Report arm64 guarded pages in smaps
` [PATCH v10 13/13] arm64: BTI: Add Kconfig entry for userspace BTI

[Xen-devel] [PATCH v6 0/5] remove one more shared xenheap page: shared_info
 2020-03-16 16:53 UTC  (3+ messages)
` [Xen-devel] [PATCH v6 2/5] mm: keep PGC_extra pages on a separate list

[Bug 205821] New: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
 2020-03-16 16:54 UTC  (2+ messages)
` [Bug 205821] "

post-receive: pub/scm/linux/kernel/git/khilman/linux
 2020-03-16 16:53 UTC 

[Buildroot] [PATCH v2 1/4] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.54
 2020-03-16 16:52 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/4] package/bluez5_utils: add mesh support
` [Buildroot] [PATCH v2 3/4] package/ell: bump to version 0.28
` [Buildroot] [PATCH v2 4/4] package/bluez5_utils: enable support for external ell

post-receive: pub/scm/linux/kernel/git/khilman/linux-amlogic
 2020-03-16 16:52 UTC 

misc hmm cleanups
 2020-03-16 16:51 UTC  (12+ messages)
` [PATCH 1/5] mm: don't provide a stub for hmm_range_fault
` [PATCH 2/5] mm: remove the unused HMM_FAULT_ALLOW_RETRY flag
` [PATCH 3/5] mm: simplify hmm_vma_walk_hugetlb_entry
` [PATCH 4/5] mm: don't handle the non-fault case in hmm_vma_walk_hole_
` [PATCH 5/5] mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_

post-receive: pub/scm/linux/kernel/git/khilman/linux-amlogic
 2020-03-16 16:51 UTC 

[PATCH] mach-snapdragon: Fix overwriting last digit of serial number
 2020-03-16 16:51 UTC 

post-receive: pub/scm/linux/kernel/git/khilman/linux-amlogic
 2020-03-16 16:51 UTC 

M+ & H bugs with Milestone Movements WW11
 2020-03-16 16:50 UTC 

[PATCH v2 0/8] FWNMI fixes / changes
 2020-03-16 14:26 UTC  (6+ messages)
` [PATCH v2 2/8] ppc/spapr: Change FWNMI names
` [PATCH v2 5/8] ppc/spapr: Allow FWNMI on TCG
` [PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
` [PATCH v2 7/8] ppc/spapr: Implement FWNMI System Reset delivery
` [PATCH v2 8/8] ppc/spapr: Ignore common "ibm, nmi-interlock" Linux bug

post-receive: pub/scm/linux/kernel/git/khilman/linux-amlogic
 2020-03-16 16:50 UTC 

c69c11a4cd ("Default enable RCU list lockdep debugging with .."): WARNING: suspicious RCU usage
 2020-03-16 16:50 UTC 

[Intel-gfx] [PATCH 0/7] drm/i915/gt: convert to struct drm_device based logging macros
 2020-03-16 16:49 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
 2020-03-16 15:10 UTC  (9+ messages)
` [PATCH v3 01/34] qemu-doc: Belatedly document QMP command arg & result deprecation
` [PATCH v3 02/34] qapi: Belatedly update doc comment for @wait deprecation
` [PATCH v3 06/34] tests/test-qmp-cmds: Check responses more thoroughly
` [PATCH v3 07/34] tests/test-qmp-cmds: Simplify test data setup

[PATCH 0/2] arm64: dts: meson: add dts/bindings for Tanix TX5 Max
 2020-03-16 16:49 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: meson-g12a-tanix-tx5max: add initial device tree

[PATCH] KVM: X86: correct meaningless kvm_apicv_activated() check
 2020-03-16 16:39 UTC  (6+ messages)

Enhancements/Bugs closed WW101
 2020-03-16 16:48 UTC 

[RFC][PATCH 00/16] objtool: vmlinux.o and noinstr validation
 2020-03-16 16:48 UTC  (8+ messages)
` [RFC][PATCH 15/16] objtool: Implement "

[PATCH 0/4] nvme: Fixes for deleting a ctrl before it was created
 2020-03-16 16:47 UTC  (11+ messages)
` [PATCH 1/4] nvme-rdma: Fix warning at nvme_rdma_setup_ctrl
` [PATCH 4/4] nvme: Fix controller use after free at create_ctrl callback

[driver-core:debugfs_remove_return_value] BUILD SUCCESS 74a6626f2f84bff8326f304f0ad28b6093fee964
 2020-03-16 16:45 UTC 

[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
 2020-03-16 14:20 UTC  (2+ messages)
` [Bug 1866870] "

[PATCH 0/2] arm64: dts: meson: add dts/bindings for Beelink GT-King
 2020-03-16 16:44 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: meson-g12b-gtking: add initial device-tree

Current Top developers on Yocto Project 3.1
 2020-03-16 16:43 UTC 

[Buildroot] [git commit] docs/website: update for 2019.11.2
 2020-03-16 16:43 UTC 

[PATCH v6 0/4] qcow2: Implement zstd cluster compression method
 2020-03-16 14:01 UTC  (3+ messages)
` [PATCH v6 3/4] qcow2: add zstd cluster compression

[PATCH] drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter const
 2020-03-16 16:42 UTC 

[PATCH v3 1/3] KEYS: Don't write out to userspace while holding key semaphore
 2020-03-16 16:33 UTC  (8+ messages)
` [PATCH v3 0/3] KEYS: Read keys to internal buffer & then copy to userspace

[PATCH v9 02/15] s390x: protvirt: Support unpack facility
 2020-03-16 15:05 UTC  (7+ messages)
` [PATCH v9] fixup! Fix subcode/pbt

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2020-03-16 16:42 UTC  (2+ messages)

GRUB 2.06 release
 2020-03-16 16:41 UTC  (4+ messages)

[PATCH v2 0/8] user-mode: Prune build dependencies (part 2)
 2020-03-16 13:57 UTC  (4+ messages)
` [PATCH v2 4/8] qapi/misc: Move query-uuid command with block code

[PATCH 1/1] psi: move PF_MEMSTALL out of task->flags
 2020-03-16 16:40 UTC  (2+ messages)

[dpdk-dev] [PATCH] pci: fix missing off_t define on FreeBSD
 2020-03-16 16:37 UTC 

Patchwork housekeeping for: linux-renesas-soc
 2020-03-16 16:40 UTC 

[Buildroot] [git commit] Update for 2019.11.2
 2020-03-16 16:40 UTC 

[dpdk-dev] [PATCH] testpmd: added rte_eth_dev_fw_version_get in testpmd rte_eth_dev_fw_version_get() was not called in test pmd. Added rte_eth_dev_fw_version_get() in testpmd under show port info <port no>
 2020-03-16 16:39 UTC  (2+ messages)

[PATCH 0/2] drm: encoder_slave: some updates
 2020-03-16 16:39 UTC  (3+ messages)
` [PATCH 1/2] drm: encoder_slave: fix refcouting error for modules
` [PATCH 2/2] drm: encoder_slave: use new I2C API

post-receive: pub/scm/linux/kernel/git/paulmck/perfbook
 2020-03-16 16:39 UTC 

[PULL 0/6] Audio 20200316 patches
 2020-03-16 14:55 UTC  (2+ messages)

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-03-16 16:38 UTC  (3+ messages)

[PATCH] MAINTAINERS: Mark the LatticeMico32 target as orphan
 2020-03-16 13:36 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-03-16 16:37 UTC 

[PATCH] VMCI: Fix potential NULL pointer dereference when acquire a lock
 2020-03-16 16:36 UTC 

[PATCH] seccomp: allow BPF_MOD ALU instructions
 2020-03-16 16:36 UTC 

[PATCH 1/2] mm: swap: make page_evictable() inline
 2020-03-16 16:36 UTC  (3+ messages)

[PATCH 0/3] Request direct mapping for modem firmware subdevice
 2020-03-16 16:37 UTC  (4+ messages)

[PATCH v4 1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse
 2020-03-16 16:29 UTC  (4+ messages)
` [PATCH v4 2/2] mm/sparse.c: allocate memmap preferring the given node
  ` [PATCH v5 "

[PATCH v7 0/3] arm64: dts: meson: add dts/bindings for SmartLabs SML-5442TW
 2020-03-16 16:36 UTC  (5+ messages)
` [PATCH v7 3/3] arm64: dts: meson: add support for the "

[PATCH v2] MAINTAINERS: Mark the LatticeMico32 target as orphan
 2020-03-16 14:28 UTC 

[PATCH v1 0/36] dt-bindings: display: convert remaning panel bindings to DT Schema
 2020-03-16 16:35 UTC  (7+ messages)
` [PATCH v1 02/36] dt-bindings: spi: support non-spi bindings as SPI slaves

[PATCH v2 0/3] clk: renesas: cpg-mssr: add ignore-unused option
 2020-03-16 16:34 UTC  (4+ messages)
` [PATCH v2 1/3] clk: renesas: cpg-mssr: add support for ignore-unused clocks
` [PATCH v2 2/3] clk: renesas: rcar-gen3: mark RWDT clocks as ignore-unused
` [PATCH v2 3/3] clk: renesas: rzg2: mark RWDT clock "

[LTP] [PATCH v3 0/3] Increase bind() coverage - GH#538
 2020-03-16 16:33 UTC  (6+ messages)
` [LTP] [PATCH v3 1/3] Create separate .c file for include/tst_net.h

Notes from Git Contributor Summit, Los Angeles (April 5, 2020)
 2020-03-16 16:32 UTC  (4+ messages)
` [TOPIC 3/17] Obliterate

[PATCH v2 rcu-dev 1/3] rcuperf: Add ability to increase object allocation size
 2020-03-16 16:32 UTC  (3+ messages)
` [PATCH v2 rcu-dev 2/3] rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching
` [PATCH v2 rcu-dev 3/3] rcu/tree: Count number of batched kfree_rcu() locklessly

[ANNOUNCE] 4.14.172-rt78
 2020-03-16 16:32 UTC 

[PATCH 0/4] tests/vm: minor install tweaks, update netbsd & freebsd
 2020-03-16 14:22 UTC  (4+ messages)
` [PATCH 1/4] tests/vm: write raw console log

[PATCH][zeus 0/7] zeus review
 2020-03-16 16:31 UTC  (4+ messages)
` [PATCH][zeus 5/7] python3: Upgrade 3.7.6 -> 3.7.7
` [PATCH][zeus 6/7] libarchive: Fix CVE-2020-9308
` [PATCH][zeus 7/7] bluez: fix CVE-2020-0556


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.