All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-18 15:30:12 to 2017-01-18 16:09:08 UTC [more...]

[PATCH 1/6] drm/i915/huc: Add HuC fw loading support
 2017-01-18 16:05 UTC  (6+ messages)
` [PATCH 2/6] drm/i915/huc: Add BXT HuC Loading Support
` [PATCH 3/6] drm/i915/HuC: Add KBL huC loading Support
` [PATCH 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH 5/6] drm/i915/huc: Support HuC authentication
` [PATCH 6/6] drm/i915/get_params: Add HuC status to getparams

[PATCH] mtd: spi-nor: Fix S3AN addressing calculation
 2017-01-18 16:08 UTC 

[PATCH 0/7] hisi_sas: SATA IO workaround and other misc patches
 2017-01-18 16:32 UTC  (12+ messages)
` [PATCH 1/7] scsi: hisi_sas: workaround v2 hw SATA IO timeout issue
` [PATCH 2/7] scsi: hisi_sas: modify some values of ITCT table
` [PATCH 3/7] scsi: hisi_sas: downgrade refclk message
` [PATCH 4/7] scsi: hisi_sas: modify hard reset for directed-attached disk
` [PATCH 5/7] scsi: hisi_sas: downgrade internal abort exit print
` [PATCH 6/7] scsi: hisi_sas: fix probe ordering problem
` [PATCH 7/7] scsi: hisi_sas: decrease running_req in hisi_sas_slot_task_free()

[meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
 2017-01-18 16:08 UTC  (6+ messages)

[PATCH] power: supply: qcom_smbb: add regulator dependency
 2017-01-18 16:07 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/16] aio_context_acquire/release pushdown, part 2
 2017-01-18 16:07 UTC  (21+ messages)
` [Qemu-devel] [PATCH 01/16] aio: introduce aio_co_schedule and aio_co_wake
` [Qemu-devel] [PATCH 10/16] block: explicitly acquire aiocontext in timers that need it
` [Qemu-devel] [PATCH 11/16] block: explicitly acquire aiocontext in callbacks "
` [Qemu-devel] [PATCH 12/16] block: explicitly acquire aiocontext in bottom halves "
` [Qemu-devel] [PATCH 13/16] block: explicitly acquire aiocontext in aio callbacks "
` [Qemu-devel] [PATCH 14/16] aio-posix: partially inline aio_dispatch into aio_poll
` [Qemu-devel] [PATCH 15/16] async: remove unnecessary inc/dec pairs
` [Qemu-devel] [PATCH 16/16] block: document fields protected by AioContext lock

[U-Boot] [PATCH v2 00/18] arm: mvebu: Add gdsys ControlCenter-Compact board
 2017-01-18 16:07 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/18] pci: mvebu: Fix Armada 38x support
` [U-Boot] [PATCH v2 02/18] net: phy: Support Marvell 88E1680
` [U-Boot] [PATCH v2 03/18] mvebu: Add board_pex_config()
` [U-Boot] [PATCH v2 04/18] arm: mvebu: spl.c: Remove useless gd declaration
` [U-Boot] [PATCH v2 05/18] dm: Add callback to modify the device tree
` [U-Boot] [PATCH v2 06/18] lib: tpm: Add command to flush resources

[patch 3/3] PTP: add kvm PTP driver
 2017-01-18 16:07 UTC  (19+ messages)

Downgrade GSM/UMTS module to USB 2.0 Fullspeed
 2017-01-18 16:05 UTC 

Cannot mount vol after balance crash
 2017-01-18 15:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/25] qmp: add async command type
 2017-01-18 16:03 UTC  (26+ messages)
` [Qemu-devel] [PATCH v2 01/25] tests: start generic qemu-qmp tests
` [Qemu-devel] [PATCH v2 02/25] tests: change /0.15/* tests to /qmp/*
` [Qemu-devel] [PATCH v2 03/25] qmp: teach qmp_dispatch() to take a pre-filled QDict
` [Qemu-devel] [PATCH v2 04/25] qmp: use a return callback for the command reply
` [Qemu-devel] [PATCH v2 05/25] qmp: add QmpClient
` [Qemu-devel] [PATCH v2 06/25] qmp: add qmp_return_is_cancelled()
` [Qemu-devel] [PATCH v2 07/25] qmp: introduce async command type
` [Qemu-devel] [PATCH v2 08/25] qapi: ignore top-level 'id' field
` [Qemu-devel] [PATCH v2 09/25] qmp: take 'id' from request
` [Qemu-devel] [PATCH v2 10/25] qmp: check that async command have an 'id'
` [Qemu-devel] [PATCH v2 11/25] scripts: learn 'async' qapi commands
` [Qemu-devel] [PATCH v2 12/25] tests: add dispatch async tests
` [Qemu-devel] [PATCH v2 13/25] monitor: add 'async' capability
` [Qemu-devel] [PATCH v2 14/25] monitor: add !qmp pre-conditions
` [Qemu-devel] [PATCH v2 15/25] monitor: suspend when running async and client has no async
` [Qemu-devel] [PATCH v2 16/25] qmp: update qmp-spec about async capability
` [Qemu-devel] [PATCH v2 17/25] qtest: add qtest-timeout
` [Qemu-devel] [PATCH v2 18/25] qtest: add qtest_init_qmp_caps()
` [Qemu-devel] [PATCH v2 19/25] tests: add tests for async and non-async clients
` [Qemu-devel] [PATCH v2 20/25] qapi: improve 'screendump' documentation
` [Qemu-devel] [PATCH v2 21/25] console: graphic_hw_update return true if async
` [Qemu-devel] [PATCH v2 22/25] console: add graphic_hw_update_done()
` [Qemu-devel] [PATCH v2 23/25] console: make screendump async
` [Qemu-devel] [PATCH v2 24/25] qtest: add /qemu-qmp/screendump test
` [Qemu-devel] [PATCH v2 25/25] qmp: move json-message-parser and check to QmpClient

[PATCH v9] mtd: spi-nor: Add support for S3AN spi-nor devices
 2017-01-18 15:56 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/2] vl: Print warning if a non-empty default config-file is found
 2017-01-18 16:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] vl: Print warning when a default config file is loaded

[PATCH] x86-KVM: Supply TSC and APIC clock rates to guest like VMWare
 2017-01-18 16:04 UTC  (6+ messages)
  ` [Qemu-devel] "

[PATCH v8 00/12] mux controller abstraction and iio/i2c muxes
 2017-01-18 15:57 UTC  (17+ messages)
` [PATCH v8 01/12] devres: trivial whitespace fix
` [PATCH v8 02/12] dt-bindings: document devicetree bindings for mux-controllers and mux-gpio
` [PATCH v8 03/12] mux: minimal mux subsystem and gpio-based mux controller
` [PATCH v8 04/12] iio: inkern: api for manipulating ext_info of iio channels
` [PATCH v8 05/12] dt-bindings: iio: io-channel-mux: document io-channel-mux bindings
` [PATCH v8 06/12] iio: multiplexer: new iio category and iio-mux driver
` [PATCH v8 07/12] dt-bindings: i2c: i2c-mux-simple: document i2c-mux-simple bindings
` [PATCH v8 08/12] i2c: i2c-mux-simple: new driver
` [PATCH v8 09/12] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux
` [PATCH v8 10/12] mux: adg792a: add mux controller driver for ADG792A/G
` [PATCH v8 11/12] dt-bindings: simplified bindings for single-user gpio mux
` [PATCH v8 12/12] mux: support "

[meta-raspberrypi][PATCH 0/3] Kernel update and getVar cleanup
 2017-01-18 16:04 UTC  (4+ messages)

[PATCH nf-next] netfilter: ctnetlink: make more information available in DESTROY events
 2017-01-18 16:03 UTC  (4+ messages)

Microsoft Exchange
 2017-01-18 15:48 UTC 

[Qemu-devel] kvmclock in wrong compat macro?
 2017-01-18 16:03 UTC 

[patch] block: add blktrace C events for bio-based drivers
 2017-01-18 16:01 UTC  (5+ messages)

[Buildroot] [PATCH] package/libcap: fix build with gperf >= 3.1
 2017-01-18 16:01 UTC  (3+ messages)

[PATCH 1/2] mtd: spi-nor: make n_sectors in flash_info 32 bit wide
 2017-01-18 15:57 UTC  (5+ messages)
` [PATCH 2/2] mtd: spi-nor: fix mr25h* definitions

arm64: issue with invalid mode handling
 2017-01-18 15:56 UTC 

[PATCH 0/3] nvme: APST support
 2017-01-18 15:56 UTC  (3+ messages)
` [PATCH 2/3] nvme: Add a quirk mechanism that uses identify_ctrl

[PATCH 1/2] drm/i915: Disable -Woverride-init
 2017-01-18 15:56 UTC  (2+ messages)

[Qemu-devel] [Bug 1655708] [NEW] target/ppc/int_helper.c:2806: strange expression ?
 2017-01-18 15:44 UTC  (2+ messages)
` [Qemu-devel] [Bug 1655708] "

[Qemu-devel] [PATCH v2] hw/arm/virt-acpi - reserve ECAM space as PNP0C02 device
 2017-01-18 15:55 UTC  (9+ messages)

[PATCH v4 00/15] lockdep: Implement crossrelease feature
 2017-01-18 15:10 UTC  (7+ messages)
` [PATCH v4 05/15] lockdep: Make check_prev_add can use a separate stack_trace

[RFC PATCH 0/2] fix unbounded too_many_isolated
 2017-01-18 15:54 UTC  (6+ messages)
` [RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone

[PATCH] fix a number of memleaks with three patches
 2017-01-18 15:54 UTC  (2+ messages)

[PATCH] net/virtio-user: fix missing driver name
 2017-01-18 15:54 UTC  (4+ messages)
` [dpdk-stable] "

[PATCH] drm/i915: prevent crash with .disable_display parameter
 2017-01-18 15:54 UTC  (2+ messages)

[PATCH v2 00/13] ASoC: hdmi: Preparatory work to support MST audio
 2017-01-18 16:04 UTC  (14+ messages)
` [PATCH v2 01/13] ASoC: hdac_hdmi: use audio component framework to read ELD
` [PATCH v2 02/13] ASoC: hdac_hdmi: Register widget event handlers
` [PATCH v2 03/13] ASoC: Intel: Skylake: Use set_tdm_slot to set the dma channel
` [PATCH v2 04/13] ASoC: hdac_hdmi: Move channel info from pin to PCM structure
` [PATCH v2 05/13] ASoC: Intel: bxt: add channel map support in rt298 machine
` [PATCH v2 06/13] ASoC: Intel: bxt: add channel map support in bxt_da7219_max98357a machine
` [PATCH v2 07/13] ASoC: hdac_hdmi: Begin to add support for DP Multi-stream audio
` [PATCH v2 08/13] ASoC: Intel: Skylake: Add route change to rt286 machine
` [PATCH v2 09/13] ASoC: Intel: Skylake: Add route change to nau88l25_max98357a machine
` [PATCH v2 10/13] ASoC: Intel: Skylake: Add route change to nau88l25_ssm4567 machine
` [PATCH v2 11/13] ASoC: Intel: bxt: Add route change to rt298 machine
` [PATCH v2 12/13] ASoC: Intel: bxt: Add route change to da7219_max98357a machine
` [PATCH v2 13/13] ASoC: hdac_hdmi: Add support to handle MST capable pin

[PATCH] devtools: check stable tag in fixes
 2017-01-18 15:52 UTC  (4+ messages)
` [PATCH v2] devtools: relax tag checking "

random: /dev/random often returns short reads
 2017-01-18 15:44 UTC  (7+ messages)

[PATCH 0/4] alpha: Fine-tuning for five function implementations
 2017-01-18 15:41 UTC  (5+ messages)
` [PATCH 4/4] alpha: Move two assignments for the variable "res" in srm_env_proc_write()
    ` alpha: Checking source code positions for the setting of error codes

[RFC] stash --continue
 2017-01-18 15:41 UTC  (3+ messages)

[PATCH] devtools: fix lookup commit fixing a fix of many commits
 2017-01-18 15:51 UTC  (2+ messages)

[net PATCH v5 0/6] virtio_net XDP fixes and adjust_header support
 2017-01-18 15:50 UTC  (10+ messages)
` [net PATCH v5 1/6] virtio_net: use dev_kfree_skb for small buffer XDP receive
` [net PATCH v5 3/6] virtio_net: factor out xdp handler for readability
` [net PATCH v5 4/6] virtio_net: remove duplicate queue pair binding in XDP
` [net PATCH v5 5/6] virtio_net: refactor freeze/restore logic into virtnet reset logic

[PATCH v3] arm64: dts: exynos: Remove unneeded unit names in Exynos5433 nodes
 2017-01-18 15:50 UTC  (2+ messages)

[GLK MIPI DSI V3 0/7] GLK MIPI DSI VIDEO MODE PATCHES
 2017-01-18 15:50 UTC  (3+ messages)
` [GLK MIPI DSI V3 4/7] drm/i915: Set the Z inversion overlap field

[PATCH net-next] net: ipv6: Keep nexthop of multipath route on admin down
 2017-01-18 15:40 UTC 

[PATCH v3 00/16] can: rx-offload and flexcan
 2017-01-18 14:52 UTC  (8+ messages)
` [PATCH v3 10/16] can: flexcan: make TX mailbox selectable during runtime
` [PATCH v3 11/16] can: flexcan: make use of rx-offload's irq_offload_fifo
` [PATCH v3 12/16] can: flexcan: add missing register definitions
` [PATCH v3 13/16] can: flexcan: activate individual RX masking and initialize reg_rximr
` [PATCH v3 14/16] can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRS
` [PATCH v3 15/16] can: flexcan: add support for timestamp based rx-offload
` [PATCH v3 16/16] can: flexcan: switch imx6 and vf610 to timestamp based offloading

Support Intel uncore event lists v4
 2017-01-18 15:45 UTC  (4+ messages)
` [PATCH 06/11] perf, tools: Add debug support for outputing alias string

libgpiod v0.1: C library and command-line tools for controlling GPIOs
 2017-01-18 15:48 UTC  (2+ messages)

Issue with Forward-TSN-Chunks containing high cum_tsn
 2017-01-18 15:47 UTC  (2+ messages)

writev error codes
 2017-01-18 15:44 UTC 

PV audio drivers for Linux
 2017-01-18 15:45 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 wave 2 0/3] q35: add negotiable broadcast SMI
 2017-01-18 15:42 UTC  (15+ messages)
` [Qemu-devel] [PATCH v6 wave 2 2/3] hw/isa/lpc_ich9: add broadcast SMI feature

[PATCH RFC rdma-core 1/3] util: Add common code for provider debug
 2017-01-18 15:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault caused by empty machines
 2017-01-18 15:40 UTC  (5+ messages)

[PATCH v3 0/8] Renesas RZ PFC and GPIO driver
 2017-01-18 15:40 UTC  (4+ messages)
` [PATCH v3 3/8] gpio: gpio-rz: GPIO driver for Renesas RZ series

[PATCH] mm: respect pre-allocated storage mapping for memmap
 2017-01-18 15:39 UTC  (6+ messages)

[LSF/MM TOPIC][LSF/MM ATTEND] NAPI polling for block drivers
 2017-01-18 15:39 UTC  (20+ messages)

[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-01-18 15:38 UTC  (23+ messages)
` [PATCH v6 kernel 2/5] virtio-balloon: define new feature bit and head struct
    ` [virtio-dev] "
          ` [Qemu-devel] "
            `  "
` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process
      ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration

[PATCH 0/2] amdgpu: HDMI Stereo 3D support
 2017-01-18 15:34 UTC  (3+ messages)
` [PATCH 1/2] amdgpu: Stereo 3D support requires enabling audio
` [PATCH 2/2] amdgpu: Add stereo 3D support

[PATCH] arm64: dts: exynos: Remove address node from usb parent node
 2017-01-18 15:36 UTC  (3+ messages)

Initializing MAC address at run-time
 2017-01-18 15:35 UTC  (4+ messages)

[PATCH net 0/2] net: Fix oops on state free after lwt module unload
 2017-01-18 15:32 UTC  (3+ messages)
` [PATCH net 1/2] lwtunnel: Fix oops on state free after encap "
` [PATCH net 2/2] ila: Fix memory leak of lwt dst cache on "

[PATCH] bib/TM: Salvage url or replace with doi
 2017-01-18 15:33 UTC 

[pwm:for-4.11/drivers 1/3] drivers/pwm/pwm-pca9685.c:171:15: error: 'offset' redeclared as different kind of symbol
 2017-01-18 15:32 UTC  (2+ messages)

[RFC PATCH v2 00/10] Add support for the ARMv8.2 Statistical Profiling Extension
 2017-01-18 15:24 UTC  (4+ messages)
` [RFC PATCH v2 03/10] arm64: KVM: Save/restore the host SPE state when entering/leaving a VM

xennet_start_xmit assumptions
 2017-01-18 15:31 UTC 

xennet_start_xmit assumptions
 2017-01-18 15:31 UTC 

[GIT PULL] DaVinci fix for v4.10
 2017-01-18 15:30 UTC  (2+ messages)

[PATCH] [media] saa7164: "first image" should be "second image" in error message
 2017-01-18 15:10 UTC 

[PATCH v4 0/3] modversions: Fix CRC mangling under CONFIG_RELOCATABLE=y
 2017-01-18 15:30 UTC  (3+ messages)
` [PATCH v4 2/3] powerpc/reloc64: add support for 32-bit CRC pseudo-symbols


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.