All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-17 11:32:51 to 2016-06-17 12:20:50 UTC [more...]

[PATCH v5] ASoC: rockchip: Add machine driver for RK3399 GRU Boards
 2016-06-17 12:20 UTC  (5+ messages)

[PATCH Documentation/memory-barriers.txt] Clarify limited control-dependency scope
 2016-06-17 12:19 UTC  (2+ messages)
` [tip:locking/core] locking/Documentation: "

[PATCH 0/3] Init device ids from ACPI of_compatible
 2016-06-17 12:19 UTC  (5+ messages)
` [PATCH 2/3] acpi i2c: Initialize info.type from of_compatible

[Qemu-devel] [PATCH v2 00/10] m25p80: Add new 512Mbit and 1Gbit devices
 2016-06-17 12:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 01/10] m25p80: Replace JEDEC ID masking with function

[PATCH 0/2] Document and extend kernel.perf_event_paranoid
 2016-06-17 12:18 UTC  (5+ messages)
` [PATCH 2/2] security,perf: Allow further restriction of perf_event_open
    ` [kernel-hardening] "

[Qemu-devel] [PATCH 1/1] vmstate-static-checker: fix size mismatch detection in unused fields
 2016-06-17 12:16 UTC 

[Qemu-devel] [PATCH v2 0/5] ast2400: SMC controllers
 2016-06-17 12:15 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] m25p80: qdev-ify drive property
` [Qemu-devel] [PATCH v2 2/5] ast2400: add SMC controllers (FMC and SPI)
` [Qemu-devel] [PATCH v2 3/5] ast2400: add SPI flash slave object
` [Qemu-devel] [PATCH v2 4/5] ast2400: create SPI flash slaves
` [Qemu-devel] [PATCH v2 5/5] tests: add a m25p80 test

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-17 12:16 UTC  (24+ messages)
` [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 003/119] xfs: check offsets of variable length structures
` [PATCH 004/119] xfs: enable buffer deadlock postmortem diagnosis via ftrace
` [PATCH 005/119] xfs: check for a valid error_tag in errortag_add
` [PATCH 007/119] xfs: rearrange xfs_bmap_add_free parameters
` [PATCH 008/119] xfs: separate freelist fixing into a separate helper
` [PATCH 009/119] xfs: convert list of extents to free into a regular list

[PATCH 0/2] Add IPv6 support to flow steering
 2016-06-17 12:14 UTC  (3+ messages)
  ` [PATCH 1/2] IB/core: "
  ` [PATCH 2/2] IB/mlx5: Enable flow steering for IPv6 traffic

[PATCH] ALSA: hdac_regmap - fix the register access for runtime PM
 2016-06-17 12:14 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] x86: Physical address limit patches
 2016-06-17 12:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/5] x86: Mask mtrr mask based on CPU physical address limits

[PATCH 0/7] vm-event: Implement ARM support for control-register writes
 2016-06-17 12:13 UTC  (15+ messages)
` [PATCH 3/7] vm-event: introduce vm_event_vcpu_enter
` [PATCH 7/7] vm-event/arm: implement support for control-register write vm-events

[PATCH 1/2] xcb-proto: use python3 instead of python2
 2016-06-17 12:13 UTC  (2+ messages)
` [PATCH 2/2] packagegroup-self-hosted: add back Python 2

[PATCH] eal: Fix wrong error checking of rte_eal_parse_devargs_str()
 2016-06-17 12:12 UTC  (5+ messages)
` [PATCH v2] eal: Fix wrong error checking while parsing device arguments
  ` [PATCH v2] eal: Fix wrong resource release while unmapping pci devices

[Qemu-devel] [PATCH v6 00/22] block: Lock images when opening
 2016-06-17 12:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 04/22] block: Introduce image file locking
` [Qemu-devel] [PATCH v6 05/22] osdep: Add qemu_lock_fd and qemu_unlock_fd

[Qemu-devel] [PATCH v5 0/8] blockjob: AioContext change support for mirror and backup
 2016-06-17 12:11 UTC  (2+ messages)

[PATCH 0/2] ConnectX-4/Connect-IB Port Counters
 2016-06-17 12:10 UTC  (3+ messages)
  ` [PATCH 1/2] IB/mlx5: Add per port counters
  ` [PATCH 2/2] IB/mlx5: Add port protocol stats

[PATCH v6 00/15] KVM: arm64: GICv3 ITS emulation
 2016-06-17 12:08 UTC  (32+ messages)
` [PATCH v6 01/15] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v6 02/15] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v6 03/15] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v6 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v6 05/15] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v6 06/15] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v6 07/15] KVM: arm64: introduce ITS emulation file with MMIO framework
` [PATCH v6 08/15] KVM: arm64: introduce new KVM ITS device
` [PATCH v6 09/15] KVM: arm64: implement basic ITS register handlers
` [PATCH v6 10/15] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v6 11/15] KVM: arm64: read initial LPI pending table
` [PATCH v6 12/15] KVM: arm64: allow updates of LPI configuration table
` [PATCH v6 13/15] KVM: arm64: implement ITS command queue command handlers
` [PATCH v6 14/15] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v6 15/15] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH] ASoC: Intel: Add support for PM ops in bxt-da7219_max98357a
 2016-06-17 12:15 UTC  (5+ messages)

master build: 0 failures 3 warnings (v4.7-rc3-87-gbb96727)
 2016-06-17 12:10 UTC 

[PATCH v2] can: build proc support only if CONFIG_PROC_FS is activated
 2016-06-17 12:08 UTC 

[PATCH 0/2] MIPS: keep firmwmare arguments with appended dtb
 2016-06-17 12:07 UTC  (3+ messages)
` [PATCH 1/2] MIPS: ZBOOT: copy appended dtb to the end of the kernel
` [PATCH 2/2] MIPS: store the appended dtb address in a variable

[PATCH 0/4] sched/fair: Fix PELT wobblies
 2016-06-17 12:01 UTC  (5+ messages)
` [PATCH 1/4] sched: Optimize fork() paths
` [PATCH 2/4] sched/fair: Fix PELT integrity for new groups
` [PATCH 3/4] sched,cgroup: Fix cpu_cgroup_fork()
` [PATCH 4/4] sched,fair: Fix PELT integrity for new tasks

[PATCH] PM / Domains: Convert pm_genpd_init() to return an error code
 2016-06-17 12:07 UTC  (3+ messages)

[PATCH 00/27] Move LRU page reclaim from zones to nodes v6
 2016-06-17 12:07 UTC  (12+ messages)
` [PATCH 21/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 24/27] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 26/27] mm: vmstat: Replace __count_zone_vm_events with a zone id equivalent

[U-Boot] [PATCH] SPL: ext: remove redundant ifdef statement
 2016-06-17 12:07 UTC  (2+ messages)

[U-Boot] [PATCH] SPL ext: cosmetic: correct error message in spl_load_image_ext()
 2016-06-17 12:05 UTC  (2+ messages)

[PATCH] MIPS: Fix page table corruption on THP permission changes
 2016-06-17 12:00 UTC  (3+ messages)

[RFC PATCH 00/13] Add support for Tegra DPAUX pinctrl
 2016-06-17 12:03 UTC  (14+ messages)
` [RFC PATCH 02/13] drm/tegra: Add helper functions for setting up DPAUX pads
` [RFC PATCH 04/13] drm/tegra: Add sor-safe clock for DPAUX on Tegra210
` [RFC PATCH 05/13] drm/tegra: Prepare DPAUX for supporting generic PM domains
` [RFC PATCH 07/13] dt-bindings: i2c: Add support for 'i2c-bus' subnode
` [RFC PATCH 08/13] i2c: core: "
` [RFC PATCH 09/13] dt-bindings: drm/tegra: Add DPAUX pinctrl documentation
` [RFC PATCH 10/13] drm/tegra: Add pinctrl support for DPAUX
` [RFC PATCH 11/13] arm64: tegra: Add SOR power-domain node
` [RFC PATCH 12/13] arm64: tegra: Add sor-safe clock to DPAUX binding
  ` [RFC PATCH 01/13] drm/tegra: Clean-up if probing DPAUX fails
  ` [RFC PATCH 03/13] dt-bindings: drm/tegra: Update DPAUX documentation
  ` [RFC PATCH 06/13] pinctrl: pinconf: Add generic helper function for freeing mappings
  ` [RFC PATCH 13/13] arm64: tegra: Add DPAUX pinctrl bindings

[Cluster-devel] [PATCH] gfs2: Lock holder cleanup
 2016-06-17 12:03 UTC  (2+ messages)
` [Cluster-devel] [PATCH v2] "

[PATCH] IB/mlx5: Report mlx5 TSO capabilities when querying device
 2016-06-17 12:02 UTC 

iomap infrastructure and multipage writes V5
 2016-06-17 12:01 UTC  (5+ messages)
` [PATCH 02/14] fs: introduce iomap infrastructure

[PATCH] mm: fix account pmd page to the process
 2016-06-17 12:01 UTC  (2+ messages)

[PATCH] IB/mlx5: Reset flow support for IB kernel ULPs
 2016-06-17 12:01 UTC 

[patch -next] tipc: potential shift wrapping bug in map_set()
 2016-06-17 12:01 UTC  (3+ messages)

[PATCH v6 0/4] sched/fair: Fix attach and detach sched avgs for task group change and sched class change
 2016-06-17 12:00 UTC  (11+ messages)
` [PATCH v6 1/4] sched/fair: Fix attaching task sched avgs twice when switching to fair or changing task group

[PATCH phosphor-rest-server] Add a convenient/short logout command
 2016-06-17 12:00 UTC  (2+ messages)

[PATCH 1/3] RFC: drm: Restrict vblank ioctl to master
 2016-06-17 12:00 UTC  (8+ messages)

[PATCH] mm: fix account pmd page to the process
 2016-06-17 11:56 UTC  (2+ messages)

rfc: netfilter: Unhide FWINV macro arguments ?
 2016-06-17 11:59 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mx7: Place MX7_SEC option in Kconfig
 2016-06-17 11:59 UTC  (2+ messages)

what image to use for my "installer" build?
 2016-06-17 11:57 UTC 

[PATCH] IB/mlx5: Implements disassociate_ucontext API
 2016-06-17 11:56 UTC 

[PATCH v5 0/2] Add a new Rockchip usb2 phy driver
 2016-06-17 11:54 UTC  (4+ messages)
` [PATCH v5 2/2] phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy

[PATCH v10 0/8] add i2c driver supported for rk3399
 2016-06-17 11:56 UTC  (4+ messages)

ktime_get_ts64() splat during resume
 2016-06-17 11:53 UTC  (2+ messages)

FROM MRS. ROSIN ADAMS 2
 2016-06-17 11:55 UTC 

[PATCH] libipt_NETMAP: Avoid listing 32 bit mask and fix tests
 2016-06-17 11:54 UTC  (2+ messages)

[Buildroot] [PATCH v2 next 1/7] toolchain: add common binutils version hidden config options
 2016-06-17 11:54 UTC  (3+ messages)

[PATCH] arm64: Kconfig: select PM for ARCH_VEXPRESS
 2016-06-17 11:53 UTC  (2+ messages)

[PATCH v4 0/8]
 2016-06-17 11:52 UTC  (11+ messages)
` [PATCH v4 1/8] Documentation: acpi: add SSDT overlays documentation
` [PATCH v4 2/8] acpi: fix enumeration (visited) flags for bus rescans
` [PATCH v4 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v4 4/8] i2c: add support for ACPI reconfigure notifications
` [PATCH v4 5/8] spi: "
` [PATCH v4 6/8] efi: load SSTDs from EFI variables
  ` [PATCH v4 7/8] acpi: add support for configfs
` [PATCH v4 8/8] acpi: add support for loading SSDTs via configfs

[RESEND PATCH v2 1/2] power/cpuidle: enhance the precision of state select
 2016-06-17 11:50 UTC  (5+ messages)
` [RESEND PATCH v2 2/2] power/idle: enhance the precision of sleep_length

[PATCH 0/2] x86: hvmloader improvements
 2016-06-17 11:51 UTC  (5+ messages)
` [PATCH 2/2] hvmloader: don't hard-code IO-APIC parameters

[PATCH 1/2] drm: sti: rework init sequence
 2016-06-17 11:48 UTC 

[PATCH phosphor-host-ipmid v5] Resolves openbmc/openbmc#267'
 2016-06-17 11:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] m25p80: qdev-ify drive property
 2016-06-17 11:48 UTC  (2+ messages)

[PATCH] netfilter: xt_SYNPROXY: include missing <linux/types.h>
 2016-06-17 11:48 UTC 

RS780 UVD cause hpet_readl() very slow
 2016-06-17 11:47 UTC  (2+ messages)

[PATCH 2/2] drm/sti: adjust delay for AWG
 2016-06-17 11:46 UTC 

[PATCH v4.7-rc] ARM: dts: STi: stih407-family: Disable reserved-memory co-processor nodes
 2016-06-17 11:44 UTC  (2+ messages)

[PATCH 2/2] scsi: wd7000: print sector number as 64-bit
 2016-06-17 11:45 UTC  (2+ messages)

[PATCH] spi: add spi_sync_single_transfer wrapper for single spi_transfer
 2016-06-17 11:38 UTC  (5+ messages)

[PATCH 0/5] SPI CS line logical change and s3c64xx code rework
 2016-06-17 11:36 UTC  (5+ messages)
` [PATCH 1/5] spi: do not fail if the CS line is not connected

[PATCH] ASoC fix up SND_SOC_WM8985 dependency
 2016-06-17 11:43 UTC  (3+ messages)
` Applied "ASoC fix up SND_SOC_WM8985 dependency" to the asoc tree

[PATCH] ASoc: wm8731: add 32bit mode
 2016-06-17 11:43 UTC  (2+ messages)
` Applied "ASoc: wm8731: add 32bit mode." to the asoc tree

[PATCH 2/3] ASoC: ak4613: Implement suspend callback
 2016-06-17 11:43 UTC  (3+ messages)
` Applied "ASoC: ak4613: Implement suspend callback" to the asoc tree

[PATCH 3/3] ASoC: wm8940: Enable cache usage to fix crashes on resume
 2016-06-17 11:43 UTC  (3+ messages)
` Applied "ASoC: wm8940: Enable cache usage to fix crashes on resume" to the asoc tree

[PATCH 1/3] ASoC: ak4613: Enable cache usage to fix crashes on resume
 2016-06-17 11:43 UTC  (3+ messages)
` Applied "ASoC: ak4613: Enable cache usage to fix crashes on resume" to the asoc tree

[PATCH] snd: soc: cx20442 codec: set tty->receiver_room in v253_open
 2016-06-17 11:43 UTC  (4+ messages)
` Applied "ASoC: cx20442: set tty->receiver_room in v253_open" to the asoc tree

my plan for an OE-based "installer" image
 2016-06-17 11:42 UTC 

[Qemu-devel] [Bug 1588328] [NEW] Qemu 2.6 Solaris 9 Sparc Segmentation Fault
 2016-06-17 11:42 UTC  (3+ messages)
` [Qemu-devel] [Bug 1588328] "

[RFC PATCH] regulator: introduce boot protection flag
 2016-06-17 11:42 UTC  (6+ messages)

[PATCH] [V3] mmc: mmci: add missing include of mmci_qcom_dml.h
 2016-06-17 11:41 UTC  (3+ messages)

[PATCH] drm/i915: Revert DisplayPort fast link training feature
 2016-06-17 11:39 UTC  (2+ messages)
` ✓ Ro.CI.BAT: success for "

[Qemu-devel] [PATCH] sparc: Use g_memdup() instead of g_new0() + memcpy()
 2016-06-17 11:38 UTC  (2+ messages)

[PATCH 07/10] mm, oom: fortify task_will_free_mem
 2016-06-17 11:38 UTC  (7+ messages)

[PATCHv16 00/13] HDMI CEC framework
 2016-06-17 11:37 UTC  (7+ messages)
` [PATCHv16 08/13] DocBook/media: add CEC documentation

[Qemu-devel] [PATCH v2] ppc / sparc: Add a tester for checking whether OpenBIOS runs successfully
 2016-06-17 11:36 UTC  (5+ messages)

[Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes
 2016-06-17 11:36 UTC  (2+ messages)

[PATCH 0/10 -v4] Handle oom bypass more gracefully
 2016-06-17 11:35 UTC  (4+ messages)
` [PATCH 08/10] mm, oom: task_will_free_mem should skip oom_reaped tasks

[PATCH v2 0/2] Make hvm_fep available to non-debug build
 2016-06-17 11:34 UTC  (3+ messages)
` [PATCH v2 2/2] xen: make available hvm_fep to non-debug build as well

[V3, 1/4] dt: bindings: spi-bcm-qspi: NSP, NS2, BRCMSTB SoC bindings
 2016-06-17 11:32 UTC  (7+ messages)
` [V3, 2/4] spi: bcm-qspi: Add SPI flash and MSPI driver

[PATCH] eal: Fix wrong resource release of pci_uio_unmap()
 2016-06-15  3:27 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.