All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-30 16:03:32 to 2018-07-30 16:29:53 UTC [more...]

[GSoC] [PATCH v4 0/4] rebase: rewrite rebase in C
 2018-07-30 16:29 UTC  (4+ 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 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] "

[Qemu-devel] [PATCH v5 00/76] Add nanoMIPS support to QEMU
 2018-07-30 16:12 UTC  (62+ messages)
` [Qemu-devel] [PATCH v5 01/76] target/mips: Update maintainer's email addresses
` [Qemu-devel] [PATCH v5 02/76] target/mips: Avoid case statements formulated by ranges
` [Qemu-devel] [PATCH v5 03/76] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v5 04/76] target/mips: Add CP0 BadInstrX register
` [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

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-07-30 16:28 UTC  (10+ 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] 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 

post-receive: pub/scm/linux/kernel/git/chao/linux
 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

post-receive: pub/scm/linux/kernel/git/chao/linux
 2018-07-30 16:22 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  (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  (7+ 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 "

post-receive: pub/scm/linux/kernel/git/chao/linux
 2018-07-30 16:19 UTC 

[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  (7+ 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)

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

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

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

[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)

[PATCH] selftests: membarrier: fix test by checking supported commands
 2018-07-30 16:13 UTC  (6+ messages)

[PATCH v2] tst-tzset: Use default timeout (20 seconds as of now)
 2018-07-30 16:13 UTC 

[Qemu-devel] ARM: SVE issue in cmpeq/cmpne
 2018-07-30 16:13 UTC  (2+ messages)

socket poll related cleanups v2
 2018-07-30 16:13 UTC  (2+ messages)

[PATCH 0/4] usb-audio: Add UAC3 Power Domains
 2018-07-30 16:12 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] ALSA: usb-audio: Initial Power Domain support
  ` [PATCH v2 4/4] ALSA: usb-audio: Operate UAC3 Power Domains in PCM callbacks

[PATCH V2 0/3] nvmet: add support for ns write protect
 2018-07-30 16:12 UTC  (3+ messages)
` [PATCH V2 3/3] nvmet: add ns write protect support

[PATCH v7 00/12] arm: more kconfig configurability and small default configs
 2018-07-30 16:11 UTC  (9+ messages)
` [PATCH v7 08/12] arm: add ALL, QEMU, Rcar3 and MPSoC configs

[U-Boot] [PATCH v4 00/27] SPI-NAND support
 2018-07-30 16:10 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/chao/linux
 2018-07-30 16:10 UTC 

[PATCH v7 00/22] vfio-ap: guest dedicated crypto adapters
 2018-07-30 16:10 UTC 

[PATCH v4 2/2] i2c: mux: annotate the nested rt_mutex usage
 2018-07-30 16:09 UTC  (3+ messages)
` [tip:locking/urgent] i2c/mux, locking/core: Annotate "

[PATCH v6 0/4] add support for Bluetooth on MT7622 SoC
 2018-07-30 16:09 UTC  (6+ messages)
` [PATCH v6 3/4] Bluetooth: mediatek: Add protocol support for MediaTek serial devices

ath9k and 16 VAP interfaces?
 2018-07-30 14:34 UTC  (4+ messages)

[PATCH 0/9] Add Reset Controller support for Actions Semi Owl SoCs
 2018-07-30 16:09 UTC  (6+ messages)

I have code to support 0-length PSDUs and L-SIG for radiotap
 2018-07-30 16:08 UTC 

[Buildroot] [PATCH 1/2] package/opencv3: bump version to 3.4.2
 2018-07-30 16:08 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/opencv3: fix aarch64 build

[PATCH] mt76x2: fix CCK protection control frame rate
 2018-07-30 14:33 UTC  (2+ messages)

[PATCH] tst-tzset: raise timeout to 10 seconds
 2018-07-30 16:07 UTC  (3+ messages)

[PATCH] mt76x2: add frame protection support
 2018-07-30 14:32 UTC  (2+ messages)

[PATCH 1/2] Add TRACE_EVENTs in pwc_isoc_handler()
 2018-07-30 16:07 UTC  (6+ messages)
` [PATCH 2/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer

[U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear
 2018-07-30 16:06 UTC  (4+ messages)

[PATCH v5 0/3] tracing: kprobes: Prohibit probing on notrace functions
 2018-07-30 16:06 UTC  (2+ messages)

[PATCH 1/2] mt7601u: use sw encryption for hw unsupported ciphers
 2018-07-30 14:31 UTC  (2+ messages)

[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
 2018-07-30 16:05 UTC  (11+ messages)

Build regressions/improvements in v4.18-rc7
 2018-07-30 16:04 UTC  (2+ messages)

[PATCH] sched/fair: remove #ifdefs from scale_rt_capacity
 2018-07-30 16:04 UTC  (3+ messages)

[PATCH 01/19] mt76: move MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO defs in dma.h
 2018-07-30 14:29 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2018-07-30 16:04 UTC 

[NOT YET PULL] Trial of labeling lines in code snippets
 2018-07-30 16:04 UTC  (2+ messages)
` [NOT YET PULL v2] "

[RFC PATCH v1] media: uvcvideo: Cache URB header data before processing
 2018-07-30 16:03 UTC  (3+ messages)

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

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2018-07-30 16:03 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.