All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-21 12:53:04 to 2018-08-21 13:34:00 UTC [more...]

[PATCH v2 2/2] drm: rcar-du: Improve non-DPLL clock selection
 2018-08-21 13:22 UTC  (5+ messages)
` [PATCH] "

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2018-08-21 13:34 UTC 

[Qemu-devel] [PULL v3 00/46] MIPS queue August 21, 2018 v3
 2018-08-21 13:31 UTC  (47+ messages)
` [Qemu-devel] [PULL v3 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v3 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v3 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v3 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v3 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v3 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v3 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v3 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v3 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v3 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v3 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v3 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v3 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v3 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v3 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v3 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v3 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v3 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v3 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v3 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v3 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v3 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v3 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v3 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v3 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v3 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v3 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v3 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v3 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v3 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v3 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v3 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v3 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v3 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v3 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v3 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v3 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v3 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v3 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v3 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v3 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v3 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v3 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v3 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v3 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v3 46/46] target/mips: Add definition of nanoMIPS I7200 CPU

[RFC PATCH 1/2] powerpc/mm/hash: Rename get_ea_context to get_user_context
 2018-08-21 13:32 UTC  (2+ messages)
` [RFC PATCH 2/2] powerpc/mm: Increase the max addressable memory to 2PB

[Buildroot] [PATCH v2] synopsys/hsdk: Linux Boot log cleanup
 2018-08-21 13:32 UTC 

[PATCH v2 00/29] at24: remove at24_platform_data
 2018-08-21 13:01 UTC  (22+ messages)
` [PATCH v2 06/29] mtd: Add support for reading MTD devices via the nvmem API

[PATCH] add a cmd to display the topology links
 2018-08-21 13:31 UTC  (2+ messages)

[Qemu-devel] Modeling a device controlled by combination of GPIO and UART
 2018-08-21 13:29 UTC 

[PATCH v1 0/7] Add support for the Turris Mox router
 2018-08-21 10:07 UTC  (6+ messages)
` [PATCH v1 6/7] net: mvneta: Don't use GRO on Armada 3720

[PATCH] drm/scheduler: avoid redundant shifting of the entity
 2018-08-21 13:29 UTC  (4+ messages)
    ` [PATCH] drm/scheduler: avoid redundant shifting of the entity v2

[meta-oe][PATCH] ltrace: added alternate source
 2018-08-21 13:29 UTC  (5+ messages)

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-08-21 13:29 UTC  (6+ messages)
` [PATCH v9 07/22] KVM: s390: refactor crypto initialization

[Qemu-devel] [PATCH 0/9] arm: Wire up GICv2 virt support on A15/A7 boards
 2018-08-21 13:28 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] hw/intc/arm_gic: Document QEMU interface
` [Qemu-devel] [PATCH 2/9] hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes large
` [Qemu-devel] [PATCH 3/9] hw/arm/vexpress: Connect VIRQ and VFIQ
` [Qemu-devel] [PATCH 4/9] hw/arm/highbank: "
` [Qemu-devel] [PATCH 5/9] hw/arm/fsl-imx6ul: "
` [Qemu-devel] [PATCH 6/9] "
` [Qemu-devel] [PATCH 7/9] hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up
` [Qemu-devel] [PATCH 8/9] hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3
` [Qemu-devel] [PATCH 9/9] hw/arm/vexpress: Add "virtualization" property controlling presence of EL2

[Buildroot] [PATCH 1/1] Add support for building toolchains against custom kernel headers
 2018-08-21 13:28 UTC  (5+ messages)

chromium is compiling but is not able to add in the image
 2018-08-21 13:28 UTC 

[RESEND] [PATCH 1/2] x86/mm: Add an option to change the padding used for the physical memory mapping
 2018-08-21 13:24 UTC  (2+ messages)
` [RESEND] [PATCH 2/2] docs: kernel-parameters.txt: document rand_mem_physical_padding parameter

Sensor alarm logging in IPMI SEL
 2018-08-21 13:23 UTC  (3+ messages)

[PATCH 0/3] dt-bindings: connector: Add USB-PD PPS APDO support
 2018-08-21 13:22 UTC  (4+ messages)
` [PATCH 3/3] usb: typec: fusb302: Populate tcpc fwnode for TCPM property handling
    ` [3/3] "

post-receive: pub/scm/linux/kernel/git/mel/linux
 2018-08-21 13:22 UTC 

post-receive: pub/scm/linux/kernel/git/mel/linux
 2018-08-21 13:22 UTC 

post-receive: pub/scm/linux/kernel/git/mel/linux
 2018-08-21 13:22 UTC 

[PATCH 1/2] x86/MCE/AMD: Check for NULL banks in THR interrupt handler
 2018-08-21 13:21 UTC  (13+ messages)
` [PATCH 2/2] x86/MCE/AMD: Skip creating kobjects with NULL names
            ` [2/2] "
        ` [1/2] x86/MCE/AMD: Check for NULL banks in THR interrupt handler

[RFC] Request API questions
 2018-08-21 10:01 UTC  (6+ messages)

[PATCH] scsi: core: Update SCSI_MQ_DEFAULT help text to match default
 2018-08-21 13:19 UTC  (4+ messages)

[PATCH v6 0/6] x86/iommu: PVH Dom0 workarounds for missing RMRR entries
 2018-08-21 13:20 UTC  (5+ messages)
` [PATCH v6 4/6] mm: introduce a helper to get the memory type of a page
` [PATCH v6 5/6] x86/iommu: switch the hwdom mapping function to use page_get_type

[xen-unstable-smoke test] 126324: tolerable all pass - PUSHED
 2018-08-21 13:20 UTC 

[PATCH 1/2] USB: serial: io_ti: fix array underflow in completion handler
 2018-08-21  9:59 UTC  (2+ messages)
` [PATCH 2/2] USB: serial: ti_usb_3410_5052: "

[PATCH] libsemanage: reset umask before creating directories
 2018-08-21 13:17 UTC  (2+ messages)

[RFC v2 0/2] Do not touch pages in remove_memory path
 2018-08-21 13:17 UTC  (3+ messages)
` [RFC v2 2/2] mm/memory_hotplug: Shrink spanned pages when offlining memory

[Buildroot] [PATCH 00/13] perl modules again
 2018-08-21 13:16 UTC  (5+ messages)
` [Buildroot] [PATCH 01/18] perl-dbi: add host package
` [Buildroot] [PATCH 02/18] perl-dbd-mysql: new package

[RFC 00/15] PCI: turn some __weak functions into callbacks
 2018-08-21 13:14 UTC  (4+ messages)

[PATCH v4 0/2] i2c: Add support for Qcom CCI I2C controller
 2018-08-21 13:12 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: i2c: Add binding for Qualcomm "

[PATCH v2 01/32] tracing: Allow gcov profiling on only ftrace subsystem
 2018-08-21 13:12 UTC  (3+ messages)
` [PATCH v2.1] "

[PATCH i-g-t V2] tests/kms_cursor_crc: Open DRM device with DRIVER_ANY
 2018-08-21 13:11 UTC  (3+ messages)
` [igt-dev] "

[Qemu-devel] [PATCH] qga: Support Unicode paths in guest-file-open on win32
 2018-08-21 13:10 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix preamble handling
 2018-08-21 13:10 UTC 

[PATCH v4 0/4] EDAC: Enhancements to Synopsys EDAC driver
 2018-08-21 13:09 UTC  (9+ messages)
` [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller
    ` [v4,1/4] "
` [PATCH v4 3/4] edac: synopsys: Add EDAC ECC support for ZynqMP DDRC
    ` [v4,3/4] "

[Qemu-devel] [PULL v2 00/46] MIPS queue August 21, 2018 v2
 2018-08-21 13:07 UTC  (47+ messages)
` [Qemu-devel] [PULL v2 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v2 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v2 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v2 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v2 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v2 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v2 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v2 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v2 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v2 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v2 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v2 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v2 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v2 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v2 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v2 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v2 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v2 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v2 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v2 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v2 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v2 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v2 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v2 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v2 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v2 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v2 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v2 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v2 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v2 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v2 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v2 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v2 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v2 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v2 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v2 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v2 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v2 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v2 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v2 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v2 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v2 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v2 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v2 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v2 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v2 46/46] target/mips: Add definition of nanoMIPS I7200 CPU

[RFC] ethdev: support metadata as flow rule criteria
 2018-08-21 13:08 UTC  (3+ messages)

[PATCH v4 0/4] Venus updates - PIL
 2018-08-21 13:07 UTC  (3+ messages)
` [PATCH v4 3/4] venus: firmware: add no TZ boot and shutdown routine

Unaligned memory accesses exception
 2018-08-21 13:06 UTC  (2+ messages)

[Bug 107581] Graphics Not Rendered Due to Missing 4.5 COMPAT Profile
 2018-08-21 13:05 UTC  (2+ messages)

[BUGFIX PATCH] tracing/kprobes: Fix to check notrace function with correct range
 2018-08-21 13:04 UTC 

[PATCH v4 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-08-21 13:04 UTC  (8+ messages)
` [PATCH v4 15/16] driver/edac: enable Hygon support to AMD64 EDAC driver
            ` [v4,15/16] "

[3rdparty][PATCH][rocko] imx-uuc: bump to latest revision
 2018-08-21 13:03 UTC 

[U-Boot] [PATCH v2 0/6] musb-new: Improve shutdown code
 2018-08-21 13:04 UTC  (2+ messages)

[PATCH v14 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-08-21 13:03 UTC  (3+ messages)

[PATCH] mmc: jz4740: Drop dependency on MACH_JZ4740/80
 2018-08-21 13:03 UTC 

SDHCI Regression with 6ce3dd6eec11 ("blk-mq: issue directly if hw queue isn't busy in case of 'none'")
 2018-08-21 13:03 UTC  (2+ messages)

[PATCH] powerpc/nohash: fix pte_access_permitted()
 2018-08-21 13:03 UTC 

[Qemu-devel] [PATCH rebased] tests: virtio: separate ccw tests from libqos
 2018-08-21 13:02 UTC  (2+ messages)
` [Qemu-devel] [PATCH] "

Feature request: detecting mistyped command and isdentical possible matches
 2018-08-21 13:01 UTC 

[GIT PULL] signal work for v4.19-rc1
 2018-08-21 12:59 UTC 

[PATCH] dt-bindings: riscv,cpu-intc: Cleanups from a missed review
 2018-08-21 12:59 UTC  (4+ messages)
    ` [PATCH] dt-bindings: riscv, cpu-intc: "

[PATCH v4 00/32] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
 2018-08-21 12:58 UTC  (8+ messages)
` [PATCH v4 31/32] libxl_disk: Cut libxl_cdrom_insert into step

[PATCH] mm: Fix comment for NODEMASK_ALLOC
 2018-08-21 12:58 UTC  (6+ messages)

[PATCH] ARM: dts: stm32: enable display on stm32mp157c-ev1 board
 2018-08-21 12:58 UTC  (2+ messages)

A crash on ARM64 in move_freepages_block due to uninitialized pages in reserved memory
 2018-08-21 12:58 UTC  (4+ messages)

[PATCH 00/34] Make CONFIG_HVM work
 2018-08-21 12:57 UTC  (5+ messages)
` [PATCH 32/34] x86: expose CONFIG_HVM

[U-Boot] ext4: Issue with ext4write
 2018-08-21 12:57 UTC  (5+ messages)
` [U-Boot] ext4: massive corruption "
  ` [U-Boot] Cavium Octeon support for u-boot

what is the purpose of "console_silent" in printk.h?
 2018-08-21 12:54 UTC  (2+ messages)

[RFC] Request API and V4L2 capabilities
 2018-08-21  9:34 UTC  (4+ messages)

[PATCH 0/1] Docs: Add commit-graph tech docs to Makefile
 2018-08-21 12:53 UTC  (2+ messages)
` [PATCH 1/1] "


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.