All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-11 13:31:35 to 2019-03-11 14:01:05 UTC [more...]

[ANN] Edinburgh Media Summit 2018 meeting report
 2019-03-11 14:00 UTC  (6+ messages)
  ` [media-workshop] "

[U-Boot] [PATCH v1 00/22] colibri vybrid fixes, device tree enablement and driver model conversion
 2019-03-11 14:01 UTC  (9+ messages)
` [U-Boot] [PATCH v1 05/22] configs: colibri_vf: remove obsolete mmc/sd card environment
` [U-Boot] [PATCH v1 16/22] colibri_vf: enable user debug by default
` [U-Boot] [PATCH v1 17/22] colibri_vf: disable undefined instruction events in user debug
` [U-Boot] [PATCH v1 18/22] config: colibri_vf: enable mtd partitions via dt

[PATCH] mm/debug: add a cast to u64 for atomic64_read()
 2019-03-11 14:00 UTC  (5+ messages)

[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
 2019-03-11 13:59 UTC  (16+ messages)
` [RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address

[PATCH v7 perf,bpf 00/15] perf annotation of BPF programs
 2019-03-11 13:59 UTC  (2+ messages)

[PATCH] arch: arm: Kconfig: pedantic formatting
 2019-03-11 13:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/4] memfd fixes
 2019-03-11 13:58 UTC  (5+ messages)
    ` [Qemu-devel] [PATCH v3 1/4] hostmem-memfd: disable for systems wihtout sealing support
    ` [Qemu-devel] [PATCH v3 2/4] memfd: always check for MFD_CLOEXEC
    ` [Qemu-devel] [PATCH v3 3/4] memfd: set up correct errno if not supported
    ` [Qemu-devel] [PATCH v3 4/4] memfd: improve error messages

[PATCH v7 00/14] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
 2019-03-11 13:58 UTC  (8+ messages)
` [PATCH v7 01/14] rtw88: main files

[PATCH] x86/hvm: finish IOREQ correctly on completion path
 2019-03-11 13:58 UTC  (7+ messages)

[PATCH v1] ring: enforce reading the tails before ring operations
 2019-03-11 13:58 UTC  (12+ messages)
  ` [PATCH v2] "

[Qemu-devel] [PATCH] target/mips: Fix minor bug in FPU
 2019-03-11 13:58 UTC  (4+ messages)

[PATCH] arch: arc: Kconfig: pedantic formatting
 2019-03-11 13:57 UTC  (2+ messages)

[PATCH v2 0/8] HDCP2.2 Phase II
 2019-03-11 13:57 UTC  (3+ messages)
` [PATCH v2 5/8] drm/i915/sysfs: Node for hdcp srm

[PATCH v5 00/11] viridian: implement more enlightenments
 2019-03-11 13:41 UTC  (12+ messages)
` [PATCH v5 01/11] viridian: add init hooks
` [PATCH v5 02/11] viridian: separately allocate domain and vcpu structures
` [PATCH v5 03/11] viridian: use stack variables for viridian_vcpu and viridian_domain
` [PATCH v5 04/11] viridian: make 'fields' struct anonymous
` [PATCH v5 05/11] viridian: extend init/deinit hooks into synic and time modules
` [PATCH v5 06/11] viridian: add missing context save helpers "
` [PATCH v5 07/11] viridian: use viridian_map/unmap_guest_page() for reference tsc page
` [PATCH v5 08/11] viridian: stop directly calling viridian_time_ref_count_freeze/thaw()
` [PATCH v5 09/11] viridian: add implementation of synthetic interrupt MSRs
` [PATCH v5 10/11] viridian: add implementation of synthetic timers
` [PATCH v5 11/11] viridian: add implementation of the HvSendSyntheticClusterIpi hypercall

[v5 00/13] Add HDR Metadata Parsing and handling in DRM layer
 2019-03-11 13:56 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add HDR Metadata Parsing and handling in DRM layer (rev5)

Backport request for 4.9.y & 4.14.y
 2019-03-11 13:56 UTC 

[PATCH 1/2] Revert "arm-tunes: Remove -march option if mcpu is already added"
 2019-03-11 13:55 UTC  (2+ messages)
` [PATCH 2/2] arm-tunes: Prefer the -mcpu option over -march

[Qemu-devel] [PATCH v3] exec.c: refactor function flatview_add_to_dispatch()
 2019-03-11 13:42 UTC  (2+ messages)

[PATCH RFC v4 00/21] PCI: Allow BAR movement during hotplug
 2019-03-11 13:31 UTC  (33+ messages)
` [PATCH RFC v4 01/21] PCI: Fix writing invalid BARs during pci_restore_state()
` [PATCH RFC v4 02/21] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH RFC v4 03/21] PCI: Enable bridge's I/O and MEM access for hotplugged devices
` [PATCH RFC v4 04/21] PCI: Define PCI-specific version of the release_child_resources()
` [PATCH RFC v4 05/21] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH RFC v4 06/21] PCI: Pause the devices with movable BARs during rescan
` [PATCH RFC v4 07/21] PCI: Wake up bridges during rescan when movable BARs enabled
` [PATCH RFC v4 08/21] nvme-pci: Handle movable BARs
` [PATCH RFC v4 09/21] PCI: Mark immovable BARs with PCI_FIXED
` [PATCH RFC v4 10/21] PCI: Fix assigning of fixed prefetchable resources
` [PATCH RFC v4 11/21] PCI: Release and reassign the root bridge resources during rescan
` [PATCH RFC v4 12/21] PCI: Don't allow hotplugged devices to steal resources
` [PATCH RFC v4 13/21] PCI: Include fixed BARs into the bus size calculating
` [PATCH RFC v4 14/21] PCI: Don't reserve memory for hotplug when enabled movable BARs
` [PATCH RFC v4 15/21] PCI: Allow the failed resources to be reassigned later
` [PATCH RFC v4 16/21] PCI: Calculate fixed areas of bridge windows based on fixed BARs
` [PATCH RFC v4 17/21] PCI: Calculate boundaries for bridge windows
` [PATCH RFC v4 18/21] PCI: Make sure bridge windows include their fixed BARs
` [PATCH RFC v4 19/21] PCI: Prioritize fixed BAR assigning over the movable ones
` [PATCH RFC v4 20/21] PCI: pciehp: Add support for the movable BARs feature
` [PATCH RFC v4 21/21] powerpc/pci: Fix crash with enabled movable BARs

[Qemu-devel] [RFC PATCH v2 0/4] sdbus: testing sdcards
 2019-03-11 13:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/4] sdbus: add a QMP command to access a SDBus

[Qemu-devel] [PULL 0/5] Ui 20190311 v2 patches
 2019-03-11 13:51 UTC  (3+ messages)
  ` [Qemu-devel] [libvirt] "

[PATCH] mm: Kconfig: pedantic formatting
 2019-03-11 13:54 UTC 

[Qemu-devel] Flatview rendering scalability issue
 2019-03-11 13:48 UTC  (3+ messages)

[PATCH v8 00/15] drm/sun4i: Allwinner A64 MIPI-DSI support
 2019-03-11 13:36 UTC  (40+ messages)
` [PATCH v8 01/15] drm/sun4i: dsi: Fix video start delay computation
` [PATCH v8 02/15] drm/sun4i: tcon: Compute DCLK dividers based on format, lanes
` [PATCH v8 03/15] drm/sun4i: tcon: Export get tcon0 routine
` [PATCH v8 04/15] drm/sun4i: dsi: Probe tcon0 during dsi_bind
` [PATCH v8 05/15] drm/sun4i: dsi: Get tcon0_div at runtime
` [PATCH v8 06/15] dt-bindings: sun6i-dsi: Add VCC-DSI supply property
` [PATCH v8 07/15] dt-bindings: sun6i-dsi: Add A64 MIPI-DSI compatible
` [PATCH v8 08/15] dt-bindings: sun6i-dsi: Add A64 DPHY compatible (w/ A31 fallback)
` [PATCH v8 09/15] drm/sun4i: sun6i_mipi_dsi: Add has_mod_clk quirk
` [PATCH v8 10/15] "
` [PATCH v8 11/15] drm/sun4i: sun6i_mipi_dsi: Add Allwinner A64 MIPI DSI support
` [PATCH v8 12/15] arm64: dts: allwinner: a64: Add MIPI DSI pipeline
` [PATCH v8 13/15] arm64: dts: allwinner: a64-amarula-relic: Add Techstar TS8550B MIPI-DSI panel
` [DO NOT MERGE] [PATCH v8 14/15] arm64: dts: allwinner: a64-pine64-lts: Enable Feiyang FY07024DI26A30-D DSI panel
` [DO NOT MERGE] [PATCH v8 15/15] arm64: dts: allwinner: bananapi-m64: Enable Bananapi S070WV20-CT16 "

[Qemu-devel] [PATCHv3 0/2] curses: Add support for wide output
 2019-03-11 13:51 UTC  (3+ messages)
` [Qemu-devel] [PATCHv3 1/2] iconv: detect and make curses depend on it
` [Qemu-devel] [PATCHv3 2/2] curses: add option to specify VGA font encoding

[Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES
 2019-03-11 13:52 UTC  (3+ messages)

[Qemu-devel] [PULL 0/7] Ui 20190307 patches
 2019-03-11 13:52 UTC  (4+ messages)

[PATCH v11 0/5] Media Device Allocator API
 2019-03-11 13:53 UTC  (2+ messages)

WARNING in ep_poll_callback
 2019-03-11 13:53 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] lib: add pci helper functions to intel_chipset
 2019-03-11 13:52 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Bug 109952] New: nv106 nv108 confusion
 2019-03-11 13:52 UTC  (3+ messages)
  ` [Bug 109952] "

[PATCH] drm/amd/display: Fix plane address updates for video surface formats
 2019-03-11 13:52 UTC  (2+ messages)

[PATCH] event/opdl: fix sprintf with snprintf
 2019-03-11 13:52 UTC  (3+ messages)

[PATCH v2] block: add a new flag BLK_MQ_POLL_CLASSIC for hybrid poll
 2019-03-11 13:51 UTC  (3+ messages)

[PATCH v2 0/6] HelloWorld example for windows
 2019-03-11 13:51 UTC  (4+ messages)
` [PATCH v2 6/6] doc: add documention "

[PATCH] sound: Kconfig: pedantic formatting
 2019-03-11 13:50 UTC 

[Fuego] Fuego v1.3.0 : ftc remove-nodes issue even when security is disabled
 2019-03-11 13:50 UTC  (18+ messages)
        ` [Fuego] Fuego v1.3.0 : ftc add-nodes issue
            ` [Fuego] Regarding changing jenkins service port change (from 8080 -> 8082)
                  ` [Fuego] Executing test on slave machine connected to target board via serial port
                                ` [Fuego] Need to see logs real-time on the console when target board is connected "

smokey's fork tests hangs with glibc 2.28+ ?
 2019-03-11 13:50 UTC  (2+ messages)

[PATCH] iio: common: ssp_sensors: Initialize calculated_time in ssp_common_process_data
 2019-03-11 13:50 UTC  (5+ messages)

general protection fault in __bfs (2)
 2019-03-11 13:49 UTC  (4+ messages)

DRM-based Oops viewer
 2019-03-11 13:49 UTC  (3+ messages)

Can't build product that uses DEFAULTTUNE="arm926ejs"
 2019-03-11 13:49 UTC  (3+ messages)

[PATCH] drm/i915: always pin hw_id for GVT context
 2019-03-11 13:49 UTC  (2+ messages)

[PATCH v4] btrfs-progs: dump-tree: add noscan option
 2019-03-11 13:49 UTC  (3+ messages)

Please revert 7212e37cbdf9 from 4.4-stable
 2019-03-11 13:48 UTC 

[PATCH] drm/sun4i: hdmi: add support for ddc-i2c-bus property
 2019-03-11 13:47 UTC  (2+ messages)

kernel panic: MAC Initialization failed. (3)
 2019-03-11 13:45 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: return immediately on empty commit
 2019-03-11 13:45 UTC  (3+ messages)

[Buildroot] [PATCH 0/2] ppsh compatible Qt5 configuration
 2019-03-11 13:45 UTC  (6+ messages)

[PATCH v2 0/4] Various minor modifications and fixes toward KS 1.0
 2019-03-11 13:44 UTC  (5+ messages)
` [PATCH v2 4/4] kernel-shark: Fix a bug in KsPluginManager

[PATCH] secuirty: integrity: ima: pedantic formatting
 2019-03-11 13:44 UTC 

[PATCH] sound: oao: Kconfig: pedantic formatting
 2019-03-11 13:43 UTC 

[PATCH] sound: drivers: Kconfig: pedantic formatting
 2019-03-11 13:43 UTC 

Home straight for veng, the uAPI wars
 2019-03-11 13:43 UTC  (8+ messages)
` [PATCH 10/13] drm/i915: Load balancing across a virtual engine
` [PATCH 12/13] drm/i915/execlists: Virtual engine bonding
` [PATCH 13/13] drm/i915: Allow specification of parallel execbuf

Latitude 5495's tg3 hangs under heavy load
 2019-03-11 13:42 UTC  (7+ messages)

[PATCH] arch: alpha: Kconfig: pedantic formatting
 2019-03-11 13:42 UTC 

[U-Boot] [PATCH] Revert "pico-imx7d: Add LCD support"
 2019-03-11 13:42 UTC  (2+ messages)

[PATCH v5 00/10] perf: enable compression of record mode trace to save storage space
 2019-03-11 13:41 UTC  (7+ messages)
` [PATCH v5 03/10] perf session: define bytes_transferred and bytes_compressed metrics

[PATCH] virt: kvm: Kconfig: pedantic formatting
 2019-03-11 13:40 UTC 

[SPDK] SPDK virtio-vhost-user series
 2019-03-11 13:40 UTC 

[PATCH 0/4] move skb mapping before configuring txwi
 2019-03-11 13:39 UTC  (3+ messages)
` [PATCH 2/4] mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skb

[PATCH] arch: Kconfig: pedantic formatting
 2019-03-11 13:39 UTC 

[PATCH tip/core/rcu 0/19] RCU flavor-consolidation changes for v4.20/v5.0
 2019-03-11 13:39 UTC  (3+ messages)
` [PATCH tip/core/rcu 06/19] rcu: Add warning to detect half-interrupts

[PATCH] arm64: dts: renesas: r8a77995: draak: Enable CAN0, CAN1
 2019-03-11 13:38 UTC  (4+ messages)

[PATCH] drm/bochs: Fix NULL dereference on atomic_disable helper
 2019-03-11 13:39 UTC  (7+ messages)

[PATCH v6 0/4] input: touchscreen: Add goodix GT5553 CTP support
 2019-03-11 13:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/10] qemu-binfmt-conf.sh
 2019-03-11 13:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 7/10] qemu-binfmt-conf.sh: generalize CPU to positional TARGETS

[Qemu-devel] [PULL 0/5] Vga 20190308 patches
 2019-03-11 13:33 UTC  (3+ messages)

[Qemu-devel] [PATCH] isa: Add APM and ACPI dependencies for VT82C686
 2019-03-11 13:34 UTC  (2+ messages)

[RFC][PATCH 0/4] Per-console loglevel support, console device bus
 2019-03-11 13:33 UTC  (3+ messages)
` [PATCH 3/4] printk: Add consoles to a virtual "console" bus

[PATCHv4 00/28] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-03-11 13:33 UTC  (4+ messages)

KASAN: use-after-free Write in _free_event
 2019-03-11 13:32 UTC  (4+ messages)
` [RFC PATCH] perf: Paper over the hw.target problems

[Qemu-devel] [RFC PATCH] docs/booting.rst: start documenting the boot process
 2019-03-11 13:32 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_plane: Keep testing pixel formats even if one fails
 2019-03-11 13:32 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] Revert "tests: kms_plane: Disable XBGR8888"

[Qemu-devel] [PATCH v2 00/11] ARM virt: ACPI memory hotplug support
 2019-03-11 13:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 06/11] hw/arm/virt: Add ACPI support for device memory cold-plug

[Outreachy Kernel] [Patch] staging: vt6655: line over 80 characters
 2019-03-11 13:31 UTC 

[igt-dev] [PATCH i-g-t 1/2] tests/kms_plane_scaling: Rip out unused igt_pipe_crc_t
 2019-03-11 13:31 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_plane_multiple: Do not iterate over output twice

Kconfig: Great White Handkerchief going round
 2019-03-11 13:17 UTC  (2+ messages)
` [PATCH 003/114] drivers: input: Kconfig: pedantic formatting

[PATCH v4 00/17] x86/split_lock: Enable #AC exception for split locked accesses
 2019-03-11 13:31 UTC  (4+ messages)
` [PATCH v4 17/17] kvm: vmx: Emulate TEST_CTL MSR


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.