All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-27 08:46:37 to 2018-11-27 09:19:46 UTC [more...]

[PATCH] ext2: fix potential use after free
 2018-11-27  9:19 UTC  (2+ messages)

[PATCH] drm: Improve dumb callback docs
 2018-11-27  9:19 UTC 

Disconcerting observation with multipathd's dmevent polling code
 2018-11-27  9:19 UTC  (3+ messages)

[PATCH 1/3] media: imx274: don't declare events, they are not implemented
 2018-11-27  9:19 UTC  (4+ messages)

[PATCH 1/3] regulator: wm8994: Revert back to using devres
 2018-11-27  9:18 UTC  (7+ messages)
` [PATCH 3/3] gpio: Add reference counting for non-exclusive GPIOs

[Qemu-devel] [PATCH for-3.1 00/25] MAINTAINERS: Add various missing entries
 2018-11-27  9:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-3.1 25/25] MAINTAINERS: Remove duplicate entries of qemu-devel@nongnu.org

[Qemu-devel] [PATCH for-3.1] vfio-helpers: Fix qemu_vfio_open_pci() crash
 2018-11-27  9:18 UTC  (3+ messages)

[PATCH 1/4] ASoC: qcom: sdm845: Add board specific dapm widgets
 2018-11-27  9:17 UTC  (6+ messages)
` [PATCH 2/4] ASoC: qcom: sdm845: Create and setup jack in init callback
  ` [alsa-devel] "
` [PATCH 4/4] ASoC: qcom: Kconfig: select config for codec
  ` [alsa-devel] "
` [alsa-devel] [PATCH 1/4] ASoC: qcom: sdm845: Add board specific dapm widgets

[PATCH] xen: only clobber multicall elements without error
 2018-11-27  9:16 UTC 

[PATCH v2 00/13] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-27  9:16 UTC  (8+ messages)
` [PATCH v2 05/13] i2c: acpi: Return error pointers from i2c_acpi_new_device()
` [PATCH v2 06/13] i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS
` [PATCH v2 07/13] i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper

[PATCH e2fsprogs v3 00/12] Support encoding awareness and casefold
 2018-11-26 22:19 UTC  (12+ messages)
` [PATCH v3 01/12] libe2p: Helpers for configuring the encoding superblock fields
` [PATCH v3 02/12] mke2fs: Configure encoding during superblock initialization
` [PATCH v3 03/12] chattr/lsattr: Support casefold attribute
` [PATCH v3 04/12] lib/ext2fs: Implement NLS support
` [PATCH v3 05/12] lib/ext2fs: Support encoding when calculating dx hashes
` [PATCH v3 06/12] debugfs/htree: Support encoding when printing the file hash
` [PATCH v3 07/12] tune2fs: Prevent enabling encryption flag on encoding-aware fs
` [PATCH v3 09/12] ext4.5: Add fname_encoding feature to ext4 man page
` [PATCH v3 10/12] mke2fs.8: Document fname_encoding options
` [PATCH v3 11/12] mke2fs.conf.5: Document fname_encoding configuration option
` [PATCH v3 12/12] chattr.1: Document the casefold attribute

[PATCH V2] xfs: libxfs: move xfs_perag_put late
 2018-11-27  9:16 UTC  (2+ messages)

[SPDK] For the Chandler testing pool
 2018-11-27  9:15 UTC 

[PATCH 1/3] coex: Adding documetation for coex interface
 2018-11-27  9:15 UTC  (3+ messages)

[PATCH] ext4: fix possible use after free in ext4_quota_enable
 2018-11-27  9:14 UTC  (2+ messages)

[PATCH v10 0/3] Add support for LPASS clock controller for SDM845
 2018-11-27  9:14 UTC  (4+ messages)
` [PATCH v10 3/3] clk: qcom: Add lpass clock controller driver "

linux-next: manual merge of the selinux tree with the vfs tree
 2018-11-27  9:14 UTC  (3+ messages)

[PATCH 4.14 00/62] 4.14.84-stable review
 2018-11-27  9:14 UTC  (3+ messages)

[PATCH v2 00/43] drm/sun4i: Support for linear and tiled YUV formats with the frontend
 2018-11-27  9:13 UTC  (82+ messages)
` [PATCH v2 08/43] drm/fourcc: Add helper to check if a format uses a YUV colorspace
` [PATCH v2 09/43] drm/fourcc: Add format info helpers for checking YUV planes disposition
` [PATCH v2 10/43] drm/fourcc: Add format "
` [PATCH v2 11/43] drm/fourcc: Add format info helpers for checking YUV sub-sampling
` [PATCH v2 13/43] drm/sun4i: backend: Use explicit fourcc helpers for packed YUV422 check
` [PATCH v2 14/43] drm/sun4i: backend: Avoid counting YUV planes that use the frontend
` [PATCH v2 15/43] drm/sun4i: Rename sun4i_backend_layer_formats to sun4i_layer_formats
` [PATCH v2 16/43] drm/sun4i: frontend: Move CSC bypass setup to format update routine
` [PATCH v2 17/43] drm/sun4i: frontend: Add helpers for input data mode and pixel sequence
` [PATCH v2 18/43] drm/sun4i: frontend: Add proper definitions for format registers
` [PATCH v2 19/43] drm/sun4i: frontend: Determine input mode based on the number of planes
` [PATCH v2 21/43] drm/sun4i: frontend: Add support for the BGRX8888 input format
` [PATCH v2 22/43] drm/sun4i: frontend: Add support for the BGRX8888 output format
` [PATCH v2 23/43] drm/sun4i: backend: Detail the YUV to RGB values coding explanation
` [PATCH v2 25/43] drm/sun4i: frontend: Apply format sub-sampling to CH1 dimensions
` [PATCH v2 27/43] drm/sun4i: frontend: Add support for semi-planar YUV input formats
` [PATCH v2 29/43] drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraint
` [PATCH v2 30/43] drm/fourcc: Add definitions for Allwinner vendor and VPU tiled format
` [PATCH v2 31/43] drm/sun4i: Add a dedicated ioctl call for allocating tiled buffers
` [PATCH v2 32/43] drm/sun4i: Pass modifier to backend and frontend format support helpers

[PATCH 00/16] staging: vchiq: dead code removal & misc fixes
 2018-11-27  9:13 UTC  (4+ messages)

[PATCH] perf/core: declare the percpu variable properly
 2018-11-27  9:13 UTC 

[PATCH] arm64: dts: rockchip: Add DT for nanopc-t4
 2018-11-27  9:07 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 4.9 00/46] 4.9.141-stable review
 2018-11-27  9:12 UTC  (3+ messages)

[BUG] drm_rockchip: rk3066_hdmi: No driver support for vblank timestamp query
 2018-11-27  9:12 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: add sk_msg helper sk_msg_pop_data
 2018-11-26 22:16 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: helper to pop data from messages
` [PATCH bpf-next v2 2/3] bpf: add msg_pop_data helper to tools
` [PATCH bpf-next v2 3/3] bpf: test_sockmap, add options for msg_pop_data() helper

[RFC v3 0/3] qcom: GPIO IRQ wakeup using PDC irqchip
 2018-11-27  9:12 UTC  (5+ messages)
` [RFC v3 2/3] dt-bindings: sdm845-pinctrl: add wakeup interrupt parent for GPIO

[PATCH 1/2] drm/vkms: Drop custom vkms_dumb_map()
 2018-11-27  9:11 UTC  (4+ messages)
` [PATCH 2/2] drm/vkms: Add PRIME support by converting to Noralf's shmem helpers

consistency for statistics with XDP mode
 2018-11-26 22:15 UTC  (2+ messages)

[PATCH] libceph: fix use after free
 2018-11-27  9:09 UTC  (3+ messages)

[PATCH V4 1/2] base/drivers/arch_topology: Replace mutex with READ_ONCE / WRITE_ONCE
 2018-11-27  9:09 UTC  (5+ messages)
` [PATCH V4 2/2] base/drivers/arch_topology: Default dmips-mhz if they are not set in DT

[PATCH (backport)] fanotify: fix handling of events on child sub-directory
 2018-11-27  9:09 UTC 

Dolgozói juttatások
 2018-11-27  9:02 UTC 

[SPDK] nvmf_tgt seg fault
 2018-11-27  9:07 UTC 

[PATCH v6 0/6] drm/dp_mst: Improve VCPI helpers, use in nouveau
 2018-11-27  9:07 UTC  (5+ messages)
` [PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations

[PATCH 1/5] vfio: ccw: Merge BUSY and BOXED states
 2018-11-27  9:07 UTC 

[PATCH] perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
 2018-11-27  9:06 UTC 

[Bug 84721] [NVC1] Nvidia Geforce GT 630 using nouveau on 3.16 kernel. dangerous Fan speed
 2018-11-27  9:06 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] vhost: enable for all targets
 2018-11-27  9:04 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] qapi: add query-display-options command
 2018-11-27  9:05 UTC  (6+ messages)

[LTP] [PATCH] lib/tst_test.sh: don't call _tst_do_exit() recursively with tst_brk()
 2018-11-27  9:04 UTC  (2+ messages)

[Bug 108862] OpenGL CTS KHR-GL31.CommonBugs.CommonBug_ParenthesisInLayoutQualifierIntegerValue failed
 2018-11-27  9:04 UTC  (2+ messages)

[PATCH bpf] bpf: Support sk lookup in netns with id 0
 2018-11-26 22:08 UTC  (2+ messages)

[PATCH bpf-next] bpf: Avoid unnecessary instruction in conver_bpf_ld_abs()
 2018-11-26 22:07 UTC  (2+ messages)

Qtwebkit and gstreamer on imx6 (yocto Sumo, QT5, framebuffer)
 2018-11-27  9:01 UTC 

[PATCH] net: stmmac: Move debugfs init/exit to ->probe()/->remove()
 2018-11-27  9:02 UTC  (5+ messages)

[Qemu-devel] [PATCH] hw/hyperv: fix NULL dereference with pure-kvm SynIC
 2018-11-27  9:02 UTC  (4+ messages)

[PATCH] xtensa: enable coprocessors that are being flushed
 2018-11-26 22:06 UTC 

Dolgozói juttatások
 2018-11-27  9:02 UTC 

[PATCH] media: imx274: fix stack corruption in imx274_read_reg
 2018-11-27  9:01 UTC  (2+ messages)

[Question] atomic_fetch_andnot() in nohz_idle_balance()
 2018-11-27  9:01 UTC  (5+ messages)

[U-Boot] [PATCH 0/9] Add support for loading FPGA bitstream
 2018-11-27  9:00 UTC  (22+ messages)
` [U-Boot] [PATCH 2/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH 3/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10

[PATCH v2] usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/resume
 2018-11-27  8:59 UTC  (9+ messages)
` [PATCH v2 RESEND] "
              ` [v2,RESEND] "

[PATCH v2 0/5] btrfs-progs: image: Fix error when restoring multi-disk image to single disk
 2018-11-27  8:58 UTC  (7+ messages)
` [PATCH v2 1/5] btrfs-progs: image: Refactor fixup_devices() to fixup_chunks_and_devices()
` [PATCH v2 5/5] btrfs-progs: misc-tests/021: Do extra btrfs check before mounting

[PATCH v5 0/5] drm: Add shmem GEM library
 2018-11-27  8:58 UTC  (4+ messages)
` [PATCH v5 4/5] drm: Add library for shmem backed GEM objects
    ` [Intel-gfx] "

[PATCH] arm64: dts: qcom: sdm845: Add Q6V5 MSS node
 2018-11-27  8:58 UTC 

[PATCH] drm/amd/display: limit high pixel clock modes on ST/CZ
 2018-11-27  8:58 UTC  (4+ messages)

[PATCH v5 0/8] Introduce STPMIC1 PMIC Driver
 2018-11-27  8:57 UTC  (5+ messages)
` [PATCH v5 2/8] mfd: stpmic1: add stpmic1 driver

Charity/Donation
 2018-11-26 21:47 UTC 

[PATCH] media: adv7604 added include of linux/interrupt.h
 2018-11-26 22:01 UTC 

[Buildroot] [PATCH v9 1/1] docker-engine: split docker-{cli, engine}, bump to v18.09.0
 2018-11-27  8:56 UTC 

[PATCH v2] btrfs: improve error handling of btrfs_add_link()
 2018-11-27  8:56 UTC  (3+ messages)

[PATCH v17 18/23] platform/x86: Intel SGX driver
 2018-11-27  8:55 UTC  (12+ messages)

[PATCH 01/14] maintainers.inc: update Intel owners
 2018-11-27  8:55 UTC  (14+ messages)
` [PATCH 02/14] libva-utils: 2.2.0 -> 2.3.0
` [PATCH 03/14] gst-plugins-bad: add PACKAGECONFIG for msdk
` [PATCH 04/14] gstreamer1.0: upgrade 1.14.3 -> 1.14.4
` [PATCH 05/14] gstreamer1.0-plugins-base: "
` [PATCH 06/14] gstreamer1.0-plugins-good: "
` [PATCH 07/14] gstreamer1.0-plugins-bad: "
` [PATCH 08/14] gstreamer1.0-plugins-ugly: "
` [PATCH 09/14] gstreamer1.0-libav: "
` [PATCH 10/14] gstreamer1.0-vaapi: "
` [PATCH 11/14] gstreamer1.0-rtsp-server: "
` [PATCH 12/14] gstreamer1.0-omx: "
` [PATCH 13/14] gstreamer1.0-python: "
` [PATCH 14/14] gst-validate: upgrade 1.14.2 "

[PATCH -next] pps: using ERR_PTR instead of NULL while pps_register_source fails
 2018-11-27  8:54 UTC  (5+ messages)

[LTP] [PATCH v2] mtest06/mmap1: rewrite to newlib
 2018-11-27  8:54 UTC  (3+ messages)

[PATCH v2 0/4] PCI / iommu / thunderbolt: IOMMU based DMA protection
 2018-11-27  8:54 UTC  (5+ messages)
` [PATCH v2 1/4] PCI / ACPI: Identify untrusted PCI devices

[Buildroot] [PATCH 1/3] configs/pc_x86_64_bios: needs host-openssl to build Linux
 2018-11-27  8:54 UTC  (2+ messages)

[Buildroot] [git commit] configs/orangepi_zero_plus2: needs host-openssl to build Linux
 2018-11-27  8:52 UTC 

[Buildroot] [git commit] configs/pc_x86_64_efi: needs host-openssl to build Linux
 2018-11-27  8:52 UTC 

[Buildroot] [git commit] configs/pc_x86_64_bios: needs host-openssl to build Linux
 2018-11-27  8:52 UTC 

[PATCH] drm/amd/display: Disable 4k@60 on DP as well for DCE11
 2018-11-27  8:52 UTC 

[PATCH v7 0/5] A DRM API for adaptive sync and variable refresh rate support
 2018-11-27  8:52 UTC  (6+ messages)
` [PATCH v7 3/5] drm: Document variable refresh properties

[PATCH v2 0/4] Static calls
 2018-11-27  8:50 UTC  (11+ messages)
` [PATCH v2 1/4] compiler.h: Make __ADDRESSABLE() symbol truly unique
` [PATCH v2 4/4] x86/static_call: Add inline static call implementation for x86-64

[PATCH 1/3] net/x25: fix called/calling length calculation in x25_parse_address_block
 2018-11-27  8:50 UTC  (3+ messages)
` [PATCH 2/3] net/x25: fix null_x25_address handling
` [PATCH 3/3] net/x25: handle call collisions

[PATCH] staging: rtl8188eu: Fix off-by-one in core/rtw_mlme_ext.c
 2018-11-27  8:49 UTC  (3+ messages)

[PATCH v2 0/4] x86/kvm/hyper-v: Implement Direct Mode for synthetic timers
 2018-11-27  8:49 UTC  (3+ messages)
` [PATCH v2 4/4] x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_acked_sint()

[PATCH] tty: serial: qcom_geni_serial: Fix softlock
 2018-11-27  8:48 UTC 

[PATCH 01/16] gobject-introspection: update to 1.58.1
 2018-11-27  8:48 UTC  (3+ messages)

[PATCH] perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbols
 2018-11-27  8:46 UTC 

[PATCH] PCI: Mark NXP LS1088 to avoid bus reset bus
 2018-11-27  8:46 UTC 


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.