All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-22 15:02:32 to 2017-12-22 15:41:22 UTC [more...]

[PATCH RFC 0/2] vhost: support selective datapath
 2017-12-23  3:36 UTC 

[PATCH v2 0/8] arm64: 52-bit physical address support
 2017-12-22 15:40 UTC  (12+ messages)
` [PATCH v2 1/8] arm64: add kconfig symbol to configure physical address size
` [PATCH v2 2/8] arm64: limit PA size to supported range
` [PATCH v2 3/8] arm64: handle 52-bit addresses in TTBR
` [PATCH v2 4/8] arm64: head.S: handle 52-bit PAs in PTEs in early page table setup
` [PATCH v2 5/8] arm64: don't open code page table entry creation
` [PATCH v2 6/8] arm64: handle 52-bit physical addresses in page table entries
` [PATCH v2 7/8] arm64: allow ID map to be extended to 52 bits
` [PATCH v2 8/8] arm64: enable 52-bit physical address support

[PATCH] stcp: Replace use of sockets_allocated with specified macro
 2017-12-22 15:40 UTC 

[PATCH 0/3] Performance enhancements
 2017-12-22 15:40 UTC  (9+ messages)
` [PATCH 3/3] block: Polling completion performance optimization

[Qemu-trivial] [PATCH v6 00/29] Remove some of the fprintf(stderr, "*
 2017-12-22 15:37 UTC  (10+ messages)
` [Qemu-trivial] [PATCH v6 04/29] hw/arm: Replace fprintf(stderr, "*\n" with error_report()
  ` [Qemu-devel] "
    ` [Qemu-arm] "
    ` [Qemu-trivial] "
` [Qemu-trivial] [PATCH v6 05/29] hw/dma: "
  ` [Qemu-devel] "
    ` [Qemu-trivial] "

[PATCH net-next] net/trace: fix printk format in inet_sock_set_state
 2017-12-22 15:37 UTC 

[PATCH v6 00/11] Armada thermal: improvements and A7K/A8K SoCs support
 2017-12-22 15:36 UTC  (7+ messages)
` [PATCH v6 04/11] thermal: armada: Clarify control registers accesses
` [PATCH v6 11/11] thermal: armada: Give meaningful names to the thermal zones

[Bug 198123] New: Console is the wrong color at boot with radeon 6670
 2017-12-22 15:34 UTC  (6+ messages)
` [Bug 198123] "

[RFC v3 00/11] ath10k high latency
 2017-12-22 15:32 UTC  (16+ messages)
` [RFC v3 01/11] ath10k: high_latency detection
` [RFC v3 03/11] ath10k: per target configurablity of various items
` [RFC v3 04/11] ath10k: add start_once support
` [RFC v3 05/11] ath10k: htt: High latency TX support
` [RFC v3 06/11] ath10k: htt: High latency RX support

[U-Boot] [PATCH 01/12] riscv: cpu: Add nx25 to support RISC-V
 2017-12-22 15:31 UTC  (7+ messages)
` [U-Boot] [PATCH 05/12] riscv: Add Kconfig "
` [U-Boot] [PATCH 09/12] risck: tools: Prelink u-boot
` [U-Boot] [PATCH 11/12] riscv: Modify generic codes to support RISC-V

libnftables extended API proposal (Was: Re: [nft PATCH] libnftables: Fix for multiple context instances)
 2017-12-22 15:30 UTC  (11+ messages)
      ` libnftables extended API proposal

[PATCH stable/4.9 0/4] BPF stable patches for 4.9
 2017-12-22 15:29 UTC  (5+ messages)
` [PATCH stable/4.9 1/4] bpf: adjust insn_aux_data when patching insns
` [PATCH stable/4.9 2/4] bpf: fix branch pruning logic
` [PATCH stable/4.9 3/4] bpf: reject out-of-bounds stack pointer calculation
` [PATCH stable/4.9 4/4] bpf: fix incorrect sign extension in check_alu_op()

[PATCH] sparc32,leon: Use CASA when available for atomic operations
 2017-12-22 15:26 UTC  (4+ messages)

[PATCH] doc: announce ABI change for pktmbuf pool create API
 2017-12-22 15:26 UTC  (6+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH 0/3] input: add keys and mouse buttons to virtio input
 2017-12-22 15:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] input: add missing JIS keys "
` [Qemu-devel] [PATCH 2/3] input: add mouse side buttons "
` [Qemu-devel] [PATCH 3/3] input: virtio: don't send mouse wheel event twice

[Qemu-devel] [PULL 00/46] First batch of misc patches for QEMU 2.12
 2017-12-22 15:25 UTC  (3+ messages)
` [Qemu-devel] [PULL 32/46] scsi: provide general-purpose functions to manage sense data

[meta-python][PATCH] python-werkzeug: update to version 0.13
 2017-12-22 15:25 UTC 

[PATCH stable/4.14 00/14] BPF stable patches for 4.14
 2017-12-22 15:23 UTC  (15+ messages)
` [PATCH stable/4.14 01/14] bpf: fix branch pruning logic
` [PATCH stable/4.14 02/14] bpf: fix corruption on concurrent perf_event_output calls
` [PATCH stable/4.14 03/14] bpf, s390x: do not reload skb pointers in non-skb context
` [PATCH stable/4.14 04/14] bpf, ppc64: "
` [PATCH stable/4.14 05/14] bpf, sparc: fix usage of wrong reg for load_skb_regs after call
` [PATCH stable/4.14 06/14] bpf/verifier: fix bounds calculation on BPF_RSH
` [PATCH stable/4.14 07/14] bpf: fix incorrect sign extension in check_alu_op()
` [PATCH stable/4.14 08/14] bpf: fix incorrect tracking of register size truncation
` [PATCH stable/4.14 09/14] bpf: fix 32-bit ALU op verification
` [PATCH stable/4.14 10/14] bpf: fix missing error return in check_stack_boundary()
` [PATCH stable/4.14 11/14] bpf: force strict alignment checks for stack pointers
` [PATCH stable/4.14 12/14] bpf: don't prune branches when a scalar is replaced with a pointer
` [PATCH stable/4.14 13/14] bpf: fix integer overflows
` [PATCH stable/4.14 14/14] selftests/bpf: add tests for recent bugfixes

[PATCH] drm/i915/execlists: Show preemption progress in GEM_TRACE
 2017-12-22 15:23 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915: Fix Limited Range Color Handling
 2017-12-22 15:20 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Buildroot] Opentracing-cpp package
 2017-12-22 15:20 UTC  (4+ messages)
` [Buildroot] [PATCH] Opentracing: add opentracing-cpp v1.2.0 package

[PATCH v5 00/15] soundwire: Add a new SoundWire subsystem
 2017-12-22 15:20 UTC  (12+ messages)
` [PATCH v5 10/15] soundwire: Add sysfs for SoundWire DisCo properties
        ` [alsa-devel] "

[Qemu-devel] [PULL v3 00/35] Block layer patches
 2017-12-22 15:18 UTC  (36+ messages)
` [Qemu-devel] [PULL v3 01/35] block: Formats don't need CONSISTENT_READ with NO_IO
` [Qemu-devel] [PULL v3 02/35] iotests: fix 197 for vpc
` [Qemu-devel] [PULL v3 03/35] block: Make bdrv_drain_invoke() recursive
` [Qemu-devel] [PULL v3 04/35] block: Call .drain_begin only once in bdrv_drain_all_begin()
` [Qemu-devel] [PULL v3 05/35] test-bdrv-drain: Test BlockDriver callbacks for drain
` [Qemu-devel] [PULL v3 06/35] block: bdrv_drain_recurse(): Remove unused begin parameter
` [Qemu-devel] [PULL v3 07/35] block: Don't wait for requests in bdrv_drain*_end()
` [Qemu-devel] [PULL v3 08/35] block: Unify order in drain functions
` [Qemu-devel] [PULL v3 09/35] block: Don't acquire AioContext in hmp_qemu_io()
` [Qemu-devel] [PULL v3 10/35] qcow2: get rid of qcow2_backing_read1 routine
` [Qemu-devel] [PULL v3 11/35] block: Document that x-blockdev-change breaks quorum children list
` [Qemu-devel] [PULL v3 12/35] nvme: Add tracing
` [Qemu-devel] [PULL v3 13/35] block: Open backing image in force share mode for size probe
` [Qemu-devel] [PULL v3 14/35] block: Remove the obsolete -drive boot=on|off parameter
` [Qemu-devel] [PULL v3 15/35] block: Remove the deprecated -hdachs option
` [Qemu-devel] [PULL v3 16/35] block: Mention -drive cyls/heads/secs/trans/serial/addr in deprecation chapter
` [Qemu-devel] [PULL v3 17/35] block: Remove unused bdrv_requests_pending
` [Qemu-devel] [PULL v3 18/35] block: Assert drain_all is only called from main AioContext
` [Qemu-devel] [PULL v3 19/35] block: Make bdrv_drain() driver callbacks non-recursive
` [Qemu-devel] [PULL v3 20/35] test-bdrv-drain: Test callback for bdrv_drain
` [Qemu-devel] [PULL v3 21/35] test-bdrv-drain: Test bs->quiesce_counter
` [Qemu-devel] [PULL v3 22/35] blockjob: Pause job on draining any job BDS
` [Qemu-devel] [PULL v3 23/35] test-bdrv-drain: Test drain vs. block jobs
` [Qemu-devel] [PULL v3 24/35] block: Don't block_job_pause_all() in bdrv_drain_all()
` [Qemu-devel] [PULL v3 25/35] block: Nested drain_end must still call callbacks
` [Qemu-devel] [PULL v3 26/35] test-bdrv-drain: Test nested drain sections
` [Qemu-devel] [PULL v3 27/35] block: Don't notify parents in drain call chain
` [Qemu-devel] [PULL v3 28/35] block: Add bdrv_subtree_drained_begin/end()
` [Qemu-devel] [PULL v3 29/35] test-bdrv-drain: Tests for bdrv_subtree_drain
` [Qemu-devel] [PULL v3 30/35] test-bdrv-drain: Test behaviour in coroutine context
` [Qemu-devel] [PULL v3 31/35] test-bdrv-drain: Recursive draining with multiple parents
` [Qemu-devel] [PULL v3 32/35] block: Allow graph changes in subtree drained section
` [Qemu-devel] [PULL v3 33/35] test-bdrv-drain: Test graph changes in "
` [Qemu-devel] [PULL v3 34/35] commit: Simplify reopen of base
` [Qemu-devel] [PULL v3 35/35] block: Keep nodes drained between reopen_queue/multiple

[RFC PATCH v4 00/18] VM introspection
 2017-12-22 15:12 UTC  (6+ messages)
` [RFC PATCH v4 08/18] kvm: add the VM introspection subsystem

[PATCH] ACPI / sysfs: fix shift-overflow in GPE flooding quirk mechanism
 2017-12-22 15:11 UTC 

[Bug 104371] [amdgpu] Kernel oops on shutdown: unable to handle kernel paging request at virtual address
 2017-12-22 15:18 UTC 

[PATCH 6/6] doc: add DPAA eventdev guide
 2017-12-22 15:17 UTC  (13+ messages)
` [PATCH v2 01/12] config: enabling compilation of DPAA eventdev PMD
  ` [PATCH v2 02/12] bus/dpaa: add event dequeue and consumption support
  ` [PATCH v2 03/12] bus/dpaa: add dpaa eventdev dynamic log support
  ` [PATCH v2 04/12] net/dpaa: ethdev Rx queue configurations with eventdev
  ` [PATCH v2 05/12] event/dpaa: add eventdev PMD
  ` [PATCH v2 06/12] event/dpaa: add event queue config get/set support
  ` [PATCH v2 07/12] event/dpaa: add event port "
  ` [PATCH v2 08/12] event/dpaa: add dequeue timeout conversion support
  ` [PATCH v2 09/12] event/dpaa: add eth rx adapter queue config support
  ` [PATCH v2 10/12] event/dpaa: add eventdev enqueue/dequeue support
  ` [PATCH v2 11/12] config: add eventdev library to application
  ` [PATCH v2 12/12] doc: add DPAA eventdev guide

[RFC v1] ALSA: xen-front: Add Xen para-virtualized frontend driver
 2017-12-22 15:12 UTC  (5+ messages)
` [Xen-devel] "

[Qemu-devel] [PATCH] pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine type
 2017-12-22 15:17 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: Add support for VMware backdoor I/O ports & Pseduo-PMCs
 2017-12-22 15:16 UTC  (5+ messages)
` [PATCH 3/7] KVM: x86: Add emulation_type to not raise #UD on CPL=3 emulation failure

[PATCH 0/2] drm blend/omap: normalized zpos handling
 2017-12-22 15:15 UTC  (10+ messages)
` [PATCH 1/2] drm/blend: Account also the primary plane of the crtc for normalized_zpos

[PATCH 0/2] Various SVM Patches
 2017-12-22 15:15 UTC  (6+ messages)
` [PATCH 1/2] x86/svm: Add SVME checking for SVM intercepts
` [PATCH 2/2] x86/svm: Add checks for nested HW features

[tpm2] [RFC] Session Handling/Policy Support in Tools
 2017-12-22 15:14 UTC 

[PATCH 00/28] aacraid: Refactor for sas transport and bug fixes
 2017-12-22 15:13 UTC  (4+ messages)
` [PATCH 03/29] scsi: aacraid: Fix hang in kdump

[RFC v1] doc compression API for DPDK
 2017-12-22 15:13 UTC  (4+ messages)

[PATCH 4.14 000/159] 4.14.9-stable review
 2017-12-22 15:12 UTC  (10+ messages)
` [PATCH 4.14 023/159] mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y

[PATCH 1/2] mempool: notify mempool area after mempool alloc
 2017-12-22 15:11 UTC  (2+ messages)

[PATCH 00/14] iio: triggers: add consumer support
 2017-12-22 15:07 UTC  (45+ messages)
` [PATCH 01/14] MAINTAINERS: add sama5d2 resistive touchscreen
` [PATCH 02/14] iio: Add channel for Position
` [PATCH 03/14] dt-bindings: iio: add binding support for iio trigger provider/consumer
` [PATCH 04/14] dt-bindings: input: touchscreen: sama5d2_rts: create bindings
` [PATCH 05/14] iio: triggers: add helper function to retrieve trigger
` [PATCH 06/14] iio: triggers: expose attach and detach helpers for pollfuncs
` [PATCH 07/14] iio: triggers: on pollfunc attach, complete iio_dev if NULL
` [PATCH 08/14] iio: triggers: add private data to pollfuncs
` [PATCH 09/14] iio: inkern: triggers: create helpers for OF trigger retrieval
  ` [PATCH 10/14] iio: adc: at91-sama5d2_adc: force trigger removal on module remove
` [PATCH 11/14] iio: adc: at91-sama5d2_adc: optimize scan index for diff channels
` [PATCH 12/14] iio: adc: at91-sama5d2_adc: support for position and pressure channels
` [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver
` [PATCH 14/14] ARM: dts: at91: sama5d2: Add resistive touch device

[DPDK 0/5] lib: add Port Representors
 2017-12-22 15:09 UTC  (2+ messages)

[RFC PATCH 0/8] use r14 for a per-cpu kernel register
 2017-12-22 15:08 UTC  (3+ messages)
` [RFC PATCH 4/8] powerpc/64s: put io_sync bit into r14

[meta-python][PATCH] python-pysocks: update to version 1.6.8
 2017-12-22 15:05 UTC 

[PATCH 4.9 000/104] 4.9.72-stable review
 2017-12-22 15:05 UTC  (4+ messages)
` [PATCH 4.9 037/104] i2c: mux: pca954x: Add missing pca9546 definition to chip_desc

[PATCH 00/10] arm64: 52-bit physical address support
 2017-12-22 15:04 UTC  (4+ messages)
` [PATCH 06/10] arm64: handle 52-bit physical addresses in page table entries

Initial release of AMD Open Source Driver for Vulkan
 2017-12-22 15:04 UTC  (3+ messages)

pending 4.14-rc boot failures on arm64
 2017-12-22 15:03 UTC  (7+ messages)

Patch "mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y" has been added to the 4.14-stable tree
 2017-12-22 15:02 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.