All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-09 17:02:17 to 2017-10-09 17:47:42 UTC [more...]

[PATCH v3 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-09 17:47 UTC  (16+ messages)
` [PATCH v3 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v3 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v3 09/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v3 10/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v3 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code

[PATCH v1 0/2] fix temporary garbage in the cache entry
 2017-10-09 17:47 UTC  (8+ messages)
` [PATCH v1 1/2] entry.c: update cache entry only for existing files

[PATCH v6 0/3] run-time Linking support
 2017-10-09 17:47 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] eal/x86: run-time dispatch over memcpy

[PATCH v1] ltp-ddt: Update to latest
 2017-10-09 17:39 UTC 

[Qemu-devel] [PATCH v7 00/20] ARM SMMUv3 Emulation Support
 2017-10-09 17:45 UTC  (11+ messages)
` [Qemu-devel] [PATCH v7 06/20] hw/arm/smmuv3: Wired IRQ and GERROR helpers
` [Qemu-devel] [PATCH v7 07/20] hw/arm/smmuv3: Queue helpers
` [Qemu-devel] [PATCH v7 08/20] hw/arm/smmuv3: Implement MMIO write operations
` [Qemu-devel] [PATCH v7 09/20] hw/arm/smmuv3: Event queue recording helper
` [Qemu-devel] [PATCH v7 10/20] hw/arm/smmuv3: Implement translate callback

[PATCH] app/testpmd: fix compilation with I40E disabled
 2017-10-09 17:45 UTC  (2+ messages)

[PATCH] Remove redundant code in branch MAP_PIRQ_TYPE_MSI
 2017-10-09 17:44 UTC  (3+ messages)

[PATCH net-next 0/2] ipv6: addrlabel: avoid dirtying ip6addrlbl_entry
 2017-10-09 17:44 UTC  (2+ messages)

[PATCH] net: thunderx: mark expected switch fall-throughs in nicvf_main()
 2017-10-09 17:43 UTC  (3+ messages)

[PATCH] PCI: tegra: Use different MSI target address for Tegra20
 2017-10-09 17:43 UTC  (8+ messages)

[PATCH] linux/types.h: Restore the ability to disable sparse endianness checks
 2017-10-09 17:42 UTC  (4+ messages)

[PATCH v2] arm64: Expose support for optional ARMv8-A features
 2017-10-09 17:41 UTC  (2+ messages)

HP-UX for C8000
 2017-10-09 17:41 UTC  (12+ messages)

[PATCH 00/12] Netfilter/IPVS fixes for net
 2017-10-09 17:40 UTC  (2+ messages)

[PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM
 2017-10-09 17:40 UTC  (3+ messages)

[PATCH] Input: synaptics-rmi4: Clean up redundant check
 2017-10-09 17:39 UTC  (2+ messages)

[PATCH] Input: atmel_mxt_ts - Remove unnecessary byte_offset check
 2017-10-09 17:38 UTC  (3+ messages)

Why do full balance and deduplication reduce available free space?
 2017-10-09 17:38 UTC  (4+ messages)

CPU usage/threading on agd5f 4.15-wip
 2017-10-09 17:37 UTC  (2+ messages)

[RFC PATCH] x86/mm: Flush more aggressively in lazy TLB mode
 2017-10-09 17:36 UTC  (3+ messages)

[net 0/5][pull request] Intel Wired LAN Driver Updates 2017-10-09
 2017-10-09 17:36 UTC  (2+ messages)

[PATCH v2] isdn/gigaset: Convert timers to use timer_setup()
 2017-10-09 17:36 UTC  (6+ messages)

[GIT PULL] Please pull NFS client changes
 2017-10-09 17:35 UTC  (2+ messages)

[PATCH] input: atmel_mxt_ts: detect touchpad from devicetree
 2017-10-09 17:35 UTC  (3+ messages)

[Bug 103175] R9285 Unreal tournament perf regression with agd5f 4.15-wip kernels possibly CPU related
 2017-10-09 17:35 UTC  (3+ messages)

[PATCH 1/4] drm/amdgpu: partial revert VRAM lost handling v2
 2017-10-09 17:35 UTC  (3+ messages)
` [PATCH 4/4] drm/amdgpu: set -ECANCELED when dropping jobs

[PATCH] net/bnxt: fix compilation
 2017-10-09 17:34 UTC  (2+ messages)

[PATCH] skd: Use kmem_cache_free
 2017-10-09 17:33 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/10] nbd minimal structured read
 2017-10-09 17:33 UTC  (19+ messages)
` [Qemu-devel] [PATCH v2 01/10] block/nbd-client: assert qiov len once in nbd_co_request
` [Qemu-devel] [PATCH v2 1/7] block/nbd-client: refactor nbd_co_receive_reply
` [Qemu-devel] [PATCH v2 2/7] block/nbd-client: exit reply-reading coroutine on incorrect handle
` [Qemu-devel] [PATCH v2 02/10] block/nbd-client: refactor nbd_co_receive_reply
` [Qemu-devel] [PATCH v2 3/7] block/nbd-client: refactor reading reply
` [Qemu-devel] [PATCH v2 03/10] nbd: rename NBD_REPLY_MAGIC to NBD_SIMPLE_REPLY_MAGIC
` [Qemu-devel] [PATCH v2 4/7] block/nbd-client: drop reply field from NBDClientSession
` [Qemu-devel] [PATCH v2 04/10] nbd-server: refactor simple reply sending
` [Qemu-devel] [PATCH v2 5/7] block/nbd-client: nbd_co_send_request: return -EIO if s->quit was set in parallel
` [Qemu-devel] [PATCH v2 05/10] nbd: header constants indenting
` [Qemu-devel] [PATCH v2 6/7] block/nbd-client: early fail nbd_read_reply_entry if s->quit is set
` [Qemu-devel] [PATCH v2 06/10] nbd: Minimal structured read for server
` [Qemu-devel] [PATCH v2 7/7] block/nbd-client: do not yield from nbd_read_reply_entry
` [Qemu-devel] [PATCH v2 07/10] nbd/client: refactor nbd_receive_starttls
` [Qemu-devel] [PATCH v2 08/10] nbd: share some nbd entities to be reused in block/nbd-client.c
` [Qemu-devel] [PATCH v2 09/10] nbd/client: prepare nbd_receive_reply for structured reply
` [Qemu-devel] [PATCH v2 10/10] nbd: Minimal structured read for client

[PATCH net-next 0/3] Fix mlx4 static checker warnings
 2017-10-09 17:33 UTC  (2+ messages)

[PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
 2017-10-09 17:32 UTC  (5+ messages)
` [PATCH v8] dma-mapping: introduce dma_get_iommu_domain()

[PATCH] drm/amdgpu: add VRAM lost query
 2017-10-09 17:31 UTC  (2+ messages)

[PATCH] thunderbolt: Initialize Thunderbolt bus earlier
 2017-10-09 17:30 UTC  (2+ messages)

[net PATCH] macvlan: Only deliver one copy of the frame to the macvlan interface
 2017-10-09 17:30 UTC  (3+ messages)

[PATCH v4] x86/altp2m: Added xc_altp2m_set_mem_access_multi()
 2017-10-09 17:30 UTC 

[PATCH net-next v2 0/7] bpf: get rid of global verifier state and reuse instruction printer
 2017-10-09 17:30 UTC  (8+ messages)
` [PATCH net-next v2 1/7] selftests/bpf: add a test for verifier logs
` [PATCH net-next v2 2/7] bpf: encapsulate verifier log state into a structure
` [PATCH net-next v2 3/7] bpf: move global verifier log into verifier environment
` [PATCH net-next v2 4/7] bpf: move instruction printing into a separate file
` [PATCH net-next v2 5/7] tools: bpftool: use the kernel's instruction printer
` [PATCH net-next v2 6/7] bpf: don't rely on the verifier lock for metadata_dst allocation
` [PATCH net-next v2 7/7] bpf: write back the verifier log buffer as it gets filled

[PATCH 4.9 086/104] arm64: kasan: avoid bad virt_to_pfn()
 2017-10-09 17:29 UTC  (11+ messages)

[PATCH net-next] ipv6: avoid zeroing per cpu data again
 2017-10-09 17:30 UTC  (2+ messages)

[PATCH] nfp: convert nfp_eth_set_bit_config() into a macro
 2017-10-09 17:29 UTC  (11+ messages)

[PATCH net] udp: fix bcast packet reception
 2017-10-09 17:29 UTC  (2+ messages)

[PATCH] netlink: do not set cb_running if dump's start() errs
 2017-10-09 17:29 UTC  (5+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH v2] qcow2: Use BDRV_SECTOR_BITS instead of its literal value
 2017-10-09 16:41 UTC  (2+ messages)

[Qemu-devel] [RFC v2 00/33] Migration: postcopy failure recovery
 2017-10-09 17:28 UTC  (5+ messages)
` [Qemu-devel] [RFC v2 32/33] migration: allow migrate_incoming for paused VM

[GIT PULL] arm: vexpress: update for v4.15
 2017-10-09 17:28 UTC 

[PATCH] sync_file: Return consistent status in SYNC_IOC_FILE_INFO
 2017-10-09 17:28 UTC  (4+ messages)
` [PATCH v2] "

Illegal instruction when running go binaries in qemux86
 2017-10-09 17:28 UTC  (10+ messages)

[PATCH] lib/lib_eal:add mellanox kernel driver type
 2017-10-09 17:27 UTC  (3+ messages)

[GIT PULL] arm64: dts: vexpress/juno: update for v4.15
 2017-10-09 17:27 UTC 

[PATCH 00/47] Address issues detected by static analysis tools
 2017-10-09 17:27 UTC  (7+ messages)
` [PATCH 05/47] RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing
` [PATCH 19/47] IB/hns: Annotate iomem pointers correctly

[GIT PULL] firmware: arm_scpi: updates/cleanups for v4.15
 2017-10-09 17:27 UTC 

[PATCH] perf/x86/intel/uncore: fix memory leaks on allocation failures
 2017-10-09 17:26 UTC  (2+ messages)

[RFC PATCH] mm: shm: round up tmpfs size to huge page size when huge=always
 2017-10-09 17:26 UTC  (6+ messages)

WARNING: ... at fs/btrfs/ctree.h:1559 btrfs_update_device+0x1be/0x1d0 [btrfs]
 2017-10-09 17:26 UTC 

[PATCH 1/2] drm/i915/guc: Add GuC Load time to dmesg log
 2017-10-09 17:24 UTC  (6+ messages)

[PATCH linux-firmware 1/1] qed: Add firmware 8.30.16.0
 2017-10-09 17:23 UTC  (2+ messages)

[PATCH v3 net-next 00/12] qed: Add iWARP support for unaligned MPA packets
 2017-10-09 17:21 UTC  (2+ messages)

[PATCH 3.2 00/74] 3.2.94-rc1 review
 2017-10-09 17:21 UTC  (3+ messages)

[PATCH v4 00/39] arm/altp2m: Introducing altp2m to ARM
 2017-10-09 17:21 UTC  (7+ messages)
` [PATCH v4 07/39] arm/p2m: Move hostp2m init/teardown to individual functions

[PATCH v2 1/3] xfs_io: Add support for pwritev2()
 2017-10-09 17:19 UTC  (5+ messages)
` [PATCH v2 2/3] xfs_io: Add RWF_NOWAIT to pwritev2()
` [PATCH v2 3/3] xfs_io: Allow partial writes

[PATCH v2 0/5] Towards work-conserving RTDS
 2017-10-09 17:19 UTC  (5+ messages)
` [PATCH v2 3/5] xl: enable per-VCPU extratime flag for RTDS

[PATCH v4] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-09 17:19 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev3)

[Qemu-devel] i386/kvm: QEMU crash when doing 'info cpus' after CPU hotplug
 2017-10-09 17:19 UTC 

[PATCH] i2c: ismt: Separate I2C block read from SMBus block read
 2017-10-09 17:18 UTC  (5+ messages)

[patch i-g-t] igt/kms_rotation_crc: Add horizontal flip subtest
 2017-10-09 17:18 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] pci: Fix a possible sleep-in-atomic bug in pci_set_power_state
 2017-10-09 17:18 UTC  (4+ messages)

[PATCH 0/3] drm: Add CRTC-id based ioctls for vblank query/event
 2017-10-09 17:18 UTC  (8+ messages)
  ` [PATCH 3/3] drm: Add CRTC_GET_SEQUENCE and CRTC_QUEUE_SEQUENCE ioctls [v2]

[patch net-next v2 0/5] mlxsw: Offload bridge device mrouter
 2017-10-09 17:18 UTC  (2+ messages)

[RFC usb-next v5 3/3] usb: core: hcd: integrate the PHY roothub wrapper
 2017-10-09 17:18 UTC  (3+ messages)

[PATCH linux-firmware 0/3] Add new files to WHENCE
 2017-10-09 17:18 UTC  (4+ messages)
` [PATCH linux-firmware 1/3] WHENCE: Fix syntax error for iwlwifi-8265-31.ucode entry
` [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware
` [PATCH linux-firmware 3/3] WHENCE: Add new qed firmware

[PATCH 00/27 v11] SBSA UART emulation support in Xen
 2017-10-09 17:18 UTC  (3+ messages)
` [PATCH 27/27 v11] xen/arm: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt

[PATCH v1 00/21] net/mlx5: cleanup for isolated mode
 2017-10-09 17:17 UTC  (3+ messages)
` [PATCH v3 00/30] "

build failure after merge of the rcu tree
 2017-10-09 17:17 UTC  (2+ messages)

[PATCH] firmware: bluefield: add boot control driver
 2017-10-09 17:16 UTC 

did meta-freescale suddenly stop building SD card images?
 2017-10-09 17:16 UTC  (4+ messages)

[Qemu-devel] [PATCH v1 0/5][RFC] Refactoring of AIS support
 2017-10-09 17:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 4/5] s390x/pci: Refuse to realize VFIO-PCI if AIS needed but supported

Xilinx clock wizard driver
 2017-10-09 17:16 UTC 

[RFC usb-next v5 2/3] usb: core: add a wrapper for the USB PHYs on the root-hub
 2017-10-09 17:16 UTC  (3+ messages)

[PATCH v3 0/3] xen: RCU: Improve the idle timer handling
 2017-10-09 17:15 UTC  (4+ messages)
` [PATCH v3 1/3] xen: RCU: let the RCU idle timer handler run

[PATCH v2] net/core: Fix BUG to BUG_ON conditionals
 2017-10-09 17:15 UTC  (2+ messages)

Fw: [Bug 197099] New: Kernel panic in interrupt [l2tp_ppp]
 2017-10-09 17:15 UTC  (6+ messages)

[OpenRISC] [PATCH v5 3/6] sim: or1k: add or1k target to sim
 2017-10-09 17:15 UTC 

[PATCH 0/5] drm/i915: Skylake plane update/disable unifications [v5]
 2017-10-09 17:14 UTC  (7+ messages)
` [PATCH 1/5] drm/i915: move adjusted_x/y from crtc to cache
` [PATCH 4/5] drm/i915: dspaddr_offset doesn't need to be more than local variable
` [PATCH 5/5] drm/i915: adjust get_crtc_fence_y_offset() to use base.y instead of crtc.y

[PATCH v9 00/12] complete deferred page initialization
 2017-10-09 17:13 UTC  (7+ messages)
` [PATCH v9 09/12] mm/kasan: kasan specific map populate function

[PATCH] drm/amdgpu: refine code delete duplicated error handling
 2017-10-09 17:13 UTC  (2+ messages)

How to update the sequence number in TCP packets using DPDK-pktgen?
 2017-10-09 17:12 UTC  (2+ messages)

[PATCH 1/4] imx-uboot-mxs-bootpart: Add wks file with bootpart for mxs machines
 2017-10-09 17:12 UTC  (4+ messages)
` [PATCH 2/4] imx-uboot-mxs: Add wks file "
` [PATCH 3/4] imx-base: Create variable to allow set WKS_FILE using machine override
` [PATCH 4/4] imx-base: Set WKS_FILE for mxs machines

[PATCH] IB/core: remove redundant check on prot_sg_cnt
 2017-10-09 17:12 UTC  (3+ messages)

[PATCH] nbd: don't set the device size until we're connected
 2017-10-09 17:12 UTC 

[PATCH 0/7] SRP patches for kernel v4.15
 2017-10-09 17:12 UTC  (9+ messages)
` [PATCH 3/7] IB/srpt: Change default behavior from using SRQ to not using SRQ
` [PATCH 4/7] IB/srp: Avoid a cable pull can trigger a kernel crash

[PATCH] drm/amd/powerplay: move common function to smu7_smumgr.c
 2017-10-09 17:11 UTC  (2+ messages)

[PATCH 0/2] MIPS: Minor FPU emulation fixes
 2017-10-09 16:59 UTC  (4+ messages)
` [PATCH 2/2] MIPS: math-emu: Use preferred flavor of unsigned integer declarations

Multisite 3+ zones
 2017-10-09 17:10 UTC  (4+ messages)

[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-09 17:10 UTC  (10+ messages)
` [PATCH v7 06/12] xfs: wire up MAP_DIRECT
` [PATCH v7 09/12] xfs: wire up ->lease_direct()

[Qemu-devel] [PATCH 00/17] Initial i.MX7 support
 2017-10-09 17:09 UTC  (13+ messages)
` [Qemu-devel] [PATCH 02/17] imx_fec: Do not calculate FEC
` [Qemu-devel] [PATCH 08/17] imx_fec: Add support for multiple Tx DMA rings
` [Qemu-devel] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation

[PATCH, RFC] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G
 2017-10-09 17:09 UTC  (4+ messages)

[PATCH] doc: Add IMS interface to Interfaces list
 2017-10-09 17:08 UTC  (2+ messages)

[PATCH net-next] ipv6: Do not use this_cpu_ptr() in preemptible context
 2017-10-09 17:06 UTC  (4+ messages)
  ` [PATCH net-next] ipv6: fix a BUG in rt6_get_pcpu_route()

[Qemu-devel] [PATCH v2 0/3] qdev/vfio: defer DEVICE_DEL to avoid races with libvirt
 2017-10-09 17:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] qdev: store DeviceState's canonical path to use when unparenting
` [Qemu-devel] [PATCH v2 2/3] Revert "qdev: Free QemuOpts when the QOM path goes away"
` [Qemu-devel] [PATCH v2 3/3] qdev: defer DEVICE_DEL event until instance_finalize()

[U-Boot] [PATCH] efi_loader: Fix disk dp's for pre-DM/legacy devices
 2017-10-09 17:06 UTC  (9+ messages)

[OpenRISC] [PATCH v5 2/6] sim: cgen: add MUL2OFSI and MUL1OFSI macros (needed for OR1K l.mul[u])
 2017-10-09 17:05 UTC 

[LTP] [RFC PATCH v2 0/7] Fix 32-bit cross compilation
 2017-10-09 17:05 UTC  (7+ messages)
` [LTP] [RFC PATCH v2 1/7] m4: Fix libkeyutils detection on 32-bit cross build
` [LTP] [RFC PATCH v2 7/7] m4, kernel/lib: Detect libnuma presence in kernel libs

[RFC 1/2] ARM: dts: exynos: update the usbdrd phy and ref clk
 2017-10-09 17:05 UTC  (8+ messages)

[PATCH] unit: Add PBKDF2 tests from iwd
 2017-10-09 17:05 UTC  (2+ messages)

[PATCH] hfsplus: fix segfault when deleting all attrs of a file
 2017-10-09 17:03 UTC  (4+ messages)

[U-Boot] [PATCH 7/7] configs: stm32h743-eval: enable filesystem related flags
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 6/7] configs: stm32h743-disco: enable filesystem related flags
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 5/7] configs: stm32h743-disco: enable SDMMC support
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "


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.