All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-30 16:20:43 to 2018-07-30 16:42:11 UTC [more...]

[Qemu-devel] [PATCH 0/5] mps2: Implement FPGAIO counters and dual-timer
 2018-07-30 16:24 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/5] hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTER
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH 3/5] hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH 4/5] hw/arm/iotkit: Wire up the dualtimer

[PATCH v2 0/7] tda998x: allow use with bridge based devices
 2018-07-30 16:42 UTC  (5+ messages)
` [PATCH v2 1/7] drm/i2c: tda998x: find the drm_device via the drm_connector
` [PATCH v2 2/7] drm/i2c: tda998x: split tda998x_encoder_dpms into enable/disable

[PATCH v4 0/2] mmc: {tmio,renesas_sdhi}: fix tuning behavior
 2018-07-30 15:06 UTC  (2+ messages)

[RFC PATCH 0/3] Balloon inhibit enhancements
 2018-07-30 16:42 UTC  (7+ messages)

[PATCH] mmc: renesas_sdhi: Add r8a77990 support
 2018-07-30 15:06 UTC  (2+ messages)

your photos need this
 2018-07-30 10:52 UTC 

[Qemu-devel] [PATCH v5 00/76] Add nanoMIPS support to QEMU
 2018-07-30 16:41 UTC  (53+ messages)
` [Qemu-devel] [PATCH v5 26/76] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v5 27/76] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v5 28/76] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v5 29/76] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v5 30/76] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v5 31/76] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v5 32/76] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v5 33/76] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v5 34/76] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v5 35/76] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v5 36/76] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v5 37/76] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v5 38/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v5 39/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v5 40/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v5 41/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v5 42/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v5 43/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v5 44/76] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v5 45/76] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v5 46/76] target/mips: Add updating BadInstr, BadInstrP, BadInstrX for nanoMIPS
` [Qemu-devel] [PATCH v5 47/76] target/mips: Implement CP0 Config0.WR bit functionality
` [Qemu-devel] [PATCH v5 48/76] target/mips: Adjust behavior of Config3's ISAOnExc bit for nanoMIPS
` [Qemu-devel] [PATCH v5 49/76] target/mips: Adjust exception_resume_pc() "
` [Qemu-devel] [PATCH v5 50/76] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v5 51/76] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v5 52/76] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v5 53/76] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v5 54/76] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v5 55/76] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v5 56/76] mips_malta: Add basic nanoMIPS boot code for MIPS' Malta
` [Qemu-devel] [PATCH v5 57/76] mips_malta: Setup GT64120 BARs in nanoMIPS bootloader
` [Qemu-devel] [PATCH v5 58/76] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v5 59/76] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v5 60/76] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v5 61/76] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v5 62/76] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v5 63/76] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v5 64/76] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v5 65/76] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v5 66/76] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v5 67/76] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v5 68/76] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v5 69/76] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v5 70/76] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v5 71/76] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v5 72/76] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v5 73/76] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v5 74/76] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v5 75/76] linux-user: Amend sigaction syscall support "
` [Qemu-devel] [PATCH v5 76/76] linux-user: Add nanoMIPS linux user mode configuration support

[PATCH v8 0/4] Add parameter for disabling ACS redirection for P2P
 2018-07-30 16:41 UTC  (2+ messages)

Kernel configuration problems
 2018-07-30 16:25 UTC  (4+ messages)

[PATCH] xen-netfront: wait xenbus state change when load module manually
 2018-07-30 16:41 UTC  (3+ messages)

[PATCH RESEND 1/1] x86: tsc: avoid system instability in hibernation
 2018-07-30 16:41 UTC  (3+ messages)

[PATCH 00/19] dddvb/ddbridge updates as of 2018-06-23
 2018-07-30 15:05 UTC  (3+ messages)
` [PATCH 01/19] [media] dvb-frontends/mxl5xx: add break to case DVBS2 in get_frontend()

[llvmlinux] clang fails on linux-next since commit 8bf705d13039
 2018-07-30 16:40 UTC  (6+ messages)

[PATCH 0/1] arm64: for-next/core: Fix hang in machine_kexec
 2018-07-30 16:39 UTC  (7+ messages)
` [PATCH 1/1] arm64: kexec: machine_kexec should call __flush_icache_range

use generic DMA mapping code in powerpc
 2018-07-30 16:38 UTC  (63+ messages)
` [PATCH 01/20] kernel/dma/direct: take DMA offset into account in dma_direct_supported
` [PATCH 02/20] kernel/dma/direct: refine dma_direct_alloc zone selection
` [PATCH 03/20] dma-mapping: make the get_required_mask method available unconditionally
` [PATCH 04/20] ia64: remove get_required_mask implementation
` [PATCH 05/20] swiotlb: allow the architecture to provide a get_required_mask hook
` [PATCH 06/20] dma-noncoherent: add an optional arch hook for ->get_required_mask
` [PATCH 07/20] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 08/20] powerpc/dma: remove the unused dma_nommu_ops export
` [PATCH 09/20] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 10/20] powerpc/dma-noncoherent: don't disable irqs over kmap_atomic
` [PATCH 11/20] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 12/20] powerpc/dma: use phys_to_dma instead of get_dma_offset
` [PATCH 13/20] powerpc/dma: remove get_dma_offset
` [PATCH 14/20] powerpc/dma: replace dma_nommu_dma_supported with dma_direct_supported
` [PATCH 15/20] powerpc/dma: remove the unused unmap_page and unmap_sg methods
` [PATCH 16/20] powerpc/dma: use dma_direct_{alloc,free}
` [PATCH 17/20] powerpc/dma-swiotlb: use generic swiotlb_dma_ops
` [PATCH 18/20] powerpc/dma-noncoherent: use generic dma_noncoherent_ops
` [PATCH 19/20] powerpc/dma: use the generic dma-direct map_page and map_sg routines
` [PATCH 20/20] powerpc/dma: remove dma_nommu_mmap_coherent

[PATCH v3 0/2] clk: Add functions to get optional clocks
 2018-07-30 16:38 UTC  (6+ messages)
` [PATCH v3 1/2] clk: Add of_clk_get_by_name_optional() function

[PATCH] drm/i915/execlists: Terminate the context image with BB_END
 2018-07-30 16:38 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v2 0/2] GCC 7.3 fixes
 2018-07-30 16:38 UTC  (2+ messages)

[PATCH] pinctrl: sh-pfc: r8a77470: Add EtherAVB pin groups
 2018-07-30 15:01 UTC  (3+ messages)

linux-next: build failure after merge of the kspp tree
 2018-07-30 16:37 UTC  (8+ messages)

[igt-dev] [PATCH i-g-t] intel-ci: Drop gem_cs_tlb from fast-feedback
 2018-07-30 16:36 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Bug 107428] Flickering artifacts in OpenRA with Vega 56
 2018-07-30 16:34 UTC 

Computing the dynamic-power-coefficient on Exynos5422
 2018-07-30 16:32 UTC  (3+ messages)
  ` [Eas-dev] "

[RFC PATCH 0/4] file: export functions for binder module
 2018-07-30 16:32 UTC  (5+ messages)
` [PATCH 2/4] file: export __fd_install()
` [PATCH 3/4] file: export get_files_struct()

[GIT PULL] tpmdd 4.19 updates
 2018-07-30 16:32 UTC  (3+ messages)

linux-next: Tree for Jul 30
 2018-07-30 16:32 UTC  (2+ messages)
` linux-next: Tree for Jul 30 (media/i2c/mt9v111.c)

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-07-30 16:30 UTC  (13+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 03/21] range-diff: first rudimentary implementation
  ` [PATCH v4 05/21] range-diff: also show the diff between patches
  ` [PATCH v4 11/21] range-diff: add tests

[PATCH v2 00/10] powerpc: Modernize unhandled signals message
 2018-07-30 16:30 UTC  (6+ messages)
` [PATCH v2 04/10] powerpc/traps: Use REG_FMT in show_signal_msg()

[PATCH 00/26] New IDA API
 2018-07-30 14:55 UTC  (4+ messages)
` [PATCH 14/26] media: Convert entity ID allocation to new "

checkpatch: SPDX integration breaks --root
 2018-07-30 16:30 UTC  (4+ messages)

[RFC PATCH kernel 0/5] powerpc/P9/vfio: Pass through NVIDIA Tesla V100
 2018-07-30 16:29 UTC  (15+ messages)

[GSoC] [PATCH v4 0/4] rebase: rewrite rebase in C
 2018-07-30 16:29 UTC  (5+ messages)
` [GSoC] [PATCH v5 0/3] "
  ` [PATCH v5 1/3] rebase: start implementing it as a builtin
  ` [PATCH v5 2/3] rebase: refactor common shell functions into their own file
  ` [PATCH v5 3/3] builtin/rebase: support running "git rebase <upstream>"

[PATCH v5 0/3] Support Common Not Private translations
 2018-07-30 16:29 UTC  (7+ messages)
` [PATCH v5 1/3] arm64: mm: "

[PATCH] RFC: clear 1G pages with streaming stores on x86
 2018-07-30 16:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net-next] liquidio: remove redundant function cn23xx_dump_iq_regs
 2018-07-30 16:27 UTC  (2+ messages)

[PATCH 0/10] x86,tlb,mm: more lazy TLB cleanups & optimizations
 2018-07-30 16:26 UTC  (7+ messages)
` [PATCH 10/10] mm,sched: conditionally skip lazy TLB mm refcounting
    ` [PATCH v2 11/11] "

[PATCH v4] xfs: test inode allocation state missmatch corruption
 2018-07-30 14:51 UTC  (2+ messages)

[PATCH v2 0/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously
 2018-07-30 16:26 UTC  (10+ messages)
` [PATCH v2 1/4] ARC: DTS: mark DMA devices connected through IOC port as dma-coherent
` [PATCH v2 2/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously
` [PATCH v2 3/4] ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled
` [PATCH v2 4/4] ARC: don't check for HIGHMEM pages in arch_dma_alloc

[PATCH] clk: scmi: Fix the rounding of clock rate
 2018-07-30 16:26 UTC  (7+ messages)

[PATCH 1/3] arm64: dts: fsl: add clocks property for fman ptp timer node
 2018-07-30 16:25 UTC  (4+ messages)
` [PATCH 3/3] ptp_qoriq: convert to use module parameters for initialization

[ANNOUNCE] v4.16.18-rt11
 2018-07-30 16:24 UTC  (5+ messages)
` candidates for @devel-rt localversion-rt++

[PATCH] MAINTAINERS: Add .clang-format entry
 2018-07-30 16:24 UTC 

[Bug 100177] New: [GM206] Misrendering in XCOM Ennemy Within
 2018-07-30 16:23 UTC  (2+ messages)
  ` [Bug 100177] "

[meta-oe][PATCH] Revert "glibmm: Upgrade to 2.56.0"
 2018-07-30 16:23 UTC  (2+ messages)

Patch "kvm, mm: account shadow page tables to kmemcg" has been added to the 4.4-stable tree
 2018-07-30 14:47 UTC 

[Qemu-devel] [RFC 0/3] Supporting programming IOMMU in QEMU (vDPA/vhost-user)
 2018-07-30 16:20 UTC  (8+ messages)
` [Qemu-devel] [RFC 3/3] vhost-user: support programming VFIO group in master

[RFC PATCH v4 00/12] Energy Aware Scheduling
 2018-07-30 16:20 UTC  (6+ messages)
` [RFC PATCH v4 12/12] OPTIONAL: cpufreq: dt: Register an Energy Model


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.