All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-24 20:26:56 to 2020-04-24 21:09:43 UTC [more...]

[dpdk-dev] [PATCH 00/12] update and simplify telemetry library
 2020-04-24 21:09 UTC  (7+ messages)
` [dpdk-dev] [PATCH v4 00/18] "
  ` [dpdk-dev] [PATCH v4 06/18] telemetry: introduce new telemetry functionality
  ` [dpdk-dev] [PATCH v4 13/18] telemetry: introduce telemetry backward compatibility

[PATCH V3 0/7] nvmet: add target ns revalidate support
 2020-04-24 21:02 UTC  (7+ messages)

[PATCH v5 00/25] firmware: xilinx: Add xilinx specific sysfs interface
 2020-04-24 20:58 UTC  (52+ messages)
` [PATCH v5 01/25] firmware: xilinx: Remove eemi ops for get_api_version
` [PATCH v5 02/25] firmware: xilinx: Remove eemi ops for get_chipid
` [PATCH v5 03/25] firmware: xilinx: Remove eemi ops for query_data
` [PATCH v5 04/25] firmware: xilinx: Remove eemi ops for clock_enable
` [PATCH v5 05/25] firmware: xilinx: Remove eemi ops for clock_disable
` [PATCH v5 06/25] firmware: xilinx: Remove eemi ops for clock_getstate
` [PATCH v5 07/25] firmware: xilinx: Remove eemi ops for clock_setdivider
` [PATCH v5 08/25] firmware: xilinx: Remove eemi ops for clock_getdivider
` [PATCH v5 09/25] firmware: xilinx: Remove eemi ops for clock set/get rate
` [PATCH v5 10/25] firmware: xilinx: Remove eemi ops for clock set/get parent
` [PATCH v5 11/25] firmware: xilinx: Use APIs instead of IOCTLs
` [PATCH v5 12/25] firmware: xilinx: Remove eemi ops for reset_assert
` [PATCH v5 13/25] firmware: xilinx: Remove eemi ops for reset_get_status
` [PATCH v5 14/25] firmware: xilinx: Remove eemi ops for init_finalize
` [PATCH v5 15/25] firmware: xilinx: Remove eemi ops for set_suspend_mode
` [PATCH v5 16/25] firmware: xilinx: Remove eemi ops for request_node
` [PATCH v5 17/25] firmware: xilinx: Remove eemi ops for release_node
` [PATCH v5 18/25] firmware: xilinx: Remove eemi ops for set_requirement
` [PATCH v5 19/25] firmware: xilinx: Remove eemi ops for aes engine
` [PATCH v5 20/25] firmware: xilinx: Remove eemi ops for fpga related APIs
` [PATCH v5 21/25] firmware: xilinx: Add APIs to read/write GGS/PGGS registers
` [PATCH v5 22/25] firmware: xilinx: Add sysfs interface
` [PATCH v5 23/25] firmware: xilinx: Add system shutdown API interface
` [PATCH v5 24/25] firmware: xilinx: Add sysfs to set shutdown scope
` [PATCH v5 25/25] firmware: xilinx: Add sysfs and API to set boot health status

Attaching XDP program into wireguard interface
 2020-04-24 21:06 UTC  (4+ messages)

[PATCH 0/8] CMake build system for git
 2020-04-24 21:06 UTC  (7+ messages)
` [PATCH 1/8] Introduce CMake support for configuring Git on Linux
` [PATCH 6/8] cmake: support for building git on windows with mingw

[PATCH v2 00/22] KVM: Event fixes and cleanup
 2020-04-24 21:05 UTC  (3+ messages)

[PATCH] push: anonymize URLs in error messages and warnings
 2020-04-24 21:04 UTC  (5+ messages)

[PATCH] linux-user: Drop unnecessary check in dup3 syscall
 2020-04-24 20:57 UTC 

[PATCH] HID: wacom: Report 2nd-gen Intuos Pro S center button status over BT
 2020-04-24 21:04 UTC 

[PATCH] rockpro64: Enable HDMI output on rockpro64 board
 2020-04-24 21:03 UTC 

[PATCH v4 1/5] input/serio/i8042: Attach fwnode to serio i8042 kbd device
 2020-04-24 21:03 UTC  (3+ messages)
` [PATCH v4 2/5] Input: atkbd: Expose function row physical map to userspace

[PATCH 55/70] x86/sev-es: Handle RDTSCP Events
 2020-04-24 21:03 UTC  (2+ messages)
` [PATCH] Allow RDTSC and RDTSCP from userspace

[PATCH] rt-tests: cyclictest: Fix -a option fail when max_cpus is more
 2020-04-24 20:59 UTC  (2+ messages)

[RFC PATCH 0/3] kvm: x86: Cleanup and optimazation of switch_db_regs
 2020-04-24 20:59 UTC  (6+ messages)
` [RFC PATCH 1/3] kvm: x86: Rename KVM_DEBUGREG_RELOAD to KVM_DEBUGREG_NEED_RELOAD

Queue up bc0c4d1e176e
 2020-04-24 20:58 UTC 

[PATCH V5 0/3] Convert QUP bindings to YAML and add ICC, pin swap doc
 2020-04-24 20:57 UTC  (5+ messages)
` [PATCH V5 3/3] dt-bindings: geni-se: Add binding for UART pin swap

Update kmod-wireguard on CentOS 7.7 failed
 2020-04-15 12:14 UTC 

Netlink API returns wrong attribute ID for peers on Ubuntu 19.10
 2020-04-16 15:26 UTC 

Debian package dependencies
 2020-04-23 12:21 UTC 

engarde - small issue with wireguard-windows
 2020-04-17 22:55 UTC 

[PATCH 0/1] wintun: use standard volatile semantics
 2020-04-24 19:40 UTC  (2+ messages)
` [PATCH 1/1] replace atomic.h with provided APIs switch to /volatile:iso

[PATCH v4 00/20] Split fsverity-utils into a shared library
 2020-04-24 20:55 UTC  (21+ messages)
` [PATCH 01/20] Build basic shared library framework
` [PATCH 02/20] Change compute_file_measurement() to take a file descriptor as argument
` [PATCH 03/20] Move fsverity_descriptor definition to libfsverity.h
` [PATCH 04/20] Move hash algorithm code to shared library
` [PATCH 05/20] Create libfsverity_compute_digest() and adapt cmd_sign to use it
` [PATCH 06/20] Introduce libfsverity_sign_digest()
` [PATCH 07/20] Validate input arguments to libfsverity_compute_digest()
` [PATCH 08/20] Validate input parameters for libfsverity_sign_digest()
` [PATCH 09/20] Document API of libfsverity
` [PATCH 10/20] Change libfsverity_compute_digest() to take a read function
` [PATCH 11/20] Make full_{read,write}() return proper error codes instead of bool
` [PATCH 12/20] libfsverity: Remove dependencies on util.c
` [PATCH 13/20] Update Makefile to install libfsverity and fsverity.h
` [PATCH 14/20] Change libfsverity_find_hash_alg_by_name() to return the alg number
` [PATCH 15/20] Make libfsverity_find_hash_alg_by_name() private to the shared library
` [PATCH 16/20] libfsverity_sign_digest() use ARRAY_SIZE()
` [PATCH 17/20] fsverity_cmd_sign() use sizeof() input argument instead of struct
` [PATCH 18/20] fsverity_cmd_sign() don't exit on error without closing file descriptor
` [PATCH 19/20] Improve documentation of libfsverity.h API
` [PATCH 20/20] Fixup Makefile

[PATCH] linux-user: Drop open-coded fcntl flags conversion in eventfd2 syscall
 2020-04-24 20:48 UTC 

[ANNOUNCE] v5.4.28-rt19
 2020-04-24 20:54 UTC  (7+ messages)
` [PREEMPT_RT] 8250 IRQ lockup when flooding serial console (was Re: [ANNOUNCE] v5.4.28-rt19)

[PATCH v2] drm: make drm_file use keyed wakeups
 2020-04-24 20:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm: make drm_file use keyed wakeups (rev2)

lockdep warning about possible circular dependency in PSI
 2020-04-24 20:53 UTC  (5+ messages)

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-24 20:50 UTC  (4+ messages)
  ` [PATCH v2 2/2] proc: Ensure we see the exit of each process tid exactly
      ` [PATCH] proc: Put thread_pid in release_task not proc_flush_pid

[PATCH 0/7] Add support for CONFIG_API on RISC-V
 2020-04-24 20:52 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Drop rq->ring->vma peeking from error capture
 2020-04-24 20:51 UTC  (3+ messages)

[PATCH 1/1] NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION
 2020-04-24 20:51 UTC  (2+ messages)

[PATCH] ci: fix GitHub workflow when on a tagged revision
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] tracing: A few fixes for v5.7
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] libata fixes for 5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] io_uring fix for 5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] PNP subsystem update for v5.7-rc2
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[GIT PULL] Power management updates for v5.7-rc3
 2020-04-24 20:50 UTC  (2+ messages)

[RFC Patch v1 0/4] arm64: Introduce new IPI as IPI_CALL_NMI_FUNC
 2020-04-24 20:49 UTC  (6+ messages)
` [RFC Patch v1 4/4] arm64: kgdb: Round up cpus using IPI_CALL_NMI_FUNC

[PATCH] samples/ftrace: Fix asm function ELF annotations
 2020-04-24 20:49 UTC 

[PATCH 0/3] misc code cleanup
 2020-04-24 18:59 UTC  (4+ messages)
` [PATCH 1/3] don't leak TunDispatchSecurityDescriptor if second RtlAbsoluteToSelfRelativeSD fails. practically this can't happen, but from wintun code it's unclear
` [PATCH 2/3] use ExEnterCriticalRegionAndAcquireResourceExclusive and ExReleaseResourceAndLeaveCriticalRegion
` [PATCH 3/3] use RtlSubAuthoritySid instead of directly poking SID

[patch] mm, oom: stop reclaiming if GFP_ATOMIC will start failing soon
 2020-04-24 20:48 UTC  (2+ messages)

arm: DomU Networking enable leads to Dom0 kernel oops
 2020-04-24 20:46 UTC  (2+ messages)

[PATCH] shallow.c: use 'reset_repository_shallow' when appropriate
 2020-04-24 20:45 UTC  (6+ messages)
` [PATCH v2 0/2] shallow.c: reset shallow-ness after updating
  ` [PATCH v2 1/2] t5537: use test_write_lines, indented heredocs for readability

[PATCH v7 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-24 20:43 UTC  (28+ messages)
` [PATCH v7 01/12] dt-bindings: add img, pvrsgx.yaml for Imagination GPUs
  ` [PATCH v7 01/12] dt-bindings: add img,pvrsgx.yaml "
` [PATCH v7 02/12] ARM: DTS: am33xx: add sgx gpu child node
` [PATCH v7 03/12] ARM: DTS: am3517: "
` [PATCH v7 04/12] ARM: DTS: omap34xx: "
` [PATCH v7 05/12] ARM: DTS: omap36xx: "
` [PATCH v7 06/12] ARM: DTS: omap4: "
` [PATCH v7 07/12] ARM: DTS: omap5: "
` [PATCH v7 08/12] arm: dts: s5pv210: Add node for SGX 540
` [PATCH v7 09/12] ARM: dts: sun6i: a31: add sgx gpu child node
` [PATCH v7 10/12] ARM: dts: sun6i: a31s: "
` [PATCH v7 11/12] ARM: dts: sun8i: a83t: "
` [PATCH v7 12/12] MIPS: DTS: jz4780: add sgx gpu node

[master][PATCH 1/2] linux-ti-staging: update to the latest snapshot
 2020-04-24 20:42 UTC  (2+ messages)
` [master][PATCH 2/2] u-boot-ti-staging: "

[Bug 1874904] [NEW] qemu windows with gtk and french keypad not working as expected
 2020-04-24 20:27 UTC 

Golang Xen packages and the golang packaging system
 2020-04-24 20:39 UTC  (8+ messages)

[PATCH 00/14] ARC: add HSDK-4xD board support
 2020-04-24 20:39 UTC  (15+ messages)
` [PATCH 01/14] ARC: ARCv2: handle DSP presence in HW
` [PATCH 02/14] ARC: HSDK: CGU: add support for timer clock
` [PATCH 03/14] ARC: HSDK-4xD: add initial board support
` [PATCH 04/14] ARC: HSDK: split HSDK and HSDK-4xD DTS
` [PATCH 05/14] ARC: HSDK-4xD: use active low polarity of cpu_start pulse
` [PATCH 06/14] ARC: HSDK-4xD: fix headerize script for HSDK-4xD compatibility
` [PATCH 07/14] ARC: HSDK-4xD: print info about HDMI clocks
` [PATCH 08/14] ARC: HSDK-4xD: drop additional GPU clock info
` [PATCH 09/14] ARC: HSDK-4xD: print timer clock value
` [PATCH 10/14] ARC: HSDK-4xD: add support for SLC enable/disable
` [PATCH 11/14] ARC: HSDK-4xD: add CSM configuration support
` [PATCH 12/14] ARC: HSDK-4xD: tweak memory map
` [PATCH 13/14] ARC: HSDK-4xD: use separate config file
` [PATCH 14/14] ARC: HSDK-4xD: make init status resistant to U-boot reloading

[PATCH v3] target/arm: Implement SVE2 FMMLA
 2020-04-24 20:38 UTC  (2+ messages)

[libvirt test] 149773: regressions - FAIL
 2020-04-24 20:37 UTC  (2+ messages)

Auth/Assoc/Connect events coming before CMD_CONNECT response (hwsim)
 2020-04-24 20:35 UTC  (2+ messages)

[PATCH 0/2] More ISO-8601 support
 2020-04-24 20:29 UTC  (6+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 2/4] date.c: validate and set time in a helper function

[dpdk-dev] [PATCH v1] examples/l2fwd: add check for promiscuous no support
 2020-04-24 20:33 UTC  (4+ messages)

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-04-24 20:32 UTC  (3+ messages)
` [PATCH 02/16] Revert "objtool: Skip samples subdirectory"

[[PATCH v3]] xen/guest_access: Harden *copy_to_guest_offset() to prevent const dest operand
 2020-04-24 20:30 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/exfatprogs: add patch fixing missing <sys/types.h>
 2020-04-24 20:29 UTC 

[PATCH v2 00/12] remoteproc: stm32: Add support for synchronising with M4
 2020-04-24 20:25 UTC  (9+ messages)
` [PATCH v2 02/12] remoteproc: stm32: Request IRQ with platform device
` [PATCH v2 03/12] remoteproc: stm32: Decouple rproc from DT parsing
` [PATCH v2 07/12] remoteproc: stm32: Get loaded resource table for synchronisation
` [PATCH v2 08/12] remoteproc: stm32: Introduce new start ops "
` [PATCH v2 09/12] remoteproc: stm32: Update M4 state in stm32_rproc_stop()
` [PATCH v2 10/12] remoteproc: stm32: Introduce new parse fw ops for synchronisation
` [PATCH v2 11/12] remoteproc: stm32: Introduce new loaded rsc "
` [PATCH v2 12/12] remoteproc: stm32: Set synchronisation state machine if needed

[Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability
 2020-04-24 20:26 UTC  (2+ 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.