All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-22 09:12:02 to 2019-01-22 09:38:37 UTC [more...]

[Qemu-devel] [PATCH v5 0/5] pvh: add new PVH option rom
 2019-01-22  9:29 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 4/5] hw/i386/pc: use "

[Qemu-devel] [RFC PATCH v3 0/8] ui: add generic keyboard state tracker, fix keymap
 2019-01-22  9:28 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH v3 1/8] kbd-state: add keyboard state tracker
` [Qemu-devel] [RFC PATCH v3 2/8] sdl2: remove sdl2_reset_keys() function
` [Qemu-devel] [RFC PATCH v3 3/8] kbd-state: use state tracker for sdl2
` [Qemu-devel] [RFC PATCH v3 5/8] kbd-state: use state tracker for gtk
` [Qemu-devel] [RFC PATCH v3 7/8] keymap: pass full keyboard state to keysym2scancode
` [Qemu-devel] [RFC PATCH v3 8/8] keymap: fix keyup mappings

[Qemu-devel] [PATCH v5 00/35] target/riscv: Convert to decodetree
 2019-01-22  9:29 UTC  (67+ messages)
` [Qemu-riscv] [PATCH v5 01/35] target/riscv: Move CPURISCVState pointer to DisasContext
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v5 02/35] target/riscv: Activate decodetree and implemnt LUI & AUIPC
` [Qemu-devel] [PATCH v5 03/35] target/riscv: Convert RVXI branch insns to decodetree
` [Qemu-devel] [PATCH v5 04/35] target/riscv: Convert RV32I load/store "
` [Qemu-devel] [PATCH v5 05/35] target/riscv: Convert RV64I "
` [Qemu-riscv] [PATCH v5 06/35] target/riscv: Convert RVXI arithmetic "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 07/35] target/riscv: Convert RVXI fence "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 08/35] target/riscv: Convert RVXI csr "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 09/35] target/riscv: Convert RVXM "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 10/35] target/riscv: Convert RV32A "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 11/35] target/riscv: Convert RV64A "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 12/35] target/riscv: Convert RV32F "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 13/35] target/riscv: Convert RV64F "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 14/35] target/riscv: Convert RV32D "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 15/35] target/riscv: Convert RV64D "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 16/35] target/riscv: Convert RV priv "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 17/35] target/riscv: Convert quadrant 0 of RVXC "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 18/35] target/riscv: Convert quadrant 1 "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 19/35] target/riscv: Convert quadrant 2 "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 20/35] target/riscv: Remove gen_jalr()
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 21/35] target/riscv: Remove manual decoding from gen_branch()
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 22/35] target/riscv: Remove manual decoding from gen_load()
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 23/35] target/riscv: Remove manual decoding from gen_store()
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 24/35] target/riscv: Move gen_arith_imm() decoding into trans_* functions
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 25/35] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 26/35] target/riscv: Remove shift and slt insn manual decoding
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 27/35] target/riscv: Remove manual decoding of RV32/64M insn
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 28/35] target/riscv: Rename trans_arith to gen_arith
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 29/35] target/riscv: Remove gen_system()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v5 30/35] target/riscv: Remove decode_RV32_64G()
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v5 31/35] target/riscv: Convert @cs_2 insns to share translation functions
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 32/35] target/riscv: Convert @cl_d, @cl_w, @cs_d, @cs_w insns
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 33/35] target/riscv: Splice fsw_sd and flw_ld for riscv32 vs riscv64
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 34/35] target/riscv: Splice remaining compressed insn pairs "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v5 35/35] target/riscv: Remaining rvc insn reuse 32 bit translators
  ` [Qemu-devel] "

[Qemu-arm] [PATCH] xlnx-zynqmp: Don't create rpu-cluster if there are no RPUs
 2019-01-22  9:28 UTC  (3+ messages)
` [Qemu-arm] [Qemu-devel] "
  `  "

[PATCH 1/3] drm: Add debug prints for the various object lookup errors
 2019-01-22  9:38 UTC  (2+ messages)
` [Intel-gfx] "

[v1] PCI: mediatek: Remove MSI inner domain
 2019-01-22  9:37 UTC  (3+ messages)

[PATCH V2] pwm: Add MediaTek MT8183 display PWM driver support
 2019-01-22  9:37 UTC  (6+ messages)

[PATCH 1/6] misc/pvpanic : preparing for pvpanic driver framework
 2019-01-22  9:37 UTC  (3+ messages)
` [PATCH 2/6] misc/pvpanic: Add "

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-22  9:37 UTC  (4+ messages)
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

Regression: spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
 2019-01-22  9:36 UTC  (2+ messages)

[PATCH v6 00/16] Add utilization clamping support
 2019-01-22  9:37 UTC  (5+ messages)
` [PATCH v6 05/16] sched/core: uclamp: Update CPU's refcount on clamp changes

[PATCH v4 0/6] Add MediaTek MUSB Controller Driver
 2019-01-22  9:36 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: usb: musb: Add support for MediaTek musb controller
      ` [v4,1/6] "

[PATCH 0/5] sched refcount_t conversions
 2019-01-22  9:36 UTC  (6+ messages)
` [PATCH 2/5] sched: convert signal_struct.sigcnt to refcount_t

[U-Boot] [PATCH] core: ofnode: Add ofnode_pci_get_devfn()
 2019-01-22  9:36 UTC  (3+ messages)

[PATCH v4 1/4] can: m_can: Create a m_can platform framework
 2019-01-22  9:35 UTC  (3+ messages)
` [PATCH v4 2/4] can: m_can: Migrate the m_can code to use the framework

HWSP for HW semaphores
 2019-01-22  9:35 UTC  (5+ messages)
` [PATCH 18/34] drm/i915/selftests: Use common mock_engine::advance
` [PATCH 19/34] drm/i915: Tidy common test_bit probing of i915_request->fence.flags

[PATCH 00/11] drm/tinydrm: Remove tinydrm_device
 2019-01-22  9:35 UTC  (7+ messages)
` [PATCH 01/11] drm: Add devm_drm_dev_init/register

Change on check-attr behavior
 2019-01-22  9:34 UTC  (6+ messages)
      ` [PATCH] attr: do not mark queried macros as unset

[PATCH] doc: process: GPL -> GPL-compatible
 2019-01-22  9:34 UTC 

[PATCH 0/2 v4] test-case-mgmt
 2019-01-22  8:52 UTC  (3+ messages)
` [PATCH 1/2 v4] resultstool: enable merge, store, report and regression analysis
` [PATCH 2/2 v4] scripts/resultstool: enable manual execution and result creation

[PATCH v2 1/3] clk: imx: Add PLLs driver for imx8mm soc
 2019-01-22  9:31 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: imx: Add clock binding doc for imx8mm
` [PATCH v2 3/3] clk: imx: Add clock driver support "

[PATCH] net/i40e: fix queue region error in priority configuration
 2019-01-22  9:31 UTC  (2+ messages)

[PATCH] doc: announce ABI change for cryptodev config
 2019-01-22  9:31 UTC  (5+ messages)

[PATCH v1] clk: qcom: lpass: Add CLK_IGNORE_UNUSED for lpass clocks
 2019-01-22  9:31 UTC  (9+ messages)

linux-next: manual merge of the pidfd tree with the y2038 tree
 2019-01-22  9:31 UTC  (9+ messages)

Keeping Tvrtko busy
 2019-01-22  9:31 UTC  (5+ messages)
` [PATCH 25/38] drm/i915/pmu: Always sample an active ringbuffer
` [PATCH 27/38] drm/i915: Introduce the i915_user_extension_method

[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
 2019-01-22  9:30 UTC  (9+ messages)
` [U-Boot] [PATCH v2 11/11] riscv: Add SiFive FU540 board support

[PATCH] drm/i915: Don't use the second dbuf slice on icl
 2019-01-22  9:28 UTC  (3+ messages)

[PATCH RESEND v9 0/4] clk: meson: add a sub EMMC clock controller support
 2019-01-22  9:27 UTC  (13+ messages)
` [PATCH v9 1/4] clk: meson: add one based divider support for sclk divider
` [PATCH v9 3/4] clk: meson: add DT documentation for emmc clock controller
` [PATCH v9 4/4] clk: meson: add sub MMC clock controller driver

[PATCH v2 0/5] Add non-blocking ring
 2019-01-22  9:27 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] firmware: (memconsole) do not count numbers if read fails
 2019-01-22  9:27 UTC  (2+ messages)

Just working
 2019-01-22  9:27 UTC 

[bug report] scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comes
 2019-01-22  9:27 UTC 

PCI: mediatek: Remove MSI inner domain
 2019-01-22  9:25 UTC  (5+ messages)

[PATCH v9 00/22] Re-use nvram module
 2019-01-22  9:22 UTC  (10+ messages)
` [PATCH v9 15/22] m68k: Dispatch nvram_ops calls to Atari or Mac functions

patch "ihex: Simplify next record offset calculation" added to driver-core-testing
 2019-01-22  9:24 UTC 

patch "tools/firmware/ihex2fw: Replace explicit alignment with ALIGN" added to driver-core-testing
 2019-01-22  9:24 UTC 

patch "tools/firmware/ihex2fw: Simplify next record offset calculation" added to driver-core-testing
 2019-01-22  9:24 UTC 

patch "ihex: Check if zero-length record is at the end of the blob" added to driver-core-testing
 2019-01-22  9:24 UTC 

patch "ihex: Share code between ihex_validate_fw() and ihex_next_binrec()" added to driver-core-testing
 2019-01-22  9:24 UTC 

[PATCH v2 0/7] D71 pipeline/component descovery and initialization
 2019-01-22  9:24 UTC  (13+ messages)
` [PATCH v2 1/7] drm/komeda: Add d71_enum_resources and d71_cleanup
` [PATCH v2 2/7] drm/komeda: Add d71 layer
` [PATCH v2 3/7] drm/komeda: Add d71 compiz component
` [PATCH v2 4/7] drm/komeda: Add D71 improc and timing_ctrlr
` [PATCH v2 5/7] drm/komeda: Add komeda_assemble_pipelines
` [PATCH v2 6/7] drm/komeda: Add irq handling
` [PATCH v2 7/7] drm/komeda: Add debugfs node "register" for register dump

[U-Boot] [PATCH v3 0/2] efi_loader: add GetNextVariableName
 2019-01-22  9:24 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] efi_selftest: fix variables test for GetNextVariableName()

[PATCH] nvram: annotate implicit fall through
 2019-01-22  9:23 UTC  (2+ messages)

followup: [FTBFS] kernel 4.18-rc7 bitsperlong.h issue on alpha
 2019-01-22  9:21 UTC  (3+ messages)
` [PATCH] 4.18-rc7 on alpha: bitsperlong issue

[igt-dev] [PATCH i-g-t v2 0/2] tests/kms_cursor_crc: Change crc collection
 2019-01-22  9:20 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 1/2] tests/kms_cursor_crc: Change the way we collect crc's

[PATCH] iommu: Eliminate an odd local variable
 2019-01-22  9:20 UTC  (3+ messages)

[PATCH v2] 8250_pci.c: Update NI specific devices class to multi serial
 2019-01-22  9:19 UTC  (2+ messages)

[PATCH v8 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2019-01-22  9:19 UTC  (9+ messages)
` [PATCH v8 2/5] dt-bindings: spi: add binding file "

[U-Boot] [PATCH v5 0/7] cmd: add efidebug for efi environment
 2019-01-22  9:19 UTC  (9+ messages)
` [U-Boot] [PATCH v5 1/7] cmd: add efidebug command
` [U-Boot] [PATCH v5 2/7] cmd: efidebug: add devices command

[PATCH v5 1/3] xen/pt: fix some pass-thru devices don't work across reboot
 2019-01-22  9:18 UTC  (4+ messages)

[PATCH ver2] ptest-runner: pass libdir to DEFAULT_DIRECTORY when compiling
 2019-01-22  9:00 UTC 

Contributor Summit Topics and Logistics
 2019-01-22  9:17 UTC  (3+ messages)
  ` GSoC 2019 (was: Contributor Summit Topics and Logistics)

[PATCH] drm/sun4i: hdmi: Fix usage of TMDS clock
 2019-01-22  9:17 UTC  (3+ messages)

[PATCH 0/2] PCI: imx: imx6_pcie_attach_pd
 2019-01-22  9:17 UTC  (6+ messages)
` [PATCH 1/2] PCI: imx: Fix probe failure without power domain

[PATCH] doc:process: remove note from 'stable api nonsense'
 2019-01-22  9:17 UTC  (4+ messages)

[PATCH] tiny stuff for today
 2019-01-22  9:17 UTC  (2+ messages)

[PATCH v6 0/4] misc safety certification fixes
 2019-01-22  9:16 UTC  (9+ messages)
` [PATCH v6 1/4] xen: introduce SYMBOL

[U-Boot] [PATCH v2 0/9] Add common pinctrl driver support for rockchip
 2019-01-22  9:16 UTC  (13+ messages)
` [U-Boot] [PATCH v2 3/9] ARM: rockchip: Kconfig: Remove the SPL_PINCTRL for rk3188
` [U-Boot] [PATCH v2 4/9] ARM: rockchip: Remove the pinctrl request at rk3288-board-spl
` [U-Boot] [PATCH v2 6/9] pinctrl: rockchip: Add common rockchip pinctrl driver
` [U-Boot] [PATCH v2 7/9] rockchip: defconfig: Clean the unused pinctrl config
` [U-Boot] [PATCH v2 8/9] pinctrl: rockchip: Clean the unused rockchip pinctrl drivers
` [U-Boot] [PATCH v2 9/9] ARM: dts: rk322x: Correct the uart2 default pin configuration

Regular FS shutdown while rsync is running
 2019-01-22  9:15 UTC  (5+ messages)

[PATCH] pinctrl: remove unused 'pinconf-config' debugfs interface
 2019-01-22  9:14 UTC  (2+ messages)

dmaengine: at_xdmac: Fix wrongfull report of a channel as in use
 2019-01-22  9:13 UTC  (4+ messages)
` [PATCH] "

[PATCH 0/6] Add interconnect support for GENI QUPs
 2019-01-22  9:13 UTC  (3+ messages)
` [PATCH 3/6] i2c: i2c-qcom-geni: Add interconnect support

[PATCH v3 0/6] dt-bindings: Firmware node binding for ZynqMP core
 2019-01-22  9:13 UTC  (4+ messages)
` [PATCH v3 6/6] dt-bindings: fpga: Add bindings for ZynqMP fpga driver


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.