All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-26 08:24:13 to 2019-07-26 09:12:33 UTC [more...]

[PATCH 00/14] Stateful/stateless codec core support
 2019-07-26  9:12 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] virtiofsd: multithreading preparation
 2019-07-26  9:11 UTC  (12+ messages)
` [Virtio-fs] "
` [Qemu-devel] [PATCH 1/5] virtiofsd: skip unnecessary vu_queue_get_avail_bytes()
  ` [Virtio-fs] "
` [Qemu-devel] [PATCH 2/5] virtiofsd: prevent lo_lookup() NULL pointer dereference
  ` [Virtio-fs] "
` [Qemu-devel] [PATCH 3/5] virtiofsd: make lo_release() atomic
  ` [Virtio-fs] "
` [Qemu-devel] [PATCH 4/5] virtiofsd: drop lo_dirp->fd field
  ` [Virtio-fs] "
` [Qemu-devel] [PATCH 5/5] virtiofsd: prevent races with lo_dirp_put()
  ` [Virtio-fs] "

$7753191
 2019-07-26  9:12 UTC 

[PATCH net-next 0/4] sctp: clean up __sctp_connect function
 2019-07-26  9:11 UTC  (13+ messages)
` [PATCH net-next 1/4] sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx

[PATCH] meta-virtualization: add layer depends on selinux
 2019-07-26  9:10 UTC  (7+ messages)
          ` [PATCH] cri-o: skip it when depends not found

[PATCH 4.4 stable net] net: tcp: Fix use-after-free in tcp_write_xmit
 2019-07-26  9:10 UTC  (7+ messages)

[PATCH v4 0/1] Fix driver reload issues
 2019-07-26  9:09 UTC  (2+ messages)
` [PATCH v4 1/1] ASoC: Intel: Skylake: Remove static table index when parsing topology

[Xen-devel] [PATCH] tests/cpu-policy: fix format-overflow warning by null terminating strings
 2019-07-26  9:08 UTC  (3+ messages)

[PATCH] input: touchscreen: wm97xx-core: Fix possible null-pointer dereferences in wm97xx_ts_input_open()
 2019-07-26  9:08 UTC  (4+ messages)

[PATCH] iio: light: Use device-managed APIs
 2019-07-26  9:08 UTC 

[igt-dev] [PATCH i-g-t 00/10] Vulkan performance queries support & others
 2019-07-26  9:07 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 06/10] igt: add timeline test cases

[PATCH V4] perf: event preserve and create across cpu hotplug
 2019-07-26  9:06 UTC  (4+ messages)
` [PATCH RESEND V4 0/1] perf: Add CPU hotplug support for events

SMACK and keys
 2019-07-26  9:05 UTC  (8+ messages)

[PATCH 1/5] drm/amd/powerplay: move smu types to smu_types.h
 2019-07-26  9:05 UTC  (9+ messages)
` [PATCH 5/5] drm/amd/powerplay: implment sysfs feature status function in smu

[dpdk-dev] Should we disallow running secondaries after primary has died?
 2019-07-26  9:05 UTC 

[Qemu-devel] [PATCH v2 00/11] block: Fix some things about bdrv_has_zero_init()
 2019-07-26  9:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 03/11] block: Add bdrv_has_zero_init_truncate()

[PATCH v1 0/9] vfio_pci: wrap pci device as a mediated device
 2019-07-26  9:04 UTC  (18+ messages)
` [PATCH v1 9/9] smaples: add vfio-mdev-pci driver

[LTP] [PATCH v2] syscalls/statx01: loosen the stx_blocks check
 2019-07-26  9:04 UTC  (2+ messages)

[PATCH v5 0/4] powerpc/papr_scm: Workaround for failure of drc bind after kexec
 2019-07-26  8:53 UTC  (3+ messages)
` [PATCH v5 2/4] powerpc/pseries: Update SCM hcall op-codes in hvcall.h

[PATCH 01/27] drm/i915/gt: Add to timeline requires the timeline mutex
 2019-07-26  8:46 UTC  (27+ messages)
` [PATCH 02/27] drm/i915: Unshare the idle-barrier from other kernel requests
` [PATCH 03/27] drm/i915/execlists: Force preemption
` [PATCH 04/27] drm/i915: Replace hangcheck by heartbeats
` [PATCH 05/27] drm/i915/gem: Make caps.scheduler static
` [PATCH 06/27] drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
` [PATCH 07/27] drm/i915/gt: Provide a local intel_context.vm
` [PATCH 08/27] drm/i915: Remove lrc default desc from GEM context
` [PATCH 09/27] drm/i915: Push the ring creation flags to the backend
` [PATCH 10/27] drm/i915: Flush extra hard after writing relocations through the GTT
` [PATCH 11/27] drm/i915: Hide unshrinkable context objects from the shrinker
` [PATCH 12/27] drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
` [PATCH 13/27] drm/i915: Introduce for_each_user_engine()
` [PATCH 14/27] drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
` [PATCH 15/27] drm/i915: Isolate i915_getparam_ioctl()
` [PATCH 16/27] drm/i915: Only include active engines in the capture state
` [PATCH 17/27] drm/i915: Teach execbuffer to take the engine wakeref not GT
` [PATCH 18/27] drm/i915/gt: Track timeline activeness in enter/exit
` [PATCH 19/27] drm/i915/gt: Convert timeline tracking to spinlock
` [PATCH 20/27] drm/i915/gt: Guard timeline pinning with its own mutex
` [PATCH 21/27] drm/i915: Protect request retirement with timeline->mutex
` [PATCH 22/27] drm/i915: Replace struct_mutex for batch pool serialisation
` [PATCH 23/27] drm/i915/gt: Mark context->active_count as protected by timeline->mutex
` [PATCH 24/27] drm/i915: Forgo last_fence active request tracking
` [PATCH 25/27] drm/i915/overlay: Switch to using i915_active tracking
` [PATCH 26/27] drm/i915: Extract intel_frontbuffer active tracking
` [PATCH 27/27] drm/i915: Markup expected timeline locks for i915_active

[PATCH v5 0/4] Enable S/G for Picasso
 2019-07-26  9:03 UTC  (7+ messages)
` [PATCH v5 2/4] drm/amdgpu: Create helper to clear AMDGPU_GEM_CREATE_CPU_GTT_USWC
` [PATCH v5 4/4] drm/amd/display: enable S/G for RAVEN chip

[dpdk-dev] [PATCH] net/octeontx2: add gre key parsing support
 2019-07-26  9:03 UTC 

[Xen-devel] [PATCH] xen/arm: extend fdt_property_interrupts
 2019-07-26  9:01 UTC 

[PATCH 0/5] sched/fair: rework the CFS load balance
 2019-07-26  9:01 UTC  (7+ messages)
` [PATCH 2/5] sched/fair: rename sum_nr_running to sum_h_nr_running
` [PATCH 3/5] sched/fair: rework load_balance

[PATCH v3 01/14] NFC: fix attrs checks in netlink interface
 2019-07-26  8:54 UTC  (2+ messages)

[PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
 2019-07-26  9:00 UTC  (4+ messages)

Linux 5.2.3
 2019-07-26  8:59 UTC  (2+ messages)

[PATCH] PCI/AER: save/restore AER registers during suspend/resume
 2019-07-26  9:00 UTC  (7+ messages)

[meta-oe][PATCH] libseccomp: import from meta-security
 2019-07-26  8:59 UTC  (8+ messages)

[PATCH] mtd: rawnand: micron: handle "ecc off" devices correctly
 2019-07-26  8:59 UTC  (5+ messages)

[PATCH 0/5] sched/deadline: Fix double accounting in push_dl_task() & some cleanups
 2019-07-26  8:58 UTC  (8+ messages)
` [PATCH 1/5] sched/deadline: Fix double accounting of rq/running bw in push_dl_task()
` [PATCH 2/5] sched/deadline: Remove unused int flags from __dequeue_task_dl()
` [PATCH 3/5] sched/deadline: Use __sub_running_bw() throughout dl_change_utilization()
` [PATCH 4/5] sched/deadline: Cleanup on_dl_rq() handling
` [PATCH 5/5] sched/deadline: Use return value of SCHED_WARN_ON() in bw accounting

[PATCH] checkout.c: unstage empty deleted ita files
 2019-07-26  8:57 UTC  (2+ messages)

[PATCH v1] ACPI / scan: Acquire device_hotplug_lock in acpi_scan_init()
 2019-07-26  8:57 UTC  (13+ messages)

[U-Boot] [PATCH] sunxi: Add H6 SPI SPL support
 2019-07-26  8:56 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[PATCHES] Networking
 2019-07-26  8:54 UTC  (2+ messages)

media: mtk-vcodec: Handle H264 error bitstreams
 2019-07-26  8:54 UTC  (3+ messages)

[PATCH v4 1/2] x86/purgatory: do not use __builtin_memcpy and __builtin_memset
 2019-07-26  8:54 UTC  (3+ messages)
` [PATCH v4 2/2] x86/purgatory: use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS

[PATCH] i2c: mediatek: disable zero-length transfers for mt8183
 2019-07-26  8:53 UTC  (2+ messages)

[PATCH v3 0/3] media: uapi: h264: First batch of adjusments
 2019-07-26  8:53 UTC  (10+ messages)
` [PATCH v3 1/3] media: uapi: h264: Clarify our expectations regarding NAL header format

Question about vmsplice + SPLICE_F_GIFT
 2019-07-26  8:52 UTC  (2+ messages)

[RFC] mailbox: imx: Add support for i.MX v1 messaging unit
 2019-07-26  8:29 UTC  (2+ messages)

[PATCH -next] staging: vc04_services: fix used-but-set-variable warning
 2019-07-26  8:51 UTC  (3+ messages)

xhci-hcd errors with Qualcomm based modem and Asmedia ASM1042A
 2019-07-26  8:51 UTC  (2+ messages)

[PATCH] btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range
 2019-07-26  8:49 UTC  (2+ messages)

[PATCH v3 0/5] Allocate memmap from hotadded memory
 2019-07-26  8:48 UTC  (5+ messages)
` [PATCH v3 1/5] mm,memory_hotplug: Introduce MHP_MEMMAP_ON_MEMORY
` [PATCH v3 2/5] mm: Introduce a new Vmemmap page-type

[Qemu-devel] [PATCH v3] block/rbd: add preallocation support
 2019-07-26  8:48 UTC  (5+ messages)

next/master build: 230 builds: 9 failed, 221 passed, 9 errors, 2003 warnings (next-20190726)
 2019-07-26  8:48 UTC 

[Qemu-arm] [PATCH for-4.1? 0/2] Typecheck VMSTATE VARRAY macros and fix bug found
 2019-07-26  8:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH for-4.1? 1/2] stellaris_input: Fix vmstate description of buttons field
  ` [Qemu-arm] "
        ` [Qemu-arm] [Qemu-devel] "

[Qemu-devel] [PATCH 2/2] tests.acceptance.boot_linux_console: Add pseries linux boot console test
 2019-07-26  8:46 UTC  (3+ messages)

Linux 4.19.61
 2019-07-26  8:46 UTC  (2+ messages)

Linux 5.1.20
 2019-07-26  8:46 UTC 

[Qemu-devel] [PATCH 0/2] Add support for powerpc acceptance test
 2019-07-26  8:44 UTC  (3+ messages)

[PATCH for 4.2] target/arm: generate a custom MIDR for -cpu max
 2019-07-26  8:44 UTC  (6+ messages)
    ` [Qemu-devel] "

[PATCH] arm64: dts: imx8mm: Fix boot hang at clk init
 2019-07-26  8:44 UTC  (3+ messages)

[PATCH v8 0/4] THP aware uprobe
 2019-07-26  8:44 UTC  (7+ messages)
` [PATCH v8 2/4] uprobe: use original page when all uprobes are removed

[PATCH 01/23] drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
 2019-07-26  8:43 UTC  (4+ messages)
` [PATCH 04/23] drm/i915: Push the ring creation flags to the backend

[RFC PATCH 00/40] soundwire: updates for 5.4
 2019-07-26  8:42 UTC  (7+ messages)
` [RFC PATCH 17/40] soundwire: bus: use runtime_pm_get_sync/pm when enabled
  ` [alsa-devel] "

[PATCH v6 rdma-next 0/6] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
 2019-07-26  8:42 UTC  (6+ messages)
` [PATCH v6 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions

[PATCH v2 00/10] XDP unaligned chunk placement support
 2019-07-26  8:41 UTC  (7+ messages)
` [PATCH bpf-next v3 00/11] "
          ` [Intel-wired-lan] "

[Bridge] [PATCH] net: bridge: Allow bridge to joing multicast groups
 2019-07-26  8:41 UTC  (6+ messages)
      `  "

[Regression] Missing device nodes for ETR, ETF and STM after CONFIG_UEVENT_HELPER=n
 2019-07-26  8:41 UTC  (5+ messages)

[PATCH] clk: imx8mn: Keep uart clocks on for early console
 2019-07-26  8:38 UTC  (3+ messages)

[PATCH] fs: reiserfs: Fix possible null-pointer dereferences in remove_from_transaction()
 2019-07-26  8:38 UTC 

[PATCH] extcon: max77693: Add extra IRQF_ONESHOT
 2019-07-26  8:37 UTC  (3+ messages)

[selftests/tls] cf32526c88: kernel_selftests.net.tls.fail
 2019-07-26  8:37 UTC  (2+ messages)

[PATCH] clk: imx: Remove unused function statement
 2019-07-26  8:37 UTC  (3+ messages)

[dpdk-dev] [PATCH] test/compress: fix coverity warnings
 2019-07-26  8:37 UTC  (4+ messages)

[PATCH v5 0/3] Improve the dma-buf tracking
 2019-07-26  8:37 UTC  (3+ messages)
` [PATCH v5 2/3] dma-buf: add DMA_BUF_SET_NAME ioctls

[LTP] [PATCH v2] syscalls/timer_create: Add test for CVE-2017-18344
 2019-07-26  8:37 UTC 

[dpdk-dev] [PATCH] doc: release note for the IPsec Security Gateway application
 2019-07-26  8:36 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] tests.acceptance.avocado_qemu: Add support for powerpc
 2019-07-26  8:36 UTC  (2+ messages)

[meta-filesystems][PATCH] ostree: import from meta-overc
 2019-07-26  8:37 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] virtiofsd: add FUSE_INIT map_alignment field
 2019-07-26  8:33 UTC  (8+ messages)
` [Virtio-fs] "
` [Qemu-devel] [PATCH 1/3] virtiofsd: sync up fuse.h Linux 5.1 header
  ` [Virtio-fs] "
` [Qemu-devel] [PATCH 2/3] virtiofsd: add map_alignment to fuse_kernel.h
  ` [Virtio-fs] "
` [Qemu-devel] [PATCH 3/3] virtiofsd: implement FUSE_INIT map_alignment field
  ` [Virtio-fs] "

[PATCH v7 0/4] HEVC/H.265 stateless support for V4L2 and Cedrus
 2019-07-26  8:33 UTC  (3+ messages)

[PATCH v9 0/5] treewide: improve R-Car SDHI performance
 2019-07-26  8:31 UTC  (18+ messages)
` [PATCH v9 1/5] dma: Introduce dma_get_merge_boundary()
` [PATCH v9 2/5] iommu/dma: Add a new dma_map_ops of get_merge_boundary()
` [PATCH v9 3/5] block: sort headers on blk-setting.c
` [PATCH v9 4/5] block: add a helper function to merge the segments
` [PATCH v9 5/5] mmc: queue: Use bigger segments if DMA MAP layer can "

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-07-26  8:31 UTC  (13+ messages)

[Qemu-riscv] [Qemu-devel] [PATCH v5 00/15] Invert Endian bit in SPARCv9 MMU TTE
 2019-07-26  7:43 UTC  (4+ messages)
` [Qemu-riscv] [Qemu-devel] [PATCH v5 01/15] tcg: TCGMemOp is now accelerator independent MemOp
  `  "
    ` [Qemu-arm] "

[Qemu-devel] [PATCH v7] ppc: remove idle_timer logic
 2019-07-26  8:01 UTC  (2+ messages)

[Qemu-devel] [PATCH-for-4.1 v4 0/7] virtio-balloon: fixes
 2019-07-26  8:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH-for-4.1 v4 5/7] virtio-balloon: Rework pbp tracking data
` [Qemu-devel] [PATCH-for-4.1 v4 7/7] virtio-balloon: No need to track subpages for the PBP anymore

[Virtio-fs] [PATCH] fuse: implement FUSE_INIT map_alignment field
 2019-07-26  8:29 UTC 

[PATCH V3] perf: imx8_ddr_perf: add AXI ID filter support
 2019-07-26  8:28 UTC 

[MS-SMB2] 2.2.3.1.4 SMB2_NETNAME_NEGOTIATE_CONTEXT_ID
 2019-07-26  8:27 UTC 

[PATCH] isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_chain()
 2019-07-26  8:27 UTC 

[dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal
 2019-07-26  8:27 UTC 

[Qemu-devel] [PATCH v7 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-07-26  8:26 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 01/11] hw/arm: simplify arm_load_dtb

[PATCH] btrfs: fix extent buffer read/write range checks
 2019-07-26  8:26 UTC  (6+ messages)

next-20190723: bpf/seccomp - systemd/journald issue?
 2019-07-26  8:26 UTC 

[PATCH] tools/lib/traceevent, tools/perf: Move struct tep_handler definition in a local header file
 2019-07-26  8:25 UTC  (3+ messages)

grub2.02 can boot the linux kernel with 64-bit boot protocol
 2019-07-26  8:09 UTC 

[PATCH 0/5] pidfd: waiting on processes through pidfds
 2019-07-26  8:24 UTC  (4+ messages)
` [PATCH 2/5] pidfd: add pidfd_wait()


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.