All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-20 02:44:13 to 2017-07-20 04:22:32 UTC [more...]

[pull-request] next-eventdev 17.08 rc2
 2017-07-20  4:22 UTC 

[U-Boot] [PATCH v2 1/1] mmc: Add MMC support for stm32h7 Socs
 2017-07-20  4:22 UTC  (4+ messages)

[PATCH] livepatch hooks, revisted
 2017-07-20  4:20 UTC  (6+ messages)
` [PATCH] livepatch: add (un)patch hooks

[PATCH 0/3] enable ghes_edac on selected platforms
 2017-07-20  4:19 UTC  (14+ messages)
` [PATCH 3/3] ghes_edac: add platform check to enable ghes_edac
                  ` [3/3] "

[PATCH 00/14] mgag200 fixes
 2017-07-20  4:17 UTC  (3+ messages)
` [PATCH 07/14] drm/mgag200: Add support for MATROX PCI device IDs 0x520 and 0x521

[PATCH v3] powerpc/mm/radix: Workaround prefetch issue with KVM
 2017-07-20  4:14 UTC  (2+ messages)

[PATCH] POWER9 PMU stops after idle workaround
 2017-07-20  4:13 UTC  (2+ messages)

[Qemu-devel] [FIX PATCH v1] spapr: Fix QEMU abort during memory unplug
 2017-07-20  4:11 UTC 

linux-next: build warning after merge of the char-misc tree
 2017-07-20  4:12 UTC 

[PATCH 0/5] AXP803 regulator support for Pine64 and SoPine
 2017-07-20  4:11 UTC  (3+ messages)
    ` [linux-sunxi] "

[PATCH] xfs/424: test xfs_db to ensure sector size taken into account with new type
 2017-07-20  4:08 UTC  (3+ messages)
` [PATCH v4] xfs/424: test xfs_db to ensure type "

New Defects reported by Coverity Scan for ceph
 2017-07-20  4:08 UTC 

[PATCH] efifb: allow user to disable write combined mapping
 2017-07-20  4:07 UTC  (12+ messages)

CFP: RDMA Microconference - Call for presentations
 2017-07-20  4:07 UTC  (2+ messages)

[PATCH linux dev-4.10] ARM: dts: aspeed: witherspoon: Add iio-hwmon node for dps310
 2017-07-20  4:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/43] tcg: support for multiple TCG contexts
 2017-07-20  4:05 UTC  (45+ messages)
` [Qemu-devel] [PATCH v3 01/43] cputlb: bring back tlb_flush_count under !TLB_DEBUG
` [Qemu-devel] [PATCH v3 02/43] tcg: fix corruption of code_time profiling counter upon tb_flush
` [Qemu-devel] [PATCH v3 03/43] exec-all: fix typos in TranslationBlock's documentation
` [Qemu-devel] [PATCH v3 04/43] translate-all: make have_tb_lock static
` [Qemu-devel] [PATCH v3 05/43] cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find
` [Qemu-devel] [PATCH v3 06/43] tcg/i386: constify tcg_target_callee_save_regs
` [Qemu-devel] [PATCH v3 07/43] tcg/mips: "
` [Qemu-devel] [PATCH v3 08/43] tcg: remove addr argument from lookup_tb_ptr
` [Qemu-devel] [PATCH v3 09/43] tcg: consolidate TB lookups in tb_lookup__cpu_state
` [Qemu-devel] [PATCH v3 10/43] exec-all: bring tb->invalid into tb->cflags
` [Qemu-devel] [PATCH v3 11/43] tcg: define CF_PARALLEL and use it for TB hashing
` [Qemu-devel] [PATCH v3 12/43] tcg: convert tb->cflags reads to tb_cflags(tb)
` [Qemu-devel] [PATCH v3 13/43] target/arm: check CF_PARALLEL instead of parallel_cpus
` [Qemu-devel] [PATCH v3 14/43] target/hppa: "
` [Qemu-devel] [PATCH v3 15/43] target/i386: "
` [Qemu-devel] [PATCH v3 16/43] target/m68k: "
` [Qemu-devel] [PATCH v3 17/43] target/s390x: "
` [Qemu-devel] [PATCH v3 18/43] target/sh4: "
` [Qemu-devel] [PATCH v3 19/43] target/sparc: "
` [Qemu-devel] [PATCH v3 20/43] tcg: "
` [Qemu-devel] [PATCH v3 21/43] cpu-exec: lookup/generate TB outside exclusive region during step_atomic
` [Qemu-devel] [PATCH v3 22/43] translate-all: define and use DEBUG_TB_FLUSH_GATE
` [Qemu-devel] [PATCH v3 23/43] exec-all: introduce TB_PAGE_ADDR_FMT
` [Qemu-devel] [PATCH v3 24/43] translate-all: define and use DEBUG_TB_INVALIDATE_GATE
` [Qemu-devel] [PATCH v3 25/43] translate-all: define and use DEBUG_TB_CHECK_GATE
` [Qemu-devel] [PATCH v3 26/43] exec-all: extract tb->tc_* into a separate struct tc_tb
` [Qemu-devel] [PATCH v3 27/43] translate-all: use a binary search tree to track TBs in TBContext
` [Qemu-devel] [PATCH v3 28/43] exec-all: rename tb_free to tb_remove
` [Qemu-devel] [PATCH v3 29/43] translate-all: report correct avg host TB size
` [Qemu-devel] [PATCH v3 30/43] tci: move tci_regs to tcg_qemu_tb_exec's stack
` [Qemu-devel] [PATCH v3 31/43] tcg: take tb_ctx out of TCGContext
` [Qemu-devel] [PATCH v3 32/43] tcg: take .helpers "
` [Qemu-devel] [PATCH v3 33/43] tcg: define tcg_init_ctx and make tcg_ctx a pointer
` [Qemu-devel] [PATCH v3 34/43] gen-icount: fold exitreq_label into TCGContext
` [Qemu-devel] [PATCH v3 35/43] tcg: dynamically allocate optimizer temps
` [Qemu-devel] [PATCH v3 36/43] tcg: introduce **tcg_ctxs to keep track of all TCGContext's
` [Qemu-devel] [PATCH v3 37/43] tcg: distribute profiling counters across TCGContext's
` [Qemu-devel] [PATCH v3 38/43] util: move qemu_real_host_page_size/mask to osdep.h
` [Qemu-devel] [PATCH v3 39/43] osdep: introduce qemu_mprotect_rwx/none
` [Qemu-devel] [PATCH v3 40/43] translate-all: use qemu_protect_rwx/none helpers
` [Qemu-devel] [PATCH v3 41/43] tcg: define TCG_HIGHWATER
` [Qemu-devel] [PATCH v3 42/43] tcg: introduce regions to split code_gen_buffer
` [Qemu-devel] [PATCH v3 43/43] tcg: enable multiple TCG contexts in softmmu

[PATCH 1/3] platform/x86: Add GLK PSS Event Table
 2017-07-20  4:06 UTC  (5+ messages)
` [PATCH 3/3] platform/x86: Add Audio domain PG status events

[PATCH 0/5] FlexRM support in VFIO platform
 2017-07-20  4:05 UTC  (17+ messages)
` [PATCH 3/5] iommu/arm-smmu-v3: add IOMMU_CAP_BYPASS to the ARM SMMUv3 driver
` [PATCH 5/5] vfio: platform: reset: Add Broadcom FlexRM reset module

[PATCH v2] ASoC: rt5514: Support the TDM docking mode
 2017-07-20  4:05 UTC 

[lkp-robot] [include/linux/string.h] 6974f0c455: kernel_BUG_at_lib/string.c
 2017-07-20  4:04 UTC  (4+ messages)

Advice please re failed Raid6
 2017-07-20  3:59 UTC  (5+ messages)

Collecting aged XFS profiles
 2017-07-20  3:55 UTC  (8+ messages)

(unknown),
 2017-07-20  3:55 UTC 

[RFC] ARM PCI Passthrough design document
 2017-07-20  3:54 UTC  (3+ messages)
` Notes from PCI Passthrough design discussion at Xen Summit

[PATCH v2 0/2] Add GPIO keys polled for pca955x
 2017-07-20  3:53 UTC  (5+ messages)
` [PATCH v2 1/2] ARM: dts: aspeed: Add gpio-keys-polled for fan presence

[Qemu-devel] [PATCH] migration: optimize the downtime
 2017-07-20  3:49 UTC 

[PATCH linux dev-4.10] ARM: dts: aspeed: Add gpio keys for power supply presence, ucd alert
 2017-07-20  3:45 UTC  (4+ messages)

[PATCH v2 00/10] ARM: sun8i: a83t: Add support for MMC controllers
 2017-07-20  3:44 UTC  (33+ messages)
` [PATCH v2 01/10] clk: sunxi-ng: Add interface to query or configure MMC timing modes
` [PATCH v2 02/10] clk: sunxi-ng: Add MP_MMC clocks that support MMC timing modes switching
` [PATCH v2 03/10] clk: sunxi-ng: a83t: Support new timing mode for mmc2 clock
` [PATCH v2 04/10] mmc: sunxi: Support controllers that can use both old and new timings
` [PATCH v2 05/10] mmc: sunxi: Support MMC DDR52 transfer mode with new timing mode
` [PATCH v2 06/10] mmc: sunxi: Add support for A83T eMMC (MMC2)
` [PATCH v2 07/10] ARM: dts: sun8i: a83t: Add MMC controller device nodes
` [PATCH v2 08/10] ARM: dts: sun8i: a83t: Add pingroup for 8-bit eMMC on mmc2
` [PATCH v2 09/10] ARM: dts: sun8i: a83t: cubietruck-plus: Enable micro-SD card and eMMC
` [PATCH v2 10/10] ARM: dts: sun8i: a83t: h8homlet: Enable micro-SD card and onboard eMMC

cron job: media_tree daily build: ERRORS
 2017-07-20  3:42 UTC 

[PATCH RFC v5] cpufreq: schedutil: Make iowait boost more energy efficient
 2017-07-20  3:41 UTC  (8+ messages)

[PATCH 0/2] Support MUSL-x32 build for openssl and libffi
 2017-07-19 20:29 UTC  (3+ messages)
` [PATCH 1/2] openssl: Support musl-x32 build
` [PATCH 2/2] libffi: "

[PATCH v5 01/15] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
 2017-07-20  3:39 UTC  (4+ messages)
` [PATCH 00/15] Btrfs-progs offline scrub

[PATCH 0/2] multipath-tools/libmultipath: Support for the native NVMe Ioctl command and add args min_avg_latency for path_latency
 2017-07-20  3:36 UTC  (3+ messages)
` [PATCH 1/2] multipath-tools/libmultipath: Support for the native NVMe Ioctl command
` [PATCH 2/2] multipath-tools/libmultipath: Add args min_avg_latency for path_latency

[PATCH] powerpc: Convert to using %pOF instead of full_name
 2017-07-20  3:34 UTC  (5+ messages)

[PATCH] PM / OPP: Don't check not plugged in CPUs to avoid error
 2017-07-20  3:31 UTC  (6+ messages)

[PATCH] recipetool: create: handle git URLs specifying only a tag
 2017-07-20  3:31 UTC  (3+ messages)
` ✗ patchtest: failure for "

perf: bisected sampling bug in Linux 4.11-rc1
 2017-07-20  3:30 UTC  (4+ messages)

[PATCH] crypto: ccp: remove duplicate module version and author entry
 2017-07-20  3:29 UTC 

[kernel-hardening] x86: PIE support and option to extend KASLR randomization
 2017-07-20  3:03 UTC  (10+ messages)
` [kernel-hardening] [RFC 16/22] x86/percpu: Adapt percpu for PIE support
  ` [kernel-hardening] "
        `  "

[PATCH] drm/amdgpu: rename gfxhub_v1_0 to gchub_v9_0
 2017-07-20  3:26 UTC 

[U-Boot] [PATCH 1/1] efi_console: use EFIAPI for callback functions
 2017-07-20  3:26 UTC 

[PATCH] btrfs: fix lockup in find_free_extent with read-only block groups
 2017-07-20  3:25 UTC 

linux-next: build failure after merge of the userns tree
 2017-07-20  3:25 UTC 

[PATCH] exp2.3: Remove C89 designation
 2017-07-20  3:25 UTC 

[PATCH] arch/sparc: Measure receiver forward progress to avoid send mondo timeout
 2017-07-20  3:23 UTC  (2+ messages)

[PATCH v2 0/7] New bind/unbingd uevents
 2017-07-20  3:22 UTC  (7+ messages)
` [PATCH v2 5/7] Input: gpio_keys - use devm_device_add_group() for attributes
` [PATCH v2 6/7] Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01
` [PATCH v2 7/7] Input: axp20x-pek - switch to using devm_device_add_group()

[PATCH] watchdog: imx2_wdt: use new_timeout value to override the old
 2017-07-20  3:22 UTC  (3+ messages)

[PATCH v2] glibc-package.inc: add support for armeb of multilib
 2017-07-20 12:22 UTC 

[Qemu-devel] [FIX PATCH] spapr: Fix QEMU abort during memory unplug
 2017-07-20  3:09 UTC  (2+ messages)

[PATCH 0/1] vfio: ccw: bugfix
 2017-07-20  3:19 UTC  (2+ messages)
` [PATCH 1/1] vfio: ccw: fix bad ptr math for TIC cda translation

[RFC] fs: disable create file with O_DIRECT for tmpfs
 2017-07-20  3:19 UTC  (2+ messages)

sparse-next and preview of 0.5.1-rc5
 2017-07-20  3:19 UTC  (5+ messages)

[GIT PULL] f2fs: update for 4.13-rc2
 2017-07-20  3:18 UTC 

[Buildroot] [PATCH] support/download: print dl hash if not provided
 2017-07-20  3:18 UTC 

[PATCH net-next v2 1/1] geneve: add rtnl changelink support
 2017-07-20  3:18 UTC  (4+ messages)

[PATCH] Add support for the CPU clock (System Timer) on Aarch64
 2017-07-20  3:16 UTC  (2+ messages)

[PATCH v2 06/30] arm: dts: mt7623: add clock-frequency to the a7 timer node to mt7623.dtsi
 2017-07-20  3:14 UTC  (2+ messages)

[PATCH RESEND v4] MAINTAINERS: fix lots of alphabetic ordering
 2017-07-20  3:12 UTC  (5+ messages)

[PATCH 0/2] fixed ethernet binding violation for reset signal
 2017-07-20  3:07 UTC  (4+ messages)

[PATCH] glibc-package.inc: add support for armeb of multilib
 2017-07-20 12:07 UTC 

[PATCH] drm/amdgpu: Fix error RCU usage
 2017-07-20  3:04 UTC  (2+ messages)

KVM guests freeze under upstream kernel
 2017-07-20  3:02 UTC  (3+ messages)

[PATCH v5 0/2] Add Basic SoC support for MT7622
 2017-07-20  3:02 UTC  (4+ messages)

[PATCH v3] drm/amdgpu/gmc8: SRIOV need to program fb location
 2017-07-20  3:02 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix blocking in RCU critical section(v2)
 2017-07-20  3:01 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix the incorrect scratch reg number on gfx v9
 2017-07-20  3:01 UTC  (3+ messages)

[Qemu-devel] [Bug 1703506] [NEW] SMT not supported by QEMU on AMD Ryzen CPU
 2017-07-20  2:48 UTC  (2+ messages)
` [Qemu-devel] [Bug 1703506] "

[Qemu-devel] 答复: Re: [PATCH] vhost: fix a migration failed because ofvhost region merge
 2017-07-20  2:57 UTC 

[Qemu-devel] [PATCH v2 0/3] scripts/qemu.py small fixes
 2017-07-20  2:57 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 2/3] qemu.py: include debug information on launch error
` [Qemu-devel] [PATCH v2 3/3] qemu.py: make 'args' public

[PATCH 4/4] iommu/iova: Make dma_32bit_pfn implicit
 2017-07-20  2:55 UTC  (4+ messages)

[PATCH v9 05/10] mm: thp: enable thp migration in generic path
 2017-07-20  2:54 UTC  (5+ messages)

[PATCH v2 1/4] powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
 2017-07-20  2:52 UTC  (6+ messages)
` [PATCH v2 2/4] powerpc/mm/radix: Improve TLB/PWC flushes
` [PATCH v2 3/4] powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range

[Test Request] Component level pcm_new/pcm_free v2
 2017-07-20  2:52 UTC  (4+ messages)
` [Test Request 1/3] ASoC: soc-core: add snd_soc_rtdcom_xxx()
` [Test Request 2/3] ASoC: use snd_soc_rtdcom_add() and convert to consistent operation
` [Test Request 3/3] ASoC: add Component level pcm_new/pcm_free v2

[PATCH RFC] xfs: fix buffer check for primary sb in userspace libxfs
 2017-07-20  2:48 UTC  (4+ messages)

[Bug 101837] libdrm fails to get bus id
 2017-07-20  2:46 UTC  (2+ messages)

[PATCH v2 1/2] misc: eeprom_93xx46: Simplify the usage of gpiod API
 2017-07-20  2:44 UTC  (2+ messages)
` [PATCH v2 2/2] misc: eeprom_93xx46: Include <linux/gpio/consumer.h>

[PATCH v5 0/7] drm/rockchip: add all full framework vop support
 2017-07-20  2:44 UTC  (3+ messages)
` [PATCH v5 5/7] drm/rockchip: vop: add a series of "
` [PATCH v5 7/7] drm/rockchip: vop: rk3328: fix overlay abnormal


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.