All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-31 09:07:03 to 2017-05-31 09:52:09 UTC [more...]

[RFC 0/9] Add HDR Metadata Parsing and handling in DRM layer
 2017-05-31 10:10 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/8] blk-mq: fix & improve queue quiescing
 2017-05-31  9:51 UTC  (4+ messages)
` [PATCH v2 5/8] blk-mq: update comments on blk_mq_quiesce_queue()

[Qemu-devel] [PATCH RFC 0/6] migration: enable return-path for precopy
 2017-05-31  9:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC 3/6] migration: fix leak of src file on dst

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-31  9:51 UTC  (18+ messages)
` [PATCH v5 29/32] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v5 32/32] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH v11 00/23] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-05-31  9:51 UTC  (11+ messages)
` [PATCH v11 04/23] x86: refactor psr: L3 CAT: implement main data structures, CPU init and free flows
` [PATCH v11 13/23] x86: refactor psr: CDP: implement CPU init flow
` [PATCH v11 14/23] x86: refactor psr: CDP: implement get hw info flow
` [PATCH v11 15/23] x86: refactor psr: CDP: implement set value callback function
` [PATCH v11 18/23] x86: L2 CAT: implement get value flow

[PATCH] xen: stop_machine: fill fn_result only in case of error
 2017-05-31  9:51 UTC  (3+ messages)

[PATCH v4 0/5] Move firmware specific code to firmware specific locations
 2017-05-31  9:44 UTC  (3+ messages)
` [PATCH v4 2/5] device property: Move FW type specific functionality to FW specific files

[PATCH] LSM: Convert security_hook_heads into explicit array of struct list_head
 2017-05-31  9:44 UTC  (8+ messages)
          ` [kernel-hardening] "

[Qemu-devel] [PATCH v2 0/2] Edu leak fix series
 2017-05-31  9:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] msi: remove msi_nonbroken
` [Qemu-devel] [PATCH v2 2/2] msi: remove return code for msi_init()

[PATCH] drm: Fix locking in drm_atomic_helper_resume
 2017-05-31  9:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm: Fix locking in drm_atomic_helper_resume (rev2)

[SPDK] Need help for iSCSI configuration for NVMe disc
 2017-05-31  9:50 UTC 

[RFC 00/11] ima: namespace support for IMA policy
 2017-05-31  9:49 UTC  (8+ messages)
` [RFC 04/11] ima: add support to namespace securityfs file

[PATCH 1/2] power: reset: at91-poweroff: fix clobber list
 2017-05-31  9:49 UTC  (4+ messages)
` [PATCH 2/2] power: reset: at91-sama5d2_shdwc: "

[PATCH] X86: don't report PAT on CPUs that don't support it
 2017-05-31  9:39 UTC  (8+ messages)
` [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT

[Qemu-devel] [PATCH 00/12] self-announce updates
 2017-05-31  9:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH 10/12] hmp: Add hmp_announce_self

[PATCH 0/1] xl man page cleanup and fixes proposal
 2017-05-31  9:46 UTC  (3+ messages)
` [PATCH v2 1/1] xl man page cleanup and fixes

[PATCH v4 for-4.9] x86/vpmu: add cpu hot unplug notifier for vpmu
 2017-05-31  9:46 UTC  (4+ messages)

[PATCH 0/7] Implement NVMe Namespace Descriptor Identification
 2017-05-31  9:46 UTC  (13+ messages)
` [PATCH 2/7] nvmet: add uuid field to nvme_ns and populate via configfs
` [PATCH 3/7] nvmet: add eui64 "

net/ipv4: use-after-free in add_grec
 2017-05-31  9:46 UTC 

[PATCH] x86/KASLR: use the right memcpy
 2017-05-31  9:40 UTC  (2+ messages)
` [tip:x86/boot] x86/KASLR: Use the right memcpy() implementation

[Qemu-devel] [PATCH v3 00/16] block: Protect AIO context change with perm API
 2017-05-31  9:45 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 02/16] block-backend: Add blk_request_perm
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v3 10/16] mirror: Do initial aio context move of target via BB interface
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [Qemu-block] [PATCH v3 00/16] block: Protect AIO context change with perm API

[U-Boot] [PATCH v3 0/3] rockchip: mkimage: refactor rksd/rkspi padding calculation and add dumpimage support
 2017-05-31  9:44 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/11] Block layer thread-safety, part 2
 2017-05-31  9:43 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] qcow2: call CoQueue APIs under CoMutex
` [Qemu-devel] [PATCH 02/11] coroutine-lock: add qemu_co_rwlock_downgrade and qemu_co_rwlock_upgrade
` [Qemu-devel] [PATCH 03/11] vdi: make it thread-safe
` [Qemu-devel] [PATCH 04/11] vpc: "
` [Qemu-devel] [PATCH 05/11] vvfat: "
` [Qemu-devel] [PATCH 06/11] nbd: "
` [Qemu-devel] [PATCH 07/11] qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}
` [Qemu-devel] [PATCH 08/11] block: invoke .bdrv_drain callback in coroutine context and from AioContext
` [Qemu-devel] [PATCH 09/11] qed: protect table cache with CoMutex
` [Qemu-devel] [PATCH 10/11] sheepdog: add queue_lock
` [Qemu-devel] [PATCH 11/11] ssh: support I/O from any AioContext

[PATCH] bcm47xx: fix build regression
 2017-05-31  9:43 UTC  (3+ messages)

net/ipv6: use-after-free in ip6_dst_ifdown
 2017-05-31  9:42 UTC 

[PATCH 1/5] Revert "ACPI / button: Remove lid_init_state=method mode"
 2017-05-31  9:42 UTC  (7+ messages)
` [RFC PATCH v4 1/5] ACPI: button: Add indication of BIOS notification and faked events
` [RFC PATCH v4 2/5] ACPI: button: Extends complement switch event support for all modes
` [RFC PATCH v4 3/5] ACPI: button: Add lid event type debugging messages
` [RFC PATCH v4 4/5] ACPI: button: Fix lid notification locks
` [RFC PATCH v4 5/5] ACPI: button: Cleanup lid notification logics

[LTP] Fwd: LTP compilation with UCLibC Toolchain
 2017-05-31  9:42 UTC 

[PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h"
 2017-05-31  9:41 UTC  (7+ messages)
` cleanup UUID types V5

[PATCH] i2c: mxs: dont print error on NAK
 2017-05-31  9:40 UTC  (2+ messages)
` [PATCH] i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_end

[PATCH 0/2] track rt rq utilization
 2017-05-31  9:40 UTC  (3+ messages)
` [RFC PATCH 1/2] sched/rt: add utilization tracking

[PATCH v4] ubifs: allow userspace to map mounts to volumes
 2017-05-31  9:40 UTC 

[SPDK] Need help for iSCSI configuration for NVMe disc
 2017-05-31  9:40 UTC 

[Qemu-devel] [PATCH v2 00/16] block: Protect AIO context change with perm API
 2017-05-31  9:39 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 06/16] backup: Request BLK_PERM_AIO_CONTEXT_CHANGE on target
  ` [Qemu-devel] [Qemu-block] "

[PATCH v8 0/5] usb: early: add support for early printk through USB3 debug port
 2017-05-31  9:38 UTC  (5+ messages)
` [PATCH v8 2/5] usb: early: add driver for xhci debug capability

[PATCH i-g-t] tests/kms_setmode: increase MAX_CRTCS to 6
 2017-05-31  9:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] kvm: don't register smram_listener when smm is off
 2017-05-31  9:36 UTC  (2+ messages)

[PATCH v7] ns16550: Add support for UART parameters to be specifed with name-value pairs
 2017-05-31  9:35 UTC  (3+ messages)

[U-Boot] [PATCH v3] spi: fsl_qspi: Copy 16 byte aligned data in TX FIFO
 2017-05-31  9:35 UTC 

[PATCH] drm/i915: Use a cached mapping for the physical HWS
 2017-05-31  9:35 UTC  (3+ messages)
` [PATCH v3] "

[PATCHv3 1/4] clone: respect additional configured fetch refspecs during initial fetch
 2017-05-31  9:34 UTC  (4+ messages)
` [PATCHv4 1/2] "

How to use GattProfile1
 2017-05-31  9:33 UTC  (21+ messages)

[PATCH] drm/i915: fix backlight invert for non-zero minimum brightness
 2017-05-31  9:32 UTC  (2+ messages)

[PATCH] arm64: dts: ls208xa: disable SD UHS-I modes by default on RDB
 2017-05-31  9:32 UTC 

[PATCH] [media] tc358743: Handle return value of clk_prepare_enable
 2017-05-31  9:31 UTC 

[lkp-robot] [btrfs] beeeccca9b: WARNING:at_mm/util.c:#kvmalloc_node
 2017-05-31  9:29 UTC  (8+ messages)

Fwd: Empty ethernet fram after XDP_TX
 2017-05-31  9:29 UTC 

[U-Boot] [PATCH] arm64: hikey: Fix instructions in readme
 2017-05-31  9:28 UTC 

[PATCH 0/3] Reviving the PWM_LPSS patches yet again
 2017-05-31  9:27 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Encapsulate the pwm_device in a pwm_info structure
` [PATCH 2/3] pwm: lpss: Add intel-gfx as consumer device in lookup table
` [PATCH 3/3] drm/i915: Add support for LPSS PWM on devices that support it

[kvm-unit-tests PATCH] powerpc: Fix endless loop that occurs without a device tree
 2017-05-31  9:27 UTC  (6+ messages)

[PATCH] mm: introduce MADV_CLR_HUGEPAGE
 2017-05-31  9:27 UTC  (21+ messages)

[PATCH 0/3] libfc: fix potential timer list corruption
 2017-05-31  9:27 UTC  (2+ messages)

[RESEND PATCH] tee: optee: fix uninitialized symbol 'parg'
 2017-05-31  9:25 UTC  (2+ messages)

[PATCH] clvmd: try to refresh device cache on the first failure
 2017-05-31  9:25 UTC  (5+ messages)

[PATCH 0/3] PM / wakeup / ACPI: Suspend-to-idle wakeup fixes and optimization
 2017-05-31  9:25 UTC  (4+ messages)
` [PATCH 2/3] RTC: rtc-cmos: Fix wakeup from suspend-to-idle

[Qemu-devel] [PATCH v2] spapr: manage hotplugged devices while the VM is not started
 2017-05-31  9:25 UTC 

[PATCH v5 1/1] [media] i2c: add support for OV13858 sensor
 2017-05-31  9:24 UTC  (2+ messages)

[PATCH 0/5] security, efi: Set lockdown if in secure boot mode
 2017-05-31  9:23 UTC  (5+ messages)

[linux-lvm] Question on mixing technologies
 2017-05-31  9:23 UTC  (4+ messages)

[PATCH v3] ARM: dts: at91: sama5d2_xplained: add pwm controller
 2017-05-31  9:23 UTC  (3+ messages)

[PATCH] Fix typo in comment
 2017-05-31  9:22 UTC  (2+ messages)

[U-Boot] [PATCH v2] sun50i: a64: Add initial Banana Pi M64 support
 2017-05-31  9:22 UTC  (3+ messages)

[PATCH 08/37] drm/doc: Polish irq helper documentation
 2017-05-31  9:22 UTC  (2+ messages)
` [PATCH] "

[PATCH 1/2 v2] dt-bindings: qoriq-clock: Add coreclk
 2017-05-31  9:22 UTC  (6+ messages)

[PATCH] genirq: Check irq disabled & masked states in irq_shutdown
 2017-05-31  9:22 UTC  (6+ messages)

SCSI controller with CDB-16 (Was: sym53c8xx and Large disk (DCB-16))
 2017-05-31  9:22 UTC 

[U-Boot] [PATCH 1/4] x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1
 2017-05-31  9:22 UTC  (4+ messages)

next-20170531 build: 0 failures 1 warnings (next-20170531)
 2017-05-31  9:21 UTC 

[PATCH 07/37] drm: Extract drm_vblank.[hc]
 2017-05-31  9:21 UTC  (2+ messages)
` [PATCH] "

iMac 10,1 with Ubuntu 16.04: black screen after suspend
 2017-05-31  9:21 UTC  (6+ messages)

[RFC PATCH] timer: inform periodic timers of multiple expiries
 2017-05-31  9:16 UTC  (5+ messages)
` [PATCH 0/3] "
  ` [PATCH 1/3] "
  ` [PATCH 2/3] timer: add symbol versions for ABI compatibility
  ` [PATCH 3/3] test/test: add test for multiple timer expiries

[PATCH 06/37] drm/doc: Improve ioctl/fops docs a bit more
 2017-05-31  9:20 UTC  (2+ messages)
` [PATCH] "

[PATCH v2 linux-next 0/3] i.MX ECSPI controller slave mode support
 2017-05-31  9:19 UTC  (14+ messages)
` [PATCH v2 linux-next 1/3] spi: imx: add selection for iMX53 and iMX6 controller
` [PATCH v2 linux-next 2/3] ARM: dts: imx: change compatiblity for SPI controllers on imx53 later soc
` [PATCH v2 linux-next 3/3] spi: imx: Add support for SPI Slave mode

[PATCH 2/2] clk: bcm2835: Minimise clock jitter for PCM clock
 2017-05-31  9:19 UTC  (5+ messages)
` [PATCH v2 "

[Buildroot] [PATCH 00/16] Bump ejabberd version to 17.04
 2017-05-31  9:19 UTC  (5+ messages)
` [Buildroot] [PATCH 13/16] erlang-jiffy: New package

[PATCH] netxen: Fix a sleep-in-atomic bug in netxen_nic_pci_mem_access_direct
 2017-05-31  9:21 UTC 

Wireguard and MTU
 2017-05-31  9:31 UTC 

"mount -o remount,rw" sometimes doesn't work as expected
 2017-05-31  9:18 UTC  (6+ messages)

[PATCH 1/2] clk: bcm2835: Limit PCM clock to OSC and PLLD_PER
 2017-05-31  9:18 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/2] clk: bcm2835: PCM clock improvements
 2017-05-31  9:18 UTC  (2+ messages)
` [PATCH v2 "

[Qemu-devel] [PATCH v3 0/3] Remove of loadvm handlers
 2017-05-31  9:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] migration: Use savevm_handlers instead of loadvm copy
` [Qemu-devel] [PATCH v3 2/3] migration: loadvm handlers are not used
` [Qemu-devel] [PATCH v3 3/3] migration: Remove section_id parameter from vmstate_load

[ANNOUNCE] util-linux v2.30-rc2
 2017-05-31  9:16 UTC  (5+ messages)

[PATCH 0/6] Extend mvebu gpio driver to support the controllers of the Marvell Armada 7K/8K
 2017-05-31  9:16 UTC  (4+ messages)

[Qemu-devel] [PULL 0/5] Migration pull request
 2017-05-31  9:15 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/5] migration: Create savevm.h for functions exported from savevm.c
` [Qemu-devel] [PULL 2/5] migration: keep bytes_xfer_prev init'd to zero
` [Qemu-devel] [PULL 3/5] migration: set dirty_pages_rate before autoconverge logic
` [Qemu-devel] [PULL 4/5] migration: set bytes_xfer_* outside of "
` [Qemu-devel] [PULL 5/5] migration: use dirty_rate_high_cnt more aggressively

[PATCH 0/9] Add support for the pin controllers on the Marvell Armada 7K/8K
 2017-05-31  9:15 UTC  (3+ messages)

[PATCH] vlapic: fix two flaws in emulating MSR_IA32_APICBASE
 2017-05-31  9:15 UTC  (4+ messages)

[PATCH] netxen: Fix a sleep-in-atomic bug in netxen_nic_hw_read_wx_2M and netxen_nic_hw_write_wx_2M
 2017-05-31  9:15 UTC 

[PATCH 0/6] mm: per-lruvec slab stats
 2017-05-31  9:12 UTC  (5+ messages)
` [PATCH 2/6] mm: vmstat: move slab statistics from zone to node counters

[PATCH 1/5] net/szedata2: refactor ibuf and obuf names
 2017-05-31  9:12 UTC  (9+ messages)
` [PATCH 3/5] net/szedata2: refactor ibuf and obuf address definition
` [PATCH 5/5] net/szedata2: add more supported firmwares

[PATCH] x86/HAP: avoid using bogus/misleading locking
 2017-05-31  9:12 UTC  (4+ messages)

[PATCH] pinctrl: stm32: remove useless check
 2017-05-31  9:10 UTC  (3+ messages)

[PATCH 1/2] xfs/055: add missing 055.cfg
 2017-05-31  9:10 UTC 

[Xenomai] vortex86dx
 2017-05-31  9:10 UTC  (2+ messages)

Notes on stubdoms and latency on ARM
 2017-05-31  9:09 UTC  (6+ messages)

[ptesarik@suse.cz: [makedumpfile PATCH] Fix the use of Xen physical and machine addresses]
 2017-05-31  9:07 UTC  (4+ messages)
` makedumpfile PATCH] Fix the use of Xen physical and machine addresses

[PATCH v6 0/6] drm/i915/gvt: Dma-buf support for GVT-g
 2017-05-31  9:07 UTC  (5+ messages)

[PATCH 0/2] xen/input: add multi-touch support
 2017-05-31  9:06 UTC  (8+ messages)
` [PATCH 2/2] "


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.