All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-01 17:37:05 to 2020-10-01 18:19:16 UTC [more...]

[PATCH v6 0/4] Fixes curses on msys2/mingw
 2020-10-01 17:39 UTC  (5+ messages)
` [PATCH v6 1/4] configure: fixes indent of $meson setup
` [PATCH v6 2/4] curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw
` [PATCH v6 3/4] curses: Fixes curses compiling errors

[PATCH V2] net: smc911x: Automatically Update ethaddr with MAC
 2020-10-01 18:17 UTC  (4+ messages)

[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-10-01 18:17 UTC  (9+ messages)
` [RFC PATCH v3 1/2] ext4/xfs: add page refcount helper
` [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH 0/6] Ancillary bus implementation and SOF multi-client support
 2020-10-01 18:16 UTC  (21+ messages)
` [PATCH 1/6] Add ancillary bus support

[PATCH bpf-next] libbpf: export bpf_object__reuse_map() to libbpf api
 2020-10-01 18:17 UTC  (8+ messages)

[PATCH] hw/core/cpu: Add missing 'exec/cpu-common.h' include
 2020-10-01 17:56 UTC  (3+ messages)

[PATCH] Fix Atmel TPM crash caused by too frequent queries
 2020-10-01 18:15 UTC  (13+ messages)

[PULL 0/9] Ide patches
 2020-10-01 17:46 UTC  (8+ messages)
` [PULL 1/9] MAINTAINERS: Update my git address
` [PULL 2/9] hw/ide/ahci: Do not dma_memory_unmap(NULL)
` [PULL 3/9] ide: rename cmd_write to ctrl_write
` [PULL 4/9] ide: don't tamper with the device register
` [PULL 5/9] ide: model HOB correctly
` [PULL 6/9] ide: reorder set/get sector functions
` [PULL 9/9] ide: cancel pending callbacks on SRST

[dpdk-dev] [PATCH] ethdev: check if queues are allocated before getting info
 2020-10-01 18:14 UTC 

[PATCH v4 0/3] hwmon: (lm75) Add regulator support
 2020-10-01 18:13 UTC  (5+ messages)
` [PATCH v4 2/3] dt-bindings: hwmon: Add the +vs supply to the lm75 bindings
` [PATCH v4 3/3] hwmon: (lm75) Add regulator support

[PATCH v2] cpus: Do not dump CPU state when calling hw_error()
 2020-10-01 17:55 UTC 

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-01 18:11 UTC  (13+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH 0/5] Speed up mremap on large regions
 2020-10-01 18:10 UTC  (7+ messages)
` [PATCH 3/5] mm: Speedup mremap on 1GB or larger regions

[PATCH v2 0/5] tpm_tis: fix interrupts (again)
 2020-10-01 18:09 UTC  (6+ messages)
` [PATCH v2 1/5] tpm_tis: Fix check_locality for correct locality acquisition
` [PATCH v2 2/5] tpm_tis: Clean up locality release
` [PATCH v2 3/5] tpm_tis: Fix interrupts for TIS TPMs without legacy cycles
` [PATCH v2 4/5] tpm_tis: fix IRQ probing
` [PATCH v2 5/5] Revert "tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's""

Nouveau wiki migration
 2020-10-01 18:10 UTC  (6+ messages)

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-10-01 18:09 UTC  (8+ messages)
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

b4: UTF-8 in replies
 2020-10-01 18:09 UTC  (2+ messages)
  ` [tools] "

[PULL] u-boot-usb/next
 2020-10-01 18:09 UTC  (4+ messages)

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-10-01 18:08 UTC  (5+ messages)

[Intel-wired-lan] [PATCH net-next v1] e1000: remove unused and incorrect code
 2020-10-01 18:08 UTC  (3+ messages)

[PATCH 0/9] nvme qemu cleanups and fixes
 2020-10-01 17:34 UTC  (7+ messages)
` [PATCH 3/9] hw/block/nvme: support per-namespace smart log

[PATCH V7 0/5] Intel Platform Monitoring Technology
 2020-10-01 18:06 UTC  (9+ messages)
` [PATCH V7 3/5] platform/x86: Intel PMT class driver
` [PATCH V7 4/5] platform/x86: Intel PMT Telemetry capability driver

[PATCH 0/2] nvme-core: increamental cleanup
 2020-10-01 18:06 UTC  (3+ messages)
` [PATCH 2/2] nvme-core: remove extra condition for vwc

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-10-01 18:03 UTC  (48+ messages)
` [PATCH v3 10/39] kasan: rename report and tags files
` [PATCH v3 11/39] kasan: don't duplicate config dependencies
` [PATCH v3 12/39] kasan: hide invalid free check implementation
` [PATCH v3 13/39] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v3 16/39] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v3 17/39] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v3 18/39] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v3 19/39] kasan: rename SHADOW layout macros to META
` [PATCH v3 20/39] kasan: separate metadata_fetch_row for each mode
` [PATCH v3 21/39] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v3 22/39] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v3 33/39] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v3 35/39] kasan, arm64: implement HW_TAGS runtime
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata
` [PATCH v3 39/39] kasan: add documentation for hardware tag-based mode

[PATCH] e2fsck: skip extent optimization by default
 2020-10-01 18:03 UTC  (2+ messages)

[PATCH net-next 0/5] implement kthread based napi poll
 2020-10-01 18:03 UTC  (6+ messages)
` [PATCH net-next 5/5] net: improve napi threaded config

[net-next v2 01/11] net: bridge: extend the process of special frames
 2020-10-01 18:02 UTC  (3+ messages)

[SPDK] Re: Rocksdb with SPDK
 2020-10-01 18:03 UTC 

[PATCH v7 0/4] Add support for KeemBay DRM driver
 2020-10-01 18:02 UTC  (4+ messages)
` [PATCH v7 2/4] drm/kmb: Add support for KeemBay Display

[PATCH v4 0/2] Add WDT driver for Toshiba Visconti ARM SoC
 2020-10-01 18:00 UTC  (4+ messages)
` [PATCH v4 2/2] watchdog: Add Toshiba Visconti watchdog driver

[PATCH 0/5] Support RISC-V migration
 2020-10-01 17:30 UTC  (5+ messages)
` [PATCH 3/5] target/riscv: Add H extention state description
` [PATCH 4/5] target/riscv: Add V "

[dpdk-dev] [PATCH] net/bnxt: support fast mbuf free
 2020-10-01 18:00 UTC 

[PATCH v2][next] x86/uv/time: Replace one-element array and save heap space
 2020-10-01 17:42 UTC  (2+ messages)

[PULL v2 00/15] Renesas hardware patches for 2020-06-22
 2020-10-01 17:43 UTC  (5+ messages)
` [PULL v2 13/15] hw/rx: Add RX GDB simulator

[PATCH v2 0/2] Texi cleanup
 2020-10-01 17:35 UTC  (2+ messages)
` [PATCH v2 1/2] doc: Remove texi referenced in qemu-img-cmds.hx and target/i386/cpu.c

[PATCH v3 0/2] powerpc/mce: Fix mce handler and add selftest
 2020-10-01 17:51 UTC  (3+ messages)
` [PATCH v3 1/2] powerpc/mce: remove nmi_enter/exit from real mode handler
` [PATCH v3 2/2] lkdtm/powerpc: Add SLB multihit test

[PATCH v6 0/4] Add a vhost RPMsg API
 2020-10-01 17:57 UTC  (9+ messages)

[Bug 209457] New: AMDGPU resume fail with RX 580 GPU
 2020-10-01 17:56 UTC  (2+ messages)
` [Bug 209457] "

[Bug 204241] New: amdgpu fails to resume from suspend
 2020-10-01 17:55 UTC  (2+ messages)
` [Bug 204241] "

[PATCH v1 00/20] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2020-10-01 17:30 UTC  (7+ messages)
` [PATCH v1 02/20] s390x/tcg: Implement VECTOR BIT PERMUTE
` [PATCH v1 03/20] s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICAL

[PATCH v4 0/5] xfs: fix how we deal with new intents during recovery
 2020-10-01 17:52 UTC  (10+ messages)
` [PATCH 3/5] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 4/5] xfs: xfs_defer_capture should absorb remaining block reservation
` [PATCH 5/5] xfs: xfs_defer_capture should absorb remaining transaction reservation

[PATCH net] net: hinic: fix DEVLINK build errors
 2020-10-01 17:54 UTC 

[PATCH v8 0/3] push: add "--[no-]force-if-includes"
 2020-10-01 17:54 UTC  (5+ messages)
` [PATCH v9 "

[PATCH RESEND v2 00/16] hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult
 2020-10-01 17:25 UTC  (12+ messages)
` [PATCH RESEND v2 03/16] dma: Document address_space_map/address_space_unmap() prototypes
` [PATCH RESEND v2 06/16] dma: Let dma_memory_read() propagate MemTxResult
` [PATCH RESEND v2 07/16] dma: Let dma_memory_write() "
` [PATCH RESEND v2 08/16] dma: Let dma_memory_valid() take MemTxAttrs argument
` [PATCH RESEND v2 09/16] dma: Let dma_memory_set() "
` [PATCH RESEND v2 10/16] dma: Let dma_memory_rw_relaxed() "
` [PATCH RESEND v2 11/16] dma: Let dma_memory_rw() "
` [PATCH RESEND v2 13/16] dma: Let dma_memory_map() "
` [PATCH RESEND v2 14/16] pci: Let pci_dma_rw() propagate MemTxResult
` [PATCH RESEND v2 15/16] pci: Let pci_dma_read() "
` [PATCH RESEND v2 16/16] pci: Let pci_dma_write() "

[PATCH] ARM: dts: aspeed-g6: Add sgpiom/sgpios node
 2020-09-30  9:06 UTC  (2+ messages)
` [RESEND PATCH] ARM: dts: aspeed-g6: Fix gpio memory region

[RFC PATCH v2] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-10-01 17:50 UTC  (3+ messages)

[PATCH v5 0/4] xfs: fix some log stalling problems in defer ops
 2020-10-01 17:50 UTC  (5+ messages)
` [PATCH 2/4] xfs: periodically relog deferred intent items

WARNING: at kernel/workqueue.c:1473 __queue_work+0x3b8/0x3d0
 2020-10-01 17:50 UTC  (11+ messages)

[PATCH v2] hw/block/nand: Decommission the NAND museum
 2020-10-01 17:31 UTC  (2+ messages)

Read the "real_parent" field of task_struct
 2020-10-01 17:49 UTC  (3+ messages)

[PATCH for-next v7 00/19] rdma_rxe: API extensions
 2020-10-01 17:48 UTC  (20+ messages)
` [PATCH for-next v7 01/19] rdma_rxe: Separat MEM into MR and MW objects
` [PATCH for-next v7 02/19] rdma_rxe: Enable "
` [PATCH for-next v7 03/19] rdma_rxe: Let pools support both keys and indices
` [PATCH for-next v7 04/19] rdma_rxe: make pool return values position independent
` [PATCH for-next v7 05/19] rdma_rxe: remove void * parameters in pool APIs
` [PATCH for-next v7 06/19] rdma_rxe: add alloc_mw and dealloc_mw verbs
` [PATCH for-next v7 07/19] rdma_rxe: Add bind_mw and invalidate_mw verbs
` [PATCH for-next v7 08/19] rdma_rxe: Add memory access through MWs
` [PATCH for-next v7 09/19] rdma_rxe: Add locked and unlocked pool APIs
` [PATCH for-next v7 10/19] rdma_rxe: Add support for ibv_query_device_ex
` [PATCH for-next v7 11/19] rdma_rxe: Add support for extended CQ operations
` [PATCH for-next v7 12/19] rdma_rxe: Add support for extended QP operations
` [PATCH for-next v7 13/19] rdma_rxe: Fix mcast group allocation bug
` [PATCH for-next v7 14/19] rdma_rxe: Fix bugs in the multicast receive path
` [PATCH for-next v7 15/19] rdma_rxe: handle ERR_PTR returns from pool
` [PATCH for-next v7 16/19] rdma_rxe: remove duplicate entries in struct rxe_mr
` [PATCH for-next v7 17/19] rdma_rme: removed unused RXE_MR_TYPE_FMR
` [PATCH for-next v7 18/19] rdma_rxe: add rkey validation checks for MR and MW
` [PATCH for-next v7 19/19] rdma_rxe: moved rxe_xmit_packet to rxe_net.c

[PATCH 1/4] libsepol: Get rid of the old and duplicated symbols
 2020-10-01 17:48 UTC  (8+ messages)
` [PATCH 4/4] libsemanage: Bump libsemanage.so version

[PATCH 0/4] tpm_tis: fix interrupts (again)
 2020-10-01 17:48 UTC  (7+ messages)
` [PATCH 1/4] tpm_tis: Clean up locality release

[PATCH v5 03/15] misc: bcm-vk: add autoload support
 2020-10-01 17:48 UTC  (4+ messages)

[PATCH] mac80211: avoid processing non-S1G elements on S1G band
 2020-10-01 17:47 UTC 

[seabios test] 155136: tolerable FAIL - PUSHED
 2020-10-01 17:45 UTC 

[PATCH V2 0/3] integrity: Load certs from EFI MOK config table
 2020-10-01 17:44 UTC  (3+ messages)
` [PATCH V2 1/3] efi: Support for MOK variable "

[RESEND PATCH] spmi: prefix spmi bus device names with "spmi"
 2020-10-01 17:43 UTC  (3+ messages)

How should we handle illegal task FPU state?
 2020-10-01 17:43 UTC 

[xen-4.13-testing test] 155132: regressions - FAIL
 2020-10-01 17:43 UTC 

refactor the nvme scanning and validation code
 2020-10-01 17:43 UTC  (6+ messages)
` [PATCH 17/20] nvme: query namespae identifiers before adding the namespace

[PATCH qemu 0/4] mirror: implement incremental and bitmap modes
 2020-10-01 17:31 UTC  (3+ messages)
` [PATCH qemu 4/4] iotests: add test for bitmap mirror

[PATCH v1] i2c: npcm7xx: Support changing bus speed using debugfs
 2020-10-01 17:40 UTC  (7+ messages)

[PATCH v3 00/13] Audio graph card updates and usage with Tegra210 audio
 2020-10-01 17:33 UTC  (11+ messages)
` [PATCH v3 04/13] ASoC: audio-graph: Identify 'no_pcm' DAI links for DPCM
` [PATCH v3 05/13] ASoC: audio-graph: Support empty Codec endpoint
` [PATCH v3 06/13] ASoC: simple-card-utils: Expose new members for asoc_simple_priv
` [PATCH v3 07/13] ASoC: audio-graph: Update driver as per new exposed members
` [PATCH v3 08/13] ASoC: audio-graph: Expose helpers from audio graph
` [PATCH v3 09/13] ASoC: dt-bindings: tegra: Add schema for audio graph card
` [PATCH v3 10/13] ASoC: tegra: Add audio graph based card driver
` [PATCH v3 11/13] arm64: defconfig: Enable Tegra audio graph "
` [PATCH v3 12/13] arm64: tegra: Audio graph header for Tegra210
` [PATCH v3 13/13] arm64: tegra: Audio graph sound card for Jetson Nano and TX1

[PATCH] pipe: fix hang when racing with a wakeup
 2020-10-01 17:41 UTC  (3+ messages)

next/master baseline: 397 runs, 5 regressions (next-20201001)
 2020-10-01 17:41 UTC 

[PATCH v3 0/3] add MEMORY_FAILURE event
 2020-10-01 17:28 UTC  (2+ messages)

[PATCH 0/6] Ancillary bus implementation and SOF multi-client support
 2020-10-01 17:40 UTC  (5+ messages)
` [PATCH 1/6] Add ancillary bus support

[PATCH v5 00/17] device-dax: support sub-dividing soft-reserved ranges
 2020-10-01 17:39 UTC  (6+ messages)
` [PATCH v5 01/17] device-dax: make pgmap optional for instance creation

[PATCH v6 00/10] NFS: Add support for the v4.2 READ_PLUS operation
 2020-10-01 17:39 UTC  (3+ messages)
` [PATCH v6 07/10] SUNRPC: Add the ability to expand holes in data pages

[PATCH] arm-bsp/linux-arm64-ack: remove bbappend for version 4.19
 2020-10-01 17:38 UTC  (2+ messages)
` [meta-arm] "

[PATCH v2 0/4] Document [u]int_leastN_t
 2020-10-01 17:38 UTC  (3+ messages)
` [PATCH v2 1/4] system_data_types.7: Add int_leastN_t family of types

[PATCH] arm-bsp/documentation: add BSP documentation template
 2020-10-01 17:37 UTC  (2+ messages)
` [meta-arm] "

[PATCH] arm-bsp/u-boot: fix patches for a5ds
 2020-10-01 17:37 UTC  (2+ messages)
` [meta-arm] "


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.