All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-16 13:09:23 to 2017-06-16 13:44:59 UTC [more...]

[PATCH] rwsem-spinlock: Fix EINTR branch in __down_write_common()
 2017-06-16 13:44 UTC 

[PATCH v2 0/4] Synopsys Designware HDMI Video Capture Controller + PHY
 2017-06-16 13:44 UTC  (7+ messages)
` [PATCH v2 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

[RFC PATCH 00/19] Guest introspection
 2017-06-16 13:43 UTC  (20+ messages)
` [RFC PATCH 01/19] kvm: x86: mmu: Add kvm_mmu_get_spte() and kvm_mmu_set_spte()
` [RFC PATCH 02/19] kvm: x86: Add kvm_arch_vcpu_set_regs()
` [RFC PATCH 03/19] mm: Add vm_replace_page()
` [RFC PATCH 04/19] kvm: Add kvm_enum()
` [RFC PATCH 05/19] kvm: Add uuid member in struct kvm + support for KVM_CAP_VM_UUID
` [RFC PATCH 06/19] kvm: Add kvm_vm_shutdown()
` [RFC PATCH 07/19] kvm: x86: Add kvm_arch_msr_intercept()
` [RFC PATCH 08/19] kvm: Add the introspection subsystem
` [RFC PATCH 09/19] kvm: Hook in kvmi on VM on/off events
` [RFC PATCH 10/19] kvm: vmx: Hook in kvmi_page_fault()
` [RFC PATCH 11/19] kvm: x86: Hook in kvmi_breakpoint_event()
` [RFC PATCH 12/19] kvm: x86: Hook in kvmi_trap_event()
` [RFC PATCH 13/19] kvm: x86: Hook in kvmi_cr_event()
` [RFC PATCH 14/19] kvm: x86: Hook in kvmi_xsetbv_event()
` [RFC PATCH 15/19] kvm: x86: Hook in kvmi_msr_event()
` [RFC PATCH 16/19] kvm: x86: Change the emulation context
` [RFC PATCH 17/19] kvm: x86: Hook in kvmi_vmcall_event()
` [RFC PATCH 18/19] kvm: x86: Set the new spte flags before entering the guest
` [RFC PATCH 19/19] kvm: x86: Handle KVM_REQ_INTROSPECTION

[U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform
 2017-06-16 13:42 UTC  (22+ messages)
` [U-Boot] [PATCH 01/20] usb: xhci: Remove incorrect comments for struct xhci_container_ctx
` [U-Boot] [PATCH 02/20] usb: xhci: Correct command TRB 4th dword initialization
` [U-Boot] [PATCH 03/20] usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
` [U-Boot] [PATCH 04/20] usb: xhci: Add input slot context in xhci_set_configuration()
` [U-Boot] [PATCH 05/20] usb: hub: Update handling connect status/change in usb_scan_port()
` [U-Boot] [PATCH 06/20] usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
` [U-Boot] [PATCH 07/20] usb: hub: Revise wLength for 'get port status' request
` [U-Boot] [PATCH 08/20] usb: hub: Change USB hub descriptor to match USB 3.0 hubs
` [U-Boot] [PATCH 09/20] usb: hub: Add 3.0 hub port status mask of 2.0 hub
` [U-Boot] [PATCH 10/20] usb: xhci: Change MAX_HC_PORTS to 255
` [U-Boot] [PATCH 11/20] usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH 12/20] configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH 13/20] usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH 14/20] configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH 15/20] usb: cmd: Print actual packet size for super speed devices
` [U-Boot] [PATCH 16/20] usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig
` [U-Boot] [PATCH 17/20] x86: minnowmax: Configure GPIO pins to turn on USB ports VBUS
` [U-Boot] [PATCH 18/20] x86: minnowmax: Add a environment variable for USB power-on delay
` [U-Boot] [PATCH 19/20] x86: minnowmax: Enable USB xHCI support
` [U-Boot] [PATCH 20/20] x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNT

XFS journal write ordering constraints?
 2017-06-16 13:42 UTC  (7+ messages)

[HELP-NEEDED, PATCHv2 0/3] Do not loose dirty bit on THP pages
 2017-06-16 13:40 UTC  (14+ messages)
` [PATCHv2 1/3] x86/mm: Provide pmdp_establish() helper
` [PATCHv2 2/3] mm: Do not loose dirty and access bits in pmdp_invalidate()
` [PATCHv2 3/3] mm: Use updated pmdp_invalidate() inteface to track dirty/accessed bits

[PATCH 0/7] Fix Rx interrupt support in mlx4 and mlx5
 2017-06-16 13:39 UTC  (4+ messages)
` [PATCH 2/7] net/mlx4: fix Rx interrupts with multiple ports

[PATCH] arm64: renesas: salvator-common: sound clock-frequency needs descending order
 2017-06-16 13:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] Reduce the number of I/O ops when doing COW
 2017-06-16 13:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/7] qcow2: Remove unused Error variable in do_perform_cow()
` [Qemu-devel] [PATCH v3 2/7] qcow2: Use unsigned int for both members of Qcow2COWRegion
` [Qemu-devel] [PATCH v3 3/7] qcow2: Make perform_cow() call do_perform_cow() twice
` [Qemu-devel] [PATCH v3 4/7] qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()
` [Qemu-devel] [PATCH v3 5/7] qcow2: Allow reading both COW regions with only one request
` [Qemu-devel] [PATCH v3 6/7] qcow2: Pass a QEMUIOVector to do_perform_cow_{read, write}()
` [Qemu-devel] [PATCH v3 7/7] qcow2: Merge the writing of the COW regions with the guest data

[RESEND PATCH v5 00/16] eeprom: at24: Add OF device ID table
 2017-06-16 13:36 UTC  (7+ messages)
` [RESEND PATCH v5 06/16] ARM: dts: r7s72100: Add generic compatible string for I2C EEPROM
` [RESEND PATCH v5 07/16] ARM: dts: koelsch: "

[PATCH v2 0/4] KVM: async_pf: Fix async_pf exception injection
 2017-06-16 13:37 UTC  (3+ messages)
` [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

[PATCH net 0/4] macvlan: Fix some issues with changing mac addresses
 2017-06-16 13:36 UTC  (5+ messages)
` [PATCH net 1/4] macvlan: Do not return error when setting the same mac address
` [PATCH net 2/4] macvlan: Fix passthru macvlan mac address inheritance
` [PATCH net 3/4] macvlan: convert port passthru to flags
` [PATCH net 4/4] macvlan: Let passthru macvlan correctly restore lower mac address

[PATCH] xen: idle_loop: either deal with tasklets or go idle
 2017-06-16 13:34 UTC  (6+ messages)

New GCC compiler for 8086 cpu's
 2017-06-16 13:33 UTC  (4+ messages)

[PATCH] drm/i915: Make i915_vma_destroy() static
 2017-06-16 13:33 UTC  (3+ messages)

[PATCH v9 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-06-16 13:32 UTC  (7+ messages)
` [PATCH v9 5/7] vfio: Define vfio based dma-buf operations

[PATCH] gpio: rcar: Add R8A7743 (RZ/G1M) support
 2017-06-16 13:32 UTC 

[GIT PULL] Renesas ARM Based SoC R-Car SYSC Updates for v4.13
 2017-06-16 13:31 UTC  (4+ messages)
` [PATCH] soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ON

[GIT PULL] Renesas ARM Based SoC Updates for v4.13
 2017-06-16 13:31 UTC  (4+ messages)
` [PATCH] ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ALWAYS_ON

[GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.13
 2017-06-16 13:30 UTC  (14+ messages)
` [PATCH 1/6] ARM: dts: gose: add HDMI input
` [PATCH 2/6] ARM: dts: r7s72100: Add support for GR-Peach
` [PATCH 3/6] ARM: dts: gose: add composite video input
` [PATCH 4/6] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM
` [PATCH 5/6] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M
` [PATCH 6/6] ARM: dts: r8a779x: Fix PCI bus dtc warnings

[GIT PULL] Second Round of Renesas ARM Based SoC DT Bindings Updates for v4.13
 2017-06-16 13:30 UTC  (12+ messages)
` [PATCH 1/5] ARM: dts: r7s72100: add clock bit definitions
` [PATCH 2/5] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
` [PATCH 3/5] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board
` [PATCH 4/5] ARM: shmobile: Update R-Car Gen3 ULCB board part numbers
` [PATCH 5/5] ARM: shmobile: Document Renesas H3-based Salvator-XS board DT bindings

[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.13
 2017-06-16 13:30 UTC  (24+ messages)
` [PATCH 01/11] arm64: dts: salvator-x: add 12288000 for sound ADG
` [PATCH 02/11] arm64: dts: ulcb: "
` [PATCH 03/11] arm64: dts: r8a7795: add DMA for IIC_DVFS
` [PATCH 04/11] arm64: dts: r8a7796: "
` [PATCH 05/11] arm64: dts: r8a7795: h3ulcb: Add support for R-Car H3 ES2.0
` [PATCH 06/11] arm64: dts: salvator-x: Add missing index to PWM pinctrl subnode name
` [PATCH 07/11] arm64: dts: renesas: Extract common Salvator-X/XS board support
` [PATCH 08/11] arm64: dts: renesas: Add common Salvator-XS "
` [PATCH 09/11] arm64: dts: renesas: Add support for Salvator-XS with R-Car H3 ES2.0
` [PATCH 10/11] arm64: dts: r8a7795: Add reset control properties for audio
` [PATCH 11/11] arm64: dts: r8a7796: "

[GIT PULL] Renesas ARM Based SoC Drivers Updates for v4.13
 2017-06-16 13:30 UTC  (4+ messages)
` [PATCH] soc: renesas: Rework Kconfig and Makefile logic

[GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.13
 2017-06-16 13:30 UTC  (4+ messages)
` [PATCH] arm64: defconfig: enable Simple Sound Card support

[PATCH 3/4] iommu: add qcom_iommu
 2017-06-16 13:29 UTC  (3+ messages)

[RFC] ubsan: signed integer overflow in scsi_partsize
 2017-06-16 13:29 UTC 

[PATCH 1/4] meta: Remove further uclibc remnants (inc. patches and site files)
 2017-06-16 13:29 UTC  (6+ messages)
` [PATCH 3/4] kconfig-frontends: Remove as only needed for eglibc

u-boot-fslc: migration from morty to pyro with a signed image using CST
 2017-06-16 13:29 UTC  (2+ messages)

[PATCH] drm/i915: Fix retrieval of hangcheck stats
 2017-06-16 13:28 UTC 

[PATCH v6 00/10] Implement NVMe Namespace Descriptor Identification
 2017-06-16 13:28 UTC  (8+ messages)

[Qemu-devel] [PATCH] fix: avoid an infinite loop or a dangling pointer problem in img_commit
 2017-06-16 13:27 UTC  (2+ messages)

[RFC PATCH net-next v2 00/15] bpf: BPF support for socket ops
 2017-06-16 13:27 UTC  (3+ messages)
` [RFC PATCH net-next v2 07/15] bpf: Add setsockopt helper function to bpf

[PATCH] MIPS: Octeon: Expose support for mips32r1, mips32r2 and mips64r1
 2017-06-16 13:26 UTC  (10+ messages)

[PATCH 0/4] KVM: SVM: improve NMI window singlestep
 2017-06-16 13:26 UTC  (3+ messages)
` [PATCH 2/4] KVM: nSVM: do not forward NMI window singlestep VM exits to L1

[PATCH] i2c: ocores: Add missing wake_up() call upon state change to STATE_DONE
 2017-06-16 13:26 UTC  (4+ messages)

[PATCH] drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCH
 2017-06-16 13:26 UTC  (2+ messages)

dmi type 0xB1 record - unknown flag
 2017-06-16 13:25 UTC  (6+ messages)

RFC: Another proposed hash function transition plan
 2017-06-16 13:24 UTC  (13+ messages)
  ` Which hash function to use, was "

[PATCH i-g-t] tests: Rename I915_MAX_PIPES to IGT_MAX_PIPES
 2017-06-16 13:25 UTC  (11+ messages)
  ` [Intel-gfx] "

How to apply Preempt-rt patch for i.mx6ul board in yocto
 2017-06-16 13:25 UTC  (2+ messages)

[PATCH v5] openssl: Upgrade 1.0.2k -> 1.0.2l
 2017-06-16 13:24 UTC  (2+ messages)

ieee802154: bad frame received (type = 0)
 2017-06-16 13:24 UTC  (2+ messages)

[Qemu-devel] [PATCHv4 0/5] fw_cfg: qdev-related tidy-ups
 2017-06-16 13:23 UTC  (6+ messages)
` [Qemu-devel] [PATCHv4 1/5] fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()
` [Qemu-devel] [PATCHv4 2/5] fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()
` [Qemu-devel] [PATCHv4 3/5] fw_cfg: move assert() and linking of fw_cfg device to the machine into instance_init()
` [Qemu-devel] [PATCHv4 4/5] fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callers
` [Qemu-devel] [PATCHv4 5/5] fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.h

[PATCH 1/2] platform/x86: silead_dmi: Add touchscreen info for PoV mobii wintab p800w
 2017-06-16 13:22 UTC  (4+ messages)

[PATCH 0/4] wic: fix for #11633 and code cleanup
 2017-06-16 13:19 UTC  (5+ messages)
` [PATCH 1/4] runner.py: move runtool API to misc.py
` [PATCH 2/4] wic: flatten directory structure
` [PATCH 3/4] wic: code cleanup
` [PATCH 4/4] wic: fix restoring of original fstab

[Qemu-devel] [PATCH] hw/i386: fix nvdimm check error path
 2017-06-16 13:19 UTC  (2+ messages)

[PATCH] libpcap: apply fix from upstream to fix build race
 2017-06-16 13:18 UTC 

[PATCH 0/5] Preallocate flush bio, sysfs tunable
 2017-06-16 13:17 UTC  (4+ messages)
` [PATCH 1/5] btrfs: preallocate device flush bio

[GIT PULL] ARM: at91: defconfig for 4.13
 2017-06-16 13:16 UTC  (2+ messages)

[PATCH RFC] hugetlbfs 'noautofill' mount option
 2017-06-16 13:15 UTC  (11+ messages)

XFS Calltraces by using XFS with Ceph
 2017-06-16 13:15 UTC  (9+ messages)

[PATCH 1/2] brcmfmac: Log chip id and revision
 2017-06-16 13:14 UTC  (2+ messages)
` [PATCH 2/2] brcmfmac: Use separate firmware for revision 0 of the brcm43430 chip

Using A Proprietary Closed License Inside A Layer & Its Recipes
 2017-06-16 13:14 UTC  (4+ messages)

ceph-mds crash v12.0.3
 2017-06-16 13:13 UTC  (6+ messages)

[GIT PULL FOR v4.13] Various fixes
 2017-06-16 13:13 UTC 

[PATCH] ipmi: use rcu lock around call to intf->handlers->sender()
 2017-06-16 13:11 UTC  (4+ messages)

[Qemu-devel] [PATCHv3 0/5] fw_cfg: qdev-related tidy-ups
 2017-06-16 13:10 UTC  (2+ messages)

[PATCH 0/8] Support registering lens, flash and EEPROM devices
 2017-06-16 13:10 UTC  (6+ messages)
` [PATCH 7/8] smiapp: Add support for flash, lens "

[maintainer-tools PATCH] drm-intel: Fix small typo
 2017-06-16 13:09 UTC  (2+ messages)


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.