All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-17 15:54:47 to 2018-01-17 16:18:43 UTC [more...]

linux-next: manual merge of the block tree with the dma-mapping tree
 2018-01-17 16:18 UTC  (2+ messages)

[PATCH libdrm] amdgpu: Copy .editorconfig to tests/amdgpu
 2018-01-17 16:18 UTC  (2+ messages)

[Qemu-arm] [PATCH v4 00/14] Initial i.MX7 support
 2018-01-17 16:17 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 09/14] pci: Add support for Designware IP block
  ` [Qemu-arm] "
      ` [Qemu-arm] [Qemu-devel] "

[PATCH v5 00/15] common ethdev linkstatus functions
 2018-01-17 16:18 UTC  (5+ messages)

[PATCH 08/30] kexec_file: Restrict at runtime if the kernel is locked down
 2018-01-17 16:16 UTC  (9+ messages)
  ` [PATCH 00/30] security, efi: Add kernel lockdown

[PATCH 0/2] blk-mq: two patches related with CPU hotplug
 2018-01-17 16:17 UTC  (9+ messages)
` [PATCH 1/2] blk-mq: make sure hctx->next_cpu is set correctly
` [PATCH 2/2] blk-mq: convert WARN_ON in __blk_mq_run_hw_queue to printk

[PATCH v2 0/16] ARM: r8a7790: add soc node
 2018-01-17 16:17 UTC  (17+ messages)
` [PATCH v2 01/16] ARM: dts: r8a7790: consistently use single space after =
` [PATCH v2 02/16] ARM: dts: r8a7790: add soc node
` [PATCH v2 03/16] ARM: dts: r8a7790: sort subnodes of "
` [PATCH v2 04/16] ARM: dts: r8a7790: sort subnodes of root node
` [PATCH v2 05/16] ARM: dts: r8a7791: consistently use single space after =
` [PATCH v2 06/16] ARM: dts: r8a7791: add soc node
` [PATCH v2 07/16] ARM: dts: r8a7791: sort subnodes of root node
` [PATCH v2 08/16] ARM: dts: r8a7792: sort subnodes of soc node
` [PATCH v2 09/16] ARM: dts: r8a7793: consistently use single space after =
` [PATCH v2 10/16] ARM: dts: r8a7793: add soc node
` [PATCH v2 11/16] ARM: dts: r8a7793: sort subnodes of "
` [PATCH v2 12/16] ARM: dts: r8a7793: sort subnodes of root node
` [PATCH v2 13/16] ARM: dts: r8a7794: consistently use single space after =
` [PATCH v2 14/16] ARM: dts: r8a7794: add soc node
` [PATCH v2 15/16] ARM: dts: r8a7794: sort subnodes of "
` [PATCH v2 16/16] ARM: dts: r8a7794: sort subnodes of root node

KVM "fake DAX" flushing interface - discussion
 2018-01-17 16:17 UTC  (11+ messages)
                ` [Qemu-devel] "

[PATCH 0/8] staging: fsl-mc: Cleanup
 2018-01-17 16:16 UTC  (7+ messages)
` [PATCH 3/8] staging: fsl-mc: Add SPDX license identifiers

[Qemu-devel] [PATCH/RFC 0/3] s390x/kvm: implement new hardware/firmware features
 2018-01-17 16:16 UTC  (10+ messages)
` [Qemu-devel] [PATCH 2/3] s390x/kvm: Handle bpb feature

[Qemu-devel] [PATCH v3 0/4] linux-user: select CPU type according ELF header values
 2018-01-17 16:15 UTC  (3+ messages)

usb: phy: mxs: Do not run charger detection on i.MX23/28
 2018-01-17 16:16 UTC 

[PATCH] Documentation: rapidio: move sysfs interface to ABI
 2018-01-17 16:16 UTC  (2+ messages)

[Qemu-devel] QEMU virt board: extending various limits
 2018-01-17 16:15 UTC  (4+ messages)

[Qemu-devel] [PATCH v10.5 00/20] tcg: generic vector operations
 2018-01-17 16:14 UTC  (21+ messages)
` [Qemu-devel] [PATCH v10.5 01/20] tcg: Allow multiple word entries into the constant pool
` [Qemu-devel] [PATCH v10.5 02/20] tcg: Add types and basic operations for host vectors
` [Qemu-devel] [PATCH v10.5 03/20] tcg: Standardize integral arguments to expanders
` [Qemu-devel] [PATCH v10.5 04/20] tcg: Add generic vector expanders
` [Qemu-devel] [PATCH v10.5 05/20] tcg: Add generic vector ops for constant shifts
` [Qemu-devel] [PATCH v10.5 06/20] tcg: Add generic vector ops for comparisons
` [Qemu-devel] [PATCH v10.5 07/20] tcg: Add generic vector ops for multiplication
` [Qemu-devel] [PATCH v10.5 08/20] tcg: Add generic helpers for saturating arithmetic
` [Qemu-devel] [PATCH v10.5 09/20] tcg: Add generic vector helpers with a scalar operand
` [Qemu-devel] [PATCH v10.5 10/20] tcg/optimize: Handle vector opcodes during optimize
` [Qemu-devel] [PATCH v10.5 11/20] target/arm: Align vector registers
` [Qemu-devel] [PATCH v10.5 12/20] target/arm: Use vector infrastructure for aa64 add/sub/logic
` [Qemu-devel] [PATCH v10.5 13/20] target/arm: Use vector infrastructure for aa64 mov/not/neg
` [Qemu-devel] [PATCH v10.5 14/20] target/arm: Use vector infrastructure for aa64 dup/movi
` [Qemu-devel] [PATCH v10.5 15/20] target/arm: Use vector infrastructure for aa64 constant shifts
` [Qemu-devel] [PATCH v10.5 16/20] target/arm: Use vector infrastructure for aa64 compares
` [Qemu-devel] [PATCH v10.5 17/20] target/arm: Use vector infrastructure for aa64 multiplies
` [Qemu-devel] [PATCH v10.5 18/20] target/arm: Use vector infrastructure for aa64 orr/bic immediate
` [Qemu-devel] [PATCH v10.5 19/20] tcg/i386: Add vector operations
` [Qemu-devel] [PATCH v10.5 20/20] tcg/aarch64: "

[PATCH rdma-core] cbuild: Add Fedora 27 container
 2018-01-17 16:16 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v2 next-queue 00/12] Enable queue channel and cloud filter support on i40evf
 2018-01-17 16:16 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH v2 next-queue 01/12] i40evf: Fix link up issue when queues are disabled
` [Intel-wired-lan] [PATCH v2 next-queue 02/12] virtchnl: Add virtchl structures to support queue channels
` [Intel-wired-lan] [PATCH v2 next-queue 03/12] i40evf : add ndo_setup_tc callback to i40evf
` [Intel-wired-lan] [PATCH v2 next-queue 04/12] i40e: Enable ADq and create queue channel/s on VF
` [Intel-wired-lan] [PATCH v2 next-queue 05/12] i40evf: Alloc queues for ADq "
` [Intel-wired-lan] [PATCH v2 next-queue 06/12] i40e: Delete queue channel "
` [Intel-wired-lan] [PATCH v2 next-queue 07/12] i40evf: Add support to configure bw via tc tool
` [Intel-wired-lan] [PATCH v2 next-queue 08/12] i40e: Service request to configure bandwidth for ADq on a VF
` [Intel-wired-lan] [PATCH v2 next-queue 09/12] virtchnl: Add a macro to check the size of a union
` [Intel-wired-lan] [PATCH v2 next-queue 10/12] virtchnl: Add filter data structures
` [Intel-wired-lan] [PATCH v2 next-queue 11/12] i40evf: Add support to apply cloud filters
` [Intel-wired-lan] [PATCH v2 next-queue 12/12] i40e: Add and delete cloud filter

[PATCH 0/4] spi: a3700: Add improvements and full-duplex transfers
 2018-01-17 16:15 UTC  (10+ messages)
` [PATCH 1/4] spi: a3700: Clear DATA_OUT when performing a read
` [PATCH 2/4] spi: a3700: Set frequency limits at startup
` [PATCH 3/4] spi: a3700: Allow to enable or disable FIFO mode
` [PATCH 4/4] spi: a3700: Add full-duplex support

[PATCH v1] [net/tap] add logic to assign speed from user
 2018-01-17 16:14 UTC  (4+ messages)

[PATCH v3 13/13] Add SoftiWarp to kernel build environment (fwd)
 2018-01-17 16:14 UTC 

[Qemu-devel] [PATCH v2 00/32] Allow configuring the qcow2 L2 cache entry size
 2018-01-17 16:13 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 13/32] qcow2: Add l2_slice_size field to BDRVQcow2State
` [Qemu-devel] [PATCH v2 16/32] qcow2: Update l2_allocate() to support L2 slices

[PATCH] selinux:Significant reduce of preempt_disable holds
 2018-01-17 16:14 UTC  (3+ messages)

[PATCH] drm: arc: Don't set connector DPMS handler
 2018-01-17 16:14 UTC  (2+ messages)

[PATCH] btrfs: Add chunk allocation ENOSPC debug message for enospc_debug mount option
 2018-01-17 16:13 UTC  (4+ messages)

[PATCH v3 0/5] IB/srp: Add RDMA/CM support
 2018-01-17 16:13 UTC  (7+ messages)
` [PATCH v3 1/5] kobject: Export kobj_ns_grab_current() and kobj_ns_drop()

[PATCH] scsi: handle ABORTED_COMMAND on Fujitsu ETERNUS
 2018-01-17 16:13 UTC 

[PATCH] drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
 2018-01-17 16:13 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] Kbuild: suppress packed-not-aligned warning for default setting only
 2018-01-17 16:12 UTC  (2+ messages)

[GIT PULL 00/32] perf/core improvements and fixes
 2018-01-17 16:12 UTC  (36+ messages)
` [PATCH 01/32] perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
` [PATCH 02/32] perf evlist: Remove trailing semicolon
` [PATCH 03/32] perf script python: Add script to profile and resolve physical mem type
` [PATCH 04/32] perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely
` [PATCH 05/32] perf tools: Fix copyfile_offset update of output offset
` [PATCH 06/32] perf evsel: Check if callchain is enabled before setting it up
` [PATCH 07/32] perf trace: Fix setting of --call-graph/--max-stack for non-syscall events
` [PATCH 08/32] tools lib traceevent: Fix bad force_token escape sequence
` [PATCH 09/32] tools lib traceevent: Show value of flags that have not been parsed
` [PATCH 10/32] tools lib traceevent: Print value of unknown symbolic fields
` [PATCH 11/32] tools lib traceevent: Simplify pointer print logic and fix %pF
` [PATCH 12/32] tools lib traceevent: Handle new pointer processing of bprint strings
` [PATCH 13/32] tools lib traceevent: Show contents (in hex) of data of unrecognized type records
` [PATCH 14/32] tools lib traceevent: Use asprintf when possible
` [PATCH 15/32] tools lib traceevent: Add UL suffix to MISSING_EVENTS
` [PATCH 16/32] tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()
` [PATCH 17/32] tools lib traceevent: Fix get_field_str() for dynamic strings
` [PATCH 18/32] perf tools: Add ARM Statistical Profiling Extensions (SPE) support
` [PATCH 19/32] perf callchain: Fix attr.sample_max_stack setting
` [PATCH 20/32] perf unwind: Do not look just at the global callchain_param.record_mode
` [PATCH 21/32] perf trace: Setup DWARF callchains for non-syscall events when --max-stack is used
` [PATCH 22/32] perf trace: Allow overriding global --max-stack per event
` [PATCH 23/32] perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding
` [PATCH 24/32] perf report: Improve error msg when no first/last sample time found
` [PATCH 25/32] perf script: "
` [PATCH 26/32] perf util: Improve error checking for time percent input
` [PATCH 27/32] perf util: Support no index time percent slice
` [PATCH 28/32] perf report: Add an indication of what time slices are used
` [PATCH 29/32] perf util: Allocate time slices buffer according to number of comma
` [PATCH 30/32] perf report: Remove the time slices number limitation
` [PATCH 31/32] perf script: "
` [PATCH 32/32] perf record: Fix failed memory allocation for get_cpuid_str

[PATCH 1/2] cmake: allow target names to be overridden
 2018-01-17 16:12 UTC  (4+ messages)
` [PATCH 2/2] piglit: override install target name instead of do_install

[Qemu-devel] [PATCH 00/24] generalize parsing of cpu_model (part 4)
 2018-01-17 16:12 UTC  (5+ messages)
` [Qemu-devel] [PATCH 12/24] s390x: cpu: add TARGET_DEFAULT_CPU_TYPE macro
  ` [Qemu-devel] [qemu-s390x] "
` [Qemu-arm] [PATCH 22/24] cpu: get rid of unused cpu_init() defines

[PATCH 0/2] ZG clock for r8a7796
 2018-01-17 16:12 UTC  (3+ messages)
` [PATCH 2/2] clk: renesas: rcar-gen3: Add ZG clock divider support

[Pyro] Multiple toolchains
 2018-01-17 16:11 UTC  (2+ messages)

[PATCH 07/11] signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
 2018-01-17 16:11 UTC  (12+ messages)
` [PATCH 07/11] signal/arm64: Document conflicts with SI_USER and SIGFPE, SIGTRAP, SIGBUS

[PATCH] libio.h: Has been deprecated
 2018-01-17 16:11 UTC  (2+ messages)

[PATCH] arm64/kernel: kaslr: drop special Image placement logic
 2018-01-17 16:11 UTC 

[PATCH] exportfs: move ro/rw option back to secinfo_flag_displaymap table
 2018-01-17 16:11 UTC  (2+ messages)

[PATCH 0/4] Last WQE Reached event treatment
 2018-01-17 16:11 UTC  (4+ messages)
` [PATCH 1/4] IB/core: add support for draining Shared receive queues

Suspend/resume with FTRACE enabled doesn’t work anymore
 2018-01-17 16:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 00/21] tcg: generic vector operations
 2018-01-17 16:09 UTC  (10+ messages)
` [Qemu-devel] [PATCH v10 01/21] tcg: Allow multiple word entries into the constant pool
` [Qemu-devel] [PATCH v10 02/21] tcg: Add types and basic operations for host vectors
` [Qemu-devel] [PATCH v10 03/21] tcg: Standardize integral arguments to expanders
` [Qemu-devel] [PATCH v10 04/21] tcg: Add generic vector expanders
` [Qemu-devel] [PATCH v10 05/21] tcg: Loosen vec_gen_op* typecheck rules
` [Qemu-devel] [PATCH v10 06/21] tcg: Add generic vector ops for constant shifts
` [Qemu-devel] [PATCH v10 07/21] tcg: Add generic vector ops for comparisons
` [Qemu-devel] [PATCH v10 08/21] tcg: Add generic vector ops for multiplication
` [Qemu-devel] [PATCH v10 09/21] tcg: Add generic helpers for saturating arithmetic

[PATCH v3 00/13] Request for Comments on SoftiWarp
 2018-01-17 16:07 UTC  (2+ messages)

[RFC PATCH 0/2] fixing the gpio ownership
 2018-01-17 16:07 UTC  (8+ messages)
` [RFC PATCH 1/2] pinctrl: add consumer variant for gpio request

[lustre-devel] [PATCH] staging: lustre: lnet: avoid uninitialized return value
 2018-01-17 16:05 UTC  (3+ messages)
`  "

aio poll, io_pgetevents and a new in-kernel poll API V2
 2018-01-17 16:05 UTC  (6+ messages)
` [PATCH 03/32] fs: introduce new ->get_poll_head and ->poll_mask methods

[PATCH] libarchive: Enable xz and lzo by default
 2018-01-17 16:05 UTC 

About File systems magic numbers
 2018-01-17 16:05 UTC 

[Qemu-devel] [PATCH v2 0/6] nbd export qmp interface
 2018-01-17 16:03 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 3/6] qapi: add nbd-server-remove

[PULL] gvt-next fixes for 4.16
 2018-01-17 16:03 UTC  (2+ messages)

[PATCH v4] cmake: upgrade 3.9.5 -> 3.10.1
 2018-01-17 16:03 UTC 

[PATCH 1/2] mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()
 2018-01-17 15:56 UTC  (4+ messages)
` [1/2] "

[AUH] Upgrade status: 2018-01-16
 2018-01-17 16:02 UTC  (5+ messages)

[PATCH] net/bonding: fix link status check
 2018-01-17 16:02 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] isolation: 1Hz residual tick offloading v3
 2018-01-17 15:59 UTC  (6+ messages)

[PATCH v2 0/4] Remove checkpatch warnings
 2018-01-17 16:00 UTC  (4+ messages)

About Loongson platforms' directories
 2018-01-17 15:59 UTC  (3+ messages)

[patch -mm 0/4] mm, memcg: introduce oom policies
 2018-01-17 16:00 UTC  (5+ messages)
` [patch -mm 3/4] mm, memcg: replace memory.oom_group with policy tunable

[PATCH v4 1/3] libdrm: upgrade 2.4.88 -> 2.4.89
 2018-01-17 15:59 UTC  (3+ messages)
` [PATCH v4 2/3] go-dep: upgrade 0.3.1 -> 0.3.2
` [PATCH v4 3/3] cmake: upgrade 3.9.5 -> 3.10.1

[PATCH arm/aspeed/ast2500 v1] ipmi: add an Aspeed KCS IPMI BMC driver
 2018-01-17 15:59 UTC  (5+ messages)

[net] fm10k: mark PM functions as __maybe_unused
 2018-01-17 15:57 UTC 

[Ocfs2-devel] [Ocfs2-dev] BUG: deadlock with umount and ocfs2 workqueue triggered by ocfs2rec thread
 2018-01-17 15:57 UTC  (4+ messages)

[RFC PATCH 0/6] mempool: add bucket mempool driver
 2018-01-17 15:55 UTC  (5+ messages)
` [RFC PATCH 2/6] mempool: implement clustered object allocation

[morty][meta-processor-sdk][PATCH v2] branding-processor-sdk.inc: Excluding am57x SOC targets for dra7xx PDK
 2018-01-17 15:55 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH 0/4] dmaengine: qcom: bam_dma: fixes for remotely controlled bam
 2018-01-17 15:59 UTC  (4+ messages)

[PATCH 0/3] hisi_sas: v2 hw LED support
 2018-01-17 16:46 UTC  (3+ messages)
` [PATCH 2/3] scsi: hisi_sas: directly attached disk LED feature for v2 hw
` [PATCH 3/3] scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()


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.