All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-30 16:14:13 to 2018-07-30 16:38:12 UTC [more...]

use generic DMA mapping code in powerpc
 2018-07-30 16:38 UTC  (18+ 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 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)

Kernel configuration problems
 2018-07-30 16:21 UTC  (3+ 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 "

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

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

[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] "

[Qemu-devel] [PATCH v5 00/76] Add nanoMIPS support to QEMU
 2018-07-30 16:12 UTC  (73+ messages)
` [Qemu-devel] [PATCH v5 05/76] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v5 06/76] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v5 07/76] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v5 08/76] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v5 09/76] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v5 10/76] linux-user: Add preprocessor availability control to some syscalls
` [Qemu-devel] [PATCH v5 11/76] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v5 12/76] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v5 13/76] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v5 14/76] target/mips: Add gen_op_addr_addi()
` [Qemu-devel] [PATCH v5 15/76] target/mips: Fix two instances of shadow variables
` [Qemu-devel] [PATCH v5 16/76] target/mips: Mark switch fallthroughs with interpretable comments
` [Qemu-devel] [PATCH v5 17/76] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v5 18/76] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v5 19/76] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v5 20/76] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v5 21/76] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v5 22/76] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v5 23/76] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v5 24/76] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v5 25/76] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [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

[GIT PULL] tpmdd 4.19 updates
 2018-07-30 16:32 UTC  (4+ 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()

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] drm/i915/execlists: Terminate the context image with BB_END
 2018-07-30 16:28 UTC 

[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

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

[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 

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

[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  (7+ messages)
` [RFC PATCH v4 12/12] OPTIONAL: cpufreq: dt: Register an Energy Model

[PATCH i-g-t] igt/gem_eio: Measure reset delay from thread
 2018-07-30 16:20 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[RFC] ethdev: add generic L2/L3 tunnel encapsulation actions
 2018-07-30 16:19 UTC 

[RFC] kconfig: add hardened defconfig helpers
 2018-07-30 16:19 UTC  (5+ messages)

[U-Boot] [PATCH] travis: give every job a name
 2018-07-30 16:19 UTC 

[U-Boot] [PATCH v3 0/2] env: Make environment loading log more clear
 2018-07-30 16:19 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] env: Don't show "Failed" error message
` [U-Boot] [PATCH v3 2/2] disk: part: Don't show redundant "

[PATCH v8 0/4] Add parameter for disabling ACS redirection for P2P
 2018-07-30 16:18 UTC  (10+ messages)
` [PATCH v8 1/4] PCI: Make specifying PCI devices in kernel parameters reusable
` [PATCH v8 2/4] PCI: Allow specifying devices using a base bus and path of devfns
` [PATCH v8 3/4] PCI: Introduce disable_acs_redir quirk
` [PATCH v8 4/4] PCI: Introduce the disable_acs_redir parameter

[PATCH v7 3/6] dt-bindings: mailbox: imx-mu: add generic MU channel support
 2018-07-30 16:18 UTC  (14+ messages)

[PATCH] pci/aspm: Remove CONFIG_PCIEASPM_DEBUG
 2018-07-30 16:18 UTC  (4+ messages)
` [PATCH v2] "

Hello
 2018-07-30 14:42 UTC 

[PATCH v2] perf/x86/intel: Add support for MISPREDICT bit on Knights Landing cpus
 2018-07-30 16:17 UTC  (2+ messages)

[PATCH] sparc: use generic dma_noncoherent_ops
 2018-07-30 16:17 UTC  (2+ messages)

[PATCH] parselogs: Add bluetoothd error to list of mips
 2018-07-30 16:17 UTC  (3+ messages)

pull-request: can 2018-07-30
 2018-07-30 16:16 UTC  (2+ messages)

[U-Boot] [PULL] efi patch queue 2018-07-25
 2018-07-30 16:16 UTC  (5+ messages)

[PATCH] net: intel: ixgbe: Replace GFP_ATOMIC with GFP_KERNEL
 2018-07-30 16:15 UTC  (3+ messages)
` [Intel-wired-lan] "

x86/MCE: Fix CPU microcode version output
 2018-07-30 16:16 UTC  (2+ messages)
` [PATCH] "

[PATCH net-next 0/5] A test for mirror-to-gretap with team in UL packet path
 2018-07-30 14:40 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: forwarding: lib: Add require_command()
` [PATCH net-next 2/5] selftests: forwarding: lib: Support team devices
` [PATCH net-next 3/5] selftests: forwarding: Introduce $ARPING
` [PATCH net-next 4/5] selftests: forwarding: Test mirror-to-gretap w/ UL team
` [PATCH net-next 5/5] selftests: forwarding: Test mirror-to-gretap w/ UL team LACP

[net-next PATCH] net: ipv4: fix listify ip_rcv_finish in case of forwarding
 2018-07-30 14:38 UTC  (4+ messages)


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.