All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-11 18:57:59 to 2018-12-11 19:55:45 UTC [more...]

post-receive: pub/scm/linux/kernel/git/mmind/linux-rockchip
 2018-12-11 19:55 UTC 

[U-Boot] [PATCH v2 0/3] efi_loader: add removable device support
 2018-12-11 19:55 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] efi_loader: enumerate disk devices every time

post-receive: pub/scm/linux/kernel/git/mmind/linux-rockchip
 2018-12-11 19:55 UTC 

RME Fireface alsa driver
 2018-12-11 19:51 UTC 

IP fragmentation performance and don't fragment bug when forwarding
 2018-12-11 19:51 UTC  (8+ messages)
    ` IP (rtl8169) forwarding bug (performance)

wlcore getting stuck on hikey after the runtime PM autosuspend support change
 2018-12-11 19:50 UTC  (7+ messages)

[PATCH] drm/i915: DFSM pipe disable is valid from gen9 onwards
 2018-12-11 19:51 UTC  (4+ messages)
` [PATCH] drm/i915: DFSM pipe disable is valid from gen9 onwards (v2)
` ✓ Fi.CI.IGT: success for drm/i915: DFSM pipe disable is valid from gen9 onwards
` ✓ Fi.CI.BAT: success for drm/i915: DFSM pipe disable is valid from gen9 onwards (rev2)

[meta-oe][PATCH] nginx: update stable version to 1.14.2
 2018-12-11 19:49 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2018-12-11 19:50 UTC 

[PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs
 2018-12-11 19:49 UTC  (4+ messages)

[RFC PATCH v2 00/15] Introduced new Cadence USBSS DRD Driver
 2018-12-11 19:49 UTC  (7+ messages)
` [RFC PATCH v2 08/15] usb:cdns3: Implements device operations part of the API
          ` [RFC,v2,08/15] "

[PATCH] dt-bindings: i2c: Use correct vendor prefix for Atmel
 2018-12-11 19:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] i2c: of: Try to find an I2C adapter matching the parent
 2018-12-11 19:43 UTC  (3+ messages)

Correct PVID behavior with bridge's VLAN filtering on/off?
 2018-12-11 19:48 UTC  (2+ messages)
` [Bridge] "

[Qemu-devel] [PATCH v2] target/i386: Fixes to the check missing features routine
 2018-12-11 19:47 UTC  (3+ messages)

[MODERATED] [PATCH v2 0/8] MDSv2 8
 2018-12-11 19:47 UTC  (11+ messages)
` [MODERATED] [PATCH v2 3/8] MDSv2 5
  ` [MODERATED] "

[SPDK] [CI] Opening Geritt for external CI
 2018-12-11 19:47 UTC 

[PATCH v3 0/2] spi: Add Renesas R-Car Gen3 RPC SPI driver
 2018-12-11 19:45 UTC  (3+ messages)
` [PATCH v3 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver

[PATCH 1/2] dt-bindings: Add vendor prefix for Catalyst Semiconductor
 2018-12-11 19:42 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: imx6: Add support for Phytec phyBOARD i.MX6UL Segin

[Qemu-devel] [PATCH] qdev/core: Can not replug device on bus that allows one device
 2018-12-11 19:41 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2018-12-11 19:39 UTC 

[PATCH v2 1/4] ARM: dts: rockchip: Fix the PMU interrupt number for rv1108
 2018-12-11 19:39 UTC  (4+ messages)
` [PATCH v2 4/4] ARM: dts: rockchip: Add internal timer support "

PASS: Test report for kernel 4.19.9-rc1.skt+ (linux-stable-rc)
 2018-12-11 19:39 UTC 

[PATCH v3 1/2] ARM: dts: aspeed: Add KCS & lpc ctrl for Facebook
 2018-12-11 19:37 UTC  (6+ messages)
` [PATCH v3 2/2] ARM: dts: aspeed: Add KCS support for LPC BMC

[PATCH] i2c: i2c-tegra: replace spin_lock_irqsave with spin_lock in ISR
 2018-12-11 19:38 UTC  (2+ messages)

[rocko/master][PATCH 1/2] point-cloud-viewer: fetch from git
 2018-12-11 19:26 UTC  (2+ messages)
` [rocko/master][PATCH 2/2] hevc-arm-decoder: "

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2018-12-11 19:37 UTC 

[PATCH 1/7] [DSA] adding fields for holding information about upstream-port
 2018-12-11 19:33 UTC  (14+ messages)
` [PATCH 2/7] [DSA] add helper functions
` [PATCH 3/7] [DSA] adding handling of second CPU-Port
` [PATCH 4/7] [DSA] add support for GMAC2 wired to ext
` [PATCH 5/7] [DSA] dsa multi cpu (mt7530.c)
` [PATCH 6/7] [DSA] tell GDMA when we are turning on the special tag
` [PATCH 7/7] [DSA] mt7530 add linking to mdio

[Qemu-devel] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
 2018-12-11 19:35 UTC  (22+ messages)
` [Qemu-devel] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
` [Qemu-devel] [RFC PATCH 2/6] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX "
` [Qemu-devel] [RFC PATCH 3/6] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR "
` [Qemu-devel] [RFC PATCH 4/6] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
` [Qemu-devel] [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations

[U-Boot] [BUG] build warnings for tools/mtk_image.c
 2018-12-11 19:33 UTC 

[PATCH 0/5] implement nvmf read/write queue maps
 2018-12-11 19:30 UTC  (4+ messages)
` [PATCH nvme-cli 6/5] fabrics: pass in nr_write_queues

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2018-12-11 19:32 UTC 

[RFC PATCH v2 4/4] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions
 2018-12-11 19:31 UTC  (11+ messages)

[PATCH v9 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-12-11 19:29 UTC  (4+ messages)

[CI 1/2] drm/i915: Don't use DDB allocation when choosing gen9 watermark method
 2018-12-11 19:29 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/2] drm/i915: Don't use DDB allocation when choosing gen9 watermark method (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH V9 0/7] clk: imx: add imx8qxp clock support
 2018-12-11 19:29 UTC  (6+ messages)
` [PATCH V9 1/7] clk: imx: add configuration option for mmio clks

Xen optimization
 2018-12-11 19:29 UTC  (19+ messages)

[Qemu-devel] [RFC 0/3] target/m68k: convert to transaction_failed hook
 2018-12-11 19:29 UTC  (3+ messages)

[PATCH v3 0/3] i2c: at91: slave mode support
 2018-12-11 19:28 UTC  (5+ messages)

[PATCH 0/3] arm64/sve: UAPI: Disentangle ptrace.h from sigcontext.h
 2018-12-11 19:26 UTC  (8+ messages)
` [PATCH 1/3] kbuild: install_headers.sh: Strip _UAPI from #if-defined() guards
` [PATCH 2/3] arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definition
` [PATCH 3/3] arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>

[Bug 109020] i915 [drm]: GPU hang in dxvk in wine-4.0-rc1
 2018-12-11 19:26 UTC  (2+ messages)

[PATCH] fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
 2018-12-11 19:26 UTC  (2+ messages)

[Qemu-devel] [PATCH] x86: host-phys-bits-limit option
 2018-12-11 19:25 UTC 

[RFC/RFT 00/10] i2c: move handling of suspended adapters to the core
 2018-12-11 19:24 UTC  (4+ messages)

[Buildroot] [PATCH v1 1/1] package/swupdate: Update to version 2018.11
 2018-12-11 19:24 UTC 

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2018-12-11 19:24 UTC 

[U-Boot] policy regarding unused code
 2018-12-11 19:24 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs-utils
 2018-12-11 19:24 UTC 

[PATCH 0/8] introduce no-overlay and cached mode in git checkout
 2018-12-11 19:23 UTC  (6+ messages)
` [PATCH 6/8] checkout: add --cached option

[GIT PULL 00/21] lightnvm updates for 4.21
 2018-12-11 19:23 UTC  (23+ messages)
` [GIT PULL 01/21] lightnvm: pblk: ignore the smeta oob area scan
` [GIT PULL 02/21] lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()
` [GIT PULL 03/21] lightnvm: pblk: fix chunk close trace event check
` [GIT PULL 04/21] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [GIT PULL 05/21] lightnvm: pblk: account for write error sectors in emeta
` [GIT PULL 06/21] lightnvm: pblk: stop writes gracefully when running out of lines
` [GIT PULL 07/21] lightnvm: pblk: set conservative threshold for user writes
` [GIT PULL 08/21] lightnvm: pblk: remove unused macro
` [GIT PULL 09/21] lightnvm: pblk: fix pblk_lines_init error handling path
` [GIT PULL 10/21] lightnvm: pblk: remove dead code in pblk_recov_l2p
` [GIT PULL 11/21] lightnvm: pblk: fix spelling in comment
` [GIT PULL 12/21] lightnvm: pblk: add lock protection to list operations
` [GIT PULL 13/21] lightnvm: pblk: add comments wrt locking in recovery path
` [GIT PULL 14/21] lightnvm: simplify geometry enumeration
` [GIT PULL 15/21] lightnvm: pblk: avoid ref warning on cache creation
` [GIT PULL 16/21] lightnvm: pblk: move lba list to partial read context
` [GIT PULL 17/21] lightnvm: pblk: add helpers for OOB metadata
` [GIT PULL 18/21] lightnvm: dynamic DMA pool entry size
` [GIT PULL 19/21] lightnvm: disable interleaved metadata
` [GIT PULL 20/21] lightnvm: pblk: support packed metadata
` [GIT PULL 21/21] lightnvm: pblk: do not overwrite ppa list with meta list

[PATCH net-next] bnxt: lower log priority of hwrm message to info
 2018-12-11 19:23 UTC 

[PATCH] ath10k: fix incorrect multicast/broadcast rate setting
 2018-12-11 19:22 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs-utils
 2018-12-11 19:22 UTC 

[PATCH v5 0/7] zynqmp: Add forwarding of platform specific firmware calls
 2018-12-11 19:22 UTC  (8+ messages)
` [PATCH v5 2/7] xen/arm: zynqmp: Forward plaform "
` [PATCH v5 3/7] xen/arm: zynqmp: introduce zynqmp specific defines

[PATCH v3 00/24] NFS/RDMA client for next
 2018-12-11 19:19 UTC  (3+ messages)
` [PATCH v3 18/24] NFS: Fix NFSv4 symbolic trace point output

[PATCH] x86/speculation: Add support for STIBP always-on preferred mode
 2018-12-11 19:19 UTC  (2+ messages)

[PATCH V4 0/8] brcmfmac: chip related changes
 2018-12-11 19:17 UTC  (4+ messages)

[PATCH net-next] bpf: fix up uapi helper description and sync bpf header with tools
 2018-12-11 19:17 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2018-12-11 19:17 UTC 

[PATCH bpf v2] bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
 2018-12-11 19:14 UTC  (2+ messages)

[Patch net-next] net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
 2018-12-11 19:15 UTC 

[LTP] [PATCH v2 0/3] ltp: new test for crypto_user information leak bug
 2018-12-11 19:15 UTC  (5+ messages)
` [LTP] [PATCH v2 3/3] crypto/crypto_user01.c: new test for "

[PATCH 0/2 RESEND] vfs: Fix crashes when reading /proc/mounts
 2018-12-11 19:14 UTC  (4+ messages)
` [PATCH 2/2] proc: Protect readers of /proc/mounts from remount

[PATCH] erofs-mkfs: mkfs_erofs.h: clean up definitions
 2018-12-11 19:14 UTC 

[PATCH net-next,v5 00/12] add flow_rule infrastructure
 2018-12-11 19:14 UTC  (3+ messages)
` [net-next,v5,00/12] "

[PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
 2018-12-11 19:13 UTC  (4+ messages)

[PATCH] VSOCK: bind to random port for VMADDR_PORT_ANY
 2018-12-11 19:12 UTC  (2+ messages)
` [PATCH v2] "

Regression in next-20181211 with fsverity changes
 2018-12-11 19:12 UTC  (2+ messages)

[PATCH v2 1/4] iio: ti-ads124s08: Add DT binding documentation
 2018-12-11 19:12 UTC  (4+ messages)
` [PATCH v2 2/4] iio: adc: Add the TI ads124s08 ADC code
` [PATCH v2 3/4] iio: ti-ads8688: Update buffer allocation for timestamps
` [PATCH v2 4/4] iio: ti-ads8688: Migrate to device managed IIO calls

[PATCH] nfsref: switch the way libraries are linked
 2018-12-11 19:12 UTC  (2+ messages)

[PATCH v3 0/7] Standardize onboard LED support for 96Boards
 2018-12-11 19:11 UTC  (7+ messages)
` [PATCH v3 1/7] arm64: dts: rockchip: ficus: Add on-board LED support
` [PATCH v3 2/7] arm64: dts: rockchip: rock960: "

[U-Boot] Regression: dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected
 2018-12-11 19:11 UTC  (2+ messages)

[PATCH] x86/vdso: drop implicit common-page-size linker flag
 2018-12-11 19:08 UTC  (8+ messages)
` [tip:x86/build] x86/um/vdso: Drop "

post-receive: pub/scm/linux/kernel/git/geoff/ps3-linux
 2018-12-11 19:08 UTC 

[PATCH] Linux: Implement membarrier function
 2018-12-11 19:08 UTC  (3+ messages)

[PATCH v6 0/7] Add virtio-iommu driver
 2018-12-11 19:07 UTC  (5+ messages)
  ` [virtio-dev] "

[PATCH v2] mm: thp: fix flags for pmd migration when split
 2018-12-11 19:07 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] efi_loader: non-volatile variables support
 2018-12-11 19:07 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] cmd: efishell: make Boot####/BootOrder variable non-volatile
` [U-Boot] [PATCH 4/4] efi_loader: bootmgr: make BootNext non-volatile

post-receive: pub/scm/linux/kernel/git/davem/net
 2018-12-11 19:06 UTC 

[PATCH] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
 2018-12-11 19:05 UTC  (4+ messages)

[Qemu-devel] [ANNOUNCE] QEMU 3.1.0 is now available
 2018-12-11 19:05 UTC 

pull-request: ieee802154 for net 2018-12-11
 2018-12-11 19:05 UTC  (2+ messages)

[PATCH 0/8][V2] Enospc cleanups and fixeS
 2018-12-11 19:04 UTC  (6+ messages)
` [PATCH 4/8] btrfs: add ALLOC_CHUNK_FORCE to the flushing code

[PATCH v1 0/2] Introduced new Cadence USBSS DRD Driver
 2018-12-11 19:04 UTC  (6+ messages)
` [PATCH v1 2/2] usb:cdns3 Add Cadence USB3 "
      ` [v1,2/2] "

post-receive: pub/scm/linux/kernel/git/geoff/ps3-linux
 2018-12-11 19:04 UTC 

post-receive: pub/scm/linux/kernel/git/geoff/ps3-linux
 2018-12-11 19:03 UTC 

[PATCH v2 1/2] ARM: dts: aspeed: Add KCS & lpc ctrl for Facebook
 2018-12-11 19:02 UTC  (6+ messages)
` [PATCH v2 2/2] ARM: dts: aspeed: Add KCS support for LPC BMC

[PATCH] mkfs.xfs: null-terminate symlinks created via protofile
 2018-12-11 19:02 UTC  (3+ messages)
` [PATCH V2] "
  ` [PATCH] mkfs: fix symlink target if_bytes computation for protofile

[PATCH] mbuf: implement generic format for sched field
 2018-12-11 19:02 UTC  (3+ messages)
` [PATCH v2 1/3] "

[Qemu-devel] [PATCH 0/3] macppc: minor patches for 4.0
 2018-12-11 19:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device

[PATCH V2] x86/intel_rdt: Ensure usage of CPUs are locked while needed
 2018-12-11 19:02 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2018-12-11 19:02 UTC 

[PATCH] pci: avoid bridge feature re-probing on hotplug
 2018-12-11 19:01 UTC  (3+ messages)

post-receive: pub/scm/utils/mdadm/mdadm
 2018-12-11 19:01 UTC 

[PATCH v4 0/7] mips: system call table generation support
 2018-12-11 18:59 UTC  (5+ messages)
` [PATCH v4 3/7] mips: rename macros and files from '64' to 'n64'

[PATCH v4 0/7] mfd / platform: cros_ec: move cros_ec sysfs attributes to its own drivers
 2018-12-11 18:59 UTC  (3+ messages)
` [PATCH v4 5/7] mfd / platform: cros_ec: move device sysfs attributes to its own driver

[CI 2/2] drm/i915: Switch to level-based DDB allocation algorithm (v5)
 2018-12-11 18:58 UTC  (2+ messages)
` [CI 2/2] drm/i915: Switch to level-based DDB allocation algorithm (v6)

[Bug 151491] New: free space lossage on busy system with bigalloc enabled and 128KB cluster
 2018-12-11 18:57 UTC  (2+ messages)
` [Bug 151491] "


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.