All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-18 12:42:06 to 2019-01-18 13:18:25 UTC [more...]

[PATCH v3 0/4] Add NXP AUDMIX device and machine drivers
 2019-01-18 13:16 UTC  (5+ messages)

[PATCH v4 0/5] Add imem clock for Exynos 5433
 2019-01-18 13:16 UTC  (7+ messages)
  ` [PATCH v4 1/5] clk: samsung: exynos5433: fix typo in imem divider
  ` [PATCH v4 2/5] clk: samsung: exynos5433: fix name typo in sssx
  ` [PATCH v4 3/5] dt-bindings: clk: exynos5433: document imem clock
  ` [PATCH v4 4/5] dt-bindings: clk: exynos5433: add "
  ` [PATCH v4 5/5] clk: samsung: exynos5433: add imem clocks

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

[PATCHv4 00/13] Heterogeneuos memory node attributes
 2019-01-18 13:16 UTC  (4+ messages)

[Qemu-devel] [PULL v3 00/28] ivshmem deprecation, qtests, typedefs and gnu99
 2019-01-18 13:15 UTC  (3+ messages)

[PATCH v3 0/3] xen/x86: support setting dom0_mem depending on host size
 2019-01-18 13:13 UTC  (3+ messages)
` [PATCH v3 3/3] xen: add CONFIG item for default dom0 memory size

[meta-security][PATCH v2] apparmor: fix Python install paths when target libdir != native libdir
 2019-01-18 13:14 UTC 

[Qemu-devel] [PATCH v2 0/3] contrib/rdmacm-mux: fix clang compilation
 2019-01-18 13:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] contrib/rdmacm-mux: remove Wno-format-truncation flag
` [Qemu-devel] [PATCH v2 2/3] hw/rdma: modify struct initialization
` [Qemu-devel] [PATCH v2 3/3] contrib/rdmacm-mux: fix clang compilation

[Buildroot] [PATCH] package/dhcpdump: fix build at -O2
 2019-01-18 13:13 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.11.x] package/dhcpdump: fix build at -O2
 2019-01-18 13:13 UTC 

[Buildroot] [git commit branch/2018.02.x] package/dhcpdump: fix build at -O2
 2019-01-18 13:12 UTC 

[meta-security][PATCH] apparmor: fix Python install paths when target libdir != native libdir
 2019-01-18 13:12 UTC 

[PATCH v5 00/14] qcom: spmi: add support for hierarchical IRQ chip
 2019-01-18 13:12 UTC  (8+ messages)
` [PATCH v5 04/14] spmi: pmic-arb: convert to v2 irq interfaces to support hierarchical IRQ chips
` [PATCH v5 07/14] qcom: spmi-gpio: add support for hierarchical IRQ chip

[PATCH] Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
 2019-01-18 13:12 UTC  (3+ messages)

[Buildroot] [PATCH] package/x11r7/xapp_rgb: add missing host-pkgconf dependency
 2019-01-18 13:11 UTC  (2+ messages)

[PATCH 0/1] Add prctl to kill descendants on exit
 2019-01-18 13:11 UTC  (3+ messages)
` [RESEND PATCH v2 "
  ` [RESEND PATCH v2 1/1] prctl: add PR_{GET,SET}_KILL_DESCENDANTS_ON_EXIT

[Buildroot] [git commit branch/2018.02.x] package/x11r7/xapp_rgb: add missing host-pkgconf dependency
 2019-01-18 13:11 UTC 

[U-Boot] [PATCH v2 00/11] SiFive FU540 Support
 2019-01-18 13:11 UTC  (11+ messages)
` [U-Boot] [PATCH v2 05/11] net: macb: Fix GEM hardware detection
` [U-Boot] [PATCH v2 08/11] drivers: serial_sifive: Fix baud rate calculation
` [U-Boot] [PATCH v2 10/11] cpu: Bind timer driver for boot hart

[PATCH 0/7] generic radix trees; drop flex arrays
 2019-01-18 13:10 UTC  (7+ messages)
` [PATCH 6/7] sctp: Convert to genradix

4.19.{12,[13],14}: RIP: 0010:nf_conncount_cache_free+0x26/0x2f [nf_conncount]
 2019-01-18 13:10 UTC  (2+ messages)

[PATCH] Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
 2019-01-18 13:10 UTC  (3+ messages)

[Buildroot] [git commit branch/2018.11.x] package/x11r7/xapp_rgb: add missing host-pkgconf dependency
 2019-01-18 13:10 UTC 

[PATCH] pack-objects.c: Initialize read mutex in cmd_pack_objects
 2019-01-18 13:09 UTC  (4+ messages)
    ` Fwd: "

[Buildroot] [PATCH 0/3] LEGO MINDSTORMS EV3 kernel 4.19 update
 2019-01-18 13:09 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] board/lego/ev3: fix max U-Boot flash size

[Buildroot] [git commit branch/2018.02.x] board/lego/ev3: fix max U-Boot flash size
 2019-01-18 13:09 UTC 

[Buildroot] [git commit branch/2018.11.x] board/lego/ev3: fix max U-Boot flash size
 2019-01-18 13:08 UTC 

[PATCH 1/8] lkdtm: change snprintf to scnprintf for possible overflow
 2019-01-18 13:06 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] board/freescale/imx8mqevk: Fix typos in readme
 2019-01-18 13:06 UTC  (6+ messages)
` [Buildroot] [PATCH 2/3] package/freescale-imx/firmware-imx: Fix typos
` [Buildroot] [PATCH 3/3] board/freescale/common/imx: Fix typo

[Buildroot] [git commit branch/2018.11.x] board/freescale/common/imx: fix typo
 2019-01-18 13:06 UTC 

[Buildroot] [git commit branch/2018.11.x] package/freescale-imx/firmware-imx: fix typos
 2019-01-18 13:06 UTC 

[PATCH v4 0/2] arm64: dts: qcom: sdm845: Fix DMA allocations for devices with IOMMU
 2019-01-18 13:05 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.11.x] board/freescale/imx8mqevk: fix typos in readme
 2019-01-18 13:05 UTC 

[Qemu-devel] [PATCH] hw/pvrdma: Post CQE when receive invalid gid index
 2019-01-18 13:04 UTC  (4+ messages)

[Buildroot] [git commit] docs/manual: fix typo on Buildroot in adding-packages-waf.txt
 2019-01-18 13:04 UTC  (2+ messages)

[PATCH] arm64 memory accesses may cause undefined fault on Fujitsu-A64FX
 2019-01-18 12:52 UTC  (2+ messages)

[PATCH bpf-next 0/3] AF_XDP: add socket monitoring support
 2019-01-18 13:03 UTC  (4+ messages)
` [PATCH bpf-next 1/3] net: xsk: track AF_XDP sockets on a per-netns list
` [PATCH bpf-next 2/3] xsk: add id to umem
` [PATCH bpf-next 3/3] xsk: add sock_diag interface for AF_XDP

[Buildroot] [git commit branch/2018.11.x] docs/manual: fix typo on Buildroot in adding-packages-waf.txt
 2019-01-18 13:03 UTC 

[Buildroot] [git commit branch/2018.02.x] docs/manual: fix typo on Buildroot in adding-packages-waf.txt
 2019-01-18 13:03 UTC 

[Buildroot] [PATCH 1/1] package/libftdi1: fix swig build error when using cmake 3.12
 2019-01-18 13:03 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.02.x] package/libftdi1: fix swig build error when using cmake 3.12
 2019-01-18 13:02 UTC 

[U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true"
 2019-01-18 13:01 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.11.x] package/libftdi1: fix swig build error when using cmake 3.12
 2019-01-18 13:01 UTC 

[PATCH] perf, script: Fix crash with printing mixed trace point and other events
 2019-01-18 13:01 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/11] backup-top filter driver for backup
 2019-01-18 13:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 10/11] block/backup: tiny refactor backup_job_create

[GIT FIXES FOR v5.0] imx: Disable CSI immediately after last EOF
 2019-01-18 13:00 UTC 

[Qemu-devel] [PATCH 0/5] qtest driver framework (core only)
 2019-01-18 12:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/5] tests/libqos: rename qpci_init_pc and qpci_init_spapr functions
` [Qemu-devel] [PATCH 4/5] tests/libqos: embed allocators instead of malloc-ing them separately

[Bug 109382] RX Vega M GL performance and stuttering issues
 2019-01-18 12:59 UTC 

vt: Improve CSI parsing
 2019-01-18 12:59 UTC  (2+ messages)

[PATCH 0/1] Make abspath() aware of case-insensitive filesystems
 2019-01-18 12:58 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] abspath_part_inside_repo: respect core.fileMode
  ` [PATCH v3 0/1] Make abspath() aware of case-insensitive filesystems
    ` [PATCH v3 1/1] abspath_part_inside_repo: respect core.fileMode

[PATCH rdma-rc 0/3] RDMA/hns: Some fixes for 5.0
 2019-01-18 12:58 UTC  (9+ messages)
` [PATCH rdma-rc 1/3] RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs

[PATCH] blk-iolatency: fix IO hang due to negative inflight counter
 2019-01-18 12:58 UTC  (2+ messages)

[PATCH] bpftool: Fix prog dump by tag
 2019-01-18 12:58 UTC 

use generic DMA mapping code in powerpc V4
 2019-01-18 12:55 UTC  (15+ messages)

[Qemu-devel] Live migration from Qemu 2.12 hosts to Qemu 3.2 hosts, with VMX flag enabled in the guest?
 2019-01-18 12:57 UTC  (6+ messages)

[GIT PULL] i3c: Fixes for 5.0-rc3
 2019-01-18 12:57 UTC  (2+ messages)

Armada DRM: bridge with componentized devices
 2019-01-18 12:57 UTC  (11+ messages)

[PATCH v2 1/8] drm/i915/sdvo: switch to kernel types
 2019-01-18 12:56 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v2,1/8] "

[PATCH 0/5] sched refcount_t conversions
 2019-01-18 12:56 UTC  (3+ messages)
` [PATCH 1/5] sched: convert sighand_struct.count to refcount_t

[PATCH v4 1/4] can: m_can: Create a m_can platform framework
 2019-01-18 12:55 UTC  (5+ messages)

[U-Boot] Problems to boot i.MX8QXP EVK board
 2019-01-18 12:55 UTC  (12+ messages)

[PATCH 00/25] Increase success rates and reduce latency of compaction v2
 2019-01-18 12:55 UTC  (3+ messages)
` [PATCH 23/25] mm, compaction: Be selective about what pageblocks to clear skip hints

[GIT PULL] ASoC fixes for v5.0
 2019-01-18 12:54 UTC 

[GIT PULL] mtd: Fixes for 5.0-rc3
 2019-01-18 12:54 UTC 

[PATCH] clk: imx: Fix fractional clock set rate computation
 2019-01-18 12:54 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 00/10] qdev: Hotplug handler chaining + virtio-pmem
 2019-01-18 12:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC 09/10] pc: Support for PCI based memory devices

Xen-unstable PVHdom0: Assertion 'IS_ALIGNED(dfn_x(dfn), (1ul << page_order))' failed at iommu.c:324
 2019-01-18 12:50 UTC  (2+ messages)

[GIT PULL FOR v5.1] Various fixes/enhancements
 2019-01-18 12:52 UTC 

[Qemu-devel] AMD SEV's /dev/sev permissions and probing QEMU for capabilities
 2019-01-18 12:51 UTC  (2+ messages)

[PATCH v2] virtio_net: bulk free tx skbs
 2019-01-18 12:51 UTC  (3+ messages)

[PATCH][v4] tty: fix race between flush_to_ldisc and tty_open
 2019-01-18 12:50 UTC  (2+ messages)

[U-Boot] Bad block present before NAND flash partition offset
 2019-01-18 12:50 UTC 

How to convert SVN tags to git tags?
 2019-01-18 12:50 UTC 

[CI] drm/i915/selftests: Make evict tolerant of foreign objects
 2019-01-18 12:49 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the clk tree
 2019-01-18 12:49 UTC  (6+ messages)

[PATCH 0/6] assorted console/vt/vcs fixes
 2019-01-18 12:49 UTC  (2+ messages)

[PATCH 0/2] ARM: shmobile: r8a7779: HSCIF support
 2019-01-18 12:48 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: r8a7779: Add HSCIF0/1 device nodes

[PATCH] libxl: fix error message for unsharing namespaces
 2019-01-18 12:47 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.0-3 tag
 2019-01-18 12:45 UTC  (2+ messages)

[PATCH] net: core: dev: Initialise napi state correctly
 2019-01-18 12:46 UTC 

[Qemu-devel] [PATCH v3 00/19] spapr: Add support for PHB hotplug
 2019-01-18 12:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 14/19] spapr: Factor out setting of "phandle" DT property to sPAPR irq frontend

[PATCH 1/2] Bluetooth: check message types in l2cap_get_conf_opt
 2019-01-18 12:44 UTC  (6+ messages)
` [PATCH 2/2] Bluetooth: check the buffer size for some messages before parsing

patch "vt: invoke notifier on screen size change" added to tty-linus
 2019-01-18 12:44 UTC 

[igt-dev] [PATCH i-g-t 00/21] Static analysis: misc cleanups and fixes
 2019-01-18 12:44 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Static analysis: misc cleanups and fixes (rev4)

[PATCH for-next v2] xen: make grant table configurable
 2019-01-18 12:43 UTC 

[PATCH 0/1] squashfs: introduce squashfs support
 2019-01-18 12:43 UTC  (2+ messages)

[PATCH] drm/i915/icl: Adding few more device IDs for Ice Lake
 2019-01-18 12:42 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[Qemu-devel] [PATCH v4 00/21] nbd: add qemu-nbd --list
 2019-01-18 12:41 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 02/21] maint: Allow for EXAMPLES in texi2pod


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.