All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-22 14:28:51 to 2017-03-22 15:00:27 UTC [more...]

[Qemu-devel] [RFC][PATCH 0/6] "bootonceindex" property
 2017-03-22 14:36 UTC  (10+ messages)

[PATCH 0/7] power: supply: bq24190_charger: Various fixes + extcon support
 2017-03-22 14:55 UTC  (5+ messages)
` [PATCH v2 1/7] power: supply: bq24190_charger: Use i2c-core irq-mapping code
` [PATCH v2 2/7] power: supply: bq24190_charger: Add support for bq24192i
` [PATCH v2 4/7] power: supply: bq24190_charger: Never reset the charger chip
` [PATCH v2 5/7] power: supply: bq24190_charger: Don't spam the logs on charger plug / unplug

[PATCH v2 1/2] leds: lp3952: Remove ACPI support for lp3952
 2017-03-22 15:00 UTC  (2+ messages)
` [PATCH v2 2/2] leds: lp3952: Use 'if (ret)' pattern

[PATCH 01/17] ls2080ardb: add MACHINEOVERRES fsl-lsch3/ls2080a
 2017-03-22  2:24 UTC  (4+ messages)
` [PATCH 05/17] ls1012ardb: add machine file

[PATCH v7 0/6] i2c: designware: add I2C SLAVE support
 2017-03-22 14:56 UTC  (11+ messages)
` [PATCH v7 3/6] i2c: designware: MASTER mode as separated driver
` [PATCH v7 4/6] i2c: designware: introducing I2C_SLAVE definitions

design question: should layer.conf contain "PREFERRED_VERSION" settings?
 2017-03-22 14:59 UTC  (8+ messages)

[PATCH v5 1/2] fsstress: add mwrite/mread into test operation list
 2017-03-22 14:59 UTC  (3+ messages)

[PATCH v4] eventdev: add errno-style return values
 2017-03-22 14:58 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] drm/scdc: declare drm_scdc_get_scrambling_status
 2017-03-22 14:57 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 00/18] clocksource/arch_timer: Errata workaround infrastructure rework
 2017-03-22 14:57 UTC  (3+ messages)
` [PATCH v2 04/18] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core

[PATCH v6 00/14] mmc: Add support to Marvell Xenon SD Host Controller
 2017-03-22 14:49 UTC  (25+ messages)
` [PATCH v6 04/14] mmc: sdhci: Export sdhci_set_ios() from sdhci.c
` [PATCH v6 05/14] mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c
` [PATCH v6 06/14] mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.c
` [PATCH v6 08/14] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH v6 09/14] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC
` [PATCH v6 10/14] mmc: sdhci-xenon: Add SoC PHY PAD voltage control

[PATCH v5] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-22 14:54 UTC  (5+ messages)

[RFC PATCH v2 00/41] Scalable Vector Extension (SVE) core support
 2017-03-22 14:51 UTC  (46+ messages)
` [RFC PATCH v2 01/41] arm64: signal: Refactor sigcontext parsing in rt_sigreturn
` [RFC PATCH v2 02/41] arm64: signal: factor frame layout and population into separate passes
` [RFC PATCH v2 03/41] arm64: signal: factor out signal frame record allocation
` [RFC PATCH v2 04/41] arm64: signal: Allocate extra sigcontext space as needed
` [RFC PATCH v2 05/41] arm64: signal: Parse extra_context during sigreturn
` [RFC PATCH v2 06/41] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [RFC PATCH v2 07/41] arm64/sve: Allow kernel-mode NEON to be disabled in Kconfig
` [RFC PATCH v2 08/41] arm64/sve: Low-level save/restore code
` [RFC PATCH v2 09/41] arm64/sve: Boot-time feature detection and reporting
` [RFC PATCH v2 10/41] arm64/sve: Boot-time feature enablement
` [RFC PATCH v2 11/41] arm64/sve: Expand task_struct for Scalable Vector Extension state
` [RFC PATCH v2 12/41] arm64/sve: Save/restore SVE state on context switch paths
` [RFC PATCH v2 13/41] arm64/sve: [BROKEN] Basic support for KERNEL_MODE_NEON
` [RFC PATCH v2 14/41] Revert "arm64/sve: Allow kernel-mode NEON to be disabled in Kconfig"
` [RFC PATCH v2 15/41] arm64/sve: Restore working FPSIMD save/restore around signals
` [RFC PATCH v2 16/41] arm64/sve: signal: Add SVE state record to sigcontext
` [RFC PATCH v2 17/41] arm64/sve: signal: Dump Scalable Vector Extension registers to user stack
` [RFC PATCH v2 18/41] arm64/sve: signal: Restore FPSIMD/SVE state in rt_sigreturn
` [RFC PATCH v2 19/41] arm64/sve: Avoid corruption when replacing the SVE state
` [RFC PATCH v2 20/41] arm64/sve: traps: Add descriptive string for SVE exceptions
` [RFC PATCH v2 21/41] arm64/sve: Enable SVE on demand for userspace
` [RFC PATCH v2 22/41] arm64/sve: Implement FPSIMD-only context for tasks not using SVE
` [RFC PATCH v2 23/41] arm64/sve: Move ZEN handling to the common task_fpsimd_load() path
` [RFC PATCH v2 24/41] arm64/sve: Discard SVE state on system call
` [RFC PATCH v2 25/41] arm64/sve: Avoid preempt_disable() during sigreturn
` [RFC PATCH v2 26/41] arm64/sve: Avoid stale user register state after SVE access exception
` [RFC PATCH v2 27/41] arm64/sve: ptrace support
` [RFC PATCH v2 28/41] arm64: KVM: Treat SVE use by guests as undefined instruction execution
` [RFC PATCH v2 29/41] prctl: Add skeleton for PR_SVE_{SET,GET}_VL controls
  ` [RFC PATCH v2 29/41] prctl: Add skeleton for PR_SVE_{SET, GET}_VL controls
` [RFC PATCH v2 30/41] arm64/sve: Track vector length for each task
` [RFC PATCH v2 31/41] arm64/sve: Set CPU vector length to match current task
` [RFC PATCH v2 32/41] arm64/sve: Factor out clearing of tasks' SVE regs
` [RFC PATCH v2 33/41] arm64/sve: Wire up vector length control prctl() calls
` [RFC PATCH v2 34/41] arm64/sve: Disallow VL setting for individual threads by default
` [RFC PATCH v2 35/41] arm64/sve: Add vector length inheritance control
` [RFC PATCH v2 36/41] arm64/sve: ptrace: Wire up vector length control and reporting
` [RFC PATCH v2 37/41] arm64/sve: Enable default vector length control via procfs
` [RFC PATCH v2 38/41] arm64/sve: Detect SVE via the cpufeature framework
` [RFC PATCH v2 39/41] arm64/sve: Migrate to cpucap based detection for runtime SVE code
` [RFC PATCH v2 40/41] arm64/sve: Allocate task SVE context storage dynamically
` [RFC PATCH v2 41/41] arm64/sve: Documentation: Add overview of the SVE userspace ABI

[PATCH] net/mlx5: fix reusing Rx/Tx queues
 2017-03-22 14:56 UTC  (4+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH] cryptodev: fix asserting single queue
 2017-03-22 14:56 UTC  (2+ messages)

[PATCH] drm/amdgpu:vega10: enable virtual display if set via module option
 2017-03-22 14:56 UTC 

[PATCH 1/2] resource: Copy the whole res in resource_list_create_entry
 2017-03-22 14:55 UTC  (6+ messages)
` [PATCH 2/2] of/pci: Fix memory leak in of_pci_get_host_bridge_resources

[Qemu-devel] [BUG] user-to-root privesc inside VM via bad translation caching
 2017-03-22 14:55 UTC  (3+ messages)

[PATCH 1/2] MAINTAINERS: Add related headers to IOMMU section
 2017-03-22 14:55 UTC  (5+ messages)
` [PATCH 2/2] iommu: Add dummy implementations for !IOMMU_IOVA

[PATCH linux-next] tty: Disable default console blanking interval
 2017-03-22 14:54 UTC  (2+ messages)

[PATCH 07/17] net: convert sock.sk_refcnt from atomic_t to refcount_t
 2017-03-22 14:54 UTC  (16+ messages)
                    ` [Bridge] "

[PATCH 4/5] mtd: nand: add support for Micron on-die ECC
 2017-03-22 14:52 UTC  (6+ messages)

[PATCH 0/7] power: supply: bq24190_charger: Various fixes + extcon support
 2017-03-22 14:54 UTC 

Why secondary process can't receive the interrupt from NIC
 2017-03-22 14:53 UTC 

[PATCHSET for-4.11] cgroup: implement cgroup v2 thread mode
 2017-03-22 14:52 UTC  (12+ messages)

[PATCH] [v2] arm64: define BUG() instruction without CONFIG_BUG
 2017-03-22 14:51 UTC  (5+ messages)

[PATCH] clockevents: fix syntax errors
 2017-03-22 14:42 UTC  (2+ messages)

[PATCH 1/2] iommu/exynos: Block SYSMMU while invalidating FLPD cache
 2017-03-22 14:51 UTC  (3+ messages)

proactive disk replacement
 2017-03-22 14:51 UTC  (15+ messages)

[U-Boot] [PATCH] part_iso: Cache align read buffer
 2017-03-22 14:50 UTC  (2+ messages)

[PATCH v1 0/7] BQ24190 support for power_supply_battery_info and DT binding
 2017-03-22 14:41 UTC  (6+ messages)
` [PATCH v1 7/7] power: bq24190_charger: Set bq24190-battery device .type=unknown

[PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index
 2017-03-22 14:49 UTC  (3+ messages)

[U-Boot] [PATCH] zynq: Move ENV location selection from zynq-common.h to config files
 2017-03-22 14:49 UTC  (3+ messages)

[PATCH] net/i40e: fix vlan filter issue
 2017-03-22 14:48 UTC  (2+ messages)

[PATCH v4] mmc: sh_mmcif: Document r7s72100 DT bindings
 2017-03-22 14:42 UTC  (2+ messages)

[PATCH] PCI: ACPI: Fix ThunderX PEM initialization
 2017-03-22 14:48 UTC  (13+ messages)

[U-Boot] [PATCH 0/3] tpm: Add and fix commands
 2017-03-22 14:47 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

[Cocci] Problems with adding code after macro definitions
 2017-03-22 14:46 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/20] Add Intel Arria 10 SoC support
 2017-03-22 14:46 UTC  (7+ messages)
` [U-Boot] [PATCH v2 15/20] arm: socfpga: Add SPL support for Arria 10

[Qemu-devel] [PATCH v3 0/3] Fix QemuOpts regression on bogus keys
 2017-03-22 14:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] tests: Expose regression in QemuOpts visitor
` [Qemu-devel] [PATCH v3 2/3] qom: Avoid unvisited 'id'/'qom-type' in user_creatable_add_opts
` [Qemu-devel] [PATCH v3 3/3] qapi: Fix QemuOpts visitor regression on unvisited input

[U-Boot] [PATCH 00/16] RFC: Board init using driver model
 2017-03-22 14:43 UTC  (5+ messages)

[PATCH v2 1/5] iommu/dmar: Rectify return code handling in detect_intel_iommu()
 2017-03-22 14:43 UTC  (2+ messages)

[GIT PULL 00/23] PCI: Support for configurable PCI endpoint
 2017-03-22 14:39 UTC  (13+ messages)
` [PATCH v4 14/23] PCI: dwc: dra7xx: Workaround for errata id i870
` [PATCH v4 15/23] dt-bindings: PCI: dra7xx: Add dt bindings to enable unaligned access

[PATCH v1] mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
 2017-03-22 14:39 UTC  (4+ messages)

[PATCH v3 00/19] vITS save/restore
 2017-03-22 14:40 UTC  (15+ messages)
` [PATCH v3 11/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [PATCH v3 14/19] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v3 18/19] KVM: arm64: ITS: Device table save/restore
` [PATCH v3 19/19] KVM: arm64: ITS: Pending "

IOMMU detection via sysfs
 2017-03-22 14:39 UTC  (2+ messages)

[PATCH v9 0/5] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2017-03-22 14:39 UTC  (5+ messages)
` [PATCH v9 4/5] x86/ioreq server: Asynchronously reset outstanding p2m_ioreq_server entries
` [PATCH v9 5/5] x86/ioreq server: Synchronously reset outstanding p2m_ioreq_server entries when an ioreq server unmaps

[PATCH 0/7] arm64: hugetlb cleanup + break-before-make fixes
 2017-03-22 14:38 UTC  (3+ messages)
` [PATCH 7/7] arm64: hugetlb: Add break-before-make logic for contiguous entries

NFS invalid refcount warnings
 2017-03-22 14:37 UTC 

[PATCH v2 1/5] drm/i915: Eliminate per-fw_domain i915 backpointer
 2017-03-22 14:37 UTC  (3+ messages)
` [PATCH v2 5/5] drm/i915: Drop uncore spinlock for reading forcewake counters

[PATCH 0/6] [GIT PULL] ftrace/x86: Ftrace cleanup and add support for -mfentry on x86_32
 2017-03-22 14:29 UTC  (3+ messages)
` [PATCH 2/6] ftrace/x86_32: Move the ftrace specific code out of entry_32.S

[PATCH] vmlinux.lds: add __clkevt_of_table to kernel
 2017-03-22 14:29 UTC 

[PATCH] ASoC: intel: remove unused variable data and associated code
 2017-03-22 14:36 UTC 

[PATCH v1] usb: dwc3: pci: Switch to devm_acpi_dev_add_driver_gpios()
 2017-03-22 14:35 UTC  (2+ messages)

MAX31785 pmbus driver
 2017-03-22 14:37 UTC 

[meta-security][PATCH 1/6] tpm-tools: updatet 1.3.9.1
 2017-03-22 14:36 UTC  (3+ messages)
` [meta-security][PATCH 4/6] samhain: fix build issues when using musl

[PATCH v3 1/7] net/ark: PMD for Atomic Rules Arkville driver stub
 2017-03-22 14:36 UTC  (6+ messages)
` [PATCH v3 2/7] net/ark: HW API part 1 of 3

[PATCH v4 0/3] viridian updates
 2017-03-22 14:36 UTC  (4+ messages)
` [PATCH v4 1/3] x86/viridian: don't put Xen version information in CPUID leaf 2

[RFC PATCH 0/3] drm/panel: Pull some code out into common helpers
 2017-03-22 14:36 UTC  (2+ messages)

[PATCH v1 0/5] STM32 Independant watchdog
 2017-03-22 13:50 UTC  (3+ messages)
` [PATCH v1 3/5] ARM: dts: stm32ap: Add watchdog support for STM32F429 SoC

[PATCH v2 1/2] mmc: sdhci-acpi: Sync quirks with sdhci_intel_byt_* from sdhci-pci-core.c
 2017-03-22 14:29 UTC  (8+ messages)
` [PATCH v2 2/2] mmc: sdhci: intel: Disable runtime pm when the sdio_irq is enabled

[REGRESSION next-20170321] acbdad8dd1ab ("serial: 8250_dw: simplify optional reset handling") causes silent kernel
 2017-03-22 14:33 UTC  (2+ messages)

[PATCH v3 0/3] iommu/ipmmu-vmsa: r8a7796 support V3
 2017-03-22 14:33 UTC  (4+ messages)

USE_SHA1DC is broken in pu
 2017-03-22 14:32 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/81] Patch Round-up for stable 2.8.1, freeze on 2017-03-27
 2017-03-22 14:31 UTC  (2+ messages)

driver compilation problem / rdtsc error
 2017-03-22 14:31 UTC 

[Qemu-devel] [Bug 1674925] [NEW] Qemu PPC64 kvm no display if --device virtio-gpu-pci is selected
 2017-03-22 14:25 UTC  (2+ messages)
` [Qemu-devel] [Qemu-ppc] [Bug 1674925] "

[PATCH v1 00/14] Server-side NFS/RDMA changes for v4.12
 2017-03-22 14:22 UTC  (3+ messages)
` [PATCH v1 11/14] svcrdma: Remove old RDMA Write completion handlers

[PATCH] block: Invalidate cache on discard
 2017-03-22 14:30 UTC 

[PATCH 0/7] net/i40e: base code update
 2017-03-22 14:29 UTC  (2+ messages)

[PATCH v2 0/7] rtc: Reuse rtc-sh driver to support RZ/A1
 2017-03-22 14:27 UTC  (8+ messages)
` [rtc-linux] [PATCH v2 1/7] rtc: rtc-sh: add support for rza series
` [PATCH v2 3/7] ARM: dts: r7s72100: add rtc clock to device tree
` [rtc-linux] [PATCH v2 4/7] ARM: dts: r7s72100: add RTC_X clock inputs "
` [PATCH v2 5/7] ARM: dts: r7s72100: add rtc "
  ` [rtc-linux] "
` [rtc-linux] [PATCH v2 6/7] ARM: dts: rskrza1: set rtc_x1 clock value
` [rtc-linux] [PATCH v2 7/7] ARM: dts: rskrza1: add rtc DT support


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.