All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-07 16:21:13 to 2019-10-07 16:57:14 UTC [more...]

[igt-dev] [PATCH i-g-t 1/3] i915/gem_eio: Retighten timeouts for forced reset
 2019-10-07 16:57 UTC  (2+ messages)

kexec breaks with 5.4 due to memzero_explicit
 2019-10-07 16:56 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-10-07 16:55 UTC  (16+ messages)
` [Qemu-devel] [PATCH v5 1/5] iotests: remove 'linux' from default supported platforms
  `  "

[PATCH] nvmet: add revalidate ns sysfs attribute to handle device resize
 2019-10-07 16:56 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 5.3 000/166] 5.3.5-stable review
 2019-10-07 16:56 UTC  (7+ messages)

[PATCH] mm: vmalloc: Use the vmap_area_lock to protect ne_fit_preload_node
 2019-10-07 16:56 UTC  (9+ messages)

[PATCH] perf: rework memory accounting in perf_mmap()
 2019-10-07 16:56 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] lib/i915: Bump conservative threshold for ring size
 2019-10-07 16:56 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v2 1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-10-07 16:55 UTC  (3+ messages)
` [PATCH v2 3/5] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET

[igt-dev] [PATCH i-g-t] i915/gem_userptr: Be defensive when testing userptr capabilities
 2019-10-07 16:54 UTC  (3+ messages)

'make help' br0ken for @echo ' valid values for SPHINXDIRS are: $(_SPHINXDIRS)'
 2019-10-07 16:54 UTC  (3+ messages)

[RFC v5 0/6] TurboSched: A scheduler for sustaining Turbo Frequencies for longer durations
 2019-10-07 16:53 UTC  (4+ messages)
` [RFC v5 4/6] sched/fair: Tune task wake-up logic to pack small background tasks on fewer cores

[dpdk-dev] [RFC 0/8] Packet Capture enhancements
 2019-10-07 16:52 UTC  (9+ messages)
` [dpdk-dev] [RFC 1/8] pdump: use new pktmbuf copy function
` [dpdk-dev] [RFC 2/8] pdump: use dynamic logtype
` [dpdk-dev] [RFC 3/8] pdump: tag copied mbuf with port
` [dpdk-dev] [RFC 4/8] pdump: stamp packets with current timestamp
` [dpdk-dev] [RFC 5/8] pdump: add classic BPF filtering
` [dpdk-dev] [RFC 6/8] pdump: add packet header truncation
` [dpdk-dev] [RFC 7/8] pcapng: add new library for writing pcapng files
` [dpdk-dev] [RFC 8/8] app/capture: add packet capture using pcapng

[PATCH] mm: export cma alloc and release
 2019-10-07 16:53 UTC  (5+ messages)

git-gui: automatically move focus to staged file before typing commit message?
 2019-10-07 16:52 UTC  (9+ messages)

[PATCH v3 0/1] Add sysfs interface to control class-of-service
 2019-10-07 16:52 UTC  (3+ messages)
` [PATCH v3 1/1] drm/i915/ehl: "
` ✗ Fi.CI.SPARSE: warning for "

[systemd SELinux] system status permission
 2019-10-07 16:51 UTC  (2+ messages)

[PATCH 0/2] vtime: Remove pair of seqcount on context switch
 2019-10-07 16:51 UTC  (3+ messages)

[PATCH 0/6] block-copy: memory limit
 2019-10-07 16:49 UTC  (10+ messages)
` [PATCH 3/6] block/block-copy: refactor copying
` [PATCH 4/6] util: introduce co-shared-amount
` [PATCH 6/6] block/block-copy: increase buffered copy request

[PATCH V2 RESEND 0/5] blk-mq: improvement on handling IO during CPU hotplug
 2019-10-07 16:49 UTC  (5+ messages)
` [PATCH V2 RESEND 3/5] blk-mq: stop to handle IO before hctx's all CPUs become offline

[RFC PATCH] media: videodev2.h: include <linux/time.h> instead of <sys/time.h>
 2019-10-07 16:47 UTC  (3+ messages)

[PATCH] ovl: filter of trusted xattr results in audit
 2019-10-07 16:48 UTC  (7+ messages)

[PATCH v8 0/4] Panel rotation patches
 2019-10-07 16:48 UTC  (11+ messages)
` [PATCH v8 1/4] drm/panel: Add helper for reading DT rotation
` [PATCH v8 3/4] drm/connector: Split out orientation quirk detection
` [PATCH v8 4/4] drm/mtk: add panel orientation property

[SPDK] Re: Race condition in bdev_nvme
 2019-10-07 16:48 UTC 

[PATCH v2] uninative: Update to 2.7 release
 2019-10-07 16:47 UTC 

[PATCH] tools/power/x86/intel-speed-select: Remove warning for unused result
 2019-10-07 16:47 UTC 

[PATCH v3 00/29] crypto: crypto API library interfaces for WireGuard
 2019-10-07 16:46 UTC  (30+ messages)
` [PATCH v3 01/29] crypto: chacha - move existing library code into lib/crypto
` [PATCH v3 02/29] crypto: x86/chacha - depend on generic chacha library instead of crypto driver
` [PATCH v3 03/29] crypto: x86/chacha - expose SIMD ChaCha routine as library function
` [PATCH v3 04/29] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
` [PATCH v3 05/29] crypto: arm64/chacha - expose arm64 ChaCha routine as library function
` [PATCH v3 06/29] crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
` [PATCH v3 07/29] crypto: arm/chacha - remove dependency on generic ChaCha driver
` [PATCH v3 08/29] crypto: arm/chacha - expose ARM ChaCha routine as library function
` [PATCH v3 09/29] crypto: mips/chacha - import 32r2 ChaCha code from Zinc
` [PATCH v3 10/29] crypto: mips/chacha - wire up accelerated 32r2 "
` [PATCH v3 11/29] crypto: chacha - unexport chacha_generic routines
` [PATCH v3 12/29] crypto: poly1305 - move core routines into a separate library
` [PATCH v3 13/29] crypto: x86/poly1305 - unify Poly1305 state struct with generic code
` [PATCH v3 14/29] crypto: poly1305 - expose init/update/final library interface
` [PATCH v3 15/29] crypto: x86/poly1305 - depend on generic library not generic shash
` [PATCH v3 16/29] crypto: x86/poly1305 - expose existing driver as poly1305 library
` [PATCH v3 17/29] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
` [PATCH v3 18/29] crypto: arm/poly1305 "
` [PATCH v3 19/29] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
` [PATCH v3 20/29] int128: move __uint128_t compiler test to Kconfig
` [PATCH v3 21/29] crypto: BLAKE2s - generic C library implementation and selftest
` [PATCH v3 22/29] crypto: BLAKE2s - x86_64 library implementation
` [PATCH v3 23/29] crypto: Curve25519 - generic C library implementations and selftest
` [PATCH v3 24/29] crypto: lib/curve25519 - work around Clang stack spilling issue
` [PATCH v3 25/29] crypto: Curve25519 - x86_64 library implementation
` [PATCH v3 26/29] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH v3 27/29] crypto: arm/Curve25519 - wire up NEON implementation
` [PATCH v3 28/29] crypto: chacha20poly1305 - import construction and selftest from Zinc
` [PATCH v3 29/29] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine

[PATCH] drm/i915/gt: Prefer local path to runtime powermanagement
 2019-10-07 16:46 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH 0/3] btrfs: tree-checker: False alerts fixes for log trees
 2019-10-07 16:46 UTC  (2+ messages)

[RFC][PATCH 0/9] Variable size jump_label support
 2019-10-07 16:45 UTC  (4+ messages)

[alsa-devel] [PATCH v3] ALSA: hda: add Intel DSP configuration / probe code
 2019-10-07 16:44 UTC  (4+ messages)

[U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables
 2019-10-07 16:45 UTC  (7+ messages)

[PATCH v8 2/4] drm/panel: set display info in panel attach
 2019-10-07 16:44 UTC  (6+ messages)
` [v8,2/4] "
  ` [v8, 2/4] "

[PATCH] scatterlist: Validate page before calling PageSlab()
 2019-10-07 16:44 UTC  (3+ messages)

[PATCH v5 0/2] x86/jailhouse: improve probing of platform UARTs
 2019-10-07 16:44 UTC  (6+ messages)
` [PATCH v5 1/2] x86/jailhouse: improve setup data version comparison
` [PATCH v5 2/2] x86/jailhouse: Only enable platform UARTs if available

[PATCH bpf-next 0/9] xdp: Support multiple programs on a single interface through chain calls
 2019-10-07 16:43 UTC  (13+ messages)

[PATCH v2 0/6] module: various bug-fixes and clean-ups for module namespace
 2019-10-07 16:43 UTC  (2+ messages)

[PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-10-07 16:42 UTC  (6+ messages)

log -m output
 2019-10-07 16:43 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] Add new-style bpf_object__open APIs
 2019-10-07 16:42 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: stop enforcing kern_version, populate it for users

two tracepoints header files of one provider
 2019-10-07 16:42 UTC  (2+ messages)

[linux-lvm] recovery of a VG - how?
 2019-10-07 16:42 UTC  (2+ messages)

[PATCH] drm: panels: fix spi aliases of former omap panels
 2019-10-07 16:41 UTC  (2+ messages)

linux-5.4-rc2/drivers/video/fbdev/amifb.c:1875: bad expression ?
 2019-10-07 16:41 UTC 

[PATCH bpf-next v6] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-10-07 16:41 UTC  (2+ messages)

KASAN: use-after-free Read in pn533_send_complete
 2019-10-07 16:40 UTC  (2+ messages)
` [PATCH] NFC: pn533: fix use-after-free and memleaks

[Xen-devel] [PATCH 00/24] generated Go libxl bindings using IDL
 2019-10-07 16:39 UTC  (3+ messages)
` [Xen-devel] [PATCH 01/24] golang/xenlight: fix calls to libxl_domain_unpause/pause

[PATCH 0/2] media: meson: vdec: Add compliant H264 support
 2019-10-07 16:39 UTC  (8+ messages)

[PATCH] uninative: Update to 2.7 release
 2019-10-07 16:38 UTC 

[Buildroot] [Bug 12256] New: package tar is outdated (1.29 is 3 years old)
 2019-10-07 16:38 UTC  (2+ messages)
` [Buildroot] [Bug 12256] "

[PATCH] ARM: dts: Set status to disable for MMC3
 2019-10-07 16:38 UTC  (3+ messages)

[PATCH 0/3] bus: ti-sysc: fix reset sequencing
 2019-10-07 16:38 UTC  (3+ messages)

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2019-10-07 16:37 UTC 

[PATCH 4.4 00/36] 4.4.196-stable review
 2019-10-07 16:37 UTC  (2+ messages)

[PATCH RFC 0/3] document openat2(2) patch series
 2019-10-07 16:36 UTC  (3+ messages)
` [PATCH RFC 1/3] symlink.7: document magic-links more completely

iss: camera interface omap5
 2019-10-07 16:35 UTC 

[PATCH v2] doc: add section about regulatory.db missing
 2019-10-07 16:35 UTC 

[PATCH] selinux-testsuite: Update binder for kernel 5.4 support
 2019-10-07 16:35 UTC  (4+ messages)

[MPTCP] Re: Patent-question
 2019-10-07 16:35 UTC 

[PATCH] doc: add section about regulatory.db missing
 2019-10-07 16:34 UTC  (2+ messages)

[PULL 00/19] virtio, vhost, acpi: features, fixes, tests
 2019-10-07 16:31 UTC  (2+ messages)

[PATCH RFC] DT support for omap4-iss
 2019-10-07 16:34 UTC  (3+ messages)

[PATCH] pem: ensure we dont side-effect type_label
 2019-10-07 16:33 UTC  (2+ messages)

[f2fs-dev] [PATCH] tools/fibmap: fix build error
 2019-10-07 16:33 UTC 

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-07 16:32 UTC  (3+ messages)
` [PATCH bpf-next 05/10] bpf: implement accurate raw_tp context access via BTF

[PATCH] python/sepolicy: call segenxml.py with python3
 2019-10-07 16:32 UTC  (7+ messages)

[Buildroot] [PATCH] download: Add SFTP support (not FTPS)
 2019-10-07 16:32 UTC  (4+ messages)

[PATCH] drm/i915: make array hw_engine_mask static, makes object smaller
 2019-10-07 16:32 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/2] Drivers: hv: vmbus: Miscellaneous improvements
 2019-10-07 16:31 UTC  (3+ messages)
` [PATCH 1/2] Drivers: hv: vmbus: Introduce table of VMBus protocol versions
` [PATCH 2/2] Drivers: hv: vmbus: Enable VMBus protocol versions 5.1 and 5.2

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-07 16:21 UTC  (8+ messages)
` [PATCH v4 06/31] python: add commit-per-subsystem.py

[PATCH 0/4] riscv: correct the do_trap_break()
 2019-10-07 16:30 UTC  (7+ messages)
` [PATCH 4/4] riscv: remove the switch statement in do_trap_break()

[dpdk-dev] [PATCH 00/10] security: add software synchronous crypto process
 2019-10-07 16:28 UTC  (12+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 01/10] security: introduce CPU Crypto action type and API
  ` [dpdk-dev] [PATCH v2 02/10] crypto/aesni_gcm: add rte_security handler
  ` [dpdk-dev] [PATCH v2 03/10] app/test: add security cpu crypto autotest
  ` [dpdk-dev] [PATCH v2 04/10] app/test: add security cpu crypto perftest
  ` [dpdk-dev] [PATCH v2 05/10] crypto/aesni_mb: add rte_security handler
  ` [dpdk-dev] [PATCH v2 06/10] app/test: add aesni_mb security cpu crypto autotest
  ` [dpdk-dev] [PATCH v2 07/10] app/test: add aesni_mb security cpu crypto perftest
  ` [dpdk-dev] [PATCH v2 08/10] ipsec: add rte_security cpu_crypto action support
  ` [dpdk-dev] [PATCH v2 09/10] examples/ipsec-secgw: add security "
  ` [dpdk-dev] [PATCH v2 10/10] doc: update security cpu process description

[PATCH] drm/amdkfd: Fix a && vs || typo
 2019-10-07 16:30 UTC  (3+ messages)

[PATCH 00/11] drm/i915: modeset probe/remove cleanup
 2019-10-07 16:30 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/5] hw/arm/exynos4210: Add acceptance tests to the SMDKC210 board
 2019-10-07 16:28 UTC  (3+ messages)
` [PATCH 1/5] tests/boot_linux_console: Add initrd test for the Exynos4210

[PATCH] .travis.yml: reduce scope of the --enable-debug build
 2019-10-07 16:25 UTC  (2+ messages)

[PATCH v4 00/11] media: Report camera sensor properties
 2019-10-07 16:29 UTC  (12+ messages)
` [PATCH v4 01/11] dt-bindings: video-interfaces: Document 'location' property
` [PATCH v4 02/11] media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_LOCATION
` [PATCH v4 03/11] dt-bindings: video-interface: Expand rotation description
` [PATCH v4 04/11] media: v4l2-ctrl: Document V4L2_CID_CAMERA_SENSOR_ROTATION
` [PATCH v4 05/11] media: v4l2-ctrls: Add camera location and rotation
` [PATCH v4 06/11] media: v4l2-fwnode: Add helper to parse device properties
` [PATCH v4 07/11] include: v4l2-ctrl: Sort forward declarations
` [PATCH v4 08/11] media: v4l2-ctrls: Sort includes alphabetically
` [PATCH v4 09/11] media: v4l2-ctrls: Add helper to register properties
` [PATCH v4 10/11] media: i2c: ov5670: Parse and "
` [PATCH v4 11/11] media: i2c: ov13858: "

[PATCH] non-gcc-specific exception.sh
 2019-10-07 16:27 UTC  (2+ messages)

[virtio-dev] [PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-07 16:27 UTC  (12+ messages)
` [virtio-dev] "
                    `  "

[PATCH] media: uvc: Avoid cyclic entity chains due to malformed USB descriptors
 2019-10-07 16:27 UTC  (5+ messages)

[Qemu-riscv] [PATCH v1 24/28] target/riscv: Implement second stage MMU
 2019-10-07 16:15 UTC  (2+ messages)
`  "

[PATCH] drm/amd/powerplay: Fix error handling in smu_init_fb_allocations()
 2019-10-07 16:25 UTC  (4+ messages)

thoughts on a Merge Request based development workflow
 2019-10-07 16:24 UTC  (2+ messages)

[PATCH 5.2 000/137] 5.2.20-stable review
 2019-10-07 16:24 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: unlock on error in smu_resume()
 2019-10-07 16:23 UTC  (4+ messages)

[PATCH 00/97] Patch Round-up for stable 4.0.1, freeze on 2019-10-10
 2019-10-07 15:57 UTC  (2+ messages)

[PATCH RFC] docker: automatic dependencies for dockerfiles
 2019-10-07 16:12 UTC  (2+ messages)

RISC-V maintainer review of glibc patch needed (was: Re: [PATCH] riscv: Remove support for variable page sizes)
 2019-10-07 16:21 UTC 

[PATCH bpf-next v3 0/2] bpf/flow_dissector: add mode to enforce global BPF flow dissector
 2019-10-07 16:21 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: add test for BPF flow dissector in the root namespace


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.