All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-02 14:10:12 to 2018-08-02 14:51:39 UTC [more...]

[PATCH v2 0/5] Add GPIO and EAVB Pinctrl support
 2018-08-02 14:11 UTC  (3+ messages)
` [PATCH v2 3/5] ARM: dts: r8a77470: Add GPIO support
` [PATCH v2 5/5] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB

[dm-crypt] cryptsetup-reencrypt fails after converting a LUKS1 volume to LUKS2
 2018-08-02 14:24 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/4] throttle: Race condition fixes and test cases
 2018-08-02 14:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] qemu-iotests: Test removing a throttle group member with a pending timer
` [Qemu-devel] [PATCH 2/4] throttle-groups: Skip the round-robin if a member is being drained
` [Qemu-devel] [PATCH 3/4] qemu-iotests: Update 093 to improve the draining test
` [Qemu-devel] [PATCH 4/4] throttle-groups: Don't allow timers without throttled requests

[PATCH v2 0/7] Add visualization model for the Qt-based KernelShark
 2018-08-02 12:59 UTC  (4+ messages)
` [PATCH v2 3/7] kernel-shark-qt: Introduce the visualization model used by the Qt-based KS

[Qemu-devel] [PATCH 0/4 for-3.0?] NBD fixes for unaligned images
 2018-08-02 14:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] block: Add bdrv_get_request_alignment()
` [Qemu-devel] [PATCH 2/4] nbd/server: Advertise actual minimum block size
` [Qemu-devel] [PATCH 3/4] iotests: Add 228 to test NBD on unaligned images
` [Qemu-devel] [PATCH 4/4] nbd/client: Deal with unaligned size from server

[PATCH] drm/i915/lpe: Mark LPE audio as "no callbacks"
 2018-08-02 14:48 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[Qemu-devel] [PATCH v6 0/4] spapr: introduce a fixed IRQ number space and an IRQ controller backend
 2018-08-02 14:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 4/4] spapr: increase the size of the IRQ number space

[PATCH 1/5] drm/i915: Expose the busyspin durations for i915_wait_request
 2018-08-02 14:47 UTC  (12+ messages)
` [PATCH 2/5] drm/i915: Expose idle delays to Kconfig
` [PATCH 3/5] drm/i915: Increase busyspin limit before a context-switch
` [PATCH 4/5] drm/i915: Increase initial busyspin limit

[RFC PATCH 00/17] Add support for qemu-xen runnning in a Linux-based stubdomain
 2018-08-02 14:47 UTC  (15+ messages)
` [RFC PATCH 03/17] libxl: Handle Linux stubdomain specific QEMU options
` [RFC PATCH 05/17] libxl: use xenstore for pci hotplug qemu-in-linux-stubdom commands
` [RFC PATCH 09/17] libxl: use \x1b to separate qemu arguments for linux stubdomain

[RFC 0/4] media: meson: add video decoder driver
 2018-08-02 12:56 UTC  (6+ messages)
` [RFC 4/4] dt-bindings: media: add Amlogic Meson Video Decoder Bindings

[U-Boot] [PATCH] xyz-modem: Change getc timeout loop waiting
 2018-08-02 14:47 UTC  (6+ messages)
` [U-Boot] "

[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-08-02 14:46 UTC  (13+ messages)

[Qemu-devel] [PATCH v6 00/77] Add nanoMIPS support to QEMU
 2018-08-02 14:17 UTC  (78+ messages)
` [Qemu-devel] [PATCH v6 01/77] MAINTAINERS: Update target/mips maintainer's email addresses
` [Qemu-devel] [PATCH v6 02/77] target/mips: Avoid case statements formulated by ranges
` [Qemu-devel] [PATCH v6 03/77] target/mips: Mark switch fallthroughs with interpretable comments
` [Qemu-devel] [PATCH v6 04/77] target/mips: Fix two instances of shadow variables
` [Qemu-devel] [PATCH v6 05/77] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v6 06/77] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v6 07/77] target/mips: Add gen_op_addr_addi()
` [Qemu-devel] [PATCH v6 08/77] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v6 09/77] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v6 10/77] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v6 11/77] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v6 12/77] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v6 13/77] linux-user: Add preprocessor availability control to some syscalls
` [Qemu-devel] [PATCH v6 14/77] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v6 15/77] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v6 16/77] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v6 17/77] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v6 18/77] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v6 19/77] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v6 20/77] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v6 21/77] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v6 22/77] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v6 23/77] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v6 24/77] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v6 25/77] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v6 26/77] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v6 27/77] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v6 28/77] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v6 29/77] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v6 30/77] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v6 31/77] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v6 32/77] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v6 33/77] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v6 34/77] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v6 35/77] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v6 36/77] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v6 37/77] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v6 38/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v6 39/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v6 40/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v6 41/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v6 42/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v6 43/77] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v6 44/77] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v6 45/77] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v6 46/77] target/mips: Add updating BadInstr, BadInstrP, BadInstrX for nanoMIPS
` [Qemu-devel] [PATCH v6 47/77] target/mips: Implement CP0 Config1.WR bit functionality
` [Qemu-devel] [PATCH v6 48/77] target/mips: Adjust exception_resume_pc() for nanoMIPS
` [Qemu-devel] [PATCH v6 49/77] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v6 50/77] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v6 51/77] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v6 52/77] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v6 53/77] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v6 54/77] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v6 55/77] mips_malta: Add basic nanoMIPS boot code for MIPS' Malta
` [Qemu-devel] [PATCH v6 56/77] mips_malta: Setup GT64120 BARs in nanoMIPS bootloader
` [Qemu-devel] [PATCH v6 57/77] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v6 58/77] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v6 59/77] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v6 60/77] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v6 61/77] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v6 62/77] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v6 63/77] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v6 64/77] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v6 65/77] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v6 66/77] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v6 67/77] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v6 68/77] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v6 69/77] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v6 70/77] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v6 71/77] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v6 72/77] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v6 73/77] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v6 74/77] linux-user: Amend support for sigaction() syscall "
` [Qemu-devel] [PATCH v6 75/77] linux-user: Add support for statx() syscall for all platforms
` [Qemu-devel] [PATCH v6 76/77] linux-user: Add nanoMIPS linux user mode configuration support
` [Qemu-devel] [PATCH v6 77/77] linux-user: Add nanoMIPS support in scripts/qemu-binfmt-conf.sh

[meta-java][PATCH 1/2] classes:java: move version_specific_cflags to java.bbclass
 2018-08-02 14:45 UTC  (2+ messages)
` [meta-java][PATCH 2/2] icedtea: disable error format-overflow for gcc 7

[Qemu-devel] [PATCH 0/3] hw/ppc: Convert various devices away from old_mmio
 2018-08-02 14:44 UTC  (2+ messages)
` [Qemu-devel] [PATCH 3/3] hw/ppc/ppc405_uc: Convert "

[PATCH] watchdog: Reduce message verbosity
 2018-08-02 14:44 UTC  (3+ messages)

Git clone and case sensitivity
 2018-08-02 14:43 UTC  (10+ messages)
` [PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems

RISC-V irqchip drivers
 2018-08-02 14:43 UTC  (8+ messages)
` [PATCH 6/6] dt-bindings: interrupt-controller: RISC-V PLIC documentation

[PATCH] event: fix check in ring_init() in event ring code
 2018-08-02 14:43 UTC  (2+ messages)
` [PATCH v2] event: fix check in ring init() "

[PATCH] net-tools: Ensure quilt only operates on local patches
 2018-08-02 14:42 UTC 

[PATCH] ethdev: decrease log level for successful API
 2018-08-02 14:41 UTC  (6+ messages)

Upstream Submission v1
 2018-08-02 14:50 UTC  (2+ messages)

[git:media_tree/master] media: dt-bindings: media: qcom,camss: Add 8996 bindings
 2018-08-02 10:18 UTC 

[PATCH 1/2] drm/scheduler: only kill entity if last user is killed v2
 2018-08-02 14:38 UTC  (8+ messages)
` [PATCH 2/2] drm/scheduler: stop setting rq to NULL

[PATCH 00/21] TVP5150 fixes and new features
 2018-08-02 14:38 UTC  (11+ messages)
` [PATCH 16/22] [media] tvp5150: add querystd

[PATCH v5 00/11] R-Car DU Interlaced support through VSP1
 2018-08-02 14:39 UTC  (3+ messages)
` [PATCH v5 08/11] media: vsp1: Add support for extended display list headers

linux-next: build warning after merge of the sound-asoc tree
 2018-08-02 14:37 UTC  (2+ messages)

[PATCH] module-verifier: make it possible to run checkers on grub-module-verifierxx.c
 2018-08-02 14:36 UTC  (2+ messages)

[PATCH] f2fs: use true and false for boolean values
 2018-08-02 14:36 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3] staging: erofs: disable compiling temporarile
 2018-08-02 14:34 UTC  (2+ messages)

A bug about cache inconsistency report
 2018-08-02 14:35 UTC  (5+ messages)
  ` 答复: "
        ` 答复: "

[PATCH v3 0/3] Extend the SPI mem interface to set a custom memory name
 2018-08-02 14:35 UTC  (5+ messages)
` [PATCH v3 1/3] spi: spi-mem: Fix a typo in the documentation of struct spi_mem

[PATCH] eal: fix bitmap documentation
 2018-08-02 14:34 UTC  (3+ messages)
` [dpdk-stable] "

[PATCH] arm64: PCI: Remove node-local allocations when initialising host controller
 2018-08-02 14:33 UTC  (3+ messages)

[PATCH v2] staging: erofs: disable compiling temporarile
 2018-08-02 14:31 UTC  (4+ messages)

ALSA queries
 2018-08-02 14:31 UTC 

[PATCH] media: imx258: remove test pattern map from driver
 2018-08-02 12:39 UTC  (2+ messages)

[PATCH v9 0/4] add mailbox support for i.MX7D
 2018-08-02 14:30 UTC  (6+ messages)
` [PATCH v9 4/4] mailbox: Add support for i.MX messaging unit

[PATCH v6 00/13] media: staging/imx7: add i.MX7 media driver
 2018-08-02 12:37 UTC  (2+ messages)

[Bug 107454] BLENDER 2.8 principled BSDF shader and shadow are broken in EEVEE on mesa gallium r600g gpu
 2018-08-02 14:28 UTC 

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-08-02 14:11 UTC  (14+ messages)

[RFC PATCH v2 00/12] Make submodules work if .gitmodules is not checked out
 2018-08-02 13:46 UTC  (13+ messages)
` [RFC PATCH v2 01/12] submodule: add a print_config_from_gitmodules() helper
` [RFC PATCH v2 02/12] submodule: factor out a config_set_in_gitmodules_file_gently function
` [RFC PATCH v2 03/12] t7411: be nicer to future tests and really clean things up
` [RFC PATCH v2 04/12] submodule--helper: add a new 'config' subcommand
` [RFC PATCH v2 05/12] submodule: use the 'submodule--helper config' command
` [RFC PATCH v2 06/12] submodule--helper: add a '--stage' option to the 'config' sub command
` [RFC PATCH v2 07/12] submodule: use 'submodule--helper config --stage' to stage .gitmodules
` [RFC PATCH v2 08/12] t7506: cleanup .gitmodules properly before setting up new scenario
` [RFC PATCH v2 09/12] submodule: support reading .gitmodules even when it's not checked out
` [RFC PATCH v2 10/12] t7416: add new test about HEAD:.gitmodules and not existing .gitmodules
` [RFC PATCH v2 11/12] dir: move is_empty_file() from builtin/am.c to dir.c and make it public
` [RFC PATCH v2 12/12] submodule: remove the .gitmodules file when it is empty

[PATCH] net/tap: fix zeroed flow mask configurations
 2018-08-02 14:27 UTC  (2+ messages)

[PATCH] kni: dynamically allocate memory for each KNI
 2018-08-02 14:25 UTC 

[igt-dev] [PATCH i-g-t] kms_pipe_crc_basic: Skip when hitting -EIO
 2018-08-02 14:25 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] net/bonding: propagate promiscous mode in mode 4
 2018-08-02 14:24 UTC  (7+ messages)

[PATCH] iommu/ipmmu-vmsa: convert to SPDX identifiers
 2018-08-02 12:33 UTC  (2+ messages)

usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers
 2018-08-02 14:23 UTC 

[LTSI-dev] [GIT/RFC PULL LTSI-4.14] Renesas SoCs and Drivers to v4.18-rc6
 2018-08-02 12:32 UTC  (3+ messages)

[RFC 0/2] harden alloc_pages against bogus nid
 2018-08-02 14:23 UTC  (4+ messages)
` [RFC 1/2] slub: Avoid trying to allocate memory on offline nodes

BTRFS and databases
 2018-08-02 12:32 UTC  (8+ messages)

[ndctl PATCH] ndctl, monitor: add [--verbose] option to emit extra debug messages
 2018-08-02 14:21 UTC 

[PATCH] push: comment on a funny unbalanced option help
 2018-08-02 14:21 UTC  (6+ messages)

your photos need edit
 2018-08-02 11:31 UTC 

[PATCH] ALSA: usb-audio: Fix wrong sizeof argument
 2018-08-02 14:20 UTC  (3+ messages)

[PATCH v1] ltp-ddt: Update to latest
 2018-08-02 14:10 UTC 

[Question] A novel case happened when using mempool allocate memory
 2018-08-02 14:17 UTC  (6+ messages)

[RESEND PATCH 0/6] rapidio: move Kconfig menu definition to subsystem
 2018-08-02 14:16 UTC  (10+ messages)
` [RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig

[PATCH v5 00/14] Energy Aware Scheduling
 2018-08-02 14:14 UTC  (9+ messages)
` [PATCH v5 09/14] sched: Add over-utilization/tipping point indicator

[U-Boot] [PATCH V2] Convert CONFIG_USB_ULPI_TIMEOUT to Kconfig
 2018-08-02 14:14 UTC  (2+ messages)

[LTP] [PATCH 1/2] testcases: netns: Check TUN support enabled
 2018-08-02 14:12 UTC  (2+ messages)
` [LTP] [PATCH 2/2] testcases: netns: Handle "Operation not supported" error

[PATCH v2 4/4] btrfs: add helper btrfs_num_devices() to deduce num_devices
 2018-08-02 12:21 UTC  (4+ messages)
` [PATCH v3 "

[GSoC] GSoC with git, week 13
 2018-08-02 14:11 UTC 

[PATCH v2] sh: Update kmem_cache_flag
 2018-08-02 14:11 UTC  (2+ messages)

[v4,1/7] dmaengine: xilinx_dma: commonize DMA copy size calculation
 2018-08-02 14:10 UTC  (2+ messages)
` [PATCH v4 7/7] dmaengine: xilinx_dma: Drop SG support for VDMA IP


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.