All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-19 09:24:43 to 2017-04-19 10:08:58 UTC [more...]

[PATCH 0/4] fstests: generic test for NFS handles
 2017-04-19 10:08 UTC  (14+ messages)
` [PATCH 1/4] src/open_by_handle: helper to test open_by_handle_at() syscall
` [PATCH 2/4] src/open_by_handle: flexible usage options
` [PATCH 3/4] fstests: add helper _require_exportfs
` [PATCH 4/4] fstests: add generic test for file handles

Reduce Linux boot time on Large scale system
 2017-04-19 10:08 UTC  (3+ messages)

[PATCH 0/2] GICv3 world-switch fixes for -next
 2017-04-19 10:09 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2
` [PATCH 2/2] KVM: arm/arm64: vgic-v3: Fix off-by-one LR access

[PATCH i-g-t] tests/meta_test: Add a meta test for sanity checks of CI systems
 2017-04-19 10:13 UTC  (2+ messages)
` [PATCH i-g-t v2] "

[PATCH 1/2] arm64: dts: juno: fix few unit address format warnings
 2017-04-19 10:08 UTC  (3+ messages)

[PATCH 1/2] NFS: move nfs_pgarray_set() to open code
 2017-04-19 10:08 UTC  (5+ messages)
` [PATCH 2/2] NFS: Use GFP_NOIO for two allocations in writeback

[PATCH v3] smsc95xx: Use skb_cow_head to deal with cloned skbs
 2017-04-19 10:07 UTC 

[PATCH] ARM: dts: vexpress: fix few unit address format warnings
 2017-04-19 10:07 UTC  (3+ messages)

[PATCH v2] doc: add known igb_uio issue for i40e
 2017-04-19 10:06 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] ehci-ppc4xx: Prepare for usage of readl()/writel() accessors
 2017-04-19 10:05 UTC  (3+ messages)
` [U-Boot] "

[PATCH 1/2] drivers/crypto: check if name is NULL
 2017-04-19 10:05 UTC  (4+ messages)
` [PATCH 2/2] drvers/crypto: do not create unique name internally

[PATCH] acpi: video: get rid of magic numbers and use enum instead
 2017-04-19  9:58 UTC  (7+ messages)
` [PATCH v2 0/3] ACPI: video: get rid of magic numbers, do other refactoring
  ` [PATCH v2 1/3] ACPI: video: get rid of magic numbers and use enum instead
  ` [PATCH v2 2/3] ACPI: video: rename the global flag device_id_scheme
  ` [PATCH v2 3/3] ACPI: video: add comments about subtle cases

[Qemu-devel] Hight Processor time of Socket communciation
 2017-04-19 10:04 UTC  (7+ messages)

Howto set var from command output
 2017-04-19 10:04 UTC 

rdma-core: ​libibumad symbols version downgrade
 2017-04-19 10:04 UTC  (2+ messages)

[RFC] usb-phy-generic: Add support to SMSC USB3315
 2017-04-19 10:03 UTC  (2+ messages)

[PATCH v2 00/42] Remove struct eth_driver
 2017-04-19 10:03 UTC  (5+ messages)
` [PATCH 0/2] next-net: remove ethdev driver
  ` [PATCH 1/2] net/ark: remove eth_dev

next-20170419 build: 0 failures 1 warnings (next-20170419)
 2017-04-19 10:02 UTC 

[PATCH v3 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU
 2017-04-19 10:02 UTC  (7+ messages)
` [PATCH v3 6/7] ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpus
` [PATCH v3 7/7] ARM: dma-mapping: Remove traces of NOMMU code

[Qemu-devel] Vhost-pci RFC2.0
 2017-04-19 10:02 UTC  (8+ messages)
    ` [Qemu-devel] [virtio-dev] "
` [Qemu-devel] [virtio-dev] "

Confluence of eb + timeline improvements
 2017-04-19 10:01 UTC  (29+ messages)
` [PATCH 01/27] drm/i915/selftests: Allocate inode/file dynamically
` [PATCH 02/27] drm/i915: Mark CPU cache as dirty on every transition for CPU writes
` [PATCH 03/27] drm/i915: Mark up clflushes as belonging to an unordered timeline
` [PATCH 04/27] drm/i915: Lift timeline ordering to await_dma_fence
` [PATCH 05/27] drm/i915: Make ptr_unpack_bits() more function-like
` [PATCH 06/27] drm/i915: Redefine ptr_pack_bits() and friends
` [PATCH 07/27] drm/i915: Squash repeated awaits on the same fence
` [PATCH 08/27] drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]
` [PATCH 09/27] drm/i915: Confirm the request is still active before adding it to the await
` [PATCH 10/27] drm/i915: Do not record a successful syncpoint for a dma-await
` [PATCH 11/27] drm/i915: Switch the global i915.semaphores check to a local predicate
` [PATCH 12/27] drm/i915: Only report a wakeup if the waiter was truly asleep
` [PATCH 13/27] drm/i915/execlists: Pack the count into the low bits of the port.request
` [PATCH 14/27] drm/i915: Don't mark an execlists context-switch when idle
` [PATCH 15/27] drm/i915: Split execlist priority queue into rbtree + linked list
` [PATCH 16/27] drm/i915: Reinstate reservation_object zapping for batch_pool objects
` [PATCH 17/27] drm/i915: Amalgamate execbuffer parameter structures
` [PATCH 18/27] drm/i915: Use vma->exec_entry as our double-entry placeholder
` [PATCH 19/27] drm/i915: Split vma exec_link/evict_link
` [PATCH 20/27] drm/i915: Store a direct lookup from object handle to vma
` [PATCH 21/27] drm/i915: Pass vma to relocate entry
` [PATCH 22/27] drm/i915: Eliminate lots of iterations over the execobjects array
` [PATCH 23/27] drm/i915: First try the previous execbuffer location
` [PATCH 24/27] drm/i915: Wait upon userptr get-user-pages within execbuffer
` [PATCH 25/27] drm/i915: Allow execbuffer to use the first object as the batch
` [PATCH 26/27] drm/i915: Async GPU relocation processing
` [PATCH 27/27] drm/i915/scheduler: Support user-defined priorities
` ✗ Fi.CI.BAT: failure for series starting with [01/27] drm/i915/selftests: Allocate inode/file dynamically

[PATCH net-next] net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()
 2017-04-19  9:59 UTC  (2+ messages)

about fully UMIP support in Xen
 2017-04-19  9:59 UTC  (4+ messages)

cgroup writeback support
 2017-04-19  9:58 UTC 

LDM/STM alignment fixups on arm64
 2017-04-19  9:58 UTC  (3+ messages)

[PATCH] printk: fix lost last line in kmsg dump
 2017-04-19  9:58 UTC 

[xen-unstable test] 107528: tolerable FAIL - PUSHED
 2017-04-19  9:57 UTC 

[PATCH v2] mci: add Marvell Dove SDHCI driver
 2017-04-19  9:56 UTC  (2+ messages)

[patch V2 00/10] timer: Move from a push remote at enqueue to a pull at expiry model
 2017-04-19  9:56 UTC  (10+ messages)
` [patch V2 05/10] timer: Retrieve next expiry of pinned/non-pinned timers seperately
` [patch V2 08/10] timer: Implement the hierarchical pull model

[PATCH] ARM: dts: rockchip: reuse firefly dtsi
 2017-04-19  9:55 UTC  (6+ messages)

usb: dwc2: NMI watchdog: BUG: soft lockup - CPU#0 stuck for 146s
 2017-04-19  9:55 UTC  (8+ messages)

[PATCH net-next] qede: allocate enough data for ->arfs_fltr_bmap
 2017-04-19  9:54 UTC  (2+ messages)

[Qemu-arm] [PATCH for-2.10 00/23] numa: add '-numa cpu' option
 2017-04-19  9:52 UTC  (7+ messages)
` [Qemu-arm] [PATCH for-2.10 10/23] numa: mirror cpu to node mapping in MachineState::possible_cpus
  ` [Qemu-arm] [Qemu-devel] "
    `  "

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-19  9:52 UTC  (8+ messages)
` [PATCH v5 01/32] x86: Documentation for AMD Secure Memory Encryption (SME)

[PATCH 1/2] mtd: spi-nor: cadence: change devicetree bindings to upstream
 2017-04-19  9:52 UTC  (2+ messages)

[PATCH 2/2] net/xenvirt: remove ethdev driver
 2017-04-19  9:52 UTC  (2+ messages)
` [PATCH v2] net/xenvirt: fix build error

[U-Boot] [ANN] U-Boot v2017.05-rc2 released
 2017-04-19  9:51 UTC  (5+ messages)

Official notice regarding your package
 2017-04-19  9:51 UTC 

[RFC PATCH v3 0/6] Introduce writeback connectors
 2017-04-19  9:51 UTC  (6+ messages)
` [PATCH 1/6] drm: Add writeback connector type

gpio-keys on barebox 2015.11
 2017-04-19  9:50 UTC  (4+ messages)

No RX frames on Intel 82599 VF
 2017-04-19  9:49 UTC  (5+ messages)

[RFC PATCH] x86: call smp vmxoff in smp stop
 2017-04-19  9:50 UTC  (8+ messages)
` [RFC PATCH V2] "
  ` [PATCH V3] "
    ` [PATCH V4] "

[U-Boot] [PATCH 1/4] dm: device_remove: Don't return in device_chld_remove() upon error
 2017-04-19  9:49 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] dm: core: Add DM_FLAG_PRE_OS_FINALIZE flag

答复: [PATCH] config: support 16 sockets server
 2017-04-19  9:49 UTC  (2+ messages)

[PATCH] pinctrl: sh-pfc: r8a7791: grand I2C rename
 2017-04-19  9:49 UTC  (2+ messages)

[PATCH 0/2] of: base: some simplifications
 2017-04-19  9:47 UTC  (2+ messages)

[PATCH 00/14] AT91, at91sam9x5ek updates (part III/III)
 2017-04-19  9:46 UTC  (4+ messages)
` [PATCH 01/14] at91sam9x5ek: Convert to mult-image build

[PATCH] ARM: at91sam9x5ek: Actually build image
 2017-04-19  9:45 UTC 

[PATCH] nvmet: convert from kmap to nvmet_copy_from_sgl
 2017-04-19  9:44 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 00/16] block: Protect AIO context change with perm API
 2017-04-19  9:43 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/16] block: Define BLK_PERM_AIO_CONTEXT_CHANGE
` [Qemu-devel] [PATCH v2 02/16] block-backend: Add blk_request_perm
` [Qemu-devel] [PATCH v2 03/16] blockjob: Add BLK_PERM_AIO_CONTEXT_CHANGE shared perm on bs
` [Qemu-devel] [PATCH v2 04/16] blockjob: Allow aio context change on intermediate nodes
` [Qemu-devel] [PATCH v2 05/16] block: Propagate BLK_PERM_AIO_CONTEXT_CHANGE down the graph
` [Qemu-devel] [PATCH v2 06/16] backup: Request BLK_PERM_AIO_CONTEXT_CHANGE on target
` [Qemu-devel] [PATCH v2 07/16] backup: Do initial aio context move of target via BB interface
` [Qemu-devel] [PATCH v2 08/16] mirror: Request aio context change permission on target
` [Qemu-devel] [PATCH v2 09/16] commit: Allow aio context change on s->base
` [Qemu-devel] [PATCH v2 10/16] mirror: Do initial aio context move of target via BB interface
` [Qemu-devel] [PATCH v2 11/16] virtio-scsi: Request BLK_PERM_AIO_CONTEXT_CHANGE for dataplane
` [Qemu-devel] [PATCH v2 12/16] virtio-blk: "
` [Qemu-devel] [PATCH v2 13/16] blk: fix aio context loss on media change
` [Qemu-devel] [PATCH v2 14/16] nbd: Allow BLK_PERM_AIO_CONTEXT_CHANGE on BB
` [Qemu-devel] [PATCH v2 15/16] block: Add perm assertion on blk_set_aio_context
` [Qemu-devel] [PATCH v2 16/16] tests: Add test case for BLK_PERM_AIO_CONTEXT_CHANGE

btrfs check --check-data-csum malfunctioning?
 2017-04-19  9:44 UTC  (3+ messages)

[Qemu-devel] [PATCH RESEND v4 1/4] X86: Move rdmsr/wrmsr functionality to standalone functions
 2017-04-19  9:44 UTC  (4+ messages)

[PATCH v2 00/11] AT91, at91sam9x5ek updates (part II/III)
 2017-04-19  9:42 UTC  (3+ messages)

What's cooking in git.git (Apr 2017, #03; Tue, 18)
 2017-04-19  9:41 UTC  (2+ messages)

[PATCH] block: Make writeback throttling defaults consistent for SQ devices
 2017-04-19  9:41 UTC  (2+ messages)

[Qemu-devel] blockdev-mirror , how to replace old nodename by new nodename ?
 2017-04-19  9:40 UTC  (3+ messages)

[PATCH v4] x86emul: add "unblock NMI" retire flag
 2017-04-19  9:40 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: fix gtt mgr available statistics
 2017-04-19  9:40 UTC  (6+ messages)

[PATCH v2] smsc95xx: Use skb_cow_head to deal with cloned skbs
 2017-04-19  9:40 UTC  (6+ messages)

[meta-oe][PATCH 1/1] autogen-native: Set POSIX_SHELL to /bin/sh
 2017-04-19  9:25 UTC 

[Qemu-devel] qemu and own disk driver writing questions
 2017-04-19  9:39 UTC  (3+ messages)

[U-Boot] [PATCH v6 00/16] Add Intel Arria 10 SoC support
 2017-04-19  9:39 UTC  (18+ messages)
` [U-Boot] [PATCH v6 01/16] arm: socfpga: Restructure clock manager driver
` [U-Boot] [PATCH v6 02/16] arm: socfpga: Restructure reset "
` [U-Boot] [PATCH v6 03/16] arm: socfpga: Restructure system manager
` [U-Boot] [PATCH v6 04/16] arm: socfpga: Restructure misc driver
` [U-Boot] [PATCH v6 05/16] arm: socfpga: Add A10 macros
` [U-Boot] [PATCH v6 06/16] arm: socfpga: Add reset driver support for Arria 10
` [U-Boot] [PATCH v6 07/16] arm: socfpga: Add clock driver "
` [U-Boot] [PATCH v6 08/16] arm: socfpga: Add system manager "
` [U-Boot] [PATCH v6 09/16] arm: socfpga: Add sdram header file "
` [U-Boot] [PATCH v6 10/16] arm: socfpga: Add pinmux "
` [U-Boot] [PATCH v6 11/16] arm: socfpga: Add misc support "
` [U-Boot] [PATCH v6 12/16] arm: dts: Add dts and dtsi "
` [U-Boot] [PATCH v6 13/16] arm: socfpga: Add SPL support "
` [U-Boot] [PATCH v6 14/16] arm: socfpga: Add config and defconfig "
` [U-Boot] [PATCH v6 15/16] arm: socfpga: Add board files for the Arria10
` [U-Boot] [PATCH v6 16/16] arm: socfpga: Enable build for Arria 10

[PATCH 0/9] mbuf: structure reorganization
 2017-04-19  9:39 UTC  (4+ messages)
` [PATCH v2 0/8] "

[U-Boot] [PATCH v3 1/3] power: regulator: pwm: support pwm polarity setting
 2017-04-19  9:37 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/3] doc: dtbinding: add pwm binding file
` [U-Boot] [PATCH v3 3/3] dm: sanbox: pwm: add test for pwm_set_invert()

[Buildroot] [PATCHv5] mpir: fix build failure
 2017-04-19  9:37 UTC 

[PATCH 2/2] sparc64: Add eBPF JIT
 2017-04-19  9:35 UTC  (3+ messages)

[RFC PATCH] parse-options: disallow double-negations of options starting with no-
 2017-04-19  9:34 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/16] Add Intel Arria 10 SoC support
 2017-04-19  9:34 UTC  (13+ messages)
` [U-Boot] [PATCH v5 14/16] arm: socfpga: Add config and defconfig for Arria 10

[PATCH] ASoC: ak4613: use snd_soc_update_bits() to avoid Reserve bit on I/O CTRL
 2017-04-19  9:33 UTC  (2+ messages)

[PATCH] split-index: add and use unshare_split_index()
 2017-04-19  9:33 UTC 

[Qemu-devel] [PATCH] MAINTAINERS: update Wen's email address
 2017-04-19  9:31 UTC  (2+ messages)

Panic in arch_hw_breakpoint_init() on Cortex-A9 (SPEAr1340)
 2017-04-19  9:31 UTC  (4+ messages)

[PATCH] gpio: arizona: Correct check whether the pin is an input
 2017-04-19  9:30 UTC 

[PATCH v34 00/14] arm64: add kdump support
 2017-04-19  9:29 UTC  (11+ messages)
` [PATCH v34 04/14] arm64: kdump: reserve memory for crash dump kernel
              ` [PATCH 1/2] arm64: Fix power-of-ten vs. power-of-two prefixes in user-visible messages

[RFC PATCH] apic: drop useless apic_read
 2017-04-19  9:28 UTC 

[PATCH v2 0/4] ARM: imx: Set LDO regulator supply
 2017-04-19  9:28 UTC  (4+ messages)

[PATCH i-g-t v2] igt/gem_exec_nop/headless: Verify GT performance in headless mode
 2017-04-19  9:27 UTC  (2+ messages)
` [PATCH i-g-t v3] "

[Qemu-devel] [PATCH v5 0/1] qga: Add 'guest-get-users' command
 2017-04-19  9:26 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5 1/1] "

[Qemu-devel] [PATCH v4 0/1] qga: Add 'guest-get-users' command
 2017-04-19  9:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/1] "

[Buildroot] [PATCH] mutt: bump version to 1.8.2
 2017-04-19  9:25 UTC 

[PATCH V2] acpi:apei:handle GSIV and GPIO notification types
 2017-04-19  9:25 UTC  (3+ messages)

Status of our RCU subsystem
 2017-04-19  9:25 UTC  (2+ messages)

[PATCH] net: davinci_mdio: add GPIO reset logic
 2017-04-19  9:24 UTC  (2+ messages)
` [PATCH] mdio_bus: Issue GPIO RESET to PHYs


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.