All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-02 16:32:17 to 2017-02-02 17:05:58 UTC [more...]

[PATCH 0/3] Use macros for pinctrl configuration on Exynos7
 2017-02-02 17:05 UTC  (8+ messages)
  ` [PATCH 2/3] pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions

[PATCH 01/19] drm/i915: Micro-optimise i915_get_ggtt_vma_pages()
 2017-02-02 17:05 UTC  (7+ messages)
` [PATCH 03/19] drm/i915: Micro-optimise gen8_ppgtt_insert_entries()

[PATCH v2 0/9] PVH v2 support (domU)
 2017-02-02 16:40 UTC  (6+ messages)
` [PATCH v2 5/9] xen/pvh: Prevent PVH guests from using PIC, RTC and IOAPIC

[RFC/PATCH 0/3] introduce Timgad LSM
 2017-02-02 17:04 UTC  (7+ messages)
` [kernel-hardening] "
` [kernel-hardening] [RFC/PATCH 1/3] security: add the security_task_copy() hook
` [RFC/PATCH 2/3] security: Add the Timgad module
  ` [kernel-hardening] "
` [RFC/PATCH 3/3] doc: add Timgad LSM documentation
  ` [kernel-hardening] "

[RFC PATCH] x86/CPU/AMD: Bring back Compute Unit ID
 2017-02-02 17:04 UTC  (10+ messages)

[PATCH 4/7] completion: teach ls-remote to complete options
 2017-02-02 16:57 UTC  (3+ messages)

[PATCH 0/7] xfs: random fixes
 2017-02-02 17:04 UTC  (5+ messages)
` [PATCH 7/7] xfs: mark speculative prealloc CoW fork extents unwritten
  ` [PATCH v2 "

[PATCH] log2: make order_base_2() behave correctly on const input value zero
 2017-02-02 17:04 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] Add STMicroelectronics STiH410-B2260 board support
 2017-02-02 17:04 UTC  (7+ messages)
` [U-Boot] [PATCH 1/7] arm: Add support for STMicroelectronics STiH410 soc
` [U-Boot] [PATCH 2/7] board: Add STMicroelectronics STiH410-B2260 support
` [U-Boot] [PATCH 3/7] STiH410: Add STi serial driver
` [U-Boot] [PATCH 4/7] STiH410: Add STi SDHCI driver
` [U-Boot] [PATCH 5/7] STiH410: add STi pinctrl driver

[Qemu-devel] [RFC][PATCH] qemu-img: make convert async
 2017-02-02 17:03 UTC  (2+ messages)

[PATCH 00/53] Intel LPE audio driver cleanups
 2017-02-02 17:03 UTC  (55+ messages)
` [PATCH 01/53] ALSA: x86: Don't set PCM state to DISCONNECTED
` [PATCH] drm/i915: Enable VLV audio chicken bit for LPE audio
` [PATCH 02/53] ALSA: x86: Remove v1 ops and structs
` [PATCH 03/53] ALSA: x86: Drop indirect calls of had_ops
` [PATCH 04/53] ALSA: x86: Replace indirect register ops with direct calls
` [PATCH 05/53] ALSA: x86: Replace indirect query_ops "
` [PATCH 06/53] ALSA: x86: Drop snd_intel_had_interface indirect calls
` [PATCH 07/53] ALSA: x86: Pass snd_intelhad object to helpers
` [PATCH 08/53] ALSA: x86: Handle the error from hdmi_audio_probe() properly
` [PATCH 09/53] ALSA: x86: Drop useless mutex at probe
` [PATCH 10/53] ALSA: x86: Call event callback directly
` [PATCH 11/53] ALSA: x86: Fix possible stale interrupt calls
` [PATCH 12/53] ALSA: x86: Drop unused mid_hdmi_audio_is_busy()
` [PATCH 13/53] ALSA: x86: Drop the global platform device reference
` [PATCH 14/53] ALSA: x86: Drop global hlpe_state
` [PATCH 15/53] ALSA: x86: Drop global ELD copy
` [PATCH 16/53] ALSA: x86: Move the global underrun_count to struct snd_intelhad
` [PATCH 17/53] ALSA: x86: Drop unused hw_silence field
` [PATCH 18/53] ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.c
` [PATCH 19/53] ALSA: x86: Embed snd_intelhad into snd_card
` [PATCH 20/53] ALSA: x86: Drop superfluous CHT PCI ID check
` [PATCH 21/53] ALSA: x86: Check platform_data earlier
` [PATCH 22/53] ALSA: x86: Call snd_card_register() at the end
` [PATCH 23/53] ALSA: x86: Drop unused hdmi_audio_query()
` [PATCH 24/53] ALSA: x86: Flatten two abstraction layers
` [PATCH 25/53] ALSA: x86: Fold intel_hdmi_audio_if.c into main file
` [PATCH 26/53] ALSA: x86: Replace pr_xxx() with dev_xxx()
` [PATCH 27/53] ALSA: x86: Fix for CONFIG_PM=n
` [PATCH 28/53] ALSA: x86: Remove indirect call of snd_pcm_period_elapsed()
` [PATCH 29/53] ALSA: x86: Drop unused fields from snd_intelhad struct
` [PATCH 30/53] ALSA: x86: Drop superfluous PCM private_free
` [PATCH 31/53] ALSA: x86: Fix sleep-in-atomic via i915 notification
` [PATCH 32/53] ALSA: x86: Remove superfluous check at resume
` [PATCH 33/53] ALSA: x86: Drop had_get_hwstate()
` [PATCH 34/53] ALSA: x86: Tidy up codes
` [PATCH 35/53] ALSA: x86: Remove _v[12] suffices
` [PATCH 36/53] ALSA: x86: Constfy tables
` [PATCH 37/53] ALSA: x86: Remove superfluous irqsave flags
` [PATCH 38/53] ALSA: x86: Fix racy access to chmap
` [PATCH 39/53] ALSA: x86: Drop flag_underrun field
` [PATCH 40/53] ALSA: x86: Drop superfluous state field
` [PATCH 41/53] ALSA: x86: Drop redundant had_stream_pvt
` [PATCH 42/53] ALSA: x86: Drop unused fields from pcm_stream_info
` [PATCH 43/53] ALSA: x86: Properly manage PCM substream lifetype
` [PATCH 44/53] ALSA: x86: Implement runtime PM
` [PATCH 45/53] ALSA: x86: Move stream status into pcm_stream_info
` [PATCH 46/53] ALSA: x86: Use the standard ELD bytes definitions
` [PATCH 47/53] ALSA: x86: Reduce redundant register field names
` [PATCH 48/53] ALSA: x86: Clean up unused defines and inclusions
` [PATCH 49/53] ALSA: x86: Create ELD control element
` [PATCH 50/53] ALSA: x86: Set CA bits for DisplayPort too
` [PATCH 51/53] ALSA: x86: Simplify comments
` [PATCH 52/53] ALSA: x86: Yet more tidy-up and clean-ups
` [PATCH 53/53] ALSA: x86: Rename drv_status to connected

[PATCH 0/6] block: fix blk-mq debugfs vs. blktrace
 2017-02-02 17:01 UTC  (5+ messages)

[PATCH v3 00/11] fuzz: update x86emul fuzzer
 2017-02-02 17:01 UTC  (8+ messages)
` [PATCH v3 02/11] x86: extract macros to x86-defns.h
` [PATCH v3 09/11] fuzz/x86emul: update fuzzer

OpenEmbedded Stand at FOSDEM
 2017-02-02 17:01 UTC  (6+ messages)
` [OE-core] "
      ` [Openembedded-architecture] "

[PATCH] lxc: fixup builds with newer glibc
 2017-02-02 17:01 UTC 

[PATCH net-next] bpf: test for AND edge cases
 2017-02-02 17:00 UTC 

[PATCH v2 0/3] i.MX7 PCI support
 2017-02-02 17:00 UTC  (5+ messages)
` [PATCH v2 3/3] PCI: imx6: Add code to support i.MX7D

master - lvmdbusd: cmdhandler.py, remove duplicate code
 2017-02-02 16:59 UTC 

master - lvmdbusd: manager.py, remove duplicate code
 2017-02-02 16:59 UTC 

master - lvmdbusd: lvmdb.py, remove duplicate code
 2017-02-02 16:59 UTC 

master - lvmdbusd: pv.py, remove duplicate code
 2017-02-02 16:59 UTC 

master - lvmdbusd: vg.py, remove duplicate code
 2017-02-02 16:59 UTC 

master - lvmdbusd: lv.py, remove duplicate code
 2017-02-02 16:59 UTC 

[PATCH] xen: sched: improve debug dump output
 2017-02-02 16:59 UTC  (3+ messages)

[PATCH v4 0/3] Allow ASYNC flip with atomic helpers
 2017-02-02 16:58 UTC  (4+ messages)
` [PATCH v4 1/3] drm/atomic: Save flip flags in drm_crtct_state

[LTP] [PATCH] madvise09: Add MADV_FREE test
 2017-02-02 16:58 UTC 

[Cluster-devel] [PATCH] fs/dlm: Fix kernel memory disclosure
 2017-02-02 16:58 UTC  (4+ messages)

[Cluster-devel] [PATCH v2] fs/dlm: Fix kernel memory disclosure
 2017-02-02 16:57 UTC 

[PATCH v3 1/1] ALSA: Tascam US-16x08 DSP mixer quirk
 2017-02-02 16:56 UTC 

Send/receive ATA cmds from a linux kernel module
 2017-02-02 16:57 UTC  (6+ messages)

[PATCHv2 net-next 00/16] net: mvpp2: add basic support for PPv2.2
 2017-02-02 16:56 UTC  (8+ messages)
` [PATCHv2 net-next 01/16] dt-bindings: net: update Marvell PPv2 binding for PPv2.2 support

[PATCH] printk: use console_trylock() in console_cpu_notify()
 2017-02-02 16:56 UTC  (4+ messages)

[PATCH v6 1/3] dt: bindings: add documentation for zx2967 family thermal sensor
 2017-02-02 16:56 UTC  (5+ messages)
` [PATCH v6 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

[PATCH net-next v2 00/12] bnxt_en: Add XDP support
 2017-02-02 16:55 UTC  (13+ messages)
` [PATCH net-next v2 01/12] bnxt_en: Refactor rx SKB function
` [PATCH net-next v2 02/12] bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path
` [PATCH net-next v2 03/12] bnxt_en: Add bp->rx_dir field for rx buffer DMA direction
` [PATCH net-next v2 04/12] bnxt_en: Parameterize RX buffer offsets
` [PATCH net-next v2 05/12] bnxt_en: Add RX page mode support
` [PATCH net-next v2 06/12] bnxt_en: Use event bit map in RX path
` [PATCH net-next v2 07/12] bnxt_en: Centralize logic to reserve rings
` [PATCH net-next v2 08/12] bnxt_en: Add tx ring mapping logic
` [PATCH net-next v2 09/12] bnxt_en: Add a set of TX rings to support XDP
` [PATCH net-next v2 10/12] bnxt_en: Refactor tx completion path
` [PATCH net-next v2 11/12] bnxt_en: Add basic XDP support
` [PATCH net-next v2 12/12] bnxt_en: Add support for XDP_TX action

[PATCH v2] staging: rtl8192e: Aligning the * on each line in block comments
 2017-02-02 16:56 UTC 

[PATCH nvme-cli] Documentation: fix location of device reset
 2017-02-02 16:55 UTC  (2+ messages)

[RFC PATCH net-next 0/5] net: improve support for SCTP checksums
 2017-02-02 16:55 UTC  (7+ messages)
` [RFC PATCH net-next 2/5] net: split skb_checksum_help

[PATCH v2] ext4: move halfmd4 into hash.c directly
 2017-02-02 16:54 UTC  (2+ messages)

[Linux v4.10.0-rc1+] Still call-traces after suspend-resume (pm? i915? cpu/hotplug?)
 2017-02-02 16:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Still call-traces after suspend-resume (pm? i915? cpu/hotplug?) (rev2)

[linux-linus test] 105276: regressions - trouble: blocked/broken/fail/pass
 2017-02-02 16:53 UTC 

[PATCH net-next] net: ipv6: Set protocol to kernel for local routes
 2017-02-02 16:52 UTC 

[PATCH v3 0/4] Export APIs to copy device properties & more
 2017-02-02 16:48 UTC  (6+ messages)
` [PATCH v3 3/4] driver property: constify property arrays values
      ` [PATCH v4 3/4] device "

NFSv4.2 mode_umask support
 2017-02-02 16:49 UTC  (8+ messages)
` [PATCH 1/2] nfs: add support for the umask attribute

[PATCH v8 2/3] drm/panel: Add support for S6E3HA2 panel driver on TM2 board
 2017-02-02 16:48 UTC  (11+ messages)

simulate load with cycletest
 2017-02-02 16:48 UTC  (3+ messages)

[RFC] Vhost-user backends cross-version migration support
 2017-02-02 16:47 UTC  (8+ messages)
` [libvirt] "

mmap with PROT_WRITE of dma-buf FD coming from eglExportDMABUFImageMESA
 2017-02-02 16:47 UTC  (2+ messages)

[PATCH] dt-bindings: net: remove reference to fixed link support
 2017-02-02 16:47 UTC  (2+ messages)

Dell XPS 13 Fn key bug?
 2017-02-02 16:47 UTC  (4+ messages)

Elks networking
 2017-02-02 16:47 UTC  (8+ messages)

[PATCH] crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers
 2017-02-02 16:47 UTC  (3+ messages)

[GIT PULL] PCI fixes for v4.10
 2017-02-02 16:46 UTC  (3+ messages)

Safe XFS limits (100TB+)
 2017-02-02 16:46 UTC 

Q: lockdep_assert_held_read() after downgrade_write()
 2017-02-02 16:38 UTC  (8+ messages)
      ` [PATCH 1/3] lockdep: consolidate by new find_held_lock()
        ` [PATCH 2/3] lockdep: consolidate by new validate_held_lock()
        ` [PATCH 3/3] lockdep: new annotation lock_downgrade()

[Qemu-devel] [PATCH 0/2] Postcopy fixes
 2017-02-02 16:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] Postcopy: Reset state to avoid cleanup assert
` [Qemu-devel] [PATCH 2/2] postcopy: Recover block devices on early failure

[PATCH] virtio: Try to untangle DMA coherency
 2017-02-02 16:45 UTC  (19+ messages)

OpenBMC Kernel Development Process
 2017-02-02 16:43 UTC  (2+ messages)

[PATCH v2] printk: Correctly handle preemption in console_unlock()
 2017-02-02 16:40 UTC  (4+ messages)

[PATCH v3] Fix loading of module radeonfb on PowerMac
 2017-02-02 16:40 UTC  (3+ messages)

host-user-contaminated QA check
 2017-02-02 16:39 UTC  (3+ messages)

[PATCH 1/3] net/mlx5: fix Ethernet header re-writing
 2017-02-02 16:38 UTC  (3+ messages)

qedr and vmw_pvrdma are not packaged in rdma-core
 2017-02-02 16:38 UTC  (2+ messages)

[PATCH v3] crypto: aes - add generic time invariant AES cipher
 2017-02-02 16:37 UTC 

[PATCH 0/1] DRAFT: New Microsemi PCI Switch Management Driver
 2017-02-02 16:37 UTC  (7+ messages)
` [PATCH 1/1] MicroSemi Switchtec management interface driver

[Buildroot] [PATCH] package/libgpiod: bump version to v0.1.2
 2017-02-02 16:37 UTC  (2+ messages)

[PATCH v2 1/2] virtio: Make ARM SMMU workaround more specific
 2017-02-02 16:36 UTC  (5+ messages)
` [PATCH v2 2/2] virtio: Document DMA coherency

[PATCH v2 1/2] virtio: Make ARM SMMU workaround more specific
 2017-02-02 16:36 UTC 

[Buildroot] [PATCH v2] package/libgpiod: bump version to v0.1.2
 2017-02-02 16:36 UTC 

[PATCH net-next v3 0/2] qed*: Add support for PTP
 2017-02-02 16:36 UTC  (4+ messages)
` [PATCH net-next v3 1/2] qed: Add infrastructure for PTP support

[PATCH v1 0/7] ceph: implement new-style ENOSPC handling in kcephfs
 2017-02-02 16:35 UTC  (7+ messages)
` [PATCH v1 4/7] ceph: handle new osdmap epoch updates in CLIENT_CAPS and WRITE codepaths

[PATCH 3/3 v4] iio: adc: add a driver for Qualcomm PM8xxx HK/XOADC
 2017-02-02 16:25 UTC  (5+ messages)

[kvmtool PATCH v9 00/15] kvmtool: arm: ITS emulation and GSI routing support
 2017-02-02 16:32 UTC  (12+ messages)
` [kvmtool PATCH v9 09/15] arm: allow creation of an MSI register frame region
` [kvmtool PATCH v9 10/15] arm: FDT: create MSI controller DT node
` [kvmtool PATCH v9 11/15] add kvm__check_vm_capability
` [kvmtool PATCH v9 12/15] PCI: inject PCI device ID on MSI injection
` [kvmtool PATCH v9 13/15] arm: setup SPI IRQ routing tables
` [kvmtool PATCH v9 14/15] extend GSI IRQ routing to take a device ID
` [kvmtool PATCH v9 15/15] arm64: enable GICv3-ITS emulation


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.