All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-29 10:14:26 to 2018-05-29 10:56:26 UTC [more...]

post-receive: pub/scm/linux/kernel/git/mnyman/xhci
 2018-05-29 10:56 UTC 

[PATCH v2 0/5] arm64: perf: Support for chained counters
 2018-05-29 10:55 UTC  (10+ messages)
` [PATCH v2 1/5] arm_pmu: Clean up maximum period handling
` [PATCH v2 2/5] arm_pmu: Change API to support 64bit counter values
` [PATCH v2 3/5] arm_pmu: Add support for 64bit event counters
` [PATCH v2 4/5] arm_pmu: Tidy up clear_event_idx call backs
` [PATCH v2 5/5] arm64: perf: Add support for chaining event counters

[PATCH net-next v3 0/7] net: bridge: Notify about bridge VLANs
 2018-05-29 10:55 UTC  (12+ messages)
` [PATCH net-next v3 1/7] net: bridge: Extract boilerplate around switchdev_port_obj_*()
  ` [Bridge] "
` [PATCH net-next v3 2/7] mlxsw: spectrum_switchdev: Ignore bridge VLAN events
  ` [Bridge] "
` [PATCH net-next v3 6/7] net: bridge: Notify about bridge VLANs
  ` [Bridge] "
` [Bridge] [PATCH net-next v3 0/7] "

[ovmf test] 123314: all pass - PUSHED
 2018-05-29 10:55 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2018-05-29 10:54 UTC 

[PATCHv1] timekeeping: Update multiplier when NTP frequency is set directly
 2018-05-29 10:53 UTC 

[PATCH 1/4] migrate swapper_pg_dir
 2018-05-29 10:53 UTC  (3+ messages)

[PATCH] ARM; fix cpu_v7_bugs_init reference
 2018-05-29 10:52 UTC  (8+ messages)

[alsa-devel][PATCH v1] ASoC: TSCS454: Add Support
 2018-05-29 10:52 UTC  (2+ messages)

[Qemu-devel] [PULL v1 00/38] Xilinx queue
 2018-05-29 10:50 UTC  (38+ messages)
` [Qemu-devel] [PULL v1 01/38] target-microblaze: dec_load: Use bool instead of unsigned int
` [Qemu-devel] [PULL v1 02/38] target-microblaze: dec_store: "
` [Qemu-devel] [PULL v1 03/38] target-microblaze: compute_ldst_addr: Use bool instead of int
` [Qemu-devel] [PULL v1 04/38] target-microblaze: Fallback to our latest CPU version
` [Qemu-devel] [PULL v1 05/38] target-microblaze: Correct special register array sizes
` [Qemu-devel] [PULL v1 06/38] target-microblaze: Correct the PVR array size
` [Qemu-devel] [PULL v1 07/38] target-microblaze: Tighten up TCGv_i32 vs TCGv type usage
` [Qemu-devel] [PULL v1 08/38] target-microblaze: Remove USE_MMU PVR checks
` [Qemu-devel] [PULL v1 09/38] target-microblaze: Conditionalize setting of PVR11_USE_MMU
` [Qemu-devel] [PULL v1 10/38] target-microblaze: Bypass MMU with MMU_NOMMU_IDX
` [Qemu-devel] [PULL v1 11/38] target-microblaze: Make compute_ldst_addr always use a temp
` [Qemu-devel] [PULL v1 12/38] target-microblaze: Remove pointer indirection for ld/st addresses
` [Qemu-devel] [PULL v1 13/38] target-microblaze: Use TCGv for load/store addresses
` [Qemu-devel] [PULL v1 14/38] target-microblaze: Name special registers we support
` [Qemu-devel] [PULL v1 15/38] target-microblaze: Break out trap_userspace()
` [Qemu-devel] [PULL v1 16/38] target-microblaze: Break out trap_illegal()
` [Qemu-devel] [PULL v1 17/38] target-microblaze: dec_msr: Use bool and extract32
` [Qemu-devel] [PULL v1 18/38] target-microblaze: dec_msr: Reuse more code when reg-decoding
` [Qemu-devel] [PULL v1 19/38] target-microblaze: dec_msr: Fix MTS to FSR
` [Qemu-devel] [PULL v1 20/38] target-microblaze: Make special registers 64-bit
` [Qemu-devel] [PULL v1 21/38] target-microblaze: Setup for 64bit addressing
` [Qemu-devel] [PULL v1 23/38] target-microblaze: Implement MFSE EAR
` [Qemu-devel] [PULL v1 24/38] target-microblaze: mmu: Add R_TBLX_MISS macros
` [Qemu-devel] [PULL v1 25/38] target-microblaze: mmu: Remove unused register state
` [Qemu-devel] [PULL v1 26/38] target-microblaze: mmu: Prepare for 64-bit addresses
` [Qemu-devel] [PULL v1 27/38] target-microblaze: mmu: Add a configurable output address mask
` [Qemu-devel] [PULL v1 28/38] target-microblaze: dec_msr: Plug a temp leak
` [Qemu-devel] [PULL v1 29/38] target-microblaze: Add support for extended access to TLBLO
` [Qemu-devel] [PULL v1 30/38] target-microblaze: Allow address sizes between 32 and 64 bits
` [Qemu-devel] [PULL v1 31/38] target-microblaze: Simplify address computation using tcg_gen_addi_i32()
` [Qemu-devel] [PULL v1 32/38] target-microblaze: mmu: Cleanup debug log messages
` [Qemu-devel] [PULL v1 33/38] target-microblaze: Use table based condition-codes conversion
` [Qemu-devel] [PULL v1 34/38] target-microblaze: Remove argument b in eval_cc()
` [Qemu-devel] [PULL v1 35/38] target-microblaze: Convert env_btarget to i64
` [Qemu-devel] [PULL v1 36/38] target-microblaze: Use tcg_gen_movcond in eval_cond_jmp
` [Qemu-devel] [PULL v1 37/38] target-microblaze: cpu_mmu_index: Fixup indentation
` [Qemu-devel] [PULL v1 38/38] target-microblaze: Consolidate MMU enabled checks

[Qemu-devel] [PATCH resend v2] qga: unset frozen state if no mount points are frozen
 2018-05-29 10:50 UTC 

[PATCH v3] Add udmabuf misc device
 2018-05-29 10:50 UTC  (12+ messages)

[PATCH 00/13] atomics: API cleanups
 2018-05-29 10:49 UTC  (4+ messages)
` [PATCH 13/13] atomics/treewide: make test ops optional

HELP: Release Candidate Build for yocto-2.4.3.rc2 now available
 2018-05-29 10:48 UTC  (2+ messages)

[PATCH] cpu/hotplug: SMT control knobs
 2018-05-29 10:48 UTC  (6+ messages)
` [MODERATED] "

[PATCH v9 00/12] Support PPTT for ARM64
 2018-05-29 10:48 UTC  (6+ messages)

[PATCH] mmc: dw_mmc: fix card threshold control configuration
 2018-05-29 10:38 UTC  (2+ messages)

[PATCH 0/9] Hid multitouch rewrite, support os system multi-axis devices
 2018-05-29 10:38 UTC  (2+ messages)

[PATCH v1] doc: add guides for patch fix issues
 2018-05-29 10:45 UTC  (3+ messages)

[Buildroot] [PATCH 0/8] Fix the Config.in prefix of a number of options
 2018-05-29 10:45 UTC  (10+ messages)
` [Buildroot] [PATCH 6/8] ti-sgx-km: rename options to have proper prefix

[Qemu-devel] [PATCH v4 00/21] Includes cleanup
 2018-05-29 10:45 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 01/21] vfio: Include "exec/address-spaces.h" directly in the source file
` [Qemu-devel] [PATCH v4 12/21] hw: Do not include "sysemu/block-backend.h" if it is not necessary
  `  "

[PATCH] crypto/armv8: fix HMAC supported digest sizes
 2018-05-29 10:45 UTC 

linux-next: Tree for May 29
 2018-05-29 10:44 UTC 

[Buildroot] [PATCH v2 1/2] support/kconfig: Add missing target to README.buildroot
 2018-05-29 10:44 UTC  (10+ messages)
` [Buildroot] [RFC] [PATCH v2 2/2] support/kconfig: Bump to kconfig from Linux 4.17-rc2

[PATCH net-next] net: qcom/emac: fix unused variable
 2018-05-29 10:43 UTC 

[PATCH v4 0/2] *** cross gcc fix and guide doc ***
 2018-05-29 10:43 UTC  (4+ messages)
` [PATCH v5 0/2] *** cross gcc compile fix and add a "
  ` [PATCH v5 1/2] mk: fix cross build errors
  ` [PATCH v5 2/2] doc: add a guide doc for cross compiling from x86

[PATCH] drm/i915/guc: Don't read SOFT_SCRATCH(15) on MMIO error
 2018-05-29 10:43 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/3] x86/mce fixes
 2018-05-29 10:42 UTC  (3+ messages)
` [PATCH 2/3] x86/mce: Fix incorrect "Machine check from unknown source" message

Unable to create ip alias on bridge interface
 2018-05-29 10:41 UTC  (6+ messages)

Give others users than "root" access to GPIO (or commands)
 2018-05-29 10:41 UTC 

[Qemu-devel] [PATCH 00/14] block: Make blockdev-create a job and stable API
 2018-05-29 10:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/14] vdi: Fix vdi_co_do_create() return value
` [Qemu-devel] [PATCH 02/14] vhdx: Fix vhdx_co_create() "

[PATCH 0/2] sched: Fix a race between CPU onlining & user task scheduling
 2018-05-29 10:40 UTC  (5+ messages)
` [PATCH 2/2] sched: Warn if we fail to migrate a task

[Buildroot] [PATCH 1/2] package/ca-certificates: don't hash certificates.crt
 2018-05-29 10:40 UTC  (5+ messages)

[v5 1/6] dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT
 2018-05-29 10:38 UTC  (15+ messages)
` [v5 2/6] dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCs
      ` [v5,2/6] "
    ` [v5,1/6] dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT

linux-next: Tree for May 24
 2018-05-29 10:38 UTC  (3+ messages)

[U-Boot] [PATCH] arm: mvebu: switch clearfog to use device-tree i2c and gpio
 2018-05-29 10:38 UTC  (7+ messages)

[PATCH] devtools: add test script for meson builds
 2018-05-29 10:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 00/11] Workarounds for Icelake
 2018-05-29 10:37 UTC  (3+ messages)
` [PATCH 03/11] drm/i915/icl: Wa_2006665173

[PATCH] ARM: disable KCOV for trusted foundations code
 2018-05-29 10:36 UTC  (2+ messages)

Kernel OOPS while running memory hotplug test on P6 machine
 2018-05-29 10:40 UTC 

[PATCH] mmc: mxmmc: include linux/highmem.h
 2018-05-29 10:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2018-05-29 10:35 UTC 

post-receive: pub/scm/linux/kernel/git/ulfh/mmc
 2018-05-29 10:35 UTC 

[PATCH bpf-next] bpf: hide the unused 'off' variable
 2018-05-29 10:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2018-05-29 10:35 UTC 

[U-Boot] [PATCH] bug.h: introduce WARN_ONCE
 2018-05-29 10:34 UTC  (3+ messages)

[PATCH 0/6] x86/vmx: Misc fixes and improvements
 2018-05-29 10:33 UTC  (3+ messages)
` [PATCH 1/6] x86/vmx: Fix handing of MSR_DEBUGCTL on VMExit

[PATCH] blk-throttle: return proper bool type to caller instead of 0/1
 2018-05-29 10:32 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2018-05-29 10:32 UTC 

Developmentstatus for Xen with Ceph as replicated storage
 2018-05-29 10:31 UTC  (2+ messages)

[PATCH 1/2] doc: add port representor update in release notes
 2018-05-29 10:31 UTC  (4+ messages)
` [PATCH 2/2] doc: add vxlan and nvgre tunnel "

[PATCH] branch: issue "-l" deprecation warning after pager starts
 2018-05-29 10:30 UTC  (9+ messages)
` [RFC PATCH 0/3] usage: prefix all lines in `vreportf()`, not just the first
  ` [RFC PATCH 2/3] "

[PATCH for-4.11] Revert "tools/kdd: mute spurious gcc warning"
 2018-05-29 10:30 UTC  (2+ messages)

Additional Relocations (R_ARM_THM_MOVT_ABS) support in mkimage
 2018-05-29 10:29 UTC  (3+ messages)

XSM in osstest, grub config, outstanding patch
 2018-05-29 10:28 UTC  (3+ messages)

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-29 10:27 UTC  (6+ messages)
` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI

[PATCH 00/13] xen/arm: SSBD (aka Spectre-v4) mitigation (XSA-263)
 2018-05-29 10:27 UTC  (4+ messages)
` [PATCH 01/13] xen/arm: domain: Zeroed the vCPU stack

[PATCH] cpufreq: reinitialize new policy min/max when writing scaling_(max|min)_freq
 2018-05-29 10:26 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v2 00/11] Modify action API for implementing lockless actions
 2018-05-29 10:25 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 11/11] net: sched: change action API to use array of pointers to actions

[PATCH net-next v2 0/7] net: bridge: Notify about bridge VLANs
 2018-05-29 10:25 UTC  (4+ messages)
` [PATCH net-next v2 3/7] rocker: rocker_main: Ignore bridge VLAN events
  ` [Bridge] "

post-receive: pub/scm/linux/kernel/git/ulfh/mmc
 2018-05-29 10:25 UTC 

[PATCH 0/8] signal: refactor some functions
 2018-05-29 10:24 UTC  (4+ messages)
` [PATCH 8/8] signal: simplify rt_sigaction()

[PATCH] RFT mm/oomkill: Don't skip the reaper
 2018-05-29 10:24 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

linux-next: build failure after merge of the crypto tree
 2018-05-29 10:22 UTC  (3+ messages)

[PATCH] doc: document scope NOFS, NOIO APIs
 2018-05-29 10:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH for-4.11] tools: set DEBUG_DIR from configure
 2018-05-29 10:22 UTC  (5+ messages)

[PATCH 0/6] ASoC: qdsp6: Add support to TDM ports
 2018-05-29 10:18 UTC  (17+ messages)
` [PATCH 1/6] ASoC: qdsp6: dt-bindings: Add q6afe tdm dt binding
` [PATCH 2/6] ASoC: qdsp6: qdafe: add support to tdm ports
` [PATCH 3/6] ASoC: qdsp6: q6afe-dai: use q6afe_dai_prepare() for MI2S
` [PATCH 4/6] ASoC: qdsp6: q6afe-dai: add support to tdm dais
` [PATCH 5/6] ASoC: qdsp6: q6routing: Add macros for mixers
` [PATCH 6/6] ASoC: qdsp6: q6routing: Add support to all TDM Mixers

Frequent ath10k crashes with QCA6174 on kernels 4.16 and 4.17
 2018-05-29 10:21 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/klassert/linux-stk
 2018-05-29 10:21 UTC 

[PATCH v2 0/6] Add powerdomain driver for corners on msm8996/sdm845
 2018-05-29 10:19 UTC  (4+ messages)
` [PATCH v2 5/6] soc: qcom: rpmh powerdomain driver

[Qemu-devel] [PATCH] target/i386: Fixed CR0.TS check in gen_sse
 2018-05-29 10:19 UTC 

[PATCH] drm/amdgpu: detect buffer overflow and avoid unnecessary dereference
 2018-05-29 10:17 UTC 

[PATCH] mei: discard messages from not connected client during power down
 2018-05-29 10:16 UTC  (3+ messages)

[PATCH] x86: suppress sync when XPTI is disabled for a domain
 2018-05-29 10:16 UTC 

[Qemu-devel] [PULL v4 0/4] Merge tpm 2018/05/23
 2018-05-29 10:15 UTC  (2+ messages)

[PATCH] powerpc/prom: Fix %llx usage since prom_printf() change
 2018-05-29 10:15 UTC 

[Cluster-devel] [RFC PATCH 0/3] Speed up journal head lookup
 2018-05-29 10:15 UTC  (3+ messages)
` [Cluster-devel] [RFC PATCH 3/3] gfs2: read journal in large chunks to locate the head

[PATCH v2] x86/CPUID: don't override tool stack decision to hide STIBP
 2018-05-29 10:15 UTC 

[Qemu-devel] [PATCH v3] sandbox: disable -sandbox if CONFIG_SECCOMP undefined
 2018-05-29 10:14 UTC  (4+ messages)

[Qemu-devel] storing machine data in qcow images?
 2018-05-29 10:14 UTC  (13+ messages)

[PATCH v1 0/2] hwmon: Add NPCM7xx PWM driver support
 2018-05-29 10:02 UTC  (2+ messages)
` [PATCH v1 1/2] dt-binding: hwmon: Add NPCM7xx PWM documentation

[PATCH 00/10] nvme: ANA fixups
 2018-05-29 10:14 UTC  (7+ messages)
` [PATCH 05/10] nvme: retry nvme_get_log_ext() when processing ANA log
` [PATCH 06/10] nvme: simplify check for ANA in nvme_ns_id_attrs_are_visible()
` [PATCH 07/10] nvmet: make ANATT configurable
` [PATCH 08/10] nvmet: Set nanagrpid correctly
` [PATCH 09/10] nvmet: Set mnan correctly
` [PATCH 10/10] nvmet: set 'nuse' and 'nsze' to zero for inaccessible paths


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.