All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-19 20:43:25 to 2019-06-19 21:43:54 UTC [more...]

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2019-06-19 21:43 UTC 

[PATCH v2 0/2] x86/cpufeatures: Re-arrange a few features and enumerate AVX512 BFLOAT16 intructions
 2019-06-19 21:34 UTC  (7+ messages)
` [PATCH v2 1/2] x86/cpufeatures: Combine word 11 and 12 into new scattered features word 11
` [PATCH v2 2/2] x86/cpufeatures: Enumerate new AVX512 BFLOAT16 instructions

[meta-oe][PATCH v2] kernel-fitimage: introduce FIT_HASH_ALG
 2019-06-19 21:43 UTC  (10+ messages)
` [meta-oe,v2] "

[PATCH net-next v2 0/1] net: fastopen: follow-up tweaks for SipHash switch
 2019-06-19 21:42 UTC  (3+ messages)
` [PATCH net-next v2 1/1] net: fastopen: robustness and endianness fixes for SipHash

[PATCH v4 0/4] Test oidmap
 2019-06-19 21:42 UTC  (2+ messages)

[RFC V1 0/6] Introduce dynamic allocation/freeing of MSI-X vectors
 2019-06-19 22:03 UTC  (7+ messages)
` [RFC V1 1/6] PCI/MSI: New structures/macros for dynamic MSI-X allocation
` [RFC V1 2/6] PCI/MSI: Dynamic allocation of MSI-X vectors by group
` [RFC V1 3/6] x86: Introduce the dynamic teardown function
` [RFC V1 4/6] PCI/MSI: Introduce new structure to manage MSI-x entries
` [RFC V1 5/6] PCI/MSI: Free MSI-X resources by group
` [RFC V1 6/6] Documentation: PCI/MSI: Document dynamic MSI-X infrastructure

[PATCH net-next v1] net: stmmac: initialize the reset delay array
 2019-06-19 21:41 UTC  (2+ messages)

[Xen-devel] [PATCH] xen/arm: fix build after 2e35cdf
 2019-06-19 21:40 UTC  (2+ messages)

[PATCH 1/1] parted: change device manager check in ptest
 2019-06-19 21:39 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2019-06-19 21:38 UTC 

[Xen-devel] [PATCH 0/4] xen/link: Fixes and improvements to Xen's linking
 2019-06-19 21:38 UTC  (10+ messages)
` [Xen-devel] [PATCH 1/4] xen/link: Cope with .rodata.cst* sections
` [Xen-devel] [PATCH 2/4] xen/link: Link .data.schedulers and CONSTRUCTERS in more appropriate locations
` [Xen-devel] [PATCH 3/4] xen/link: Fold .data.read_mostly into .data
` [Xen-devel] [PATCH 4/4] xen/link: Misc cleanup

[PATCH v4] rev-list: teach --no-object-names to enable piping
 2019-06-19 21:38 UTC  (6+ messages)
` [PATCH v5] "

[Buildroot] [PATCH 1/1] package/gzip: bump to version 1.10
 2019-06-19 21:37 UTC 

Understanding DIRC section of .git/index
 2019-06-19 21:37 UTC 

[Xen-devel] [linux-4.19 test] 137925: regressions - FAIL
 2019-06-19 21:35 UTC 

[CI 01/33] drm/i915: Convert intel_vgt_(de)balloon to uncore
 2019-06-19 21:34 UTC  (33+ messages)
` [CI 02/33] drm/i915: Introduce struct intel_gt as replacement for anonymous i915->gt
` [CI 03/33] drm/i915: Move intel_gt initialization to a separate file
` [CI 04/33] drm/i915: Store some backpointers in struct intel_gt
` [CI 05/33] drm/i915: Move intel_gt_pm_init under intel_gt_init_early
` [CI 06/33] drm/i915: Make i915_check_and_clear_faults take intel_gt
` [CI 07/33] drm/i915: Convert i915_gem_init_swizzling to intel_gt
` [CI 08/33] drm/i915: Use intel_uncore_rmw in intel_gt_init_swizzling
` [CI 09/33] drm/i915: Convert init_unused_rings to intel_gt
` [CI 10/33] drm/i915: Convert gt workarounds "
` [CI 11/33] drm/i915: Store backpointer to intel_gt in the engine
` [CI 12/33] drm/i915: Convert intel_mocs_init_l3cc_table to intel_gt
` [CI 13/33] drm/i915: Convert i915_ppgtt_init_hw "
` [CI 14/33] drm/i915: Consolidate some open coded mmio rmw
` [CI 15/33] drm/i915: Convert i915_gem_init_hw to intel_gt
` [CI 16/33] drm/i915: Move intel_engines_resume into common init
` [CI 17/33] drm/i915: Stop using I915_READ/WRITE in intel_wopcm_init_hw
` [CI 18/33] drm/i915: Compartmentalize i915_ggtt_probe_hw
` [CI 19/33] drm/i915: Compartmentalize i915_ggtt_init_hw
` [CI 20/33] drm/i915: Make ggtt invalidation work on ggtt
` [CI 21/33] drm/i915: Store intel_gt backpointer in vm
` [CI 22/33] drm/i915: Compartmentalize i915_gem_suspend/restore_gtt_mappings
` [CI 23/33] drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt
` [CI 24/33] drm/i915: Move i915_gem_chipset_flush "
` [CI 25/33] drm/i915: Compartmentalize timeline_init/park/fini
` [CI 26/33] drm/i915: Compartmentalize i915_ggtt_cleanup_hw
` [CI 27/33] drm/i915: Compartmentalize i915_gem_init_ggtt
` [CI 28/33] drm/i915: Store ggtt pointer in intel_gt
` [CI 29/33] drm/i915: Compartmentalize ring buffer creation
` [CI 30/33] drm/i915: Save trip via top-level i915 in a few more places
` [CI 31/33] drm/i915: Make timelines gt centric
` [CI 32/33] drm/i915: Rename i915_timeline to intel_timeline and move under gt
` [CI 33/33] drm/i915: Eliminate dual personality of i915_scratch_offset

[PATCH] sched/topology: Improve load balancing on AMD EPYC
 2019-06-19 21:34 UTC  (7+ messages)

stable-rc/linux-4.9.y build: 197 builds: 6 failed, 191 passed, 5 errors, 3135 warnings (v4.9.182)
 2019-06-19 21:34 UTC 

[PATCH net-next] selftests/net: make udpgso_bench skip unsupported testcases
 2019-06-19 21:34 UTC  (2+ messages)

[PATCH net-next 0/2] PCI: let pci_disable_link_state propagate errors
 2019-06-19 21:32 UTC  (4+ messages)
` [PATCH net-next 1/2] "

post-receive: pub/scm/linux/kernel/git/ebiggers/xfstests-dev
 2019-06-19 21:31 UTC 

post-receive: pub/scm/linux/kernel/git/ebiggers/xfstests-dev
 2019-06-19 21:31 UTC 

[PATCH 1/1] glib-2.0: Fix CVE-2019-12450
 2019-06-19 21:30 UTC  (2+ messages)
` ✗ patchtest: failure for "

[Buildroot] [PATCH 0/4] Sanetize packages version
 2019-06-19 21:30 UTC  (7+ messages)
` [Buildroot] [PATCH 1/4] package: remove 'v' prefix from github-fetched packages
` [Buildroot] [PATCH 2/4] package: remove 'v' prefix from tarball-fetched packages
` [Buildroot] [PATCH 3/4] package: remove non-conventional prefix/suffix from github-fetched packages

[Buildroot] [PATCH v2 1/3] package/iputils: Reenable traceroute6
 2019-06-19 21:30 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/3] iputils: Update upstream status on patches
` [Buildroot] [PATCH v2 3/3] package/iputils: create ping6 symlink in post install target hook

[PATCH] net/ipv4: fib_trie: Avoid cryptic ternary expressions
 2019-06-19 21:29 UTC  (2+ messages)

[PATCH net-next v3 0/1] net: fastopen: follow-up tweaks for SipHash switch
 2019-06-19 21:27 UTC  (2+ messages)
` [PATCH net-next v3 1/1] net: fastopen: robustness and endianness fixes for SipHash

post-receive: pub/scm/linux/kernel/git/ebiggers/xfstests-dev
 2019-06-19 21:28 UTC 

[PATCH v2 0/3] PCI / ACPI: Handle sibling devices sharing power resources
 2019-06-19 21:28 UTC  (3+ messages)
` [PATCH v2 1/3] PCI / ACPI: Use cached ACPI device state to get PCI device power state

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir
 2019-06-19 21:27 UTC  (4+ messages)

[Buildroot] [git commit] package: remove non-conventional prefix/suffix from github-fetched packages
 2019-06-19 21:26 UTC 

[PATCH 1/2] i2c: aspeed: allow to customize base clock divisor
 2019-06-19 21:25 UTC  (5+ messages)

[PATCH] SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES
 2019-06-19 21:24 UTC 

[PATCH] revision: remove stray whitespace when name empty
 2019-06-19 21:24 UTC  (5+ messages)
` [PATCH v2] rev-list: teach --oid-only to enable piping

[Query] arm64: Right approach to support Image.gz file type via kexec_file_load()
 2019-06-19 21:23 UTC  (2+ messages)

[PATCH] drm/bridge: dw-hdmi: Use automatic CTS generation mode when using non-AHB audio
 2019-06-19 21:22 UTC  (3+ messages)

[meta-networking][PATCH] wireless-regdb: Remove, was moved to oe-core
 2019-06-19 21:22 UTC 

[RFC PATCH] rev-list: clarify --abbrev and --abbrev-commit usage
 2019-06-19 21:21 UTC  (6+ messages)

✅ PASS: Test report for kernel 4.19.53-9f31eb6.cki (stable)
 2019-06-19 21:21 UTC 

[PATCH i-g-t v3 0/4] Use C11 atomics
 2019-06-19 21:21 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Use C11 atomics (rev3)

[Qemu-devel] [QEMU PATCH v4 0/10]: target/i386: kvm: Add support for save and restore of nested state
 2019-06-19 21:17 UTC  (9+ messages)
` [Qemu-devel] [QEMU PATCH v4 01/10] target/i386: kvm: Delete VMX migration blocker on vCPU init failure
` [Qemu-devel] [QEMU PATCH v4 06/10] linux-headers: i386: Modify struct kvm_nested_state to have explicit fields for data

[PATCH] net: mvpp2: cls: Add pmap to fs dump
 2019-06-19 21:20 UTC  (4+ messages)
` [PATCH v2] net: mvpp2: debugfs: "

[PATCH 1/4] mm: Check if mmu notifier callbacks are allowed to fail
 2019-06-19 21:20 UTC  (9+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2019-06-19 21:20 UTC 

WARNING: CPU: 0 PID: 11655 at mm/page_counter.c:62
 2019-06-19 21:19 UTC  (2+ messages)

[PATCH] drm/bridge/synopsys: dw-hdmi: Handle audio for more clock rates
 2019-06-19 21:11 UTC  (5+ messages)

WARNING in perf_reg_value
 2019-06-19 21:15 UTC  (3+ messages)

[RFC PATCH v1 0/5] s390: more vfio-ccw code rework
 2019-06-19 21:15 UTC  (8+ messages)
` [RFC PATCH v1 1/5] vfio-ccw: Move guest_cp storage into common struct
` [RFC PATCH v1 5/5] vfio-ccw: Remove copy_ccw_from_iova()

[PATCH net] ipv6: Default fib6_type to RTN_UNICAST when not set
 2019-06-19 21:15 UTC  (2+ messages)

[PATCH] drm/i915: Rings are always flushed
 2019-06-19 21:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

post-receive: pub/scm/linux/kernel/git/davem/net
 2019-06-19 21:15 UTC 

[RFC PATCH v3 00/12] security: x86/sgx: SGX vs. LSM, round 3
 2019-06-19 21:13 UTC  (7+ messages)
` [RFC PATCH v3 09/12] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX
` [RFC PATCH v3 10/12] security/selinux: Add enclave_load() implementation

. components in paths (gitattributes and git hash-object --path)
 2019-06-19 21:12 UTC 

kernel tree support matrix for Clang
 2019-06-19 21:12 UTC  (3+ messages)

[PATCH] net: fddi: skfp: Include generic PCI definitions from pci_regs.h
 2019-06-19 21:12 UTC  (4+ messages)
  ` [Linux-kernel-mentees] "

[PATCH v2 1/2] drm/bridge/synopsys: dw-hdmi: Handle audio for more clock rates
 2019-06-19 21:07 UTC  (2+ messages)
` [PATCH v2 2/2] drm/bridge/synopsys: dw-hdmi: Allow platforms to provide custom audio tables

[PATCH net-next] net: sched: act_ctinfo: tidy UAPI definition
 2019-06-19 21:11 UTC  (2+ messages)

[PATCH] nfs: fix out-of-date connectathon talk URL
 2019-06-19 21:11 UTC 

[PATCH net] net/sched: flower: fix infinite loop in fl_walk()
 2019-06-19 21:09 UTC 

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2019-06-19 21:09 UTC 

[PATCH v2 00/11] Fix driver reload issues
 2019-06-19 21:09 UTC  (7+ messages)
` [PATCH v2 09/11] ASoC: Intel: hdac_hdmi: Set ops to NULL on remove
  ` [alsa-devel] "

[PATCH -next] mm/slab: fix an use-after-free in kmemcg_workfn()
 2019-06-19 21:07 UTC  (2+ messages)

HP Compaq 8200 Elite SFF
 2019-06-19 21:07 UTC 

[Qemu-devel] [RFC v1 0/5] RISC-V: Add firmware loading support and default
 2019-06-19 21:01 UTC  (11+ messages)
` [Qemu-devel] [RFC v1 2/5] hw/riscv: Add support for loading a firmware
    ` [Qemu-devel] [Qemu-riscv] "
          ` [Qemu-riscv] [Qemu-devel] "
` [Qemu-devel] [RFC v1 3/5] hw/riscv: Extend the kernel loading support
      ` [Qemu-riscv] "

[PATCH] Replace Jeff by Chuck as nfsd co-maintainer
 2019-06-19 21:06 UTC 

[PATCH 00/17] Fix MSVC support, at long last
 2019-06-19 21:06 UTC  (35+ messages)
` [PATCH 02/17] t0001 (mingw): do not expect a specific order of stdout/stderr
` [PATCH 03/17] cache-tree.c: avoid reusing the DEBUG constant
` [PATCH v2 00/20] Fix MSVC support, at long last
  ` [PATCH v2 01/20] mingw: fix a typo in the msysGit-specific section
  ` [PATCH v2 03/20] t0001 (mingw): do not expect a specific order of stdout/stderr
  ` [PATCH v2 02/20] Mark .bat files as requiring CR/LF endings
  ` [PATCH v2 04/20] cache-tree/blame: avoid reusing the DEBUG constant
  ` [PATCH v2 05/20] obstack: fix compiler warning
  ` [PATCH v2 06/20] mingw: replace mingw_startup() hack
  ` [PATCH v2 07/20] msvc: fix dependencies of compat/msvc.c
  ` [PATCH v2 08/20] msvc: include sigset_t definition
  ` [PATCH v2 10/20] msvc: mark a variable as non-const
  ` [PATCH v2 09/20] msvc: define O_ACCMODE
  ` [PATCH v2 11/20] msvc: do not re-declare the timespec struct
  ` [PATCH v2 12/20] msvc: define ftello()
  ` [PATCH v2 13/20] msvc: fix detect_msys_tty()
  ` [PATCH v2 14/20] msvc: update Makefile to allow for spaces in the compiler path
  ` [PATCH v2 15/20] msvc: support building Git using MS Visual C++
  ` [PATCH v2 16/20] msvc: add a compile-time flag to allow detailed heap debugging
  ` [PATCH v2 18/20] msvc: do not pretend to support all signals
  ` [PATCH v2 17/20] msvc: add pragmas for common warnings
  ` [PATCH v2 19/20] msvc: avoid debug assertion windows in Debug Mode
  ` [PATCH v2 20/20] msvc: ignore .dll and incremental compile output

How to resolve an issue in swiotlb environment?
 2019-06-19 21:05 UTC  (3+ messages)

[Xen-devel] [xen-unstable-smoke test] 138039: tolerable all pass - PUSHED
 2019-06-19 21:05 UTC 

[PATCH v4 0/5] KVM: LAPIC: Implement Exitless Timer
 2019-06-19 21:03 UTC  (5+ messages)
` [PATCH v4 2/5] KVM: LAPIC: inject lapic timer interrupt by posted interrupt

[PATCH AUTOSEL 4.14 01/31] Staging: vc04_services: Fix a couple error codes
 2019-06-19 21:01 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 15/31] PCI: PM: Avoid possible suspend-to-idle issue

[PATCH 2/2] dt-bindings: i2c: aspeed: add base-clock-divisor property
 2019-06-19 20:50 UTC  (3+ messages)

[thud/master][PATCH 1/3] glow: Add pytorch neural network compiler and necessary dependencies * LLVM8 is added for GLOW compilation only. LLVM8 is used as native package only * glog and libunwind packages are also only used as native packages
 2019-06-19 15:50 UTC  (3+ messages)
` [thud/master][PATCH 2/3] demo-glow: Add mnist inference demo based on GLOW compiler
` [thud/master][PATCH 3/3] glow: Add glow to nativesdk pkggrp and demo-glow to target and src pkggrp-s, and example-applications

[PATCH] firmware: xilinx: zynqmp: Remove unused macro
 2019-06-19 20:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/psplash: add license file details
 2019-06-19 20:58 UTC 

[PATCH AUTOSEL 4.19 01/49] iio: dac: ds4422/ds4424 fix chip verification
 2019-06-19 20:58 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 17/49] efi/x86/Add missing error handling to old_memmap 1:1 mapping code

[PATCH v2] timekeeping: get_jiffies_boot_64() for jiffies that include sleep time
 2019-06-19 20:57 UTC  (6+ messages)

[PATCH v2 00/17] net: introduce Qualcomm IPA driver
 2019-06-19 20:56 UTC  (19+ messages)

[f2fs-dev] [PATCH] f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
 2019-06-19 20:52 UTC  (4+ messages)

Alternatives to /sys/kernel/debug/wakeup_sources
 2019-06-19 20:52 UTC  (15+ messages)

[Xen-devel] [libvirt test] 137929: tolerable all pass - PUSHED
 2019-06-19 20:51 UTC 

Linux 5.2-rc5
 2019-06-19 20:42 UTC  (5+ messages)
` NMI hardlock stacktrace deadlock [was Re: Linux 5.2-rc5]

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2019-06-19 20:50 UTC 

[PATCH v7 0/2] iio: cros_ec: Add lid angle driver
 2019-06-19 20:49 UTC  (5+ messages)
` [PATCH v7 2/2] "

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2019-06-19 20:49 UTC 

[thud/master][PATCH 1/2] linux-ti-staging: update to 4.19.50
 2019-06-19 20:47 UTC  (2+ messages)
` [thud/master][PATCH 2/2] u-boot-ti-staging: update to the latest

[PATCH] bpf: optimize constant blinding
 2019-06-19 20:45 UTC  (12+ messages)

[PATCH v2] svcrdma: Ignore source port when computing DRC hash
 2019-06-19 20:44 UTC  (4+ messages)

[PATCH v3 01/16] dt-bindings: net: Add YAML schemas for the generic Ethernet options
 2019-06-19 20:44 UTC  (5+ messages)
` [PATCH v3 06/16] dt-bindings: net: sun4i-emac: Convert the binding to a schemas

post-receive: pub/scm/linux/kernel/git/mkp/scsi
 2019-06-19 20:43 UTC 

post-receive: pub/scm/linux/kernel/git/mkp/scsi
 2019-06-19 20:43 UTC 

post-receive: pub/scm/linux/kernel/git/mkp/scsi
 2019-06-19 20:43 UTC 

post-receive: pub/scm/linux/kernel/git/mkp/scsi
 2019-06-19 20:43 UTC 

post-receive: pub/scm/linux/kernel/git/mkp/scsi
 2019-06-19 20:43 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.